Home
last modified time | relevance | path

Searched defs:typed (Results 1 – 25 of 33) sorted by relevance

12

/external/python/cachetools/src/cachetools/
Dfunc.py44 def _cache(cache, typed): argument
92 def fifo_cache(maxsize=128, typed=False): argument
106 def lfu_cache(maxsize=128, typed=False): argument
120 def lru_cache(maxsize=128, typed=False): argument
134 def mru_cache(maxsize=128, typed=False): argument
147 def rr_cache(maxsize=128, choice=random.choice, typed=False): argument
161 def ttl_cache(maxsize=128, ttl=600, timer=time.monotonic, typed=False): argument
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTypeKey.java34 public TypeKey(Class<?> key, boolean typed) { in TypeKey()
41 public TypeKey(JavaType key, boolean typed) { in TypeKey()
/external/angle/src/compiler/translator/tree_ops/glsl/
DScalarizeVecAndMatConstructorArgs.cpp106 bool ScalarizeTraverser::shouldScalarize(TIntermTyped *typed) in shouldScalarize()
174 TIntermTyped *ScalarizeTraverser::createConstructor(TIntermTyped *typed) in createConstructor()
/external/tensorflow/tensorflow/core/kernels/rnn/
Dblas_gemm.cc31 se::DeviceMemory<T> typed(wrapped); in AsDeviceMemory() local
/external/angle/src/compiler/translator/glsl/
DVersionGLSL.cpp141 TIntermTyped *typed = sequence.front()->getAsTyped(); in visitAggregate() local
/external/yapf/yapf/yapflib/
Dpy3compat.py58 def lru_cache(maxsize=128, typed=False): argument
/external/guice/core/src/com/google/inject/internal/
DCycleDetectingLock.java312 ID typed = (ID) unownedLock.userLockId; in addAllLockIdsAfter() local
DRealMultibinder.java381 SingleParameterInjector<T>[] typed = in initialize() local
/external/python/cpython3/Lib/
Dfunctools.py448 def _make_key(args, kwds, typed, argument
479 def lru_cache(maxsize=128, typed=False): argument
525 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument
/external/doclava/src/com/google/doclava/
DTypeInfo.java568 public static Map<String, TypeInfo> getTypeArgumentMapping(TypeInfo generic, TypeInfo typed) { in getTypeArgumentMapping()
584 public static Map<String, TypeInfo> getTypeArgumentMapping(ClassInfo cls, TypeInfo typed) { in getTypeArgumentMapping()
/external/tensorflow/tensorflow/core/kernels/
Dfft_ops.cc357 se::DeviceMemory<T> typed(wrapped); in AsDeviceMemory() local
364 se::DeviceMemory<T> typed(wrapped); in AsDeviceMemory() local
/external/rust/crates/syn-mid/src/
Dfunc.rs154 let mut typed = input.call(fn_arg_typed)?; in parse() localVariable
/external/python/cpython3/Modules/
D_functoolsmodule.c796 int typed; member
812 PyObject *kwds, int typed) in lru_cache_make_key()
1159 int typed; in lru_cache_new() local
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_messages.py194 typed = _messages.BooleanField(3) variable in FusiontablesQuerySqlGetRequest
211 typed = _messages.BooleanField(3) variable in FusiontablesQuerySqlRequest
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffersBuilder.java459 public int endVector(String key, int start, boolean typed, boolean fixed) { in endVector()
504 …private Value createVector(int key, int start, int length, boolean typed, boolean fixed, Value key… in createVector()
/external/flatbuffers/ts/flexbuffers/
Dbuilder.ts344 let typed = keys === null; variable
/external/tensorflow/tensorflow/core/kernels/linalg/
Dtridiagonal_solve_op_gpu.cu.cc70 se::DeviceMemory<Scalar> typed(wrapped); in AsDeviceMemory() local
/external/rust/crates/der/tests/
Dderive.rs364 pub typed: &'a [u8], field
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
Dcustom_call_encoding.cc521 if (auto typed = attr.dyn_cast<TypedAttr>()) in IsSupportedScalarAttribute() local
681 auto typed = attr.dyn_cast<TypedAttr>(); in Encode() local
/external/flatbuffers/python/flatbuffers/
Dflexbuffers.py1090 def _CreateVector(self, elements, typed, fixed, keys=None): argument
1300 def _EndVector(self, start, typed, fixed): argument
/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h797 uint32_t typed : 1; member
821 uint32_t typed : 1; member
918 uint32_t typed : 1; member
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager_test.cc441 se::DeviceMemory<Scalar> typed(wrapped); in AsDeviceMemory() local
/external/rust/crates/protobuf-codegen/src/gen/field/
Dmod.rs924 let typed = RustValueTyped { in write_merge_from_oneof_case_block() localVariable
/external/rust/crates/protobuf-codegen/2.27.1/src/field/
Dmod.rs1386 let typed = RustValueTyped { in write_merge_from_oneof() localVariable
/external/angle/src/libANGLE/
Dangletypes.h446 PackedSamplerCompleteness typed; member

12