Home
last modified time | relevance | path

Searched refs:item (Results 526 - 550 of 1539) sorted by relevance

1...<<21222324252627282930>>...62

/third_party/gn/src/gn/
H A Dsubstitution_writer.cc254 for (const auto& item : list.list())
255 output->push_back(ApplyPatternToSource(target, settings, item, source));
265 for (const auto& item : list.list())
267 ApplyPatternToSourceAsString(target, settings, item, source));
277 for (const auto& item : list.list())
279 ApplyPatternToSourceAsOutputFile(target, settings, item, source));
425 for (const auto& item : list.list())
426 output->push_back(ApplyPatternToTargetAsOutputFile(target, tool, item));
497 for (const auto& item : list.list())
498 output->push_back(ApplyPatternToCompilerAsOutputFile(target, source, item));
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringRange.java92 Ranges item = new Ranges(s); in compact()
93 lengthToArrays.put(item.size(), item); in compact()
120 Ranges item = it.next(); in compact()
122 last = item; in compact()
123 } else if (last.merge(i, item)) { in compact()
126 last = item; // go to next in compact()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DStringRange.java99 Ranges item = new Ranges(s); in compact()
100 lengthToArrays.put(item.size(), item); in compact()
127 Ranges item = it.next(); in compact()
129 last = item; in compact()
130 } else if (last.merge(i, item)) { in compact()
133 last = item; // go to next in compact()
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcheck_protocol_compatibility.py64 for item in items:
65 if "experimental" not in item and "hidden" not in item:
66 result[item[key]] = item
221 for item in obj:
222 normalize_types(item, domain_name, types)
/third_party/node/tools/inspector_protocol/
H A Dcheck_protocol_compatibility.py64 for item in items:
65 if "experimental" not in item and "hidden" not in item:
66 result[item[key]] = item
221 for item in obj:
222 normalize_types(item, domain_name, types)
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/
H A Dindex.js20 // item, and the tail is the oldest. the list contains the Hit
169 const item = node.value
175 this[DISPOSE](key, item.value)
178 item.now = now
179 item.maxAge = maxAge
180 item.value = value
181 this[LENGTH] += len - item.length
182 item.length = len
242 // the item was created without expiration in a non aged cache
/third_party/rust/crates/libc/src/
H A Dmacros.rs12 if #[cfg($($meta:meta),*)] { $($it:item)* }
14 $($it2:item)*
26 if #[cfg($($i_met:meta),*)] { $($i_it:item)* }
28 else if #[cfg($($e_met:meta),*)] { $($e_it:item)* }
45 (@__items ($($not:meta,)*) ; ( ($($m:meta),*) ($($it:item)*) ),
59 (@__apply $m:meta, $($it:item)*) => {
274 ($i:item) => {
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DStateAdapter.java71 // The first list item is the mLayout that contains a list of state items
104 private void populateView(JSONObject item, View view) throws JSONException { in populateView() argument
110 String value = item.getString(VALUE); in populateView()
111 itemView.setTag(item.toString()); // To save unnecessary view update in populateView()
114 nameText.setText(item.getString(NAME)); in populateView()
116 JSONArray options = item.getJSONArray(OPTIONS); in populateView()
160 private View inflateItemView(JSONObject item) throws JSONException { in inflateItemView() argument
163 populateView(item, itemView); in inflateItemView()
200 stateItem.setTag(null); // Reset the tag to let updateDrawer update this item view. in onItemSelected()
/third_party/libwebsockets/lib/misc/
H A Dlecp.c402 st->opcode = ctx->item.opcode = c & LWS_CBOR_MAJTYP_MASK; in lecp_parse()
421 ctx->item.u.i64 = (int64_t)sm; in lecp_parse()
429 ctx->item.u.i64 = (-1ll) - (int64_t)sm; in lecp_parse()
435 ctx->item.u.u64 = 0; in lecp_parse()
437 ex(ctx, (uint8_t *)&ctx->item.u.u64, o); in lecp_parse()
470 ctx->item.u.u64 = (uint64_t)sm; in lecp_parse()
601 ctx->item.u.u64 = st->tag = (uint64_t)sm; in lecp_parse()
640 ex(ctx, &ctx->item.u.hf, 2); in lecp_parse()
645 ex(ctx, &ctx->item.u.f, 4); in lecp_parse()
650 ex(ctx, &ctx->item in lecp_parse()
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dinode.c418 int ntfs_inode_nidata_hash(const struct CACHED_GENERIC *item) in ntfs_inode_nidata_hash() argument
420 return (((const struct CACHED_NIDATA*)item)->inum in ntfs_inode_nidata_hash()
443 struct CACHED_NIDATA item; in ntfs_inode_invalidate() local
445 item.inum = MREF(mref); in ntfs_inode_invalidate()
446 item.ni = (ntfs_inode*)NULL; in ntfs_inode_invalidate()
447 item.pathname = (const char*)NULL; in ntfs_inode_invalidate()
448 item.varsize = 0; in ntfs_inode_invalidate()
450 GENERIC(&item),idata_cache_compare,CACHE_FREE); in ntfs_inode_invalidate()
469 struct CACHED_NIDATA item; in ntfs_inode_open() local
473 item in ntfs_inode_open()
511 struct CACHED_NIDATA item; ntfs_inode_close() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_outbound_item.h124 which are attached to stream as item. */
129 * Initializes |item|. No memory allocation is done in this function.
133 void nghttp2_outbound_item_init(nghttp2_outbound_item *item);
136 * Deallocates resource for |item|. If |item| is NULL, this function
139 void nghttp2_outbound_item_free(nghttp2_outbound_item *item, nghttp2_mem *mem);
152 /* Pushes |item| into |q| */
154 nghttp2_outbound_item *item);
156 /* Pops |item| at the top from |q|. If |q| is empty, nothing
160 /* Returns the top item
[all...]
/third_party/node/benchmark/url/
H A Dwhatwg-url-parse.js18 const item = data[i];
19 result = new URL(item[0], item[1]);
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_outbound_item.h124 which are attached to stream as item. */
129 * Initializes |item|. No memory allocation is done in this function.
133 void nghttp2_outbound_item_init(nghttp2_outbound_item *item);
136 * Deallocates resource for |item|. If |item| is NULL, this function
139 void nghttp2_outbound_item_free(nghttp2_outbound_item *item, nghttp2_mem *mem);
152 /* Pushes |item| into |q| */
154 nghttp2_outbound_item *item);
156 /* Pops |item| at the top from |q|. If |q| is empty, nothing
160 /* Returns the top item
[all...]
/third_party/python/Lib/idlelib/
H A Ddynoption.py26 for item in valueList:
27 self['menu'].add_command(label=item,
28 command=_setit(self.variable,item,self.command))
H A Dhistory.py80 item = self.history[pointer]
81 if item[:nprefix] == prefix and len(item) > nprefix:
83 self.text.insert("iomark", item, "stdin")
/third_party/vulkan-loader/loader/
H A DcJSON.h49 struct cJSON *child; /* An array or object item will have a child pointer
53 int type; /* The type of the item, as above. */
55 char *valuestring; /* The item's string, if type==cJSON_String */
56 int valueint; /* The item's number, if type==cJSON_Number */
57 double valuedouble; /* The item's number, if type==cJSON_Number */
59 char *string; /* The item's name string, if this item is the child of, or is
67 char *loader_cJSON_Print(cJSON *item);
70 char *loader_cJSON_PrintUnformatted(cJSON *item);
76 /* Retrieve item numbe
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocresdata.cpp32 * Lookup a resource bundle table item with fallback on the table level.
35 * This function takes the name of a top-level table and of an item in that table
37 * with this item.
40 * before root. Once a bundle is open, item lookups do not go through the
52 const UChar *item=NULL; in uloc_getTableStringWithFallback() local
82 item = ures_getStringByKeyWithFallback(subTable.getAlias(), itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback()
92 item = ures_getStringByKeyWithFallback(table.getAlias(), itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback()
105 item = ures_getStringByKeyWithFallback(table.getAlias(), replacement, pLength, &errorCode); in uloc_getTableStringWithFallback()
142 /* succeeded in opening the fallback bundle .. continue and try to fetch the item */ in uloc_getTableStringWithFallback()
148 return item; in uloc_getTableStringWithFallback()
[all...]
/third_party/PyYAML/tests/lib/
H A Dtest_resolver.py52 for item in node.value:
53 value.append(_convert_node(item))
57 for key, item in node.value:
58 value.append((_convert_node(key), _convert_node(item)))
/third_party/libwebsockets/test-apps/
H A Dtest-lecp.c75 (unsigned long long)ctx->item.u.u64); in cb()
94 (long long)ctx->item.u.i64); in cb()
104 (unsigned long long)ctx->item.u.u64); in cb()
130 lwsl_notice("LECPCB_TAG_START: %llu\r\n", (unsigned long long)ctx->item.u.u64); in cb()
/third_party/node/test/parallel/
H A Dtest-stream-flatMap.js81 for await (const item of stream) {
83 console.log(item);
101 for await (const item of stream) {
103 console.log(item);
/third_party/node/deps/icu-small/source/common/
H A Dlocresdata.cpp34 * Lookup a resource bundle table item with fallback on the table level.
37 * This function takes the name of a top-level table and of an item in that table
39 * with this item.
42 * before root. Once a bundle is open, item lookups do not go through the
54 const char16_t *item=nullptr; in uloc_getTableStringWithFallback() local
84 item = ures_getStringByKeyWithFallback(subTable.getAlias(), itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback()
94 item = ures_getStringByKeyWithFallback(table.getAlias(), itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback()
107 item = ures_getStringByKeyWithFallback(table.getAlias(), replacement, pLength, &errorCode); in uloc_getTableStringWithFallback()
144 /* succeeded in opening the fallback bundle .. continue and try to fetch the item */ in uloc_getTableStringWithFallback()
150 return item; in uloc_getTableStringWithFallback()
[all...]
/third_party/openssl/test/testutil/
H A Dtestutil_init.c116 char *item; in setup_trace() local
118 for (valp = val; (item = strtok(valp, ",")) != NULL; valp = NULL) { in setup_trace()
119 int category = OSSL_trace_get_category_num(item); in setup_trace()
129 "warning: unknown trace category: '%s'.\n", item); in setup_trace()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocresdata.cpp32 * Lookup a resource bundle table item with fallback on the table level.
35 * This function takes the name of a top-level table and of an item in that table
37 * with this item.
40 * before root. Once a bundle is open, item lookups do not go through the
52 const UChar *item=NULL; in uloc_getTableStringWithFallback() local
82 item = ures_getStringByKeyWithFallback(subTable.getAlias(), itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback()
92 item = ures_getStringByKeyWithFallback(table.getAlias(), itemKey, pLength, &errorCode); in uloc_getTableStringWithFallback()
105 item = ures_getStringByKeyWithFallback(table.getAlias(), replacement, pLength, &errorCode); in uloc_getTableStringWithFallback()
142 /* succeeded in opening the fallback bundle .. continue and try to fetch the item */ in uloc_getTableStringWithFallback()
148 return item; in uloc_getTableStringWithFallback()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtopLevelAwait.1(module=es2022,target=es2015).js78 for await (const item of arr) {
79 item;
95 const item = _c;
96 item;
H A DtopLevelAwait.1(module=es2022,target=es2017).js78 for await (const item of arr) {
79 item;
95 const item = _c;
96 item;

Completed in 12 milliseconds

1...<<21222324252627282930>>...62