Home
last modified time | relevance | path

Searched refs:get_entries (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-meta.cc57 return face->table.meta->get_entries (start_offset, entries_count, entries); in hb_ot_meta_get_entry_tags()
Dhb-ot-meta-table.hh81 unsigned int get_entries (unsigned int start_offset, in get_entries() function
Dhb-aat-layout-common.hh507 const Entry<Extra> *get_entries () const in get_entries() function
Dhb-aat-layout-morx-table.hh334 const Entry<EntryData> *entries = machine.get_entries (); in sanitize()
/external/v8/src/objects/
Delements.h83 Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items,
Delements.cc991 bool get_entries, int* nof_items, in CollectValuesOrEntries() argument
994 isolate, object, values_or_entries, get_entries, nof_items, filter); in CollectValuesOrEntries()
999 Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, in CollectValuesOrEntriesImpl() argument
1032 if (get_entries) value = MakeEntryPair(isolate, index, value); in CollectValuesOrEntriesImpl()
1059 if (get_entries) value = MakeEntryPair(isolate, index, value); in CollectValuesOrEntriesImpl()
2481 Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, in CollectValuesOrEntriesImpl() argument
2484 if (get_entries) { in CollectValuesOrEntriesImpl()
2887 Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, in CollectValuesOrEntriesImpl() argument
2897 if (get_entries) { in CollectValuesOrEntriesImpl()
3134 Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, in CollectValuesOrEntriesImpl() argument
[all …]
Djs-objects.cc1879 Isolate* isolate, Handle<JSReceiver> receiver, bool get_entries, in FastGetOwnValuesOrEntries() argument
1907 isolate, object, values_or_entries, get_entries, &count, in FastGetOwnValuesOrEntries()
1965 if (get_entries) { in FastGetOwnValuesOrEntries()
1982 bool get_entries) { in GetOwnValuesOrEntries() argument
1986 isolate, object, get_entries, &values_or_entries); in GetOwnValuesOrEntries()
2021 if (get_entries) { in GetOwnValuesOrEntries()
/external/crosvm/crosvm_plugin/src/
Dlib.rs417 *cpuid_count = supported_cpuids.get_entries().len(); in get_supported_cpuid()
423 .get_entries() in get_supported_cpuid()
450 *cpuid_count = emulated_cpuids.get_entries().len(); in get_emulated_cpuid()
456 .get_entries() in get_emulated_cpuid()
/external/autotest/client/common_lib/hosts/
Dbase_classes.py617 boot_info = self.bootloader.get_entries()
/external/python/cpython3/Lib/test/
Dtest_os.py3655 def get_entries(self, names): member in TestScandir
3724 entries = self.get_entries(names)
3834 entries = self.get_entries(['file.txt', 'symlink.txt'])