Home
last modified time | relevance | path

Searched defs:entries (Results 1 – 25 of 5902) sorted by relevance

12345678910>>...237

/aosp_15_r20/external/google-fruit/include/fruit/impl/component_storage/
H A Dpartial_component_storage.defn.h34 void addBindings(FixedSizeVector<ComponentStorageEntry>& entries) const { in addBindings()
52 void addBindings(FixedSizeVector<ComponentStorageEntry>& entries) const { in addBindings()
70 void addBindings(FixedSizeVector<ComponentStorageEntry>& entries) const { in addBindings()
89 void addBindings(FixedSizeVector<ComponentStorageEntry>& entries) const { in addBindings()
109 void addBindings(FixedSizeVector<ComponentStorageEntry>& entries) const { in addBindings()
129 void addBindings(FixedSizeVector<ComponentStorageEntry>& entries) const { in addBindings()
150 void addBindings(FixedSizeVector<ComponentStorageEntry>& entries) const { in addBindings()
170 void addBindings(FixedSizeVector<ComponentStorageEntry>& entries) const { in addBindings()
189 void addBindings(FixedSizeVector<ComponentStorageEntry>& entries) const { in addBindings()
210 void addBindings(FixedSizeVector<ComponentStorageEntry>& entries) const { in addBindings()
[all …]
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DPackageDynamicCodeLoadingTests.java68 Entry[] entries = { in testRecord() local
134 Set<Entry> entries = entriesFrom(info); in testRecord_tooManyFiles_ignored() local
147 Entry[] entries = { in testClear() local
160 Entry[] entries = { in testRemovePackage_present() local
174 Entry[] entries = { new Entry("owner", "file", 'D', 0, "loader") }; in testRemovePackage_notPresent() local
183 Entry[] entries = { new Entry("owner", "file", 'D', 0, "loader") }; in testRemoveUserPackage_notPresent() local
193 Entry[] entries = { in testRemoveUserPackage_presentWithNoOtherUsers() local
208 Entry[] entries = { in testRemoveUserPackage_presentWithUsers() local
221 Entry[] entries = { in testRemoveFile_present() local
238 Entry[] entries = { in testRemoveFile_onlyEntry() local
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DMapOfTest.java84 Map.Entry[] entries = { entry("duplicateKey", 23), entry("duplicateKey", 42) }; in duplicates_sameKey() local
89 Map.Entry[] entries = { entry("duplicateKey", 42), entry("duplicateKey", 42) }; in duplicates_sameEntry() local
94 Map.Entry[] entries = { in duplicates_manyElements() local
115 Map.Entry[] entries = sampleEntries.subList(0, size).toArray( in nullEntries() local
139 Map.Entry[] entries = sampleEntries.subList(0, size).toArray( in manyEntries() local
187 Map.Entry<K, V>...entries) { in assertBehaviorCommonToAllOfInstances()
237 private<K, V> Map<K, V> create(Map.Entry<K, V>... entries) { in create()
246 private static<K, V> Map<K, V> hashMapOf(Map.Entry<K, V>... entries) { in hashMapOf()
256 private<K,V> K k(int index, Map.Entry<K, V>... entries) { in k()
259 private<K,V> V v(int index, Map.Entry<K, V>... entries) { in v()
[all …]
/aosp_15_r20/system/extras/simpleperf/
H A Dreport_utils_test.cpp161 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
182 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
203 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
241 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
262 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
298 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
324 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
396 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
437 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
464 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
[all …]
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dqr.c18 init_entries(ring_t *entries) { in init_entries()
28 test_independent_entries(ring_t *entries) { in test_independent_entries()
65 ring_t entries[NENTRIES]; in TEST_BEGIN() local
73 test_entries_ring(ring_t *entries) { in test_entries_ring()
106 ring_t entries[NENTRIES]; in TEST_BEGIN() local
118 ring_t entries[NENTRIES]; in TEST_BEGIN() local
147 ring_t entries[NENTRIES]; in TEST_BEGIN() local
185 test_split_entries(ring_t *entries) { in test_split_entries()
207 ring_t entries[NENTRIES]; in TEST_BEGIN() local
H A Dql.c47 init_entries(list_t *entries, unsigned nentries) { in init_entries()
57 test_entries_list(list_head_t *head, list_t *entries, unsigned nentries) { in test_entries_list()
94 list_t entries[NENTRIES]; in TEST_BEGIN() local
109 list_t entries[NENTRIES]; in TEST_BEGIN() local
128 list_t entries[NENTRIES]; in TEST_BEGIN() local
143 list_t entries[NENTRIES]; in TEST_BEGIN() local
162 list_t entries[8]; in TEST_BEGIN() local
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DTouchResampling_test.cpp123 void TouchResamplingTest::publishInputEventEntries(const std::vector<InputEventEntry>& entries) { in publishInputEventEntries()
162 void TouchResamplingTest::consumeInputEventEntries(const std::vector<InputEventEntry>& entries, in consumeInputEventEntries()
227 std::vector<InputEventEntry> entries, expectedEntries; in TEST_F() local
266 std::vector<InputEventEntry> entries, expectedEntries; in TEST_F() local
304 std::vector<InputEventEntry> entries, expectedEntries; in TEST_F() local
344 std::vector<InputEventEntry> entries, expectedEntries; in TEST_F() local
384 std::vector<InputEventEntry> entries, expectedEntries; in TEST_F() local
421 std::vector<InputEventEntry> entries, expectedEntries; in TEST_F() local
461 std::vector<InputEventEntry> entries, expectedEntries; in TEST_F() local
515 std::vector<InputEventEntry> entries, expectedEntries; in TEST_F() local
[all …]
/aosp_15_r20/external/coreboot/Documentation/drivers/
H A Ddptf.md154 ### Active Policy
185 ### Passive Policy
204 ### Critical Policy
221 ### Power Limits
247 ### Charger Performance
269 ### Fan Performance
301 ### Options
315 ### OEM Variables
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLooperStatsTest.java95 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testSingleMessageDispatched() local
127 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testThrewException() local
200 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMultipleMessagesDispatched() local
289 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDispatchDelayIsRecorded() local
310 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedBeforeDeviceStateSet() local
325 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedOnCharger() local
341 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataCollectedIfIgnoreBatteryStatusFlagSet() local
365 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testScreenStateCollected() local
404 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMessagesOverSizeCap() local
469 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testReset() local
[all …]
/aosp_15_r20/hardware/google/gfxstream/scripts/
Dgen-entries.py125 def gen_functions_header(entries, prefix_name, verbatim, filename, with_args): argument
193 def gen_static_translator_namespaced_header(entries, namespaces, prefix_name, verbatim, filename, w… argument
223 def gen_static_translator_namespaced_stubs(entries, namespaces, prefix_name, verbatim, filename, wi… argument
263 def gen_translator(entries): argument
415 def gen_dll_wrapper(entries, prefix_name, verbatim, filename): argument
479 def gen_windows_def_file(entries): argument
487 def gen_unix_sym_file(entries): argument
499 def gen_symbols(entries, underscore): argument
557 def gen_dispatch_logging_wrappers(entries): argument
/aosp_15_r20/external/webrtc/api/
H A Drtp_packet_infos.h52 explicit RtpPacketInfos(const vector_type& entries) in RtpPacketInfos()
55 explicit RtpPacketInfos(vector_type&& entries) in RtpPacketInfos()
85 static rtc::scoped_refptr<Data> Create(const vector_type& entries) { in Create()
94 static rtc::scoped_refptr<Data> Create(vector_type&& entries) { in Create()
103 const vector_type& entries() const { return entries_; } in entries() function
105 explicit Data(const vector_type& entries) : entries_(entries) {} in Data()
106 explicit Data(vector_type&& entries) : entries_(std::move(entries)) {} in Data()
118 const vector_type& entries() const { in entries() function
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
H A Dentry.rs76 let entries = cbor_map_from_slice(bytes)?; in from_cbor() localVariable
132 let entries = cbor_map_from_slice(bytes)?; in from_cbor() localVariable
378 let entries = match value { in cbor_map_from_slice() localVariable
386 let entries = cbor_map_from_slice(bytes)?; in config_desc_from_slice() localVariable
664 let entries = encode_fields(fields); in inconsistent_root_authority_hash_size_auth_differ_unexcepted() localVariable
704 let entries = encode_fields(fields); in inconsistent_root_config_hash_size_auth_differ_unexcepted() localVariable
771 let entries = encode_fields(fields); in mode_normal_root_debug_unexcepted() localVariable
807 let entries = encode_fields(fields); in mode_debug_root_debug_unexcepted() localVariable
866 let entries = encode_fields(fields); in mode_int_debug() localVariable
918 let entries = encode_fields(fields); in key_usage_big_endian() localVariable
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableBiMapFloodingTest.java58 public ImmutableBiMap<Object, Object> create(List<Entry<?, ?>> entries) { in create()
70 public ImmutableBiMap<Object, Object> create(List<Entry<?, ?>> entries) { in create()
76 public ImmutableBiMap<Object, Object> create(List<Entry<?, ?>> entries) { in create()
86 public ImmutableBiMap<Object, Object> create(List<Entry<?, ?>> entries) { in create()
100 public ImmutableBiMap<Object, Object> create(List<Entry<?, ?>> entries) { in create()
106 public ImmutableBiMap<Object, Object> create(List<Entry<?, ?>> entries) { in create()
112 public abstract ImmutableBiMap<Object, Object> create(List<Entry<?, ?>> entries); in create()
/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/config/
H A DFlickerConfigTest.kt41 val entries = registry.getEntries() in canRegisterScenario() constant
64 val entries = registry.getEntries() in canRegisterScenarioWithAssertions() constant
88 var entries = registry.getEntries() in canUnregisterScenario() variable
116 val entries = registry.getEntries() in canUnregisterAssertion() constant
152 val entries = registry.getEntries() in canOverrideStabilityGroup() constant
199 val entries = registry.getEntries() in registerAssertionToScenario() constant
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetNavigationTester.java52 private List<E> entries; field in MultisetNavigationTester
460 private static int totalSize(Iterable<? extends Entry<?>> entries) { in totalSize()
471 <E> List<Entry<E>> expectedEntries(int targetEntry, List<Entry<E>> entries) { in expectedEntries()
477 SortedMultiset<E> multiset, List<Entry<E>> entries, int targetEntry) { in subMultiset()
483 <E> List<Entry<E>> expectedEntries(int targetEntry, List<Entry<E>> entries) { in expectedEntries()
489 SortedMultiset<E> multiset, List<Entry<E>> entries, int targetEntry) { in subMultiset()
495 <E> List<Entry<E>> expectedEntries(int targetEntry, List<Entry<E>> entries) { in expectedEntries()
501 SortedMultiset<E> multiset, List<Entry<E>> entries, int targetEntry) { in subMultiset()
507 <E> List<Entry<E>> expectedEntries(int targetEntry, List<Entry<E>> entries) { in expectedEntries()
513 SortedMultiset<E> multiset, List<Entry<E>> entries, int targetEntry) { in subMultiset()
[all …]
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetNavigationTester.java52 private List<E> entries; field in MultisetNavigationTester
460 private static int totalSize(Iterable<? extends Entry<?>> entries) { in totalSize()
471 <E> List<Entry<E>> expectedEntries(int targetEntry, List<Entry<E>> entries) { in expectedEntries()
477 SortedMultiset<E> multiset, List<Entry<E>> entries, int targetEntry) { in subMultiset()
483 <E> List<Entry<E>> expectedEntries(int targetEntry, List<Entry<E>> entries) { in expectedEntries()
489 SortedMultiset<E> multiset, List<Entry<E>> entries, int targetEntry) { in subMultiset()
495 <E> List<Entry<E>> expectedEntries(int targetEntry, List<Entry<E>> entries) { in expectedEntries()
501 SortedMultiset<E> multiset, List<Entry<E>> entries, int targetEntry) { in subMultiset()
507 <E> List<Entry<E>> expectedEntries(int targetEntry, List<Entry<E>> entries) { in expectedEntries()
513 SortedMultiset<E> multiset, List<Entry<E>> entries, int targetEntry) { in subMultiset()
[all …]
/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A Dupdater_test.cpp92 static void BuildUpdatePackage(const PackageEntries& entries, int fd) { in BuildUpdatePackage()
163 void RunBlockImageUpdate(bool is_verify, PackageEntries entries, const std::string& image_file, in RunBlockImageUpdate()
436 PackageEntries entries{ in TEST_F() local
485 PackageEntries entries{ in TEST_F() local
639 PackageEntries entries{ in TEST_F() local
652 size_t target_blocks, PackageEntries* entries) { in GetEntriesForBsdiff()
694 PackageEntries entries; in TEST_F() local
714 PackageEntries entries; in TEST_F() local
731 PackageEntries entries; in TEST_F() local
756 PackageEntries entries{ in TEST_F() local
[all …]
/aosp_15_r20/external/cronet/net/log/
H A Dtest_net_log_util.cc18 size_t GetIndex(const std::vector<NetLogEntry>& entries, int offset) { in GetIndex()
33 const std::vector<NetLogEntry>& entries, in LogContainsEvent()
56 const std::vector<NetLogEntry>& entries, in LogContainsBeginEvent()
64 const std::vector<NetLogEntry>& entries, in LogContainsEndEvent()
72 const std::vector<NetLogEntry>& entries, in LogContainsEntryWithType()
85 const std::vector<NetLogEntry>& entries, in LogContainsEntryWithTypeAfter()
96 size_t ExpectLogContainsSomewhere(const std::vector<NetLogEntry>& entries, in ExpectLogContainsSomewhere()
112 size_t ExpectLogContainsSomewhereAfter(const std::vector<NetLogEntry>& entries, in ExpectLogContainsSomewhereAfter()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapForEachTester.java49 List<Entry<K, V>> entries = new ArrayList<>(); in testForEachKnownOrder() local
51 assertEquals(getOrderedElements(), entries); in testForEachKnownOrder() local
56 List<Entry<K, V>> entries = new ArrayList<>(); in testForEachUnknownOrder() local
58 Helpers.assertEqualIgnoringOrder(getSampleEntries(), entries); in testForEachUnknownOrder() local
66 List<Entry<K, V>> entries = new ArrayList<>(); in testForEach_nullKeys() local
76 List<Entry<K, V>> entries = new ArrayList<>(); in testForEach_nullValues() local
H A DMapCreationTester.java87 Entry<K, V>[] entries = createSamplesArray(); in testCreateWithNullKeyAndValueSupported() local
108 Entry<K, V>[] entries = getEntriesMultipleNullKeys(); in testCreateWithDuplicates_nullDuplicatesRejected() local
119 Entry<K, V>[] entries = getEntriesMultipleNonNullKeys(); in testCreateWithDuplicates_nonNullDuplicatesRejected() local
128 Entry<K, V>[] entries = createArrayWithNullKey(); in getEntriesMultipleNullKeys() local
134 Entry<K, V>[] entries = createSamplesArray(); in getEntriesMultipleNonNullKeys() local
139 private void expectFirstRemoved(Entry<K, V>[] entries) { in expectFirstRemoved()
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapCreationTester.java87 Entry<K, V>[] entries = createSamplesArray(); in testCreateWithNullKeyAndValueSupported() local
108 Entry<K, V>[] entries = getEntriesMultipleNullKeys(); in testCreateWithDuplicates_nullDuplicatesRejected() local
119 Entry<K, V>[] entries = getEntriesMultipleNonNullKeys(); in testCreateWithDuplicates_nonNullDuplicatesRejected() local
128 Entry<K, V>[] entries = createArrayWithNullKey(); in getEntriesMultipleNullKeys() local
134 Entry<K, V>[] entries = createSamplesArray(); in getEntriesMultipleNonNullKeys() local
139 private void expectFirstRemoved(Entry<K, V>[] entries) { in expectFirstRemoved()
/aosp_15_r20/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
H A DZipMultiReportOutputTest.java59 final Map<String, byte[]> entries = readEntries(); in testWrite1() local
74 final Map<String, byte[]> entries = readEntries(); in testWrite2() local
89 final Map<String, byte[]> entries = readEntries(); in testWrite3() local
110 final Map<String, byte[]> entries = readEntries(); in testCreateFiles() local
133 final Map<String, byte[]> entries = readEntries(); in testCreateFilesWithoutClose() local
178 final Map<String, byte[]> entries = new HashMap<String, byte[]>(); in readEntries() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/data/repository/
H A DMediaFilterRepository.kt92 val entries = LinkedHashMap<String, MediaData>(_allUserEntries.value) in <lambda>() constant
103 val entries = LinkedHashMap<String, MediaData>(_allUserEntries.value) in <lambda>() constant
111 val entries = LinkedHashMap<InstanceId, MediaData>(_selectedUserEntries.value) in <lambda>() constant
124 val entries = LinkedHashMap<InstanceId, MediaData>(_selectedUserEntries.value) in <lambda>() constant
136 val entries = LinkedHashMap<InstanceId, MediaData>(_selectedUserEntries.value) in <lambda>() constant
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
H A DParallelScatterZipCreatorTest.java64 final Map<String, byte[]> entries = writeEntries(zipCreator); in concurrent() local
88 final Map<String, byte[]> entries = writeEntriesAsCallable(zipCreator); in callableApi() local
98 …private void removeEntriesFoundInZipFile(final File result, final Map<String, byte[]> entries) thr… in removeEntriesFoundInZipFile()
112 final Map<String, byte[]> entries = new HashMap<>(); in writeEntries() local
138 final Map<String, byte[]> entries = new HashMap<>(); in writeEntriesAsCallable() local
166 …private ZipArchiveEntry createZipArchiveEntry(final Map<String, byte[]> entries, final int i, fina… in createZipArchiveEntry()
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/
H A DDexEntryFinderTest.java57 Map<String, DexBackedDexFile> entries = Maps.newHashMap(); in testNormalStuff() local
109 Map<String, DexBackedDexFile> entries = Maps.newHashMap(); in testSimilarEntries() local
130 Map<String, DexBackedDexFile> entries = Maps.newHashMap(); in testMatchingSuffix() local
149 Map<String, DexBackedDexFile> entries = Maps.newHashMap(); in testNonDexEntries() local
199 @Nonnull private final Map<String, DexBackedDexFile> entries; field in DexEntryFinderTest.TestMultiDexContainer
201 public TestMultiDexContainer(@Nonnull Map<String, DexBackedDexFile> entries) { in TestMultiDexContainer()

12345678910>>...237