Home
last modified time | relevance | path

Searched full:inherit_from (Results 1 – 15 of 15) sorted by relevance

/third_party/openssl/Configurations/
D10-main.conf176 inherit_from => [ "BASE_unix" ],
184 inherit_from => [ "BASE_unix" ],
192 inherit_from => [ "BASE_unix" ],
208 inherit_from => [ "BASE_unix" ],
225 inherit_from => [ "solaris-common", asm("x86_elf_asm") ],
246 inherit_from => [ "solaris-common", asm("x86_64_asm") ],
275 inherit_from => [ "solaris-common", asm("x86_64_asm") ],
294 inherit_from => [ "solaris-common" ],
307 inherit_from => [ "solaris-sparcv7-gcc", asm("sparcv8_asm") ],
313 inherit_from => [ "solaris-sparcv7-gcc", asm("sparcv9_asm") ],
[all …]
D15-ios.conf11 inherit_from => [ "darwin-common" ],
16 inherit_from => [ "ios-common", asm("armv4_asm") ],
25 inherit_from => [ "ios-common", asm("aarch64_asm") ],
32 inherit_from => [ "ios-common" ],
49 inherit_from => [ "ios-common" ],
53 inherit_from => [ "ios-xcrun" ],
58 inherit_from => [ "ios64-xcrun" ],
D15-android.conf175 inherit_from => [ "linux-generic32" ],
222 inherit_from => [ "android", asm("armv4_asm") ],
226 inherit_from => [ "android", asm("aarch64_asm") ],
232 inherit_from => [ "android", asm("mips32_asm") ],
246 inherit_from => [ "android", asm("mips64_asm") ],
252 inherit_from => [ "android", asm("x86_asm") ],
258 inherit_from => [ "android", asm("x86_64_asm") ],
267 inherit_from => [ "android-arm" ],
270 inherit_from => [ "android" ],
273 inherit_from => [ "android-arm64" ],
[all …]
D00-base-templates.conf88 inherit_from => [ "BASE_common" ],
112 inherit_from => [ "BASE_common" ],
154 inherit_from => [ "BASE_common" ],
180 inherit_from => [ "uplink_common" ],
185 inherit_from => [ "uplink_common" ],
190 inherit_from => [ "uplink_common" ],
218 inherit_from => [ "x86_asm" ],
283 inherit_from => [ "mips32_asm" ],
337 inherit_from => [ "parisc11_asm" ],
351 inherit_from => [ "ppc32_asm" ],
D50-win-onecore.conf15 inherit_from => [ "VC-WIN32" ],
24 inherit_from => [ "VC-WIN64A" ],
47 inherit_from => [ "VC-noCE-common" ],
56 inherit_from => [ "VC-noCE-common" ],
D50-haiku.conf21 inherit_from => [ "haiku-common", asm("x86_elf_asm") ],
26 inherit_from => [ "haiku-common" ],
D50-djgpp.conf7 inherit_from => [ asm("x86_asm") ],
D50-masm.conf12 inherit_from => [ "VC-WIN64-common", asm("x86_64_asm"),
DREADME31 inherit_from => Other targets to inherit values from.
285 'inherit_from' that indicate what other configurations to inherit
295 If several configurations are given in the 'inherit_from' array,
322 inherit_from => [ "foo", "bar" ],
/third_party/grpc/src/ruby/
D.rubocop.yml3 inherit_from: .rubocop_todo.yml
/third_party/cJSON/tests/unity/test/
D.rubocop.yml3 #inherit_from: .rubocop_todo.yml
/third_party/unity/test/
D.rubocop.yml3 #inherit_from: .rubocop_todo.yml
/third_party/openssl/
DConfigure2893 # value of $disabled{asm}. Used in inherit_from values as follows:
2895 # inherit_from => [ "template", asm("asm_tmpl") ]
3083 die "inherit_from loop! target backtrace:\n "
3098 if ($table{$target}->{inherit_from}) {
3099 my @inherit_from =
3100 map { ref($_) eq "CODE" ? $_->() : $_ } @{$table{$target}->{inherit_from}};
3101 foreach (@inherit_from) {
3117 # We won't need inherit_from in this target any more, since we've
3119 delete $table{$target}->{inherit_from};
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput.py2226 for parent in configuration_dict.get('inherit_from', []):
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py2438 for parent in configuration_dict.get("inherit_from", []):