Searched defs:archs (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Interpreter/
H A DCommandObject.cpp1077 StringList archs; local
1078 ArchSpec::AutoComplete(NULL, archs);
1080 archs.Join("\n", g_archs_help);
/external/lldb/test/
H A Ddotest.py158 # The 'archs' and 'compilers' can be specified via either command line or configFile,
160 # specified more than once. For example, "-A x86_64 -A i386" => archs=['x86_64', 'i386']
162 archs = None # Must be initialized after option parsing variable
392 global archs
430 group.add_argument('-A', '--arch', metavar='arch', action='append', dest='archs', help=textwrap.dedent('''Specify the architecture(s) to test. This option can be specified more than once'''))
507 if args.archs:
508 archs = args.archs
511 archs = ['x86_64', 'i386']
513 archs
1262 archs = config["archs"] variable
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jar ... CoreException String spec String[] configs String[] os String[] ws String[] archs int i String[] configElements org.eclipse.core. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 646 milliseconds