Home
last modified time | relevance | path

Searched refs:entry (Results 1901 - 1925 of 2646) sorted by relevance

1...<<71727374757677787980>>...106

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h120 } entry; member
/third_party/node/deps/v8/src/codegen/
H A Dsource-position-table.h66 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 Dstub-cache.h46 // 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 Dsimulator.h116 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 Dptrace.h121 } entry; member
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfix_storage_class_test.cpp543 OpName %bb_entry "bb.entry" in TEST_F()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.hpp107 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 Dfix_storage_class_test.cpp543 OpName %bb_entry "bb.entry" in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
H A DWGPUHelpers.h77 BindingLayoutEntryInitializationHelper(const BindGroupLayoutEntry& entry);
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyBuilder.java154 IRubyObject defRb = this.pendingList.entry(i); in finalizeToPool()
/third_party/skia/modules/canvaskit/
H A Dcompile_gm.sh225 --no-entry \
/third_party/spirv-tools/source/opt/
H A Dcopy_prop_arrays.h217 // 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 Dui_image_view.cpp449 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 Dgraphics_context.cpp519 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 Dvalue_slice_sync.cpp207 // 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 Dcloud_db_sync_utils_test.cpp227 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 Dcapability_info_manager.cpp370 DistributedKv::Entry entry; in OnChange() local
372 entry.key = kvKey; in OnChange()
373 deleteRecords.emplace_back(entry); in OnChange()
H A Dmeta_info_manager.cpp408 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 Df2fs.h69 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 DCollationFastLatinBuilder.java344 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 DUnicodeMapTest.java500 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 DUnicodeMapTest.java497 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 DCollationFastLatinBuilder.java345 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 Ddecode.c281 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 Dir_print_visitor.cpp124 struct hash_entry * entry = in unique_name() local
127 if (entry != NULL) { in unique_name()
128 return (const char *) entry->data; in unique_name()

Completed in 21 milliseconds

1...<<71727374757677787980>>...106