/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _invocation.py | 138 def _with_extras_cancel(handler, extras): argument 139 with extras.condition: 141 extras.cancelled = True 147 def _extras_without_cancelled(extras): argument 148 with extras.condition: 149 return extras.cancelled 160 def _with_extras_unary_response(handler, extras): argument 161 with extras.condition: 162 if extras.unary_response is _NOT_YET_OBSERVED: 165 extras.unary_response = read.response [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | makefile.unix | 280 extras/extras.o \ 281 extras/quality_estimate.o \ 343 EXTRA_LIB = extras/libwebpextras.a 348 OTHER_EXAMPLES = extras/get_disto extras/webp_quality extras/vwebp_sdl 359 extras: $(EXTRA_LIB) 380 extras/libwebpextras.a: $(LIBWEBPEXTRA_OBJS) 445 extras/get_disto: extras/get_disto.o 446 extras/get_disto: imageio/libimagedec.a 447 extras/get_disto: src/demux/libwebpdemux.a 448 extras/get_disto: imageio/libimageio_util.a [all …]
|
D | Makefile.vc | 82 $(DIROBJ)\extras \ 308 $(DIROBJ)\extras\extras.obj \ 309 $(DIROBJ)\extras\quality_estimate.obj \ 380 $(DIRBIN)\vwebp_sdl.exe: $(DIROBJ)\extras\vwebp_sdl.obj 381 $(DIRBIN)\vwebp_sdl.exe: $(DIROBJ)\extras\webp_to_sdl.obj 389 $(DIRBIN)\get_disto.exe: $(DIROBJ)\extras\get_disto.obj 392 $(DIRBIN)\webp_quality.exe: $(DIROBJ)\extras\webp_quality.obj 474 {extras}.c{$(DIROBJ)\extras}.obj:: 475 $(CC) $(CFLAGS) /Fd$(DIROBJ)\extras\ /Fo$(DIROBJ)\extras\ $< 501 {$(DIROBJ)\extras}.obj{$(DIRBIN)}.exe:
|
D | .gitignore | 40 extras/get_disto 41 extras/webp_quality
|
/third_party/skia/third_party/externals/libwebp/ |
D | makefile.unix | 281 extras/extras.o \ 282 extras/quality_estimate.o \ 344 EXTRA_LIB = extras/libwebpextras.a 349 OTHER_EXAMPLES = extras/get_disto extras/webp_quality extras/vwebp_sdl 360 extras: $(EXTRA_LIB) 381 extras/libwebpextras.a: $(LIBWEBPEXTRA_OBJS) 446 extras/get_disto: extras/get_disto.o 447 extras/get_disto: imageio/libimagedec.a 448 extras/get_disto: src/demux/libwebpdemux.a 449 extras/get_disto: imageio/libimageio_util.a [all …]
|
D | .gitignore | 44 extras/get_disto 45 extras/vwebp_sdl 46 extras/webp_quality
|
D | Makefile.vc | 82 $(DIROBJ)\extras \ 309 $(DIROBJ)\extras\extras.obj \ 310 $(DIROBJ)\extras\quality_estimate.obj \ 381 $(DIRBIN)\vwebp_sdl.exe: $(DIROBJ)\extras\vwebp_sdl.obj 382 $(DIRBIN)\vwebp_sdl.exe: $(DIROBJ)\extras\webp_to_sdl.obj 390 $(DIRBIN)\get_disto.exe: $(DIROBJ)\extras\get_disto.obj 393 $(DIRBIN)\webp_quality.exe: $(DIROBJ)\extras\webp_quality.obj 481 {extras}.c{$(DIROBJ)\extras}.obj:: 482 $(CC) $(CFLAGS) /Fd$(DIROBJ)\extras\ /Fo$(DIROBJ)\extras\ $< 508 {$(DIROBJ)\extras}.obj{$(DIRBIN)}.exe:
|
/third_party/boost/libs/contract/doc/ |
D | main.qbk | 71 [def __Extras__ [link boost_contract.extras Extras]] 72 [def __Old_Value_Requirements__ [link boost_contract.extras.old_value_requirements__templates_ Old … 73 [def __Old_Value_Requirements_Templates__ [link boost_contract.extras.old_value_requirements__templ… 74 [def __Assertion_Requirements__ [link boost_contract.extras.assertion_requirements__templates_ Asse… 75 [def __Assertion_Requirements_Templates__ [link boost_contract.extras.assertion_requirements__templ… 76 [def __Volatile_Public_Functions__ [link boost_contract.extras.volatile_public_functions Volatile P… 77 [def __Move_Operations__ [link boost_contract.extras.move_operations Move Operations]] 78 [def __Unions__ [link boost_contract.extras.unions Unions]] 79 [def __Disable_Contract_Checking__ [link boost_contract.extras.disable_contract_checking Disable Co… 80 [def __Assertion_Levels__ [link boost_contract.extras.assertion_levels Assertion Levels]] [all …]
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | x509.js | 120 sig.extras = {}; 148 sig.extras.issuerUniqueID = 156 sig.extras.subjectUniqueID = 245 sig.extras.exts = []; 266 sig.extras.exts.push(bc); 312 sig.extras.exts.push({ oid: extId, critical: critical }); 324 sig.extras.exts.push({ oid: extId, critical: critical, 366 sig.extras.exts.push({ oid: extId, critical: critical }); 369 sig.extras.exts.push({ 544 if (sig.extras && sig.extras.issuerUniqueID) { [all …]
|
/third_party/unity/ |
D | CMakeLists.txt | 70 $<$<BOOL:${UNITY_EXTENSION_FIXTURE_ENABLED}>:extras/fixture/src/unity_fixture.c> 71 $<$<BOOL:${UNITY_EXTENSION_MEMORY_ENABLED}>:extras/memory/src/unity_memory.c> 79 …TERFACE:$<$<BOOL:${UNITY_EXTENSION_MEMORY_ENABLED}>:${CMAKE_CURRENT_SOURCE_DIR}/extras/memory/src>> 80 …RFACE:$<$<BOOL:${UNITY_EXTENSION_FIXTURE_ENABLED}>:${CMAKE_CURRENT_SOURCE_DIR}/extras/fixture/src>> 86 …$<$<BOOL:${UNITY_EXTENSION_FIXTURE_ENABLED}>:${CMAKE_CURRENT_SOURCE_DIR}/extras/fixture/src/unity_… 87 …$<$<BOOL:${UNITY_EXTENSION_FIXTURE_ENABLED}>:${CMAKE_CURRENT_SOURCE_DIR}/extras/fixture/src/unity_… 88 …$<$<BOOL:${UNITY_EXTENSION_MEMORY_ENABLED}>:${CMAKE_CURRENT_SOURCE_DIR}/extras/memory/src/unity_me…
|
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/lru-cache/ |
D | index.js | 227 var extras = false 232 extras = true 237 if (extras) { 241 extras = true 246 if (extras) { 250 extras = true 255 if (extras) { 259 extras = true 267 if (extras) { 289 if (didFirst || extras) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/text/ |
D | RbnfScannerProviderImpl.java | 77 public RbnfLenientScanner get(ULocale locale, String extras) { in get() argument 79 String key = locale.toString() + "/" + extras; in get() 86 result = createScanner(locale, extras); in get() 98 protected RbnfLenientScanner createScanner(ULocale locale, String extras) { in createScanner() argument 106 if (extras != null) { in createScanner() 107 String rules = collator.getRules() + extras; in createScanner()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/ |
D | RbnfScannerProviderImpl.java | 75 public RbnfLenientScanner get(ULocale locale, String extras) { in get() argument 77 String key = locale.toString() + "/" + extras; in get() 84 result = createScanner(locale, extras); in get() 96 protected RbnfLenientScanner createScanner(ULocale locale, String extras) { in createScanner() argument 104 if (extras != null) { in createScanner() 105 String rules = collator.getRules() + extras; in createScanner()
|
/third_party/ntfs-3g/ |
D | Makefile.am | 56 extra: extras 58 extras: libs target 59 (cd ntfsprogs && $(MAKE) extras) || exit 1;
|
/third_party/cJSON/tests/unity/test/ |
D | rakefile | 78 report execute("rubocop ../auto ../examples ../extras --config .rubocop.yml", true) 95 run_astyle("../src/*.* ../extras/fixture/src/*.*") 99 Dir['../{src,extras/**}/*.{c,h}'].each do |f| 110 execute("rubocop ../auto ../examples ../extras --auto-correct --config .rubocop.yml") 116 execute("rubocop ../auto ../examples ../extras --auto-gen-config --config .rubocop.yml")
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_constants.c | 543 float extras[MAX_EXTRA_CONSTS][4]; in emit_consts_vgpu9() local 549 count = svga_get_extra_vs_constants(svga, (float *) extras); in emit_consts_vgpu9() 553 count = svga_get_extra_fs_constants(svga, (float *) extras); in emit_consts_vgpu9() 562 assert(count <= ARRAY_SIZE(extras)); in emit_consts_vgpu9() 566 (const float (*) [4])extras); in emit_consts_vgpu9() 735 float extras[MAX_EXTRA_CONSTS][4]; in emit_consts_vgpu10() local 751 extra_count = svga_get_extra_vs_constants(svga, (float *) extras); in emit_consts_vgpu10() 755 extra_count = svga_get_extra_fs_constants(svga, (float *) extras); in emit_consts_vgpu10() 759 extra_count = svga_get_extra_gs_constants(svga, (float *) extras); in emit_consts_vgpu10() 763 extra_count = svga_get_extra_tcs_constants(svga, (float *) extras); in emit_consts_vgpu10() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | UnknownField.cs | 216 private static List<T> AddAll<T>(List<T> current, IList<T> extras) in AddAll() argument 218 if (extras.Count == 0) in AddAll() 224 current = new List<T>(extras); in AddAll() 228 current.AddRange(extras); in AddAll()
|
/third_party/gn/src/gn/format_test_data/ |
D | 043.golden | 4 …jar_path = "$android_sdk_root/extras/android/support/v7/appcompat/libs/android-support-v7-appcompa… 6 "$android_sdk_root/extras/android/support/v13/android-support-v13.jar"
|
D | 043.gn | 4 …jar_path = "$android_sdk_root/extras/android/support/v7/appcompat/libs/android-support-v7-appcompa… 5 jar_path = "$android_sdk_root/extras/android/support/v13/android-support-v13.jar"
|
/third_party/mbedtls/tests/scripts/ |
D | depends-pkalgs.pl | 83 while( my ($alg, $extras) = each %algs ) { 94 for my $opt (@$extras) {
|
/third_party/boost/libs/beast/test/ |
D | CMakeLists.txt | 11 include_directories (./extras/include) 14 ${PROJECT_SOURCE_DIR}/test/extras/include/*.hpp 15 ${PROJECT_SOURCE_DIR}/test/extras/include/*.ipp
|
/third_party/libxml2/doc/examples/ |
D | index.py | 16 extras = ['examples.xsl', 'index.html', 'index.py'] variable 220 extras.append(file) 222 extras.append(file) 256 extras.sort() 259 for extra in extras:
|
/third_party/gn/examples/ios/build/toolchain/apple/ |
D | swiftc.py | 19 def compile_module(module, sources, settings, extras, tmpdir): argument 101 ] + extra_args + extras + sources, 172 parsed, extras = parser.parse_known_args(args) 178 extras,
|
/third_party/unity/test/ |
D | rakefile | 116 report execute("rubocop ../auto ../examples ../extras --config .rubocop.yml", true) 133 run_astyle("../src/*.* ../extras/fixture/src/*.*") 137 Dir['../{src,extras/**}/*.{c,h}'].each do |f| 148 execute("rubocop ../auto ../examples ../extras --auto-correct --config .rubocop.yml") 154 execute("rubocop ../auto ../examples ../extras --auto-gen-config --config .rubocop.yml")
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/ |
D | AngleNativeTest.java | 78 Bundle extras = intent.getExtras(); in parseArgumentsFromIntent() local 79 if (extras != null) in parseArgumentsFromIntent() 81 for (String s : extras.keySet()) in parseArgumentsFromIntent()
|