Home
last modified time | relevance | path

Searched refs:item (Results 2501 - 2525 of 4332) sorted by relevance

1...<<101102103104105106107108109110>>...174

/third_party/node/test/fixtures/wpt/user-timing/resources/
H A Dwebperftestharnessextension.js146 initialMeasures: function(item, index, array)
148 this.performanceContext.measure.apply(this.performanceContext, item);
/third_party/node/test/parallel/
H A Dtest-icu-env.js44 return array.every((item) => item === firstItem);
/third_party/nghttp2/lib/
H A Dnghttp2_stream.h87 /* Indicates the item is deferred due to flow control. */
89 /* Indicates the item is deferred by user callback */
162 /* Next scheduled time to sent item */
186 nghttp2_outbound_item *item; member
256 * Defer |stream->item|. We won't call this function in the situation
257 * where |stream->item| == NULL. The |flags| is bitwise OR of zero or
281 * Returns nonzero if item is deferred by whatever reason.
286 * Returns nonzero if item is deferred by flow control.
338 * |stream->item| is NULL.
351 * not exclusive. This function assumes |stream->item| i
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.h87 /* Indicates the item is deferred due to flow control. */
89 /* Indicates the item is deferred by user callback */
162 /* Next scheduled time to sent item */
186 nghttp2_outbound_item *item; member
256 * Defer |stream->item|. We won't call this function in the situation
257 * where |stream->item| == NULL. The |flags| is bitwise OR of zero or
281 * Returns nonzero if item is deferred by whatever reason.
286 * Returns nonzero if item is deferred by flow control.
338 * |stream->item| is NULL.
351 * not exclusive. This function assumes |stream->item| i
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_fre.c137 ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
142 ossl_asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtraversal.rs4 use super::item::ItemSet;
7 /// An outgoing edge in the IR graph is a reference from some item to another
8 /// item:
213 // We statically know the kind of item that non-generic edges can point in codegen_edges()
214 // to, so we don't need to actually resolve the item and check in codegen_edges()
240 /// Add the given item to the storage. If the item has never been seen in new()
243 /// The `from` item is the item from which we discovered this item, o in new()
[all...]
/third_party/python/Tools/c-analyzer/c_parser/
H A Ddatafiles.py42 rows = (item.as_row(columns) for item in items)
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A Dtga_utils.cpp39 void readBinary(std::ifstream &stream, dataType &item) in readBinary() argument
41 stream.read(reinterpret_cast<char *>(&item), sizeof(dataType)); in readBinary()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Denum_set.h130 for (uint32_t item : *in_set.overflow_) { in HasAnyOf()
131 if (overflow_->find(item) != overflow_->end()) return true; in HasAnyOf()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Denum_set.h130 for (uint32_t item : *in_set.overflow_) { in HasAnyOf()
131 if (overflow_->find(item) != overflow_->end()) return true; in HasAnyOf()
/third_party/openssl/crypto/asn1/
H A Dtasn_fre.c137 ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
142 ossl_asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dmake_distribution_archives.py106 for item in os.listdir(build_dir):
107 file_path = os.path.join(build_dir, item)
/third_party/typescript/tests/baselines/reference/
H A DgenericClassPropertyInheritanceSpecialization.js25 remove(item: T): T[];
27 destroy(item: T): void;
H A DcrashInResolveInterface.js5 each(action: (item: T, index: number) => void): void;
H A DinfinitelyExpandingTypes5.js7 (action: (item: T, index: number) => boolean): boolean;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwpas-dbus-new.py48 for item in val:
49 bssid = bssid + ":%02x" % item
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwpas-dbus-new.py48 for item in val:
49 bssid = bssid + ":%02x" % item
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1776 for (const auto &item: bundleInfo.hapModuleInfos) { in CalcNativeLiabraryEntries()
1777 if (!item.compressNativeLibs) { in CalcNativeLiabraryEntries()
1779 item.moduleName.c_str(), item.nativeLibraryPath.c_str()); in CalcNativeLiabraryEntries()
1780 if (item.nativeLibraryPath.empty()) { in CalcNativeLiabraryEntries()
1781 TAG_LOGD(AAFwkTag::APPKIT, "nativeLibraryPath empty: %{public}s", item.moduleName.c_str()); in CalcNativeLiabraryEntries()
1784 std::string libPath = GetLibPath(item.hapPath, bundleInfo.isPreInstallApp); in CalcNativeLiabraryEntries()
1785 libPath += (libPath.back() == '/') ? item.nativeLibraryPath : "/" + item.nativeLibraryPath; in CalcNativeLiabraryEntries()
1790 for (const auto &entryName : item in CalcNativeLiabraryEntries()
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.h26 int32_t SetNodeAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType type, const ArkUI_AttributeItem* item);
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_list.h39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
/build/ohos/notice/
H A Dcollect_module_notice_file.py248 for item in sdk_install_info:
249 if options.label == item.get('label'):
250 install_dir = item.get('install_dir')
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dbundle_info_resolve_util.h61 auto item = BUSINESS_TYPE_MAP.find(LowerStr(businessType)); in findBusinessType() local
62 if (item != BUSINESS_TYPE_MAP.end()) { in findBusinessType()
63 return item->second; in findBusinessType()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_cache.cpp283 for (const auto& item : dataCacheList_) { in DumpCacheInfo()
284 auto imageObj = item.cacheObj; in DumpCacheInfo()
285 auto key = item.cacheKey; in DumpCacheInfo()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddata_panel_modifier.cpp82 for (const auto& item : themeColors) { in ConvertThemeColor()
85 gradientColorStart.SetLinearColor(LinearColor(item.first)); in ConvertThemeColor()
89 gradientColorEnd.SetLinearColor(LinearColor(item.second)); in ConvertThemeColor()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement_register.cpp196 auto [itemId, item] = *iter; in DumpGeometryTransition()
197 if (!item || item->IsInAndOutEmpty()) { in DumpGeometryTransition()

Completed in 15 milliseconds

1...<<101102103104105106107108109110>>...174