Searched full:inherit_from (Results 1 – 15 of 15) sorted by relevance
/third_party/openssl/Configurations/ |
D | 10-main.conf | 176 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 …]
|
D | 15-ios.conf | 11 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" ],
|
D | 15-android.conf | 175 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 …]
|
D | 00-base-templates.conf | 88 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" ],
|
D | 50-win-onecore.conf | 15 inherit_from => [ "VC-WIN32" ], 24 inherit_from => [ "VC-WIN64A" ], 47 inherit_from => [ "VC-noCE-common" ], 56 inherit_from => [ "VC-noCE-common" ],
|
D | 50-haiku.conf | 21 inherit_from => [ "haiku-common", asm("x86_elf_asm") ], 26 inherit_from => [ "haiku-common" ],
|
D | 50-djgpp.conf | 7 inherit_from => [ asm("x86_asm") ],
|
D | 50-masm.conf | 12 inherit_from => [ "VC-WIN64-common", asm("x86_64_asm"),
|
D | README | 31 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.yml | 3 inherit_from: .rubocop_todo.yml
|
/third_party/cJSON/tests/unity/test/ |
D | .rubocop.yml | 3 #inherit_from: .rubocop_todo.yml
|
/third_party/unity/test/ |
D | .rubocop.yml | 3 #inherit_from: .rubocop_todo.yml
|
/third_party/openssl/ |
D | Configure | 2893 # 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/ |
D | input.py | 2226 for parent in configuration_dict.get('inherit_from', []):
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | input.py | 2438 for parent in configuration_dict.get("inherit_from", []):
|