| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | buffer_inserter.hpp | 129 void add_join(Collection& collection, in add_join() 170 … collection.add_piece(geometry::strategy::buffer::buffered_concave, previous_input, range_out); in add_join() 175 … collection.add_piece(geometry::strategy::buffer::buffered_concave, previous_input, range_out); in add_join() 184 collection.add_endcap(end_strategy, range_out, previous_input); in add_join() 185 collection.set_current_ring_concave(); in add_join() 198 collection.add_piece(geometry::strategy::buffer::buffered_join, in add_join() 237 static inline geometry::strategy::buffer::result_code iterate(Collection& collection, in iterate() 310 add_join(collection, in iterate() 319 collection.add_side_piece(*prev, *it, generated_side, first); in iterate() 358 Collection& collection, in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/ |
| H A D | collect_vectors.hpp | 323 static inline void apply(Collection& collection, Range const& range) in apply() 330 apply_impl(collection, normalized_range_type(range)); in apply() 335 static inline void apply_impl(Collection& collection, NormalizedRange const& range) in apply_impl() 343 collection_size_t c_old_size = boost::size(collection); in apply_impl() 362 if (is_first || ! collection.back().next_is_collinear(v)) in apply_impl() 364 collection.push_back(v); in apply_impl() 371 collection_size_t collected_count = boost::size(collection) - c_old_size; in apply_impl() 375 c_iterator first = range::pos(collection, c_old_size); in apply_impl() 377 if (collection.back().next_is_collinear(*first) ) in apply_impl() 381 *first = collection.back(); in apply_impl() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_data.hpp | 106 GeometryCollection collection; in operator ()() local 107 collection.reserve(geom.size()); in operator ()() 114 collection.push_back(std::move(coordinates)); in operator ()() 116 return collection; in operator ()() 119 GeometryCollection collection; in operator ()() local 120 collection.reserve(geom.size()); in operator ()() 127 collection.push_back(std::move(coordinates)); in operator ()() 129 return collection; in operator ()() 132 GeometryCollection collection; in operator ()() local 140 collection.push_back(std::move(coordinates)); in operator ()() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | cooker.py | 74 def _check(collection, expected): argument 75 self.logger.debug("Looking for collection %s..." % collection) 76 result = self.layerindex.find_collection(collection) 78 … self.assertIsNotNone(result, msg="Did not find %s when it shouldn't be there" % collection) 80 self.assertIsNone(result, msg="Found %s when it should be there" % collection) 89 for collection,result in tests: 90 _check(collection, result) 97 … self.assertIsNotNone(result, msg="Did not find %s when it shouldn't be there" % collection) 99 self.assertIsNone(result, msg="Found %s when it should be there" % collection) 108 for collection,result in tests: [all …]
|
| H A D | restapi.py | 130 def _check(collection, expected): argument 131 self.logger.debug("Looking for collection %s..." % collection) 132 result = self.layerindex.find_collection(collection) 134 … self.assertIsNotNone(result, msg="Did not find %s when it should be there" % collection) 136 self.assertIsNone(result, msg="Found %s when it shouldn't be there" % collection) 145 for collection,result in tests: 146 _check(collection, result) 158 … self.assertIsNotNone(result, msg="Did not find %s when it should be there" % collection) 160 self.assertIsNone(result, msg="Found %s when it shouldn't be there" % collection) 169 for collection,result in tests: [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/ |
| H A D | vgic-its.c | 144 struct its_collection *collection; member 261 struct its_collection *collection; in find_collection() local 263 list_for_each_entry(collection, &its->collection_list, coll_list) { in find_collection() 264 if (coll_id == collection->collection_id) in find_collection() 265 return collection; in find_collection() 391 if (!its_is_collection_mapped(ite->collection)) in update_affinity_ite() 394 vcpu = kvm_get_vcpu(kvm, ite->collection->target_addr); in update_affinity_ite() 409 if (!ite->collection || coll != ite->collection) in update_affinity_collection() 679 if (!ite || !its_is_collection_mapped(ite->collection)) in vgic_its_resolve_lpi() 682 vcpu = kvm_get_vcpu(kvm, ite->collection->target_addr); in vgic_its_resolve_lpi() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | cooker.py | 28 collection = path.split('/')[-1] 33 … d.setVar('BBFILE_COLLECTIONS', (d.getVar('BBFILE_COLLECTIONS') or "") + " " + collection) 34 d.setVar('BBFILE_PATTERN_%s' % (collection), pattern) 35 d.setVar('BBFILE_PRIORITY_%s' % (collection), priority) 37 return (collection, pattern, regex, priority) 64 collection = bb.cooker.CookerCollectFiles(bbfile_config_priorities) 65 collection.collection_priorities(pkgfns, pkgfns, self.d)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | add_rings.hpp | 37 RingCollection const& collection, in convert_and_add() argument 60 get_ring<void>::apply(id, collection), in convert_and_add() 76 RingCollection const& collection, in add_rings() argument 104 convert_and_add(result, geometry1, geometry2, collection, in add_rings() 117 convert_and_add(result, geometry1, geometry2, collection, in add_rings() 146 RingCollection const& collection, in add_rings() argument 150 return add_rings<GeometryOut>(map, geometry, empty, collection, out); in add_rings()
|
| H A D | assign_parents.hpp | 50 RingCollection const& collection, in within_selected_input() argument 70 get_ring<void>::apply(outer_id, collection), strategy) >= 0; in within_selected_input() 85 RingCollection const& collection, in within_selected_input() argument 96 outer_id, geometry1, geometry2, collection, strategy); in within_selected_input() 100 outer_id, geometry1, geometry2, collection, strategy); in within_selected_input() 103 get_ring<void>::apply(inner_id, collection), in within_selected_input() 104 outer_id, geometry1, geometry2, collection, strategy); in within_selected_input() 224 RingCollection const& collection, in assign_parents() argument 271 geometry::envelope(get_ring<void>::apply(it->first, collection), in assign_parents() 323 > visitor(geometry1, geometry2, collection, ring_map, strategy, check_for_orientation); in assign_parents() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-bench.c | 94 struct collection { struct 100 static struct collection collections[] = { argument 124 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() 155 struct collection *coll; in print_usage() 211 static void run_collection(struct collection *coll) in run_collection() 238 struct collection *coll; in run_all_collections() 246 struct collection *coll; in cmd_bench()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-sensor-hub.c | 76 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_get_physical_device_count() local 77 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count() 78 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count() 480 struct hid_collection *collection = NULL; in sensor_hub_raw_event() local 504 collection = &hdev->collection[ in sensor_hub_raw_event() 507 collection->usage); in sensor_hub_raw_event() 541 if (callback && collection && callback->send_event) in sensor_hub_raw_event() 542 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event() 660 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_probe() local 662 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_probe() [all …]
|
| H A D | hid-core.c | 123 struct hid_collection *collection; in open_collection() local 145 collection = kmalloc( in open_collection() 150 if (collection == NULL) { in open_collection() 154 memcpy(collection, parser->device->collection, in open_collection() 157 memset(collection + parser->device->collection_size, 0, in open_collection() 160 kfree(parser->device->collection); in open_collection() 161 parser->device->collection = collection; in open_collection() 169 collection = parser->device->collection + collection_index; in open_collection() 170 collection->type = type; in open_collection() 171 collection->usage = usage; in open_collection() [all …]
|
| H A D | hid-plantronics.c | 155 col_page = hdev->collection[i].usage & HID_USAGE_PAGE; in plantronics_device_type() 157 plt_type = hdev->collection[i].usage; in plantronics_device_type() 161 plt_type = hdev->collection[i].usage; in plantronics_device_type()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | qplacedetailsreplyimpl.cpp | 280 QPlaceContent::Collection collection; in replyFinished() local 285 &collection, &totalCount, 0, 0, m_engine); in replyFinished() 288 place.setContent(QPlaceContent::ImageType, collection); in replyFinished() 291 QPlaceContent::Collection collection; in replyFinished() local 296 &collection, &totalCount, 0, 0, m_engine); in replyFinished() 299 place.setContent(QPlaceContent::EditorialType, collection); in replyFinished() 302 QPlaceContent::Collection collection; in replyFinished() local 307 &collection, &totalCount, 0, 0, m_engine); in replyFinished() 310 place.setContent(QPlaceContent::ReviewType, collection); in replyFinished()
|
| H A D | jsonparserhelpers.cpp | 197 QPlaceContent::Collection *collection, int *totalCount, in parseCollection() argument 220 if (collection) { in parseCollection() 227 collection->insert(offset + i, parseImage(itemObject, engine)); in parseCollection() 230 collection->insert(offset + i, parseReview(itemObject, engine)); in parseCollection() 233 collection->insert(offset + i, parseEditorial(itemObject, engine)); in parseCollection()
|
| H A D | qplacecontentreplyimpl.cpp | 95 QPlaceContent::Collection collection; in replyFinished() local 100 parseCollection(request().contentType(), object, &collection, &totalCount, in replyFinished() 104 setContent(collection); in replyFinished()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 25 -c | --collection COLLECTION Run all tests from COLLECTION 26 -l | --list List the available collection:test entries 68 echo "No such collection '$collection'" >&2
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kcov.rst | 6 exported via the "kcov" debugfs file. Coverage collection is enabled on a task 35 Coverage collection 38 The following program demonstrates coverage collection from within a test 67 /* A single fd descriptor allows coverage collection on a single 81 /* Enable coverage collection on the current thread. */ 92 /* Disable coverage collection for the current thread. After this call 130 Comparison operands collection 133 Comparison operands collection is similar to coverage collection: 205 Note that the kcov modes (coverage collection or comparison operands) are 208 Remote coverage collection [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | cooker.py | 200 collection = index.layerBranches[layerBranchId].collection 206 bb.fatal('Error parsing LAYERDEPENDS_%s: %s' % (collection, str(vse))) 228 deps = d.getVar("LAYERDEPENDS_%s" % collection) 232 deps = d.getVar("LAYERRECOMMENDS_%s" % collection) 272 depBranchId = collection[layer]
|
| H A D | __init__.py | 300 def find_collection(self, collection, version=None, branch=None): argument 306 logger.debug('find_collection: %s (%s) %s' % (collection, version, branch)) 315 layerBranch = index.find_collection(collection, version, branches) 319 … logger.debug('Collection %s (%s) not found for branch (%s)' % (collection, version, branch)) 406 collection=deplayerbranch.collection, 501 … (lix.layerBranches[layerbranchid].collection, 765 def find_collection(self, collection, version=None, branches=None): argument 779 if layerbranch.collection == collection and \ 1048 def define_data(self, id, collection, version, layer, branch, argument 1054 self.collection = collection
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/bootchart2/ |
| H A D | bootchart2_0.14.9.bb | 13 # * bootchartd-stop-initscript - A SysV init script to stop data collection 27 # If you want data collection to end at a certain point exactly, you should 35 # collection as the last action when switching to runlevels 2 through 5. You can 41 # Bootchart2 can be started in two ways. Data collection can be initiated by 57 # includes systemd service files to begin collection automatically at boot and 58 # end collection automatically 20 seconds after the boot process has completed. 62 # collection at a time of your choosing, you may do so as long as you get to it 68 # By default, when data collection is stopped, a file named bootchart.tgz will
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/ |
| H A D | geojson_impl.hpp | 209 feature_collection collection; in convert() local 212 collection.reserve(size); in convert() 215 collection.push_back(convert<feature>(feature_obj)); in convert() 218 return geojson{ collection }; in convert() 418 rapidjson_value convert<feature_collection>(const feature_collection& collection, rapidjson_allocat… in convert() argument 423 for (const auto& element : collection) { in convert()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/ |
| H A D | __init__.py | 159 for collection in layer['collections']: 160 if depend == collection: 215 for collection in layer_depend['collections']: 216 collect_deps = layer_depend['collections'][collection]['depends'] 224 for collection in layer['collections']: 225 depends = layer['collections'][collection]['depends']
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyasn1-modules_0.2.8.bb | 1 SUMMARY = "A collection of ASN.1-based protocols modules." 2 DESCRIPTION = "A collection of ASN.1 modules expressed in form of pyasn1\
|
| /OK3568_Linux_fs/buildroot/package/xscreensaver/ |
| H A D | Config.in | 18 XScreenSaver is the standard screen saver collection shipped 23 large collection of screen savers; and it is also the
|