/third_party/typescript/tests/baselines/reference/ |
D | nativeToBoxedTypes.errors.txt | 2 'number' is a primitive, but 'Number' is a wrapper object. Prefer using 'number' when possible. 4 'string' is a primitive, but 'String' is a wrapper object. Prefer using 'string' when possible. 6 'boolean' is a primitive, but 'Boolean' is a wrapper object. Prefer using 'boolean' when possible. 8 'symbol' is a primitive, but 'Symbol' is a wrapper object. Prefer using 'symbol' when possible. 17 …: 'number' is a primitive, but 'Number' is a wrapper object. Prefer using 'number' when possible. 24 …: 'string' is a primitive, but 'String' is a wrapper object. Prefer using 'string' when possible. 31 … 'boolean' is a primitive, but 'Boolean' is a wrapper object. Prefer using 'boolean' when possible. 38 …: 'symbol' is a primitive, but 'Symbol' is a wrapper object. Prefer using 'symbol' when possible.
|
D | inDoesNotOperateOnPrimitiveTypes.types | 48 return key in thing; // Error (because all possible instantiations are errors) 58 "key" in thing; // Error (because all possible instantiations are errors) 68 "key" in thing; // Error (because narrowing is possible) 90 "key" in thing; // Error (because narrowing is possible) 157 "key" in thing; // Error (because all possible instantiations are errors) 167 "key" in thing; // Error (because all possible instantations are errors)
|
D | inDoesNotOperateOnPrimitiveTypes.symbols | 50 return key in thing; // Error (because all possible instantiations are errors) 63 "key" in thing; // Error (because all possible instantiations are errors) 75 "key" in thing; // Error (because narrowing is possible) 92 "key" in thing; // Error (because narrowing is possible) 149 "key" in thing; // Error (because all possible instantiations are errors) 159 "key" in thing; // Error (because all possible instantations are errors)
|
D | assignFromBooleanInterface.errors.txt | 2 'boolean' is a primitive, but 'Boolean' is a wrapper object. Prefer using 'boolean' when possible. 11 … 'boolean' is a primitive, but 'Boolean' is a wrapper object. Prefer using 'boolean' when possible.
|
D | symbolType15.errors.txt | 2 'symbol' is a primitive, but 'Symbol' is a wrapper object. Prefer using 'symbol' when possible. 13 …: 'symbol' is a primitive, but 'Symbol' is a wrapper object. Prefer using 'symbol' when possible.
|
D | assignFromNumberInterface.errors.txt | 2 'number' is a primitive, but 'Number' is a wrapper object. Prefer using 'number' when possible. 11 …: 'number' is a primitive, but 'Number' is a wrapper object. Prefer using 'number' when possible.
|
D | assignFromStringInterface.errors.txt | 2 'string' is a primitive, but 'String' is a wrapper object. Prefer using 'string' when possible. 11 …: 'string' is a primitive, but 'String' is a wrapper object. Prefer using 'string' when possible.
|
D | inDoesNotOperateOnPrimitiveTypes.errors.txt | 50 return key in thing; // Error (because all possible instantiations are errors) 58 "key" in thing; // Error (because all possible instantiations are errors) 67 "key" in thing; // Error (because narrowing is possible) 79 "key" in thing; // Error (because narrowing is possible) 120 "key" in thing; // Error (because all possible instantiations are errors) 126 "key" in thing; // Error (because all possible instantations are errors)
|
/third_party/libwebsockets/lib/jose/jwk/ |
D | jose_key.c | 200 jps->possible = F_RSA | F_EC | F_OCT; in cb_jwk() 204 if (jps->per_key_cb && jps->possible) { in cb_jwk() 215 jps->possible = 0; in cb_jwk() 235 if ((tok_map[n] & jps->possible) && ( in cb_jwk() 327 if (!(jps->possible & F_OCT)) in cb_jwk() 330 jps->possible = F_OCT; in cb_jwk() 334 if (!(jps->possible & F_RSA)) in cb_jwk() 337 jps->possible = F_RSA; in cb_jwk() 341 if (!(jps->possible & F_EC)) in cb_jwk() 344 jps->possible = F_EC; in cb_jwk() [all …]
|
/third_party/python/Doc/library/ |
D | webbrowser.rst | 38 parameters: ``-n`` opens the URL in a new browser window, if possible; 57 in the same browser window if possible. If *new* is 1, a new browser window 58 is opened if possible. If *new* is 2, a new browser page ("tab") is opened 59 if possible. If *autoraise* is ``True``, the window is raised if possible 72 Open *url* in a new window of the default browser, if possible, otherwise, open 77 Open *url* in a new page ("tab") of the default browser, if possible, otherwise 184 # Open URL in new window, raising the window if possible. 200 browser window is opened if possible. If *new* is 2, a new browser page ("tab") 201 is opened if possible. 207 possible, otherwise, open *url* in the only browser window. Alias [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MSA.txt | 4 Intrinsics are lowered to SelectionDAG nodes where possible in order to enable 18 It is not possible to emit bclri.b since andi.b covers exactly the 23 It is not possible to emit vshf.w when the shuffle description is 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases. 66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
|
/third_party/rust/crates/clap/examples/ |
D | typed-derive.md | 14 --port <PORT> Support for discrete numbers [default: 22] [possible values: 22, 80] 15 … from a foreign crate that don't implement `ValueEnum` [default: info] [possible values: info, deb… 96 [possible values: 22, 80] 103 [possible values: 22, 80] 120 [possible values: info, debug, info, warn, error] 127 [possible values: info, debug, info, warn, error]
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | negotiation3 | 14 possible on this connection. If no types are possible, the link is refused. 16 - pad template caps: caps put on padtemplates to describe the possible media types of 34 Usually this is not possible, so the pads remain unnegotiated until at runtime. 53 It is also important to know when the negotiation failed and it must be possible to 63 Returns the nth possible caps that describes the media type that can flow over 183 ! gboolean possible = FALSE; 193 ! /* non empty caps, something is possible */ 194 ! possible = TRUE; 218 ! if (!possible) 327 where audiosink only has one possible fixed caps.
|
D | timecache | 5 an index of possible seek positions (in time, bytes, samples, ...). 11 possible for the application to make use of the generated index. 12 possible use cases are: saving/loading of indexes, obtain an 121 It is entirely possible to create alternative implementations.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Automaton.td | 23 // Q: A set of possible states. 28 // Because generating all possible states is tedious, we instead define the 40 // Instead of defining all possible states (which would be cumbersome), the user 41 // provides a set of possible Transitions from state A, consuming an input 44 // all the possible transitions until none are valid. 92 // The automaton generator uses this property to crawl the set of possible
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_BugReporting | 17 Research as many of the following areas as possible to ensure the bug 23 3. Debug as much as possible. 26 - If possible, find the fault in the code under test causing the test case 28 - If possible, create a patch to fix the fault.
|
/third_party/python/Lib/ctypes/test/ |
D | test_macholib.py | 37 possible = ['lib'+name+'.dylib', name+'.dylib', name+'.framework/'+name] 38 for dylib in possible:
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CanonicalIterator.java | 261 String possible = it2.next(); in getEquivalents() local 267 if (Normalizer.compare(possible, segment,0)==0) { in getEquivalents() 269 … if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible)); in getEquivalents() 270 result.add(possible); in getEquivalents() 273 … if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible)); in getEquivalents()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CanonicalIterator.java | 265 String possible = it2.next(); in getEquivalents() local 271 if (Normalizer.compare(possible, segment,0)==0) { in getEquivalents() 273 … if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible)); in getEquivalents() 274 result.add(possible); in getEquivalents() 277 … if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible)); in getEquivalents()
|
/third_party/rust/crates/clap/examples/tutorial_builder/ |
D | 04_01_possible.md | 8 <MODE> What mode to run the program in [possible values: fast, slow] 23 [possible values: fast, slow]
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | scriptutil.py | 107 def __init__(self, values, possible): argument 109 self.possible = tuple(possible) 117 def normalize_selection(selected: str, *, possible=None): argument 134 if possible and value not in possible and value != 'all': 138 raise UnsupportedSelectionError(unsupported, tuple(possible)) 347 fail = normalize_selection(fail, possible=pool)
|
/third_party/gstreamer/gstplugins_base/tests/validate/videorate/ |
D | reverse.10_to_1fps.validatetest | 8 # First buffer is display as fast as possible 17 # First buffer is display as fast as possible
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.compute.basic.txt | 47 + This excludes all but a couple of possible variants of 56 The objective of basic compute tests is to provide a simplest possible test 58 test all possible variants, such as data types. Separate targeted test sets
|
/third_party/node/deps/npm/node_modules/node-gyp/docs/ |
D | Linking-to-OpenSSL.md | 9 # but on Unix it was only possible to use the system OpenSSL library, 49 … statically compiled into the `node` executable, so ideally it would be possible to use that copy … 51 Unfortunately it doesn't seem like that is possible at the moment, as there would need to be tweaks… 53 In the meantime, one possible solution is using another copy of OpenSSL, which is what [`node-bcryp…
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | errors.md | 51 **When possible any values mentioned should be immediately followed in parentheses by the given val… 55 **When possible any object or descriptors should be represented by the object formatted as a string… 63 **When possible state both the given value and the expected value or limit.** 112 **Indicate which descriptors or objects are being examined in as high-level a context as possible.** 116 **When possible, indicate the function call being made as the top-level context, as well as the par…
|