/external/llvm/test/CodeGen/AMDGPU/ |
D | store_typed.ll | 10 call void @llvm.r600.rat.store.typed(<4 x i32> %data, <4 x i32> %index, i32 0) 20 call void @llvm.r600.rat.store.typed(<4 x i32> %data, <4 x i32> %index, i32 11) 24 declare void @llvm.r600.rat.store.typed(<4 x i32>, <4 x i32>, i32)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | store_typed.ll | 10 call void @llvm.r600.rat.store.typed(<4 x i32> %data, <4 x i32> %index, i32 0) 20 call void @llvm.r600.rat.store.typed(<4 x i32> %data, <4 x i32> %index, i32 11) 24 declare void @llvm.r600.rat.store.typed(<4 x i32>, <4 x i32>, i32)
|
/external/flatbuffers/docs/source/ |
D | Benchmarks.md | 33 … | typed accessors | typed accessors | manual error checking | typed accesso… 44 with the typed C++ interface. Also lacks VS2010 support.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/WebAssembly/ |
D | typed-immediate-operand-invalid1.mir | 2 # When a typed immediate operand does not start with 'i', 's', or 'p' 10 ; CHECK: [[@LINE+1]]:24: a typed immediate operand should start with one of 'i', 's', or 'p'
|
/external/protobuf/src/google/protobuf/ |
D | struct.proto | 45 // which map to dynamically typed values. In some languages, `Struct` 53 // Unordered map of dynamically typed values. 57 // `Value` represents a dynamically typed value which can be either 94 // Repeated field of dynamically typed values.
|
/external/golang-protobuf/ptypes/struct/ |
D | struct.proto | 45 // which map to dynamically typed values. In some languages, `Struct` 53 // Unordered map of dynamically typed values. 57 // `Value` represents a dynamically typed value which can be either 94 // Repeated field of dynamically typed values.
|
/external/tensorflow/tensorflow/contrib/rnn/kernels/ |
D | blas_gemm.cc | 31 se::DeviceMemory<T> typed(wrapped); in AsDeviceMemory() local 32 return typed; in AsDeviceMemory()
|
/external/v8/ |
D | Android.bp | 139 "src/builtins/typed-array.tq", 148 "torque-generated/builtins-typed-array-from-dsl-gen.h", 153 "builtins-typed-array-from-dsl-gen.h", 167 "src/builtins/typed-array.tq", 176 "builtins-typed-array-from-dsl-gen.cc",
|
/external/google-breakpad/src/testing/gtest/ |
D | Makefile.am | 28 src/gtest-typed-test.cc \ 63 test/gtest-typed-test2_test.cc \ 64 test/gtest-typed-test_test.cc \ 65 test/gtest-typed-test_test.h \ 192 include/gtest/gtest-typed-test.h \
|
/external/python/cpython3/Modules/ |
D | _functoolsmodule.c | 735 int typed; member 748 lru_cache_make_key(PyObject *args, PyObject *kwds, int typed) in lru_cache_make_key() argument 754 if (!typed && !kwds) { in lru_cache_make_key() 774 if (typed) in lru_cache_make_key() 798 if (typed) { in lru_cache_make_key() 833 PyObject *key = lru_cache_make_key(args, kwds, self->typed); in infinite_lru_cache_wrapper() 934 key = lru_cache_make_key(args, kwds, self->typed); in bounded_lru_cache_wrapper() 1096 int typed; in lru_cache_new() local 1104 &func, &maxsize_O, &typed, in lru_cache_new() 1148 obj->typed = typed; in lru_cache_new()
|
/external/doclava/src/com/google/doclava/ |
D | TypeInfo.java | 546 public static Map<String, TypeInfo> getTypeArgumentMapping(TypeInfo generic, TypeInfo typed) { in getTypeArgumentMapping() argument 550 if (typed.typeArguments() != null && typed.typeArguments().size() > i) { in getTypeArgumentMapping() 551 map.put(generic.typeArguments().get(i).simpleTypeName(), typed.typeArguments().get(i)); in getTypeArgumentMapping() 562 public static Map<String, TypeInfo> getTypeArgumentMapping(ClassInfo cls, TypeInfo typed) { in getTypeArgumentMapping() argument 563 return getTypeArgumentMapping(cls.asTypeInfo(), typed); in getTypeArgumentMapping()
|
/external/googletest/googletest/ |
D | Makefile.am | 26 src/gtest-typed-test.cc \ 61 test/gtest-typed-test2_test.cc \ 62 test/gtest-typed-test_test.cc \ 63 test/gtest-typed-test_test.h \ 191 include/gtest/gtest-typed-test.h \
|
/external/python/cpython3/Lib/ |
D | functools.py | 414 def _make_key(args, kwds, typed, argument 437 if typed: 445 def lru_cache(maxsize=128, typed=False): argument 480 wrapper = _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo) 485 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument 514 key = make_key(args, kwds, typed) 529 key = make_key(args, kwds, typed)
|
/external/python/cpython2/Doc/library/ |
D | crypt.rst | 20 accept typed passwords from the user, or attempting to crack Unix passwords with 33 *word* will usually be a user's password as typed at a prompt or in a graphical
|
/external/tensorflow/tensorflow/core/kernels/ |
D | gpu_utils.h | 40 se::DeviceMemory<T> typed(wrapped); in AsDeviceMemory() 41 return typed; in AsDeviceMemory()
|
/external/google-fruit/extras/dockerfiles/ |
D | ubuntu-18.04_install.sh | 12 python3-typed-ast \
|
D | ubuntu-18.10_install.sh | 12 python3-typed-ast \
|
D | ubuntu_arm-17.10_install.sh | 12 python3-typed-ast \
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | construct-set.data | 1 # Explicitly typed set.
|
D | construct-pairs.data | 1 # Explicitly typed pairs.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | construct-set.test | 3 # Explicitly typed set.
|
D | construct-pairs.test | 3 # Explicitly typed pairs.
|
/external/llvm/test/YAMLParser/ |
D | construct-set.test | 3 # Explicitly typed set.
|
D | construct-pairs.test | 3 # Explicitly typed pairs.
|
/external/guice/core/src/com/google/inject/internal/ |
D | CycleDetectingLock.java | 312 ID typed = (ID) unownedLock.userLockId; in addAllLockIdsAfter() local 313 potentialLocksCycle.put(thread, typed); in addAllLockIdsAfter()
|