Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/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
/aosp_15_r20/cts/tests/tests/proto/src/android/util/proto/cts/
H A DProtoOutputStreamSwitchedWriteTest.java176 WriteTester typed, WriteTester switched) { in testAWrite()
198 final WriteTester typed = entry.getValue(); in testWrites() local
263 ProtoOutputStream typed, ProtoOutputStream switched) { in testString()
286 ProtoOutputStream typed, ProtoOutputStream switched) { in testRepeatedString()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
H A DTypeKey.java34 public TypeKey(Class<?> key, boolean typed) { in TypeKey()
41 public TypeKey(JavaType key, boolean typed) { in TypeKey()
/aosp_15_r20/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
H A DBlingyNotification.kt38 val typed = context.obtainStyledAttributes(attrs, intArrayOf(android.R.attr.src)) constant in com.android.test.silkfx.hdr.BlingyNotification
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
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
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/
H A DScalarizeVecAndMatConstructorArgs.cpp126 bool ScalarizeTraverser::shouldScalarize(TIntermTyped *typed) in shouldScalarize()
194 TIntermTyped *ScalarizeTraverser::createConstructor(TIntermTyped *typed) in createConstructor()
/aosp_15_r20/external/python/cpython3/Modules/
D_functoolsmodule.c797 int typed; member
813 PyObject *kwds, int typed) in lru_cache_make_key()
1160 int typed; in lru_cache_new() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfft_ops.cc357 se::DeviceMemory<T> typed(wrapped); in AsDeviceMemory() local
364 se::DeviceMemory<T> typed(wrapped); in AsDeviceMemory() local
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A 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()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/
Dhelpers.go35 func typed(typ *types.Type, n ir.Node) ir.Node { func
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/rnn/
H A Dblas_gemm.cc31 se::DeviceMemory<T> typed(wrapped); in AsDeviceMemory() local
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A 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()
/aosp_15_r20/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
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DVersionGLSL.cpp141 TIntermTyped *typed = sequence.front()->getAsTyped(); in visitAggregate() local
/aosp_15_r20/frameworks/rs/
H A DrsList.h22 T typed; member
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DCycleDetectingLock.java312 ID typed = (ID) unownedLock.userLockId; in addAllLockIdsAfter() local
/aosp_15_r20/external/yapf/yapf/yapflib/
H A Dpy3compat.py58 def lru_cache(maxsize=128, typed=False): argument
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java149 final SuggestedWordInfo typed = in testGetTextWithSuggestionSpan() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.h444 TypedOperatorHandle<FuncType> typed() const { in typed() function
/aosp_15_r20/external/flatbuffers/ts/flexbuffers/
H A Dbuilder.ts344 let typed = keys === null; variable

12345678910