/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | MapBenchmark.java | 45 Map<Element, Element> create(Collection<Element> keys) { in create() 55 Map<Element, Element> create(Collection<Element> keys) { in create() 65 Map<Element, Element> create(Collection<Element> keys) { in create() 71 Map<Element, Element> create(Collection<Element> keys) { in create() 77 Map<Element, Element> create(Collection<Element> keys) { in create() 87 Map<Element, Element> create(Collection<Element> keys) { in create() 97 Map<Element, Element> create(Collection<Element> keys) { in create() 107 Map<Element, Element> create(Collection<Element> keys) { in create() 117 Map<Element, Element> create(Collection<Element> keys) { in create() 127 Map<Element, Element> create(Collection<Element> keys) { in create() [all …]
|
/external/guava/android/guava-tests/benchmark/com/google/common/collect/ |
D | MapBenchmark.java | 45 Map<Element, Element> create(Collection<Element> keys) { in create() 55 Map<Element, Element> create(Collection<Element> keys) { in create() 65 Map<Element, Element> create(Collection<Element> keys) { in create() 71 Map<Element, Element> create(Collection<Element> keys) { in create() 77 Map<Element, Element> create(Collection<Element> keys) { in create() 87 Map<Element, Element> create(Collection<Element> keys) { in create() 97 Map<Element, Element> create(Collection<Element> keys) { in create() 107 Map<Element, Element> create(Collection<Element> keys) { in create() 117 Map<Element, Element> create(Collection<Element> keys) { in create() 127 Map<Element, Element> create(Collection<Element> keys) { in create() [all …]
|
/external/libcxx/test/libcxx/localization/locale.categories/ |
D | __scan_keyword.pass.cpp | 49 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/llvm-project/libcxx/test/libcxx/localization/locale.categories/ |
D | __scan_keyword.pass.cpp | 50 std::string keys[] = {"a", "abb"}; in main() local 62 std::string keys[] = {"a", "abb"}; in main() local 74 std::string keys[] = {"a", "abb"}; in main() local 86 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local 98 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local 110 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | lookup_interface.cc | 33 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() 74 Status LookupInterface::CheckKeyTensorForRemove(const Tensor& keys) { in CheckKeyTensorForRemove()
|
/external/skia/infra/bots/recipe_modules/builder_name_schema/ |
D | builder_name_schema.json | 4 "keys": [ array 15 "keys": [ array 26 "keys": [ array 31 "keys": [ array 39 "keys": [ array 47 "keys": [ array 62 "keys": [ array 77 "keys": [ array 92 "keys": [ array
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | bpf_flow.c | 74 static __always_inline int export_flow_keys(struct bpf_flow_keys *keys, in export_flow_keys() 117 struct bpf_flow_keys *keys = skb->flow_keys; in parse_eth_proto() local 145 struct bpf_flow_keys *keys = skb->flow_keys; in _dissect() local 153 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ip_proto() local 244 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ipv6_proto() local 264 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 312 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 334 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 352 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local 378 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local [all …]
|
/external/skqp/infra/bots/recipe_modules/builder_name_schema/ |
D | builder_name_schema.json | 4 "keys": [ array 15 "keys": [ array 26 "keys": [ array 41 "keys": [ array 49 "keys": [ array 57 "keys": [ array 72 "keys": [ array
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapKeysTester.java | 48 Multiset<K> keys = multimap().keys(); in testKeys() local 69 Multiset<K> keys = multimap().keys(); in testKeysWithNullKey() local 91 Multiset<K> keys = multimap().keys(); in testKeysEntrySetIteratorRemove() local
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapKeysTester.java | 48 Multiset<K> keys = multimap().keys(); in testKeys() local 69 Multiset<K> keys = multimap().keys(); in testKeysWithNullKey() local 91 Multiset<K> keys = multimap().keys(); in testKeysEntrySetIteratorRemove() local
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
D | extract_key.pass.cpp | 54 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 62 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 74 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | extract_key.pass.cpp | 51 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 68 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/libcxx/test/std/containers/unord/unord.set/ |
D | extract_key.pass.cpp | 51 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 68 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | extract_key.pass.cpp | 51 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 68 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
D | extract_key.pass.cpp | 53 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 73 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
D | extract_key.pass.cpp | 53 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 73 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/libcxx/test/std/containers/associative/set/ |
D | extract_key.pass.cpp | 51 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 68 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | extract_key.pass.cpp | 53 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 73 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | initializable_lookup_table.h | 50 Status Insert(OpKernelContext* ctx, const Tensor& keys, in Insert() 57 Status Remove(OpKernelContext* ctx, const Tensor& keys) final { in Remove() 177 explicit KeyValueTensorIterator(const Tensor* keys, const Tensor* values) in KeyValueTensorIterator() 200 const Tensor& keys() const override { return *keys_; } in keys() function
|
/external/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
D | extract_key.pass.cpp | 54 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 62 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 74 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
D | extract_key.pass.cpp | 53 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 73 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | extract_key.pass.cpp | 53 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 73 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/llvm-project/libcxx/test/std/containers/unord/unord.set/ |
D | extract_key.pass.cpp | 51 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 68 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
D | extract_key.pass.cpp | 53 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 73 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|
/external/llvm-project/libcxx/test/std/containers/unord/unord.multiset/ |
D | extract_key.pass.cpp | 51 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 68 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local
|