| /external/python/cachetools/src/cachetools/ |
| D | func.py | 44 def _cache(cache, typed): argument 48 key = keys.typedkey if typed else keys.hashkey 85 wrapper.cache_parameters = lambda: {"maxsize": maxsize, "typed": typed} 92 def fifo_cache(maxsize=128, typed=False): argument 99 return _cache(_UnboundCache(), typed) 101 return _cache(FIFOCache(128), typed)(maxsize) 103 return _cache(FIFOCache(maxsize), typed) 106 def lfu_cache(maxsize=128, typed=False): argument 113 return _cache(_UnboundCache(), typed) 115 return _cache(LFUCache(128), typed)(maxsize) [all …]
|
| /external/rust/crates/clap/examples/ |
| D | typed-derive.md | 5 $ typed-derive --help 6 Usage: typed-derive[EXE] [OPTIONS] 22 $ typed-derive -O 1 25 $ typed-derive -O plaid 35 $ typed-derive -I../hello 42 $ typed-derive --bind 192.0.0.1 45 $ typed-derive --bind localhost 55 $ typed-derive --sleep 10s 58 $ typed-derive --sleep forever 68 $ typed-derive -D Foo=10 -D Alice=30 [all …]
|
| /external/mesa3d/src/intel/compiler/tests/gen9/ |
| D | sends.asm | 2 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 1, SIMD16, Mask = 0x0) mlen 2 ex_mlen 4 rle… 4 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 1, SIMD8, Mask = 0x0) mlen 2 ex_mlen 4 rlen… 6 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 1, SIMD16, Mask = 0x0) mlen 2 ex_mlen 4 rle… 16 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 2, SIMD16, Mask = 0x0) mlen 2 ex_mlen 4 rle… 18 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 2, SIMD8, Mask = 0x0) mlen 2 ex_mlen 4 rlen… 26 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 1, SIMD16, Mask = 0xe) mlen 2 ex_mlen 1 rle… 28 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 1, SIMD8, Mask = 0xe) mlen 2 ex_mlen 1 rlen… 30 …dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD16, umax) mlen 2 ex_mlen 1 rlen 0 { align1 … 32 …dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD8, umax) mlen 2 ex_mlen 1 rlen 0 { align1 2… 34 …dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD16, mov) mlen 2 ex_mlen 1 rlen 0 { align1 1… [all …]
|
| /external/perfetto/ui/src/controller/ |
| D | consumer_port_types.ts | 23 export interface Typed { interface 36 export function isTyped(obj: object): obj is Typed { 40 export interface ReadBuffersResponse extends Typed, IReadBuffersResponse {} 41 export interface EnableTracingResponse extends Typed, IEnableTracingResponse {} 42 export interface GetTraceStatsResponse extends Typed, IGetTraceStatsResponse {} 43 export interface FreeBuffersResponse extends Typed, IFreeBuffersResponse {} 44 export interface GetCategoriesResponse extends Typed {} 46 extends Typed, 57 export function isReadBuffersResponse(obj: Typed): obj is ReadBuffersResponse { 62 obj: Typed, [all …]
|
| D | chrome_proxy_record_controller.ts | 22 Typed, 26 export interface ChromeExtensionError extends Typed { 30 export interface ChromeExtensionStatus extends Typed { 34 export interface GetCategoriesResponse extends Typed { 45 obj: Typed, 51 obj: Typed,
|
| /external/rust/crates/clap/3.2.23/examples/ |
| D | typed-derive.md | 5 $ typed-derive --help 9 typed-derive[EXE] [OPTIONS] 23 $ typed-derive -O 1 26 $ typed-derive -O plaid 36 $ typed-derive -I../hello 43 $ typed-derive --bind 192.0.0.1 46 $ typed-derive --bind localhost 56 $ typed-derive --sleep 10s 59 $ typed-derive --sleep forever 69 $ typed-derive -D Foo=10 -D Alice=30 [all …]
|
| /external/android_onboarding/java/com/android/onboarding/contracts/fragment/ |
| D | OnboardingFragment.kt | 29 * Sets the typed argument that is given by the onboarding contract. 31 * @param argument The typed argument. 38 * Gets the typed argument that is given by the onboarding contract. 40 * @return The typed argument. 47 * Performs the setting of the typed argument of the onboarding contract. 49 * @param args The typed argument that would be set in the bundle of fragment argument. 55 * Performs the extraction of the typed argument of the onboarding contract. 58 * @return The typed argument that would be extracted from the bundle of fragment argument.
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
| D | TypeKey.java | 21 * if it has, it is "typed" 34 public TypeKey(Class<?> key, boolean typed) { in TypeKey() argument 37 _isTyped = typed; in TypeKey() 38 _hashCode = typed ? typedHash(key) : untypedHash(key); in TypeKey() 41 public TypeKey(JavaType key, boolean typed) { in TypeKey() argument 44 _isTyped = typed; in TypeKey() 45 _hashCode = typed ? typedHash(key) : untypedHash(key); in TypeKey() 108 return "{class: "+_class.getName()+", typed? "+_isTyped+"}"; in toString() 110 return "{type: "+_type+", typed? "+_isTyped+"}"; in toString()
|
| /external/llvm/test/CodeGen/AArch64/ |
| D | aarch64-loop-gep-opt.ll | 5 %typeD = type { i32, i32, [256 x i32], [257 x i32] } 8 define i32 @test1(%typeD* nocapture %s) { 15 %tPos = getelementptr inbounds %typeD, %typeD* %s, i64 0, i32 0 16 %k0 = getelementptr inbounds %typeD, %typeD* %s, i64 0, i32 1 32 %arrayidx.i = getelementptr inbounds %typeD, %typeD* %s, i64 0, i32 3, i64 %idxprom.i
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
| D | raw_ref_nocompile.nc | 17 enum TypeD {}; 22 using DanglingRefD = raw_ref<TypeD, base::RawPtrTraits::kMayDangle>; 29 TypeD d; 37 …<TypeD> ref_d2(std::move(ref_d1)); // expected-error@*:* {{static assertion failed due to requir… 45 TypeD d; 49 raw_ref<TypeD, base::RawPtrTraits::kDummyForTest> ref_d1(d); 53 …tion failed due to requirement 'Traits == (raw_ptr<(anonymous namespace)::TypeD, 2052>::Traits | R…
|
| /external/bazel-skylib/rules/ |
| D | common_settings.bzl | 18 For label-typed settings, use the native label_flag and label_setting rules. 70 doc = "An int-typed build setting that can be set on the command line", 79 doc = "An int-typed build setting that cannot be set on the command line", 85 doc = "A bool-typed build setting that can be set on the command line", 91 doc = "A bool-typed build setting that cannot be set on the command line", 97 doc = "A string list-typed build setting that can be set on the command line", 103 doc = "A string list-typed build setting that cannot be set on the command line", 132 doc = "A string-typed build setting that can be set on the command line", 144 doc = "A string-typed build setting that cannot be set on the command line",
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
| D | coverage.txt | 4 1 Not fully: ** Typed Memory object not tested. Tested file and shared 6 2 NO: ** Typed Memory object 8 4 NO: ** Typed Memory object not tested 12 8 NO: ** Typed Memory object 31 26 NO ** Typed Memory Object 35 30 NO ** Typed Memory object
|
| /external/rust/crates/tower/src/load/ |
| D | completion.rs | 11 /// Attaches `H`-typed completion tracker to `V` typed values. 20 /// implementation could add `H`-typed handles to each response's extensions to detect when all the 37 /// Attaches a `H`-typed handle to a `V`-typed value. 48 /// Attaches a `C`-typed completion tracker to the result of an `F`-typed [`Future`].
|
| /external/mesa3d/src/intel/compiler/tests/gen12/ |
| D | send.asm | 6 …dp data 1 MsgDesc: (DC typed surface read, Surface = 19, SIMD8, Mask = 0xe) mlen 2 ex_mlen 0 rlen… 8 …dp data 1 MsgDesc: (DC typed surface write, Surface = 252, SIMD16, Mask = 0x0) mlen 1 rlen 0 { al… 14 …dp data 1 MsgDesc: (DC typed surface read, Surface = 16, SIMD16, Mask = 0xe) mlen 2 ex_mlen 0 rle… 16 …dp data 1 MsgDesc: (DC typed surface read, Surface = 16, SIMD8, Mask = 0xe) mlen 2 ex_mlen 0 rlen… 20 …dp data 1 MsgDesc: (DC typed surface write, Surface = 1, SIMD16, Mask = 0x0) mlen 1 ex_mlen 4 rle… 22 …dp data 1 MsgDesc: (DC typed surface read, Surface = 1, SIMD16, Mask = 0x0) mlen 1 ex_mlen 0 rlen… 26 …dp data 1 MsgDesc: (DC typed surface write, Surface = 1, SIMD16, Mask = 0x0) mlen 2 ex_mlen 4 rle…
|
| /external/federated-compute/fcp/aggregation/core/ |
| D | aggregator.h | 33 // b) The method Accumulate is used to accumulate T-typed client items into the 34 // U-typed partial aggregate. 35 // c) The method Merge is used to merge the intermediate U-typed aggregates of 36 // the two aggregator instances producing a merged U-typed aggregate. 37 // d) The method Report is used to project the top-level U-typed aggregate into 38 // the final R-typed result.
|
| /external/flatbuffers/rust/flexbuffers/src/ |
| D | flexbuffer_type.rs | 18 /// heterogenous maps, heterogenous vectors, typed vectors, and fixed length 19 /// typed vectors for some lengths and types. Rust types are converted into 29 /// * Typed vectors do not store this extra type information and fixed length 30 /// typed vectors do not store length. Whether a vector is stored as a typed 31 /// vector or fixed length typed vector is determined dymaically from the 35 /// indirect numbers instead of their inline counterparts in maps and typed 134 /// Returns true if called on a map, vector, typed vector, or fixed length typed vector. 144 /// Returns true if called on a fixed length typed vector. 171 /// Returns true if self is a Map or Vector. Typed vectors are not heterogenous.
|
| /external/cronet/third_party/protobuf/php/src/Google/Protobuf/ |
| D | Struct.php | 13 * which map to dynamically typed values. In some languages, `Struct` 25 * Unordered map of dynamically typed values. 38 * Unordered map of dynamically typed values. 47 * Unordered map of dynamically typed values. 58 * Unordered map of dynamically typed values.
|
| /external/protobuf/php/src/Google/Protobuf/ |
| D | Struct.php | 13 * which map to dynamically typed values. In some languages, `Struct` 25 * Unordered map of dynamically typed values. 38 * Unordered map of dynamically typed values. 47 * Unordered map of dynamically typed values. 58 * Unordered map of dynamically typed values.
|
| /external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
| D | FlexBuffersBuilder.kt | 228 * Adds a [IntArray] into the message as a typed vector of fixed size. 235 * Adds a [IntArray] into the message as a typed vector of fixed size. in put() 244 * Adds a [ShortArray] into the message as a typed vector of fixed size. 251 * Adds a [ShortArray] into the message as a typed vector of fixed size. in put() 260 * Adds a [LongArray] into the message as a typed vector of fixed size. 267 * Adds a [LongArray] into the message as a typed vector of fixed size. in put() 276 * Adds a [FloatArray] into the message as a typed vector of fixed size. 283 * Adds a [FloatArray] into the message as a typed vector of fixed size. in put() 292 * Adds a [DoubleArray] into the message as a typed vector of fixed size. 299 * Adds a [DoubleArray] into the message as a typed vector of fixed size. in put() [all …]
|
| /external/python/cachetools/tests/ |
| D | test_func.py | 12 self.assertEqual(cached.cache_parameters(), {"maxsize": 2, "typed": False}) 23 self.assertEqual(cached.cache_parameters(), {"maxsize": 2, "typed": False}) 34 self.assertEqual(cached.cache_parameters(), {"maxsize": 0, "typed": False}) 45 self.assertEqual(cached.cache_parameters(), {"maxsize": None, "typed": False}) 55 cached = self.decorator(maxsize=2, typed=True)(lambda n: n) 56 self.assertEqual(cached.cache_parameters(), {"maxsize": 2, "typed": True}) 69 self.assertEqual(cached.cache_parameters(), {"maxsize": 128, "typed": False})
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
| D | assertions.xml | 27 TYM If a mapping removed from a typed memory object causes the corresponding address range of 29 mappings (that is, mappings of typed memory objects opened with the 31 become deallocated and may become available to satisfy future typed memory allocation 33 A mapping removed from a typed memory object opened with the 35 that typed memory for allocation.
|
| /external/ComputeLibrary/src/common/utils/ |
| D | Utils.h | 33 /** Convert a strongly typed enum to an old plain c enum 36 * @tparam SE Strongly typed resulting enum 48 /** Convert plain old enumeration to a strongly typed enum 50 * @tparam SE Strongly typed resulting enum 55 * @return A corresponding strongly typed enumeration
|
| /external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/ |
| D | MapPropertyOrBuilder.java | 30 * Unordered map of dynamically typed values. 40 * Unordered map of dynamically typed values. 53 * Unordered map of dynamically typed values. 63 * Unordered map of dynamically typed values. 77 * Unordered map of dynamically typed values.
|
| /external/aws-sdk-java-v2/services/clouddirectory/src/main/resources/codegen-resources/ |
| D | service-2.json | 152 …typed link to a specified source and target object. For more information, see <a href=\"https://do… 329 …veloperguide/directory_objects_links.html#directory_objects_links_typedlink\">Typed Links</a>.</p>" 437 …veloperguide/directory_objects_links.html#directory_objects_links_typedlink\">Typed Links</a>.</p>" 525 …typed link from a specified source and target object. For more information, see <a href=\"https://… 649 "documentation":"<p>Retrieves attributes that are associated with a typed link.</p>" 735 …veloperguide/directory_objects_links.html#directory_objects_links_typedlink\">Typed Links</a>.</p>" 884 …typed link facet and identity attributes. For more information, see <a href=\"https://docs.aws.ama… 1063 …typed link facet and identity attributes. For more information, see <a href=\"https://docs.aws.ama… 1150 …veloperguide/directory_objects_links.html#directory_objects_links_typedlink\">Typed Links</a>.</p>" 1171 …veloperguide/directory_objects_links.html#directory_objects_links_typedlink\">Typed Links</a>.</p>" [all …]
|
| /external/flatbuffers/python/flatbuffers/ |
| D | flexbuffers.py | 181 VECTOR_INT = 11 # Typed any size (stores no type table). 189 VECTOR_INT2 = 16 # Typed tuple (no type table, no size field). 192 VECTOR_INT3 = 19 # Typed triple (no type table, no size field). 195 VECTOR_INT4 = 22 # Typed quad (no type table, no size field). 227 raise ValueError('must be typed vector type') 242 raise ValueError('must be fixed typed vector type') 254 fixed_len: number of elements: 0 for typed vector; 2, 3, or 4 for fixed 255 typed vector. 258 Typed vector type or fixed typed vector type. 262 raise ValueError('must be typed vector element type') [all …]
|