/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | date_and_time_picker_demo.dart | 69 final DateTime picked = await showDatePicker( 75 if (picked != null && picked != selectedDate) 76 selectDate(picked); 80 final TimeOfDay picked = await showTimePicker( 84 if (picked != null && picked != selectedTime) 85 selectTime(picked);
|
/third_party/curl/lib/ |
D | http.c | 388 bool picked; in pickoneauth() local 391 picked = TRUE; in pickoneauth() 396 pick->picked = CURLAUTH_NEGOTIATE; in pickoneauth() 398 pick->picked = CURLAUTH_BEARER; in pickoneauth() 400 pick->picked = CURLAUTH_DIGEST; in pickoneauth() 402 pick->picked = CURLAUTH_NTLM; in pickoneauth() 404 pick->picked = CURLAUTH_NTLM_WB; in pickoneauth() 406 pick->picked = CURLAUTH_BASIC; in pickoneauth() 408 pick->picked = CURLAUTH_AWS_SIGV4; in pickoneauth() 410 pick->picked = CURLAUTH_PICKNONE; /* we select to use nothing */ in pickoneauth() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/random/ |
D | uniform_candidate_sampler_gpu_kernel.h | 155 int64_t picked; in Sampling() local 166 picked = 0; in Sampling() 167 while (picked < num_sampled_) { in Sampling() 174 picked++; in Sampling()
|
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
D | locate-test | 24 Filenames need to follow some standarized format for them to be picked 26 picked up are:
|
/third_party/typescript/tests/baselines/reference/ |
D | externalModuleResolution2.types | 5 x.X // .ts should be picked
|
D | externalModuleResolution.types | 5 x.Y // .ts should be picked
|
D | overloadresolutionWithConstraintCheckingDeferred.types | 37 … result: number = foo(x => new G(x)); // x has type D, new G(x) fails, so first overload is picked. 47 …umber = foo(x => new G<typeof x>(x)); // x has type D, new G(x) fails, so first overload is picked.
|
D | externalModuleResolution2.symbols | 5 x.X // .ts should be picked
|
D | externalModuleResolution.symbols | 5 x.Y // .ts should be picked
|
D | overloadresolutionWithConstraintCheckingDeferred.symbols | 47 … result: number = foo(x => new G(x)); // x has type D, new G(x) fails, so first overload is picked. 54 …umber = foo(x => new G<typeof x>(x)); // x has type D, new G(x) fails, so first overload is picked.
|
D | objectLitPropertyScoping.errors.txt | 6 // Should compile, x and y should not be picked up from the properties
|
D | contextualTypingOfLambdaReturnExpression.errors.txt | 13 …callb((a) => { a.length; }); // Error, we picked the first overload and errored when type checking…
|
D | concatError.types | 7 …concat(...items: T[][]): T[]; // Note: This overload needs to be picked for arrays of arrays, even…
|
D | objectLitPropertyScoping.types | 2 // Should compile, x and y should not be picked up from the properties
|
D | objectLitPropertyScoping.symbols | 2 // Should compile, x and y should not be picked up from the properties
|
D | concatError.symbols | 7 …concat(...items: T[][]): T[]; // Note: This overload needs to be picked for arrays of arrays, even…
|
D | contextualTypingOfLambdaReturnExpression.symbols | 21 callb((a) => { a.length; }); // Error, we picked the first overload and errored when type checking …
|
D | contextualTypingOfLambdaReturnExpression.types | 25 callb((a) => { a.length; }); // Error, we picked the first overload and errored when type checking …
|
/third_party/grpc/doc/core/ |
D | grpc-client-server-polling-engine-usage.md | 12 - Once a _sub-channel_ is picked for the call, the file-descriptor (socket fd in case of TCP channe… 29 - A new incoming channel is assigned to some server completion queue picked randomly (note that we …
|
/third_party/mesa3d/docs/ |
D | releasing.rst | 71 Commits nominated for the active branch are picked as based on the 83 "cherry picked from ..." to the commit message): 113 "``cherry picked from``"-tags must be preserved. 128 (cherry picked from commit cd2b55e536dc806f9358f71db438dd9c246cdb14) 137 (cherry picked from commit ff494fe999510ea40e3ed5827e7818550b6de126)
|
/third_party/ltp/testcases/network/can/filter-tests/ |
D | INSTALL | 1 These tests were originally picked up from:
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ExternalBenchmarks.md | 43 Back in glmark2, we need to make sure these shared objects are picked up: 50 With `ldd`, you can verify that `libEGL.so.1` and `libGLESv2.so.2` are correctly picked up from
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | ExternalBenchmarks.md | 43 Back in glmark2, we need to make sure these shared objects are picked up: 50 With `ldd`, you can verify that `libEGL.so.1` and `libGLESv2.so.2` are correctly picked up from
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | dawn_generator.gni | 20 # stale include files stayed in the build directory and were picked up. 36 # dawn_gen_root/src/dawn/dawn/ to be picked up (instead of
|
/third_party/flutter/skia/third_party/externals/dawn/scripts/ |
D | dawn_component.gni | 102 # directories that get picked up because of the default inclusion of 121 # directories that get picked up because of the default inclusion of
|