/external/clang/test/SemaOpenCL/ |
D | func_ptr.cl | 10 // taking the address of a function is an error 11 foo((void*)foo); // expected-error{{taking address of function is not allowed}} 12 foo(&foo); // expected-error{{taking address of function is not allowed}} 15 …trarr[2] = {foo, &foo}; // expected-error{{taking address of function is not allowed}} expected-er…
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | func.cl | 27 // taking the address of a function is an error 28 foo((void*)foo); // expected-error{{taking address of function is not allowed}} 29 foo(&foo); // expected-error{{taking address of function is not allowed}} 32 …trarr[2] = {foo, &foo}; // expected-error{{taking address of function is not allowed}} expected-er…
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-take_until.hpp | 87 taking, // no messages from trigger enumerator 105 , mode_value(mode::taking) in on_subscribe() 145 if (state->mode_value != mode::taking) {return;} in on_subscribe() 151 if (state->mode_value != mode::taking) {return;} in on_subscribe() 157 if (state->mode_value != mode::taking) {return;} in on_subscribe()
|
D | rx-take.hpp | 66 taking, // capture messages enumerator 83 , mode_value(mode::taking) in on_subscribe()
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-014.md | 9 in TensorFlow expects the last argument to be a function taking two `int64` 16 However, there are several places in TensorFlow where a lambda taking `int` or
|
/external/googletest/googlemock/test/ |
D | gmock_output_test_golden.txt | 217 Unexpected mock function call - taking default action specified at: 232 Unexpected mock function call - taking default action specified at: 248 Mock function called more times than expected - taking default action specified at: 255 Mock function called more times than expected - taking default action specified at: 265 Uninteresting mock function call - taking default action specified at: 272 Uninteresting mock function call - taking default action specified at: 285 Called 2 times, but only 1 WillOnce() is specified - taking default action specified at:
|
/external/sqlite/dist/ |
D | NOTICE | 8 May you share freely, never taking more than you give.
|
/external/bsdiff/ |
D | README.chromium | 10 files. By using suffix sorting and taking advantage of how executable files
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | alloca.ll | 5 ; Test taking an address of an alloca with a small offset (adiw) 27 ; Test taking an address of an alloca with a big offset (subi/sbci pair)
|
/external/eigen/doc/ |
D | FunctionsTakingEigenTypes.dox | 5 … being of a different type. If you pass such an expression to a function taking a parameter of typ… 112 \section TopicPlainFunctionsWorking In which cases do functions taking plain Matrix or Array argume… 131 \b Note: Functions taking \e const references to Matrix (or Array) can process expressions at the c… 134 \section TopicPlainFunctionsFailing In which cases do functions taking a plain Matrix or Array argu… 186 This is not the case anymore, when we are using an implementation taking MatrixBase as a parameter.… 211 …- To summarize, the implementation of functions taking non-writable (const referenced) objects is … 213 …- Functions taking writable (non-const) parameters must take const references and cast away constn…
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
D | coverage.txt | 14 rather manually created my own. This is because I was taking into account
|
/external/mp4parser/ |
D | README.android | 7 Only taking the isoparser/src/main/ part, remove others.
|
/external/tensorflow/tensorflow/c/experimental/saved_model/public/ |
D | README.md | 6 executes a function `f` taking no arguments and returning one single
|
/external/timezone-boundary-builder/ |
D | CHANGELOG.md | 32 * Create new zone `Asia/Qostanay` by taking area from `Asia/Qyzylorda`. ([#59](https://github.com/… 131 * Add new zone America/Punta_Arenas by taking area from America/Santiago 143 - Add new zone Asia/Atyrau by taking area from Asia/Aqtau 144 - Add new zone Europe/Saratov by taking area from Europe/Volgograd
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | specExamples.vert.out | 4 ERROR: 0:31: 'invocations' : there is no such layout identifier for this stage taking an assigned v… 7 ERROR: 0:35: 'max_vertices' : there is no such layout identifier for this stage taking an assigned … 8 ERROR: 0:36: 'max_vertices' : there is no such layout identifier for this stage taking an assigned … 10 ERROR: 0:41: 'stream' : there is no such layout identifier for this stage taking an assigned value 11 ERROR: 0:43: 'stream' : there is no such layout identifier for this stage taking an assigned value 12 ERROR: 0:45: 'stream' : there is no such layout identifier for this stage taking an assigned value 13 ERROR: 0:46: 'stream' : there is no such layout identifier for this stage taking an assigned value 14 ERROR: 0:47: 'stream' : there is no such layout identifier for this stage taking an assigned value 15 ERROR: 0:50: 'stream' : there is no such layout identifier for this stage taking an assigned value 16 ERROR: 0:55: 'stream' : there is no such layout identifier for this stage taking an assigned value
|
D | specExamplesConf.vert.out | 4 ERROR: 0:31: 'invocations' : there is no such layout identifier for this stage taking an assigned v… 7 ERROR: 0:35: 'max_vertices' : there is no such layout identifier for this stage taking an assigned … 8 ERROR: 0:36: 'max_vertices' : there is no such layout identifier for this stage taking an assigned … 10 ERROR: 0:41: 'stream' : there is no such layout identifier for this stage taking an assigned value 11 ERROR: 0:43: 'stream' : there is no such layout identifier for this stage taking an assigned value 12 ERROR: 0:45: 'stream' : there is no such layout identifier for this stage taking an assigned value 13 ERROR: 0:46: 'stream' : there is no such layout identifier for this stage taking an assigned value 14 ERROR: 0:47: 'stream' : there is no such layout identifier for this stage taking an assigned value 15 ERROR: 0:50: 'stream' : there is no such layout identifier for this stage taking an assigned value 16 ERROR: 0:55: 'stream' : there is no such layout identifier for this stage taking an assigned value
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | typeunit-header.test | 4 taking the unit's intial length field into account when validating.
|
/external/mesa3d/src/mesa/tnl/ |
D | NOTES | 23 the vtxfmt dispatch hooks, thus taking over the task of transformation 53 example taking advantage of hardware support for strips and other
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsAArch64.td | 587 // SHA intrinsic taking 5 words of the hash (v4i32, i32) and 4 of the schedule 593 // SHA intrinsic taking 5 words of the hash (v4i32, i32) and 4 of the schedule 598 // SHA intrinsic taking 8 words of the schedule 602 // SHA intrinsic taking 12 words of the schedule 607 // SHA intrinsic taking 8 words of the hash and 4 of the schedule.
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | specExamplesConf.vert.out | 4 ERROR: 0:31: 'invocations' : there is no such layout identifier for this stage taking an assigned v… 7 ERROR: 0:35: 'max_vertices' : there is no such layout identifier for this stage taking an assigned … 8 ERROR: 0:36: 'max_vertices' : there is no such layout identifier for this stage taking an assigned … 10 ERROR: 0:41: 'stream' : there is no such layout identifier for this stage taking an assigned value 11 ERROR: 0:43: 'stream' : there is no such layout identifier for this stage taking an assigned value 12 ERROR: 0:45: 'stream' : there is no such layout identifier for this stage taking an assigned value 13 ERROR: 0:46: 'stream' : there is no such layout identifier for this stage taking an assigned value 14 ERROR: 0:47: 'stream' : there is no such layout identifier for this stage taking an assigned value 15 ERROR: 0:50: 'stream' : there is no such layout identifier for this stage taking an assigned value 16 ERROR: 0:55: 'stream' : there is no such layout identifier for this stage taking an assigned value
|
D | specExamples.vert.out | 4 ERROR: 0:31: 'invocations' : there is no such layout identifier for this stage taking an assigned v… 7 ERROR: 0:35: 'max_vertices' : there is no such layout identifier for this stage taking an assigned … 8 ERROR: 0:36: 'max_vertices' : there is no such layout identifier for this stage taking an assigned … 10 ERROR: 0:41: 'stream' : there is no such layout identifier for this stage taking an assigned value 11 ERROR: 0:43: 'stream' : there is no such layout identifier for this stage taking an assigned value 12 ERROR: 0:45: 'stream' : there is no such layout identifier for this stage taking an assigned value 13 ERROR: 0:46: 'stream' : there is no such layout identifier for this stage taking an assigned value 14 ERROR: 0:47: 'stream' : there is no such layout identifier for this stage taking an assigned value 15 ERROR: 0:50: 'stream' : there is no such layout identifier for this stage taking an assigned value 16 ERROR: 0:55: 'stream' : there is no such layout identifier for this stage taking an assigned value
|
/external/sqlite/ |
D | Android.bp | 12 // taking care not to lose any license_kind information, and overriding the
|
/external/ksoap2/ |
D | Android.bp | 12 // taking care not to lose any license_kind information, and overriding the
|
/external/shaderc/spirv-headers/ |
D | Android.bp | 12 // taking care not to lose any license_kind information, and overriding the
|
/external/walt/ios/WALT/ |
D | WALTTouch.m | 23 NSLog(@"Multiple touches in event; taking any.");
|