Searched refs:give (Results 1 – 25 of 1561) sorted by relevance
12345678910>>...63
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 082-invalid-paste.c.expected | 2 Pasting "<" and ">" does not give a valid preprocessing token. 4 Pasting "0" and "abc" does not give a valid preprocessing token. 6 Pasting "1" and "=" does not give a valid preprocessing token. 8 Pasting "2" and "~" does not give a valid preprocessing token. 10 Pasting "3" and "-" does not give a valid preprocessing token. 12 Pasting "4" and "+" does not give a valid preprocessing token.
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput20 | 60 #pop should give an error 69 #pop should give an error 80 #pop should give an error 89 #pop should give an error
|
D | testoutput20 | 97 #pop should give an error 109 #pop should give an error 123 #pop should give an error 135 #pop should give an error
|
/third_party/boost/libs/math/doc/distributions/ |
D | dist_algorithms.qbk | 6 to give probability p (given a scale or location). 25 typename Dist::value_type z, // location of random variable z to give probability, P(X > z) == p. 33 typename Dist::value_type z, // location of random variable z to give probability, P(X > z) == p. 48 typename Dist::value_type z, // location of random variable z to give probability, P(X > z) == p. 56 … typename Dist::value_type z, // location of random variable z to give probability, P(X > z) == p. 66 If the choice of arguments would give a negative scale, __domain_error is called, unless the policy…
|
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_outcome/ |
D | disabling_implicit_constructor.md | 3 description = "Disabling implicit constructor used to give useful diagnostic error when trying to u… 8 Disabling implicit constructor used to give useful diagnostic error when trying to use implicit con…
|
D | disabling_catchall.md | 3 description = "Disabling catchall constructor used to give useful diagnostic error when trying to u… 8 Disabling catchall constructor used to give useful diagnostic error when trying to use non-inplace …
|
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_result/ |
D | disabling_implicit_constructor.md | 3 description = "Disabling implicit constructor used to give useful diagnostic error when trying to u… 8 Disabling implicit constructor used to give useful diagnostic error when trying to use implicit con…
|
D | disabling_catchall.md | 3 description = "Disabling catchall constructor used to give useful diagnostic error when trying to u… 8 Disabling catchall constructor used to give useful diagnostic error when trying to use non-inplace …
|
/third_party/boost/libs/ptr_container/doc/ |
D | examples.rst | 56 …vec2 = vec1.release(); // give up ownership of pointers in 'vec1' and pass the owners… 57 …vec2.release(); // give up ownership; the objects will be deallocated if not a… 94 …list.push_back( new X ); // always give the pointer directly to the container to avoid… 97 list.push_back( p ); // give up ownership 113 … ptr = deq.pop_back(); // remove back element from container and give up ownership 117 deq.push_back( ptr.release() ); // give ownership back to the container
|
/third_party/typescript/tests/baselines/reference/ |
D | genericObjectCreationWithoutTypeArgs.errors.txt | 10 var x2 = new SS < number>; // Correctly give error 14 …var x4 = new SS; // Should be allowed, but currently give error ('supplied parameters do…
|
D | genericObjectCreationWithoutTypeArgs.types | 12 var x2 = new SS < number>; // Correctly give error 22 var x4 = new SS; // Should be allowed, but currently give error ('supplied parameters do …
|
D | genericObjectCreationWithoutTypeArgs.symbols | 12 var x2 = new SS < number>; // Correctly give error 20 var x4 = new SS; // Should be allowed, but currently give error ('supplied parameters do …
|
D | genericConstructorFunction1.errors.txt | 12 return new v2(args); // used to give error 23 return new v2(args); // used to give error
|
D | genericConstructorFunction1.types | 22 return new v2(args); // used to give error 52 return new v2(args); // used to give error
|
D | genericConstructorFunction1.symbols | 23 return new v2(args); // used to give error 57 return new v2(args); // used to give error
|
D | constructorStaticParamName.types | 2 // static as constructor parameter name should only give error if 'use strict'
|
D | constructorStaticParamNameErrors.types | 5 // static as constructor parameter name should give error if 'use strict'
|
D | constructorStaticParamName.symbols | 2 // static as constructor parameter name should only give error if 'use strict'
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | test_pointer.dart | 111 /// By default, the time stamp on the event is [Duration.zero]. You can give a 115 /// You can give a specific set of buttons by passing the `buttons` argument. 138 /// By default, the time stamp on the event is [Duration.zero]. You can give a 145 /// You can give a specific set of buttons by passing the `buttons` argument. 173 /// By default, the time stamp on the event is [Duration.zero]. You can give a 191 /// By default, the time stamp on the event is [Duration.zero]. You can give a 210 /// By default, the time stamp on the event is [Duration.zero]. You can give a 229 /// By default, the time stamp on the event is [Duration.zero]. You can give a 247 /// By default, the time stamp on the event is [Duration.zero]. You can give a 277 /// By default, the time stamp on the event is [Duration.zero]. You can give a
|
/third_party/ltp/testcases/network/rpc/basic_tests/ |
D | README | 10 [NOTE! do not give absolute path, just give a name, like eg: testdir]
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug06.txt | 18 Start up top and give it a little time to run 39 Start up sar writing to a temp log and give it a little time to run
|
/third_party/boost/libs/program_options/doc/ |
D | recipes.dox | 3 Here, we'll give solution for some desires which seem common. 68 It's possible to give the module only the options that it has 80 The most general solution would be to give unique names to options
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | CHANGES | 31 program proper) compress and decompress correctly, but give misleading 33 reporting the problem correctly. This shouldn't give any data loss 63 to give reasonable behaviour even for very repetitive inputs. 73 give more accurate error messages for I/O errors 79 make -s -1 give the expected block size (100k) 93 fixed Makefile so it doesn't give problems with BSD make 219 * Hard-code header byte values, to give correct operation on platforms
|
/third_party/curl/tests/data/ |
D | test68 | 27 HTTP/1.1 401 You give me wrong password 43 HTTP/1.1 401 You give me wrong password
|
/third_party/skia/include/third_party/skcms/ |
D | OWNERS | 1 # The auto-roller directly checks in skcms, so give it ownership as well:
|
12345678910>>...63