Home
last modified time | relevance | path

Searched refs:archs (Results 1 – 25 of 33) sorted by relevance

12

/external/v8/build/mac/
Dstrip_save_dsym54 archs = []
59 archs.append(type_match.group(1))
71 archs.append(arch_match.group(1))
74 archs = []
76 if len(archs) == 0:
79 return archs
88 archs = macho_archs(macho)
89 if len(archs) == 0:
92 for arch in archs:
/external/lldb/examples/test/
D.lldbtest-config26 # /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -r /Volumes/data/lldb-test/archs -s session -c ..…
9 # /Volumes/data/lldb-test/archs which must not exist before the run.
12 # '-s' option, e.g., /Volumes/data/lldb-test/archs.arch=i386/test/session could
19 archs = ["x86_64", "i386"]
D.lldbtest-config4 archs = ["x86_64", "i386"]
/external/v8/tools/gyp/test/lib/
DTestMac.py15 def CheckFileType(test, file, archs): argument
20 if len(archs) == 1:
30 if found_file != file or set(found_archs.split()) != set(archs):
32 file, ' '.join(archs), found_file, found_archs)
/external/v8/tools/gyp/test/ios/
Dgyptest-archs.py39 for configuration, target, archs in test_cases:
48 kwds['arguments'].extend(['-arch', archs[0]])
56 TestMac.CheckFileType(test, result_file, archs)
/external/lldb/scripts/
Dverify_api.py39 if options.archs:
40 for arch in options.archs:
60 for arch in options.archs:
Dbuild-llvm.pl28 our @archs = split (/\s+/, $ENV{ARCHS});
159 foreach my $arch (@archs)
/external/lldb/test/
Dredo.py182 archs = ''
184 archs += "--arch %s " % (arch)
186 …command = "./dotest.py %s %s -v %s %s -f " % (compilers, archs, "" if no_trace else "-t", "-d" if …
Ddotest.py162 archs = None # Must be initialized after option parsing variable
392 global archs
507 if args.archs:
508 archs = args.archs
511 archs = ['x86_64', 'i386']
513 archs = [platform_machine]
1261 if not archs and "archs" in config:
1262 archs = config["archs"] variable
1264 if isinstance(archs, list) and len(archs) >= 1:
1311 for ia in range(len(archs) if iterArchs else 1):
[all …]
/external/v8/tools/gyp/pylib/gyp/
Dxcode_emulation.py31 def XcodeArchsVariableMapping(archs, archs_including_64_bit=None): argument
34 mapping = {'$(ARCHS_STANDARD)': archs}
63 def _ExpandArchs(self, archs, sdkroot): argument
67 for arch in archs:
81 def ActiveArchs(self, archs, valid_archs, sdkroot): argument
85 expanded_archs = self._ExpandArchs(archs or self._default, sdkroot or '')
578 archs = [arch]
581 archs = self.GetActiveArchs(self.configname)
582 if len(archs) != 1:
585 archs = ['i386']
[all …]
Dmsvs_emulation.py1022 archs = ('x86', 'x64')
1025 for arch in archs:
1030 for arch in archs:
/external/webrtc/talk/build/
Dmerge_ios_libs50 archs = [arch for arch in os.listdir(lib_base_dir)
68 if len(paths) < len(archs):
/external/v8/tools/gyp/pylib/gyp/generator/
Dninja.py404 self.archs = self.xcode_settings.GetActiveArchs(config_name)
405 if len(self.archs) > 1:
411 for arch in self.archs)
455 if self.flavor == 'mac' and len(self.archs) > 1:
458 for arch in self.archs:
478 if self.flavor != 'mac' or len(self.archs) == 1:
483 elif self.flavor == 'mac' and len(self.archs) > 1:
909 if self.flavor != 'mac' or len(self.archs) == 1:
917 for arch in self.archs)
1098 if self.flavor != 'mac' or len(self.archs) == 1:
[all …]
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake31 string(REGEX MATCH "configured to support archs: ([^\n]+)"
54 set(archs ${ARGN}) variable
68 list(REMOVE_ITEM archs "x86_64h")
72 foreach(arch ${archs})
/external/compiler-rt/cmake/
Dconfig-ix.cmake182 elseif(NOT APPLE) # Supported archs for Apple platforms are generated later
229 set(archs ${${out_var}}) variable
233 list(APPEND archs ${arch})
236 set(${out_var} ${archs} PARENT_SCOPE)
/external/valgrind/docs/internals/
Ddirectory-structure.txt44 cases for different archs/OSes/platforms. It's pretty straightforward.
Drelease-HOWTO.txt88 * Check valgrind-listener works on all archs, also connecting to it
89 from all archs.
Dporting-HOWTO.txt64 as necessary, updating the other archs appropriately.
Dt-chaining-notes.txt76 All archs must use these the same; no more ad-hoc control transfer
/external/lldb/source/Interpreter/
DCommandObject.cpp1077 StringList archs; in arch_helper() local
1078 ArchSpec::AutoComplete(NULL, archs); in arch_helper()
1080 archs.Join("\n", g_archs_help); in arch_helper()
/external/compiler-rt/lib/builtins/
DCMakeLists.txt346 # macho_embedded archs
/external/zlib/src/
Dconfigure120 -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;;
/external/autotest/client/common_lib/
Dbase_utils.py1497 archs = {
1505 for a, regex in archs.iteritems():
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
Dconfigure.ac508 # Some options handling SDKs/archs in CFLAGS should be copied
Dconfigure.raw508 # Some options handling SDKs/archs in CFLAGS should be copied

12