/third_party/skia/third_party/externals/brotli/ |
D | setup.py | 55 filenames.extend(ext.depends) 66 depends = ext.sources + ext.depends 67 if not (self.force or dep_util.newer_group(depends, ext_path, 'newer')): 106 depends=ext.depends) 214 depends=[
|
/third_party/ltp/scripts/coccinelle/ |
D | libltp-test-macro.cocci | 10 @ depends on !fix exists @ 20 @ depends on fix exists @ 45 @ depends on fix @ 66 @ depends on fix @ 87 @ depends on fix exists @ 101 @ depends on fix @
|
/third_party/typescript/tests/baselines/reference/ |
D | directDependenceBetweenTypeAliases.types | 4 // A type alias directly depends on the type it aliases. 17 // A type reference directly depends on the referenced type and each of the type arguments, if any. 22 // A union type directly depends on each of the constituent types. 32 // An array type directly depends on its element type. 36 // A tuple type directly depends on each of its element types. 40 // A type query directly depends on the type of the referenced entity.
|
D | directDependenceBetweenTypeAliases.errors.txt | 13 // A type alias directly depends on the type it aliases. 27 …// A type reference directly depends on the referenced type and each of the type arguments, if any. 31 // A union type directly depends on each of the constituent types. 38 // An array type directly depends on its element type. 41 // A tuple type directly depends on each of its element types. 44 // A type query directly depends on the type of the referenced entity.
|
D | directDependenceBetweenTypeAliases.symbols | 4 // A type alias directly depends on the type it aliases. 21 // A type reference directly depends on the referenced type and each of the type arguments, if any. 31 // A union type directly depends on each of the constituent types. 44 // An array type directly depends on its element type. 49 // A tuple type directly depends on each of its element types. 54 // A type query directly depends on the type of the referenced entity.
|
/third_party/libwebsockets/ |
D | Kconfig | 12 depends on LWS_IS_FACTORY_APPLICATION 17 depends on LWS_IS_FACTORY_APPLICATION 22 depends on LWS_IS_FACTORY_APPLICATION 27 depends on LWS_IS_FACTORY_APPLICATION
|
/third_party/boost/tools/build/src/engine/ |
D | make.cpp | 252 for ( c = t->depends; c; c = c->next ) in make0rescan() 267 rescanning->depends = targetentry( rescanning->depends, t ); in make0rescan() 410 for ( c = t->depends; c; c = c->next ) in make0() 445 for ( c = t->depends; c; c = c->next ) in make0() 448 t->depends = targetchain( t->depends, incs ); in make0() 452 t->depends = targetentry( t->depends, located_target ); in make0() 457 for ( c = t->depends; c; c = c->next ) in make0() 481 for ( c = t->depends; c; c = c->next ) in make0() 656 if ( ( fate == T_FATE_MISSING ) && !t->actions && !t->depends ) in make0() 723 t->depends = make0sort( t->depends ); in make0() [all …]
|
D | rules.cpp | 83 internal->depends = targetentry( internal->depends, included ); in target_include() 90 internal->depends = targetlist( internal->depends, included_names ); in target_include_many() 466 if ( t->depends ) freetargets ( t->depends ); in freetarget()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | inherited_model_test.dart | 88 // Unconditionally depends on the ABCModel: rebuilt when any 116 // of showA because showA depends on the 'a' aspect 125 // of showB because showB depends on the 'b' aspect 134 // of showC because showC depends on the 'c' aspect 225 // Unconditionally depends on the closest ABCModel ancestor. 342 // Unconditionally depends on the closest ABCModel ancestor. 411 expect(find.text('a: 100 [0]'), findsOneWidget); // showA depends on the inner model 412 expect(find.text('b: 1 [0]'), findsOneWidget); // showB depends on the outer model 420 expect(find.text('b: 101 [1]'), findsOneWidget); // rebuilt showB now depends on the inner model 421 expect(find.text('c: 2 [1]'), findsOneWidget); // rebuilt showC still depends on the outer model [all …]
|
/third_party/openssl/Configurations/ |
D | common.tmpl | 11 # libraries that a build depends on. 21 my @list = @{$unified_info{depends}->{$thing} // 22 $unified_info{depends}->{$extensionlessthing}}; 83 generator_deps => $unified_info{depends}->{$script}, 84 deps => $unified_info{depends}->{$src}, 87 foreach (@{$unified_info{depends}->{$src}}) { 105 deps => $unified_info{depends}->{$obj}, 109 @{$unified_info{depends}->{$obj}})) { 207 foreach (@{$unified_info{depends}->{""}}) { dogenerate($_); }
|
D | common0.tmpl | 20 ( map { $_ eq "" ? () : @{$unified_info{depends}->{$_}} } 21 keys %{$unified_info{depends}} ));
|
/third_party/boost/libs/numeric/odeint/doc/ |
D | stepper_table.qbk | 28 …per] [__system] [depends] [Yes] [No] [depends] [Error control for __error_stepper. Requires an __e… 29 …depends] [No] [Yes] [Yes] [Dense output for __stepper and __error_stepper from above if they provi…
|
/third_party/python/ |
D | setup.py | 421 if ext.depends is not None: 422 ext.depends = [find_module_file(filename, moddirlist) 423 for filename in ext.depends] 425 ext.depends = [] 427 ext.depends.extend(headers) 916 depends=['_math.h', shared_math], 923 depends=['_math.h', shared_math], 962 depends=['unicodedata_db.h', 'unicodename_db.h'], 1043 depends=['testcapi_long.h'])) 1813 depends=expat_depends)) [all …]
|
/third_party/mesa3d/docs/ |
D | ARB_color_buffer_float.txt | 2 …on smooth enabled may write incorrect values to the fixed point buffers (depends on spec interpret… 3 …before fog application regardless of the fragment clamping setting (this depends on spec interpret…
|
/third_party/grpc/tools/distrib/python/grpcio_tools/ |
D | _parallel_compile_patch.py | 39 depends=None): argument 43 output_dir, macros, include_dirs, sources, depends, extra_postargs)
|
/third_party/grpc/src/python/grpcio/ |
D | _parallel_compile_patch.py | 42 depends=None): argument 46 str(output_dir), macros, include_dirs, sources, depends, extra_postargs)
|
/third_party/python/Lib/distutils/ |
D | extension.py | 99 depends=None, argument 123 self.depends = depends or []
|
/third_party/boost/libs/dll/doc/ |
D | dependencies.qbk | 10 The Boost.DLL is a header only library, but it depends on the following libraries 16 Refcountable part of Boost.DLL also depends on:
|
/third_party/gettext/libtextstyle/gnulib-local/modules/ |
D | libxml.diff | 20 ! # - libxml2.so has more than 3300 relocations and depends on libicuuc. 21 ! # - libicuuc.so has more than 4900 relocations and depends on libstdc++.
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.2.4.rst | 9 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 16 the apiVersion property of the VkPhysicalDeviceProperties struct depends
|
D | 20.0.4.rst | 9 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 16 the apiVersion property of the VkPhysicalDeviceProperties struct depends
|
D | 20.2.6.rst | 8 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 15 depends on the particular driver being used.
|
/third_party/boost/libs/program_options/example/ |
D | real.cpp | 45 string depends = "deps_file"; in main() local 63 ("depends,d", value(&depends), in main()
|
/third_party/gn/src/gn/ |
D | function_template.cc | 145 # This target depends on the files produced by the above code gen target. 160 # Here is a target that depends on our template.
|
/third_party/grpc/include/grpc/impl/codegen/ |
D | README.md | 6 which it depends without having to depend on the entire gRPC C++ library. This 10 only depends on the gRPC C++ targets associated with these header files, not the
|