/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 502 entries in the "outputs". If unspecified, the first item in the 767 {{frameworks}} and each item will be preceded by "-framework" or
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 363 Node testCase = testCases.item(n); in TestDetection() 376 Node node = testData.item(t); in TestDetection()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 360 Node testCase = testCases.item(n); in TestDetection() 373 Node node = testData.item(t); in TestDetection()
|
/third_party/jinja2/ |
H A D | environment.py | 464 """Get an item or attribute of an object but prefer the item.""" 481 """Get an item or attribute of an object but prefer the attribute. 1336 a generator that yields one item after another as strings. 1620 for item in iterable: 1621 fp.write(item)
|
/third_party/json/tests/src/ |
H A D | unit-iterators2.cpp | 959 auto transformed = j.items() | std::views::transform([](const auto & item) 961 return item.key();
|
/third_party/lwip/src/apps/mqtt/ |
H A D | mqtt.c | 182 /** Add single item to ring buffer */ 184 mqtt_ringbuf_put(struct mqtt_ringbuf_t *rb, u8_t item) in mqtt_ringbuf_put() argument 186 rb->buf[rb->put] = item; in mqtt_ringbuf_put() 278 * Create request item 338 * Delete request item 339 * @param r Request item to delete 350 * Remove a request item with a specific packet identifier from request queue 353 * @return Request item if found, NULL if not
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | deserializer.cc | 267 for (Handle<HeapObject> item : to_rehash_) { in Rehash() 268 item->RehashBasedOnMap(isolate()); in Rehash()
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 864 pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; in nl_langinfo() 865 pub fn nl_langinfo_l(item: ::nl_item, locale: locale_t) -> *mut ::c_char; in nl_langinfo_l()
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 729 pub fn nl_langinfo(item: ::nl_item) -> *mut ::c_char; in nl_langinfo() 730 pub fn nl_langinfo_l(item: ::nl_item, loc: ::locale_t) -> *mut ::c_char; in nl_langinfo_l()
|
/third_party/python/Lib/xml/dom/ |
H A D | expatbuilder.py | 659 notation = doctype.notations.item(i) 669 entity = doctype.entities.item(i)
|
/third_party/python/Lib/test/ |
H A D | test_copy.py | 733 def __setitem__(self, key, item): 734 super().__setitem__(key, item)
|
H A D | test_buffer.py | 157 """Return random item for a type specified by a mode and a single 173 """Return single random item.""" 200 item = gen_item(xfmt, obj) 201 return fmt, items, item 204 """Return random format, items, item.""" 212 item = gen_item(fmt, obj) 214 return fmt, items, item 223 """Yield (format, items, item) for all possible modes and format 280 """Convert flat item list to the nested list representation of a 294 """Convert flat item lis [all...] |
/third_party/python/Python/ |
H A D | codecs.c | 67 PyObject *item = PyList_GET_ITEM(codec_search_path, i); in PyCodec_Unregister() local 68 if (item == search_function) { in PyCodec_Unregister() 253 /* Helper function to get a codec item */
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | SchemaUtil.java | 311 for (Object item : value) { in writeLazyFieldList() 312 ((LazyFieldLite) item).writeTo(writer, fieldNumber); in writeLazyFieldList()
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMessage.java | 420 Object item = convert(context, fieldDescriptor, repeatedField.get(i), depth); in build() 421 this.builder.addRepeatedField(fieldDescriptor, item); in build()
|
/third_party/spirv-tools/test/ |
H A D | enum_set_test.cpp | 759 std::for_each(set.cbegin(), set.cend(), [&](auto item) { in TEST() 760 ASSERT_EQ(item, orderedValues[index]); in TEST()
|
/third_party/vk-gl-cts/scripts/android/ |
H A D | build_apk.py | 57 for item in os.listdir(buildToolsPath): 58 m = re.match(r'^([0-9]+)\.([0-9]+)\.([0-9]+)$', item)
|
/third_party/vulkan-loader/scripts/ |
H A D | loader_extension_generator.py | 304 for item in enums: 305 name_definition = item.get('name') 1534 term_func += '// In many cases, the item needing unwrapping is a VkPhysicalDevice or VkSurfaceKHR object. But there may be other items\n'
|
/third_party/glslang/StandAlone/ |
H A D | StandAlone.cpp | 1615 // work-item distribution properties in this path, which in CompileAndLinkShaderFiles() 1649 std::for_each(WorkItems.begin(), WorkItems.end(), [&workList](std::unique_ptr<glslang::TWorkItem>& item) { in singleMain() 1650 assert(item); in singleMain() 1651 workList.add(item.get()); in singleMain()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_write_ast.c | 397 struct cil_list_item *item; in write_call_args() local 401 cil_list_for_each(item, args) { in write_call_args() 402 struct cil_args* arg = item->data; in write_call_args()
|
H A D | cil_policy.c | 892 struct cil_list_item *item; in cil_dominance_to_policy() local 896 cil_list_for_each(item, sensorder) { in cil_dominance_to_policy() 897 sens = item->data; in cil_dominance_to_policy()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 3558 const TestNumberingSystemItem *item; in TestNumberingSystems() local 3559 for (item = DATA; item->localeName != NULL; item++) { in TestNumberingSystems() 3561 Locale loc = Locale::createFromName(item->localeName); in TestNumberingSystems() 3565 dataerrln("FAIL: getInstance(%s) - %s", item->localeName, u_errorName(ec)); in TestNumberingSystems() 3573 if (item->isRBNF) { in TestNumberingSystems() 3574 expect3(*fmt,item->value,CharsToUnicodeString(item->expectedResult)); in TestNumberingSystems() 3576 expect2(*fmt,item in TestNumberingSystems() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 3034 struct expression *item, *init; in evaluate_cast() local 3039 item = alloc_expression(source->pos, EXPR_IDENTIFIER); in evaluate_cast() 3040 item->expr_ident = member->ident; in evaluate_cast() 3041 item->ident_expression = source; in evaluate_cast() 3044 add_expression(&init->expr_list, item); in evaluate_cast()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 2796 int16_t get_item_delta (unsigned int item, unsigned int region) const in get_item_delta() 2798 if ( item >= itemCount || unlikely (region >= regionIndices.len)) return 0; in get_item_delta() 2799 const HBINT8 *p = (const HBINT8 *)get_delta_bytes () + item * get_row_size (); in get_item_delta() 2806 void set_item_delta (unsigned int item, unsigned int region, int16_t delta) in set_item_delta() 2808 HBINT8 *p = (HBINT8 *)get_delta_bytes () + item * get_row_size (); in set_item_delta()
|