/third_party/skia/third_party/externals/brotli/ |
H A 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/node/deps/openssl/openssl/Configurations/ |
H A D | gentemplate.pm | 20 foreach (@{$generator->{info}->{depends}->{""}}) { $generator->dogenerate($_); } 72 # build depends on. 88 my @list = @{ $self->{info}->{depends}->{$thing} // 89 $self->{info}->{depends}->{$extensionlessthing} 100 next if defined $self->{info}->{attributes}->{depends}->{$thing}->{$item}->{'weak'}; 140 } @{$self->{info}->{depends}->{$item} // []} 219 generator_deps => $self->{info}->{depends}->{$script} // [], 220 deps => $self->{info}->{depends}->{$src} // [], 227 foreach (@{$self->{info}->{depends}->{$src} // []}) { 244 deps => $self->{info}->{depends} [all...] |
/third_party/openssl/Configurations/ |
H A D | gentemplate.pm | 20 foreach (@{$generator->{info}->{depends}->{""}}) { $generator->dogenerate($_); } 72 # build depends on. 88 my @list = @{ $self->{info}->{depends}->{$thing} // 89 $self->{info}->{depends}->{$extensionlessthing} 100 next if defined $self->{info}->{attributes}->{depends}->{$thing}->{$item}->{'weak'}; 140 } @{$self->{info}->{depends}->{$item} // []} 219 generator_deps => $self->{info}->{depends}->{$script} // [], 220 deps => $self->{info}->{depends}->{$src} // [], 227 foreach (@{$self->{info}->{depends}->{$src} // []}) { 244 deps => $self->{info}->{depends} [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | generate_pkcs7_tests.py | 26 def __init__(self, name, depends, func_call): 28 self.depends = depends 33 return "\n" + self.name + "\n" + self.depends + "\n" + self.func_call + "\n" 62 if "depends" in lines[i+1]:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extdependency.py | 115 # extension dependencies in the 'depends' attribute, which is a 141 depends = elem.get('depends') 142 if depends: 145 for dep in dependencyNames(depends):
|
H A D | extensionmetadocgenerator.py | 30 depends, 51 self.depends = depends 289 # Transform the boolean 'depends' expression into equivalent 291 if self.depends is not None: 297 dependencyMarkup(self.depends) + 313 # Determine version and extension interactions from 'depends' 316 for elem in self.interface.findall('require[@depends]'): 317 names = dependencyNames(elem.get('depends')) 470 - depends boolea [all...] |
H A D | syncgenerator.py | 221 depends = pipelineinfo.elem.get('depends') 232 if not self.isSameConditionPipeline(depends, stage): 237 if not self.isSameConditionPipeline(depends, stage):
|
H A D | xml_consistency.py | 582 This may be due to an extension interaction not having the correct <require depends="">\n\ 595 # Names in tags whose 'depends' attribute includes extensions with 598 depends = req_elem.get('depends', '') 600 if len(depends) > 0: 601 for name in dependencyNames(depends):
|
/third_party/python/Lib/distutils/ |
H A D | extension.py | 75 depends : [string] 76 list of files that the extension depends on 99 depends=None, 123 self.depends = depends or []
|
H A D | ccompiler.py | 124 executables that may be specified here depends on the compiler 188 without an explicit value and the exact outcome depends on the 310 def _setup_compile(self, outdir, macros, incdirs, sources, depends, 394 def _prep_compile(self, sources, output_dir, depends=None): 513 extra_postargs=None, depends=None): 554 'depends', if given, is a list of filenames that all targets 556 depends, then the source file will be recompiled. This 566 depends, extra_postargs) 653 to search for other shared libraries that *it* depends on at
|
H A D | bcppcompiler.py | 83 extra_preargs=None, extra_postargs=None, depends=None): 87 depends, extra_postargs)
|
H A D | _msvccompiler.py | 320 extra_preargs=None, extra_postargs=None, depends=None): 325 sources, depends, extra_postargs)
|
H A D | msvccompiler.py | 344 extra_preargs=None, extra_postargs=None, depends=None): 349 sources, depends, extra_postargs)
|
/third_party/gn/src/gn/ |
H A 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.
|
H A D | function_forward_variables_from.cc | 142 # This is a template around a target whose type depends on a global variable.
|
/third_party/python/Lib/distutils/command/ |
H A D | build_ext.py | 497 depends = sources + ext.depends 498 if not (self.force or newer_group(depends, ext_path, 'newer')): 535 depends=ext.depends)
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 1954 my %depends = (); 2206 => sub { $push_to->(\%depends, $expand_variables->($+{INDEX}), 2207 \$attributes{depends}, $+{ATTRIBS}, 2387 foreach (keys %depends) { 2406 foreach (@{$depends{$dest}}) { 2419 $unified_info{depends}->{$ddest}->{$d} = 1; 2422 $unified_info{attributes}->{depends}->{$ddest}->{$d} = 2423 $attributes{depends}->{$dest}->{$_} 2424 if defined $attributes{depends}->{$dest}->{$_}; 2590 foreach my $dest (keys %{$unified_info{depends}}) { [all...] |
/third_party/openssl/ |
H A D | Configure | 1949 my %depends = (); 2201 => sub { $push_to->(\%depends, $expand_variables->($+{INDEX}), 2202 \$attributes{depends}, $+{ATTRIBS}, 2382 foreach (keys %depends) { 2401 foreach (@{$depends{$dest}}) { 2414 $unified_info{depends}->{$ddest}->{$d} = 1; 2417 $unified_info{attributes}->{depends}->{$ddest}->{$d} = 2418 $attributes{depends}->{$dest}->{$_} 2419 if defined $attributes{depends}->{$dest}->{$_}; 2585 foreach my $dest (keys %{$unified_info{depends}}) { [all...] |
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | gen_spirv_builder_and_parser.py | 247 depends = item.get('capabilities', []) 248 if len(depends) == 0: 250 return all([dep in self.unsupported_capabilities for dep in depends]) 469 # Skip if the instruction depends on a capability or extension we aren't interested in
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 316 def __init__ (self, depends, extendedEnums, newCommands, newTypes): 317 self.depends = depends # None when requirement apply to all implementations of extension or string with dependencies 324 def __init__ (self, name, number, type, depends, platform, promotedto, partiallyPromoted, requirementsList): 328 self.depends = depends # string containig grammar for required core vulkan version and/or other extensions 521 requireItem.get("depends"), # dependencies that can include "and/or" grammar 531 extensionNode.get("depends"), # depends 776 dependencies = requirement.depends [all...] |
/third_party/musl/src/math/x32/ |
H A D | expl.s | 3 # exact log2e*x calculation depends on nearest rounding mode
|
/third_party/musl/src/math/i386/ |
H A D | expl.s | 3 # exact log2e*x calculation depends on nearest rounding mode
|
/third_party/musl/src/math/x86_64/ |
H A D | expl.s | 3 # exact log2e*x calculation depends on nearest rounding mode
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 165 auto DepResult = DI.depends(&I, CurInst, true); in isSafeToMoveBefore()
|
/third_party/toybox/scripts/ |
H A D | config2help.c | 117 char *name, *depends; member 268 else if ((s = keyword("depends", line)) && (s = keyword("on", s))) in parse() 269 new->depends = s; in parse() 339 // Collate help according to usage, depends, and .config in main()
|