Home
last modified time | relevance | path

Searched refs:possible (Results 1 – 25 of 4041) sorted by relevance

12345678910>>...162

/third_party/typescript/tests/baselines/reference/
DnativeToBoxedTypes.errors.txt2 '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.
DinDoesNotOperateOnPrimitiveTypes.errors.txt30 return key in thing; // Error (because all possible instantiations are errors)
36 "key" in thing; // Error (because all possible instantiations are errors)
42 "key" in thing; // Error (because narrowing is possible)
51 "key" in thing; // Error (because narrowing is possible)
83 "key" in thing; // Error (because all possible instantiations are errors)
89 "key" in thing; // Error (because all possible instantations are errors)
DinDoesNotOperateOnPrimitiveTypes.types48 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)
DassignFromStringInterface.errors.txt2 '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.
DsymbolType15.errors.txt2 '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.
DassignFromNumberInterface.errors.txt2 '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.
DassignFromBooleanInterface.errors.txt2 '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.
DinDoesNotOperateOnPrimitiveTypes.symbols50 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)
/third_party/boost/libs/regex/doc/
Dleftmost_longest.qbk15 # Find the leftmost match, if there is only one match possible at
17 # Find the longest of the possible matches, along with any ties.
18 If there is only one such possible match then return it.
23 match possible then return it.
27 # If there is still more than one possible match remaining, then they are
/third_party/libwebsockets/lib/jose/jwk/
Djose_key.c200 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/boost/libs/program_options/doc/
Dprogram_options.dox20 even when the number of possible options is 2,
24 - it must be possible to validate option values, convert them to required
29 possible.
53 possible to specify validators for option, their default values, and the
57 It's possible to
75 - @ref multiple_modules "possible approach for multi-module programs"
89 - @ref multiple_modules "possible approach for multi-module programs"
113 It is possible for program options to come from different sources.
140 some options. One possible approach is show here.
148 It's possible to plug in arbitrary function for converting the string
[all …]
/third_party/python/Doc/library/
Dwebbrowser.rst38 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/grpc/src/csharp/Grpc.Tools/
DProtoCompilerOutputs.cs78 var possible = new List<ITaskItem>(); in Execute()
90 possible.Add(ti); in Execute()
95 PossibleOutputs = possible.ToArray(); in Execute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMSA.txt4 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/gstreamer/gstreamer/docs/random/wtay/
Dnegotiation314 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.
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_BugReporting17 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/json/benchmarks/thirdparty/benchmark/
Dmingw.py165 possible = os.path.join(location, 'mingw64')
166 if not os.path.exists(possible):
167 possible = os.path.join(location, 'mingw32')
168 if not os.path.exists(possible):
169 raise ValueError('Failed to find unpacked MinGW: ' + possible)
170 return possible
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DAutomaton.td23 // 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/python/Lib/ctypes/test/
Dtest_macholib.py37 possible = ['lib'+name+'.dylib', name+'.dylib', name+'.framework/'+name]
38 for dylib in possible:
/third_party/libxml2/result/VC/
DElementValid4.rdr1 …tValid4:7: element doc: validity error : Element c is not declared in doc list of possible children
4 …tValid4:8: element doc: validity error : Element c is not declared in doc list of possible children
/third_party/boost/libs/test/doc/testing_tools/
Dtesting_output_streams.qbk33 of sheer volume. A possible way to address that issue is to split the test in two steps:
59 frequently as possible. It not only simplifies patterns you compare with, but also allows you to mo…
60 identify possible source of failure.]
74 [tip Try to perform checks as frequently as possible, because it allows you to more closely identif…
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java265 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCanonicalIterator.java261 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/boost/libs/test/doc/test_organization/
Dlogical_grouping.qbk15 However, the subtrees might not reflect all the possible grouping of test units the usage of the te…
19 __decorator_label__. It is possible to associate more than one label with a test unit.
25 [tip it is possible to list all labels of a test module from the CLI by using the
/third_party/iptables/extensions/
Dlibipt_ttl.t7 # not possible have anything greater than 255, TTL is 8-bit long
10 # not possible have anything below 0

12345678910>>...162