Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/guava/guava-tests/benchmark/com/google/common/collect/
DMapBenchmark.java44 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
53 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
62 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
67 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
72 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
81 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
91 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
101 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
112 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
123 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
[all …]
/external/libcxx/test/std/localization/locale.categories/
D__scan_keyword.pass.cpp49 std::string keys[] = {"a", "abb"}; in main() local
61 std::string keys[] = {"a", "abb"}; in main() local
73 std::string keys[] = {"a", "abb"}; in main() local
85 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local
97 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local
109 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local
/external/v8/test/mjsunit/
Dstring-index.js189 var keys = [0, '1', 2, 3.0, -1, 10]; variable
200 var keys = [0, Math.floor(2) * 0.5]; variable
211 var keys = [0, -0.0]; variable
222 var keys = [0, 0.5]; variable
233 var keys = [0, -1]; variable
243 var keys = [0, 10]; variable
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DLookupSwitchInsnNode.java56 public List keys; field in LookupSwitchInsnNode
74 final int[] keys, in LookupSwitchInsnNode()
96 int[] keys = new int[this.keys.size()]; in accept() local
104 mv.visitLookupSwitchInsn(dflt.getLabel(), keys, labels); in accept() local
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-build.cc11 void Trie::build(const char * const *keys, std::size_t num_keys, in build()
36 void Trie::build(const std::vector<std::string> &keys, in build()
49 void Trie::build(const std::vector<std::pair<std::string, double> > &keys, in build()
63 void Trie::build_trie(Vector<Key<String> > &keys, in build_trie()
80 void Trie::build_trie(Vector<Key<String> > &keys, in build_trie()
129 void Trie::build_trie(Vector<Key<T> > &keys, in build_trie()
173 void Trie::build_cur(Vector<Key<T> > &keys, in build_cur()
274 void Trie::build_next(Vector<Key<String> > &keys, in build_next()
332 void Trie::build_terminals(const Vector<Key<T> > &keys, in build_terminals()
Dtrie-search.cc12 PredictCallback(T key_ids, U keys, std::size_t max_num_results) in PredictCallback()
148 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict()
157 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict()
167 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict()
177 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict()
188 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_breadth_first()
196 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_breadth_first()
205 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict_breadth_first()
214 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict_breadth_first()
224 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_depth_first()
[all …]
/external/marisa-trie/lib/marisa/
Dtrie-build.cc11 void Trie::build(const char * const *keys, std::size_t num_keys, in build()
34 void Trie::build(const std::vector<std::string> &keys, in build()
46 void Trie::build(const std::vector<std::pair<std::string, double> > &keys, in build()
60 void Trie::build_trie(Vector<Key<String> > &keys, in build_trie()
71 void Trie::build_trie(Vector<Key<String> > &keys, in build_trie()
120 void Trie::build_trie(Vector<Key<T> > &keys, in build_trie()
164 void Trie::build_cur(Vector<Key<T> > &keys, in build_cur()
260 void Trie::build_next(Vector<Key<String> > &keys, in build_next()
318 void Trie::build_terminals(const Vector<Key<T> > &keys, in build_terminals()
Dtrie-search.cc12 PredictCallback(T key_ids, U keys, std::size_t max_num_results) in PredictCallback()
143 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict()
152 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict()
161 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict()
171 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict()
181 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_breadth_first()
189 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_breadth_first()
197 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict_breadth_first()
206 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict_breadth_first()
215 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_depth_first()
[all …]
Dtrie-inline.h75 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict()
80 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict()
86 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_breadth_first()
92 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict_breadth_first()
99 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const { in predict_depth_first()
105 std::vector<UInt32> *key_ids, std::vector<std::string> *keys, in predict_depth_first()
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-benchmark.cc129 void read_keys(std::istream *input, std::vector<Key> *keys) { in read_keys()
151 std::vector<Key> *keys) { in read_keys()
173 void benchmark_build(const std::vector<Key> &keys, int num_tries, in benchmark_build()
184 const std::vector<Key> &keys, in benchmark_restore()
200 const std::vector<Key> &keys, in benchmark_lookup()
214 const std::vector<Key> &keys, in benchmark_find()
230 const std::vector<Key> &keys, in benchmark_predict_breadth_first()
251 const std::vector<Key> &keys, in benchmark_predict_depth_first()
271 void benchmark(const std::vector<Key> &keys, int num_tries) { in benchmark()
287 std::vector<Key> keys; in benchmark() local
/external/marisa-trie/tools/
Dmarisa-benchmark.cc129 void read_keys(std::istream *input, std::vector<Key> *keys) { in read_keys()
151 std::vector<Key> *keys) { in read_keys()
173 void benchmark_build(const std::vector<Key> &keys, int num_tries, in benchmark_build()
184 const std::vector<Key> &keys, in benchmark_restore()
200 const std::vector<Key> &keys, in benchmark_lookup()
214 const std::vector<Key> &keys, in benchmark_find()
230 const std::vector<Key> &keys, in benchmark_predict_breadth_first()
251 const std::vector<Key> &keys, in benchmark_predict_depth_first()
271 void benchmark(const std::vector<Key> &keys, int num_tries) { in benchmark()
287 std::vector<Key> keys; in benchmark() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapKeysTester.java49 Multiset<K> keys = multimap().keys(); in testKeys() local
71 Multiset<K> keys = multimap().keys(); in testKeysWithNullKey() local
94 Multiset<K> keys = multimap().keys(); in testKeysEntrySetIteratorRemove() local
DMultimapPutTester.java166 List<K> keys = Helpers.copyToList(multimap().keySet()); in testPutPresentKeyPropagatesToGet() local
185 List<K> keys = Helpers.copyToList(multimap().keySet()); in testPutPresentKeyPropagatesToAsMapGet() local
205 List<K> keys = Helpers.copyToList(multimap().keySet()); in testPutPresentKeyPropagatesToAsMapEntrySet() local
/external/guava/guava-tests/test/com/google/common/cache/
DEmptyCachesTest.java117 Set<Object> keys = cache.asMap().keySet(); in testKeySet_nullToArray() local
150 Set<Object> keys = cache.asMap().keySet(); in testKeySet_clear() local
159 Set<Object> keys = cache.asMap().keySet(); in testKeySet_empty_remove() local
175 Set<Object> keys = cache.asMap().keySet(); in testKeySet_remove() local
/external/marisa-trie/v0_1_5/tests/
Dtrie-test.cc34 std::vector<std::string> *keys) in PredictCallback()
63 std::vector<std::string> keys; in TestTrie() local
186 std::vector<std::string> keys; in TestPrefixTrie() local
427 std::vector<std::string> keys; in TestPatriciaTrie() local
529 std::vector<std::string> keys; in TestEmptyString() local
593 std::vector<std::string> keys; in TestBinaryKey() local
Dtail-test.cc19 marisa_alpha::Vector<marisa_alpha::String> keys; in TestBinaryTail() local
144 marisa_alpha::Vector<marisa_alpha::String> keys; in TestTextTail() local
/external/marisa-trie/tests/
Dtrie-test.cc34 std::vector<std::string> *keys) in PredictCallback()
63 std::vector<std::string> keys; in TestTrie() local
184 std::vector<std::string> keys; in TestPrefixTrie() local
409 std::vector<std::string> keys; in TestPatriciaTrie() local
511 std::vector<std::string> keys; in TestEmptyString() local
575 std::vector<std::string> keys; in TestBinaryKey() local
Dtail-test.cc19 marisa::Vector<marisa::String> keys; in TestBinaryTail() local
140 marisa::Vector<marisa::String> keys; in TestTextTail() local
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DSparseSwitchPayloadDecodedInstruction.java26 private final int[] keys; field in SparseSwitchPayloadDecodedInstruction
38 int opcode, int[] keys, int[] targets) { in SparseSwitchPayloadDecodedInstruction()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderMapEntryCollection.java41 @Nonnull private final Collection<Key> keys; field in BuilderMapEntryCollection
43 public BuilderMapEntryCollection(@Nonnull Collection<Key> keys) { in BuilderMapEntryCollection()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyFactory2Test.java104 KeyPair keys = keyGen.generateKeyPair(); in test_generatePrivateLjava_security_spec_KeySpec() local
145 KeyPair keys = keyGen.generateKeyPair(); in test_generatePublicLjava_security_spec_KeySpec() local
254 KeyPair keys = keyGen.generateKeyPair(); in test_getKeySpecLjava_security_KeyLjava_lang_Class() local
328 KeyPair keys = keyGen.generateKeyPair(); in test_translateKeyLjava_security_Key() local
DKeyPairGenerator1Test.java349 int[] keys = { -10000, -1024, -1, 0, 10000 }; in testKeyPairGenerator11() local
386 int[] keys = { -1, -250, 1, 64, 512, 1024 }; in testKeyPairGenerator12() local
462 int[] keys = { -1, -250, 1, 63, -512, -1024 }; in testKeyPairGenerator13() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DTestMapEntrySetGenerator.java33 private final SampleElements<K> keys; field in TestMapEntrySetGenerator
37 SampleElements<K> keys, SampleElements<V> values) { in TestMapEntrySetGenerator()
/external/guava/guava-tests/test/com/google/common/collect/
DConcurrentHashMultisetBasherTest.java65 ImmutableList<String> keys = ImmutableList.of("a", "b", "c"); in testAddAndRemove() local
99 private final ImmutableList<String> keys; field in ConcurrentHashMultisetBasherTest.MutateTask
102 private MutateTask(ConcurrentHashMultiset<String> multiset, ImmutableList<String> keys) { in MutateTask()
/external/guava/guava/src/com/google/common/cache/
DCache.java85 ImmutableMap<K, V> getAllPresent(Iterable<?> keys); in getAllPresent()
118 void invalidateAll(Iterable<?> keys); in invalidateAll()

12345678910>>...12