Home
last modified time | relevance | path

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

12345678910>>...23

/external/guava/guava-tests/benchmark/com/google/common/collect/
DMapBenchmark.java45 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
54 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
63 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
68 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
73 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
82 @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()
111 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
122 @Override Map<Element, Element> create(Collection<Element> keys) { in create()
[all …]
/external/libcxx/test/libcxx/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/tensorflow/tensorflow/core/framework/
Dlookup_interface.cc33 Status LookupInterface::CheckKeyAndValueTypes(const Tensor& keys, in CheckKeyAndValueTypes()
46 Status LookupInterface::CheckKeyAndValueTensorsHelper(const Tensor& keys, in CheckKeyAndValueTensorsHelper()
64 Status LookupInterface::CheckKeyAndValueTensorsForInsert(const Tensor& keys, in CheckKeyAndValueTensorsForInsert()
69 Status LookupInterface::CheckKeyAndValueTensorsForImport(const Tensor& keys, in CheckKeyAndValueTensorsForImport()
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/
DLookupSwitchInsnNode.java55 public List keys; field in LookupSwitchInsnNode
73 final int[] keys, in LookupSwitchInsnNode()
91 int[] keys = new int[this.keys.size()]; in accept() 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/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
Dsharded_mutable_dense_hashtable.py86 def _shard_indices(self, keys): argument
96 def _check_keys(self, keys): argument
104 def lookup(self, keys, name=None): argument
132 def insert(self, keys, values, name=None): argument
/external/guava/guava-tests/test/com/google/common/cache/
DEmptyCachesTest.java118 Set<Object> keys = cache.asMap().keySet(); in testKeySet_nullToArray() local
151 Set<Object> keys = cache.asMap().keySet(); in testKeySet_clear() local
160 Set<Object> keys = cache.asMap().keySet(); in testKeySet_empty_remove() local
176 Set<Object> keys = cache.asMap().keySet(); in testKeySet_remove() local
/external/tensorflow/tensorflow/python/training/
Dsaver_test_utils.py59 def insert(self, keys, values): argument
62 def lookup(self, keys, default): argument
65 def keys(self): member in CheckpointedOp
/external/tensorflow/tensorflow/core/kernels/
Dlookup_util.h58 explicit KeyValueTensorIterator(const Tensor* keys, const Tensor* values) in KeyValueTensorIterator()
81 const Tensor& keys() const override { return *keys_; } in keys() function
Dinitializable_lookup_table.h48 Status Insert(OpKernelContext* ctx, const Tensor& keys, in Insert()
60 Status ImportValues(OpKernelContext* ctx, const Tensor& keys, in ImportValues()
Dlookup_table_op.cc72 Status DoInsert(bool clear, const Tensor& keys, const Tensor& values) { in DoInsert()
88 Status Insert(OpKernelContext* ctx, const Tensor& keys, in Insert()
93 Status ImportValues(OpKernelContext* ctx, const Tensor& keys, in ImportValues()
102 Tensor* keys; in ExportValues() local
191 Status DoInsert(bool clear, const Tensor& keys, const Tensor& values) { in DoInsert()
212 Status Insert(OpKernelContext* ctx, const Tensor& keys, in Insert()
217 Status ImportValues(OpKernelContext* ctx, const Tensor& keys, in ImportValues()
227 Tensor* keys; in ExportValues() local
431 Status ImportValues(OpKernelContext* ctx, const Tensor& keys, in ImportValues()
463 Status CheckKeyAndValueTensorsForImport(const Tensor& keys, in CheckKeyAndValueTensorsForImport()
[all …]
/external/tensorflow/tensorflow/core/ops/
Dlookup_ops.cc163 ShapeHandle keys = c->Vector(c->Dim(values, 0)); in __anonc8e9eead0602() local
181 ShapeHandle keys = c->Vector(c->Dim(values, 0)); in __anonc8e9eead0702() local
319 ShapeHandle keys; in __anonc8e9eead0a02() local
335 ShapeHandle keys; in __anonc8e9eead0b02() local
/external/libmojo/mojo/public/cpp/bindings/
Dmap_data_view.h38 ArrayDataView<K>& keys() { return keys_; } in keys() function
39 const ArrayDataView<K>& keys() const { return keys_; } in keys() function
/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/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.java70 ImmutableList<String> keys = ImmutableList.of("a", "b", "c"); in testAddAndRemove() local
104 private final ImmutableList<String> keys; field in ConcurrentHashMultisetBasherTest.MutateTask
107 private MutateTask(ConcurrentHashMultiset<String> multiset, ImmutableList<String> keys) { in MutateTask()
/external/iproute2/tc/
Df_flow.c63 static int flow_parse_keys(__u32 *keys, __u32 *nkeys, char *argv) in flow_parse_keys()
98 static int get_addend(__u32 *addend, char *argv, __u32 keys) in get_addend()
139 __u32 keys = 0, nkeys = 0; in flow_parse_opt() local
/external/libbrillo/brillo/
Dmap_utils.h18 std::set<typename T::key_type> keys; in GetMapKeys() local
28 std::vector<typename T::key_type> keys; in GetMapKeysAsVector() local
/external/v8/src/
Dkeys.cc101 Handle<FixedArray> keys, in FilterProxyKeys()
136 Handle<FixedArray> keys) { in AddKeysFromJSProxy()
298 Handle<FixedArray> keys(descs->GetEnumCache(), isolate); in GetFastEnumPropertyKeys() local
357 Handle<FixedArray> keys; in GetOwnKeysWithElements() local
384 Handle<FixedArray> keys; in GetKeys() local
412 Handle<FixedArray> keys; in GetKeysFast() local
445 Handle<FixedArray> keys = GetFastEnumPropertyKeys(isolate_, object); in GetOwnKeysWithUninitializedEnumCache() local
529 KeyAccumulator* keys, in CollectOwnPropertyNamesInternal()
866 Handle<FixedArray> keys; in CollectOwnJSProxyTargetKeys() local
/external/guice/core/test/com/google/inject/
DGenericInjectionTest.java155 @Inject SubParameterizedDeps(Set<A> keys) { in SubParameterizedDeps()
162 private Set<K> keys; field in GenericInjectionTest.ParameterizedDeps
165 @Inject ParameterizedDeps(Set<K> keys) { in ParameterizedDeps()
/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()
/external/wpa_supplicant_8/src/eap_common/
Deap_ikev2_common.c18 int eap_ikev2_derive_keymat(int prf, struct ikev2_keys *keys, in eap_ikev2_derive_keymat()
68 int eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys, in eap_ikev2_validate_icv()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodProbesAdapterTest.java82 public void visitLookupSwitchInsnWithProbes(Label dflt, int[] keys, in visitLookupSwitchInsnWithProbes()
225 final int[] keys = new int[] { 0, 1 }; in testVisitLookupSwitchInsn1() local
244 final int[] keys = new int[] { 0, 1 }; in testVisitLookupSwitchInsn2() local
260 final int[] keys = new int[] { 0, 1 }; in testVisitLookupSwitchInsn3() local
/external/skqp/tools/gpu/
DGrTest.cpp118 void GrContext::dumpCacheStatsKeyValuePairs(SkTArray<SkString>* keys, in dumpCacheStatsKeyValuePairs()
137 void GrContext::dumpGpuStatsKeyValuePairs(SkTArray<SkString>* keys, in dumpGpuStatsKeyValuePairs()
175 void GrGpu::Stats::dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) { in dumpKeyValuePairs()
221 void GrResourceCache::dumpStatsKeyValuePairs(SkTArray<SkString>* keys, in dumpStatsKeyValuePairs()

12345678910>>...23