/third_party/node/test/fixtures/wpt/user-timing/resources/ |
H A D | webperftestharnessextension.js | 146 initialMeasures: function(item, index, array) 148 this.performanceContext.measure.apply(this.performanceContext, item);
|
/third_party/node/test/parallel/ |
H A D | test-icu-env.js | 44 return array.every((item) => item === firstItem);
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_stream.h | 87 /* 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 D | nghttp2_stream.h | 87 /* 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 D | tasn_fre.c | 137 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 D | traversal.rs | 4 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 D | datafiles.py | 42 rows = (item.as_row(columns) for item in items)
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
H A D | tga_utils.cpp | 39 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 D | enum_set.h | 130 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 D | enum_set.h | 130 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 D | tasn_fre.c | 137 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 D | make_distribution_archives.py | 106 for item in os.listdir(build_dir): 107 file_path = os.path.join(build_dir, item)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericClassPropertyInheritanceSpecialization.js | 25 remove(item: T): T[]; 27 destroy(item: T): void;
|
H A D | crashInResolveInterface.js | 5 each(action: (item: T, index: number) => void): void;
|
H A D | infinitelyExpandingTypes5.js | 7 (action: (item: T, index: number) => boolean): boolean;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | wpas-dbus-new.py | 48 for item in val: 49 bssid = bssid + ":%02x" % item
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | wpas-dbus-new.py | 48 for item in val: 49 bssid = bssid + ":%02x" % item
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1776 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 D | style_modifier.h | 26 int32_t SetNodeAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType type, const ArkUI_AttributeItem* item);
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_list.h | 39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
|
/build/ohos/notice/ |
H A D | collect_module_notice_file.py | 248 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 D | bundle_info_resolve_util.h | 61 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 D | image_cache.cpp | 283 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 D | data_panel_modifier.cpp | 82 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 D | element_register.cpp | 196 auto [itemId, item] = *iter; in DumpGeometryTransition() 197 if (!item || item->IsInAndOutEmpty()) { in DumpGeometryTransition()
|