Home
last modified time | relevance | path

Searched refs:typed (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/external/llvm/test/CodeGen/AMDGPU/
Dstore_typed.ll10 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/
Dstore_typed.ll10 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/
DBenchmarks.md33 … | 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/
Dtyped-immediate-operand-invalid1.mir2 # 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/
Dstruct.proto45 // 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/
Dstruct.proto45 // 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/
Dblas_gemm.cc31 se::DeviceMemory<T> typed(wrapped); in AsDeviceMemory() local
32 return typed; in AsDeviceMemory()
/external/v8/
DAndroid.bp139 "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/
DMakefile.am28 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.c735 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/
DTypeInfo.java546 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/
DMakefile.am26 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/
Dfunctools.py414 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/
Dcrypt.rst20 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/
Dgpu_utils.h40 se::DeviceMemory<T> typed(wrapped); in AsDeviceMemory()
41 return typed; in AsDeviceMemory()
/external/google-fruit/extras/dockerfiles/
Dubuntu-18.04_install.sh12 python3-typed-ast \
Dubuntu-18.10_install.sh12 python3-typed-ast \
Dubuntu_arm-17.10_install.sh12 python3-typed-ast \
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-set.data1 # Explicitly typed set.
Dconstruct-pairs.data1 # Explicitly typed pairs.
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dconstruct-set.test3 # Explicitly typed set.
Dconstruct-pairs.test3 # Explicitly typed pairs.
/external/llvm/test/YAMLParser/
Dconstruct-set.test3 # Explicitly typed set.
Dconstruct-pairs.test3 # Explicitly typed pairs.
/external/guice/core/src/com/google/inject/internal/
DCycleDetectingLock.java312 ID typed = (ID) unownedLock.userLockId; in addAllLockIdsAfter() local
313 potentialLocksCycle.put(thread, typed); in addAllLockIdsAfter()

12345678910>>...14