Home
last modified time | relevance | path

Searched refs:item (Results 1151 - 1175 of 1481) sorted by relevance

1...<<41424344454647484950>>...60

/third_party/python/Lib/idlelib/
H A Drun.py634 item = stackviewer.StackTreeItem(flist, tb)
635 return debugobj_r.remote_object_tree_item(item)
/third_party/python/Lib/
H A Dpkgutil.py408 """Retrieve a finder for the given path item
457 for item in path:
458 yield get_importer(item)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Ddocgenerator.py305 for item in items:
306 write("* {}".format(item), file=fp)
H A Djson_generator.py440 for item in removeTypes:
441 if self.vkscFeatureList.count(item.get("name")) > 0:
442 self.vkscFeatureList.remove(item.get("name"))
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawElementsTest.cpp203 for (GLuint &item : indexData[1]) in TEST_P()
205 item += 4u; in TEST_P()
/third_party/skia/third_party/externals/jinja2/
H A Didtracking.py192 for item in branch or ():
193 self.sym_visitor.visit(item)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtptngen_impl.h288 UBool isCanonicalItem(const UnicodeString& item);
304 UBool isCanonicalItem(const UnicodeString& item) const;
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py270 def cb_test(item):
271 self.assertEqual(item, items[1])
/third_party/spirv-tools/source/
H A Denum_set.h195 for (auto item : values) { in EnumSet()
196 insert(item); in EnumSet()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapField.java172 for (Message item : listData) { in convertListToMap()
173 convertMessageToKeyAndValue(item, mapData); in convertListToMap()
H A DDynamicMessage.java651 for (Object item : (List) value) { in ensureEnumValueDescriptor()
652 ensureSingularEnumValueDescriptor(field, item); in ensureEnumValueDescriptor()
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
H A Dperf_puppeteer_canvas.go209 for name, item := range fileData {
210 metrics, err := calculatePerfFromTest(item) // item is a oneTestResult
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs562 for item in matches.iter_mut() { in rure_set_matches()
563 *item = false; in rure_set_matches()
/third_party/rust/crates/syn/src/
H A Dlib.rs400 mod item; modules
403 pub use crate::item::{
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c1477 const struct CACHED_SECURID *item) in compare()
1490 isize = (item->variable ? in compare()
1492 + (((struct POSIX_SECURITY*)item->variable)->acccnt in compare()
1493 + ((struct POSIX_SECURITY*)item->variable)->defcnt) in compare()
1496 return ((cached->uid != item->uid) in compare()
1497 || (cached->gid != item->gid) in compare()
1498 || (cached->dmode != item->dmode) in compare()
1503 &((struct POSIX_SECURITY*)item->variable)->acl, csize))); in compare()
1505 return ((cached->uid != item->uid) in compare()
1506 || (cached->gid != item in compare()
1476 compare(const struct CACHED_SECURID *cached, const struct CACHED_SECURID *item) compare() argument
1511 leg_compare(const struct CACHED_PERMISSIONS_LEGACY *cached, const struct CACHED_PERMISSIONS_LEGACY *item) leg_compare() argument
4310 struct MAPLIST *item; ntfs_build_mapping() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMeasureUnitTest.java3117 public <T extends Serializable> void checkStreamingEquality(T item) { in checkStreamingEquality() argument
3121 objectOutputStream.writeObject(item); in checkStreamingEquality()
3124 logln("bytes: " + contents.length + "; " + item.getClass() + ": " + showBytes(contents)); in checkStreamingEquality()
3128 assertEquals("Streamed Object equals ", item, obj); in checkStreamingEquality()
3131 assertNull("Test Serialization " + item.getClass(), e); in checkStreamingEquality()
3133 assertNull("Test Serialization " + item.getClass(), e); in checkStreamingEquality()
3144 int item = contents[i] & 0xFF; in showBytes()
3145 if (item >= 0x20 && item <= 0x7F) { in showBytes()
3146 b.append((char) item); in showBytes()
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp272 vk_foreach_struct_const(item, pCreateInfo->pNext) { in get_instance_chain_info()
273 if (item->sType == VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO && in get_instance_chain_info()
274 ((VkLayerInstanceCreateInfo *) item)->function == func) in get_instance_chain_info()
275 return (VkLayerInstanceCreateInfo *) item; in get_instance_chain_info()
284 vk_foreach_struct_const(item, pCreateInfo->pNext) { in get_device_chain_info()
285 if (item->sType == VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO && in get_device_chain_info()
286 ((VkLayerDeviceCreateInfo *) item)->function == func) in get_device_chain_info()
287 return (VkLayerDeviceCreateInfo *)item; in get_device_chain_info()
298 vk_foreach_struct_const(item, chain) { in clone_chain()
299 size_t item_size = vk_structure_type_size(item); in clone_chain()
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil.c1549 struct cil_list_item *item; in __cil_level_strlen() local
1561 cil_list_for_each(item, cats->datum_expr) { in __cil_level_strlen()
1562 struct cil_cat *cat = item->data; in __cil_level_strlen()
1580 if (item->next != NULL) { in __cil_level_strlen()
1601 struct cil_list_item *item; in __cil_level_to_string() local
1617 cil_list_for_each(item, cats->datum_expr) { in __cil_level_to_string()
1618 struct cil_cat *cat = item->data; in __cil_level_to_string()
1639 if (item->next != NULL) { in __cil_level_to_string()
/third_party/gn/src/gn/
H A Dcommand_gen.cc129 const Item* item = record->item(); in ItemResolvedAndGeneratedCallback() local
130 const Target* target = item->AsTarget(); in ItemResolvedAndGeneratedCallback()
/third_party/cJSON/
H A DcJSON_Utils.c262 static cJSON *get_array_item(const cJSON *array, size_t item) in get_array_item() argument
265 while ((child != NULL) && (item > 0)) in get_array_item()
267 item--; in get_array_item()
403 /* item doesn't exist */ in detach_item_from_array()
423 /* make sure the detached item doesn't point anywhere anymore */ in detach_item_from_array()
429 /* detach an item at the given path */
720 /* item is after the end of the array */ in insert_item_in_array()
800 /* overwrite and existing item with another one and free resources on the way */
/third_party/jinja2/
H A Druntime.py328 item = self.resolve_or_missing(key)
330 if item is missing:
333 return item
482 if the iterable is exhausted. Only peeks one item ahead, caching
504 """The item in the previous iteration. Undefined during the
508 return self._undefined("there is no previous item")
514 """The item in the next iteration. Undefined during the last
524 return self._undefined("there is no next item")
635 return self._undefined("there is no next item")
/third_party/mesa3d/src/compiler/glsl/
H A Dir_expression_operation.py778 % for item in values:
779 ${item.get_enum_name()},
783 % for item in lasts:
784 ir_last_${("un", "bin", "tri", "quad")[item.num_operands - 1]}op = ${item.get_enum_name()},
791 % for item in values:
792 "${item.printable_name}",
797 % for item in values:
798 "${item.name}",
818 for item i
[all...]
/third_party/node/src/
H A Dutil-inl.h464 for (const auto& item : map) { in ToV8Value()
466 if (!ToV8Value(context, item.first, isolate).ToLocal(&first) || in ToV8Value()
467 !ToV8Value(context, item.second, isolate).ToLocal(&second) || in ToV8Value()
/third_party/python/Lib/test/
H A Dtest_bdb.py247 'expect_set list exhausted, cannot pop item %d' %
284 'No breakpoints hit at expect_set item %d' %
298 "Wrong exception at expect_set item %d, got '%s'" %
304 self.raise_not_expected("%s at expect_set item %d, got '%s'" %
398 # Process the next expect_set item.
724 item
725 for item in sys.meta_path
726 if item.__module__.startswith('_frozen_importlib')
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h482 const Pair &item = mData[index]; in get() local
483 if (item.first == key) in get()
485 *value = item.second; in get()

Completed in 51 milliseconds

1...<<41424344454647484950>>...60