/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ptrace.h | 120 } entry; member
|
/third_party/node/deps/v8/src/codegen/ |
H A D | source-position-table.h | 66 void AddEntry(const PositionTableEntry& entry); 73 PositionTableEntry previous_; // Previously written entry, to compute delta. 81 // Filter that applies only to the first entry of the source position table. 82 // If it is kSkipFunctionEntry, it will skip the FunctionEntry entry if it
|
/third_party/node/deps/v8/src/ic/ |
H A D | stub-cache.h | 46 // Access cache for entry hash(name, map). 85 // the STATIC_ASSERT below, in {entry(...)}). 110 // update strategy on updates is fairly clear and simple: Any existing entry 124 // Compute the entry for a given offset in exactly the same way as 129 static Entry* entry(Entry* table, int offset) { in entry() function in v8::internal::StubCache
|
/third_party/node/deps/v8/src/execution/ |
H A D | simulator.h | 116 return FromAddress(code.GetIsolate(), code.entry()); in FromCode() 138 // When running without a simulator we call the entry directly. in Call()
|
/third_party/musl/include/sys/ |
H A D | ptrace.h | 121 } entry; member
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | fix_storage_class_test.cpp | 543 OpName %bb_entry "bb.entry" in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.hpp | 107 static void WriteDescriptorSet(Device *device, DescriptorSet *dstSet, VkDescriptorUpdateTemplateEntry const &entry, char const *src);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | fix_storage_class_test.cpp | 543 OpName %bb_entry "bb.entry" in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/ |
H A D | WGPUHelpers.h | 77 BindingLayoutEntryInitializationHelper(const BindGroupLayoutEntry& entry);
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyBuilder.java | 154 IRubyObject defRb = this.pendingList.entry(i); in finalizeToPool()
|
/third_party/skia/modules/canvaskit/ |
H A D | compile_gm.sh | 225 --no-entry \
|
/third_party/spirv-tools/source/opt/ |
H A D | copy_prop_arrays.h | 217 // Return true if the given entry can represent the given value. 218 bool IsAccessChainIndexValidAndEqualTo(const AccessChainEntry& entry,
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_image_view.cpp | 449 CacheEntry entry; in OnDraw() local 450 RetCode ret = CacheManager::GetInstance().Open(GetPath(), *style_, entry); in OnDraw() 454 imgInfo = entry.GetImageInfo(); in OnDraw()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ |
H A D | graphics_context.cpp | 519 for (const auto& entry : dir->GetEntries()) { in CreatePlugin3D() 520 if (entry.type == IDirectory::Entry::Type::FILE) { in CreatePlugin3D() 522 renderDataConfigurationLoader->LoadPostProcess(fileMgr, ppPath + entry.name); in CreatePlugin3D()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/ |
H A D | value_slice_sync.cpp | 207 // move to next entry in SyncStart() 208 MultiVerKvEntry *entry = nullptr; in SyncStart() local 213 context->GetEntry(entriesIndex, entry); in SyncStart() 215 errCode = entry->GetValueHash(valueHashes); in SyncStart() 217 LOGE("ValueSliceSync::entry->GetValueHash %d", errCode); in SyncStart()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_db_sync_utils_test.cpp | 227 auto entry = data[j].find(CloudDbConstant::DELETE_FIELD); in CheckCloudTotalCount() local 228 if (entry != data[j].end() && std::get<bool>(entry->second)) { in CheckCloudTotalCount()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | capability_info_manager.cpp | 370 DistributedKv::Entry entry; in OnChange() local 372 entry.key = kvKey; in OnChange() 373 deleteRecords.emplace_back(entry); in OnChange()
|
H A D | meta_info_manager.cpp | 408 DistributedKv::Entry entry; in OnChange() local 410 entry.key = kvKey; in OnChange() 411 deleteRecords.emplace_back(entry); in OnChange()
|
/third_party/f2fs-tools/fsck/ |
H A D | f2fs.h | 69 static inline void list_del(struct list_head *entry) in list_del() argument 71 __list_del(entry->prev, entry->next); in list_del()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 344 CharsTrie.Entry entry = suffixes.next(); in getCEsFromContractionCE32() 345 CharSequence suffix = entry.chars; in getCEsFromContractionCE32() 359 ce32 = entry.value; in getCEsFromContractionCE32() 424 // Set the group's header entry to the in encodeUniqueCEs()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 500 for (Entry<Integer, String> entry : m1_m2) { in getEntries() 502 buffer.append(entry.getKey()).append(" => ") in getEntries() 503 .append(entry.getValue()).append("\r\n"); in getEntries()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 497 for (Entry<Integer, String> entry : m1_m2) { in getEntries() 499 buffer.append(entry.getKey()).append(" => ") in getEntries() 500 .append(entry.getValue()).append("\r\n"); in getEntries()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 345 CharsTrie.Entry entry = suffixes.next(); in getCEsFromContractionCE32() 346 CharSequence suffix = entry.chars; in getCEsFromContractionCE32() 360 ce32 = entry.value; in getCEsFromContractionCE32() 425 // Set the group's header entry to the in encodeUniqueCEs()
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.c | 281 struct hash_entry *entry = _mesa_hash_table_search(scope->cache, expr); in evaluate_expr() local 282 if (entry) { in evaluate_expr() 283 return *(uint64_t *)entry->data; in evaluate_expr()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_print_visitor.cpp | 124 struct hash_entry * entry = in unique_name() local 127 if (entry != NULL) { in unique_name() 128 return (const char *) entry->data; in unique_name()
|