/prebuilts/gdb/linux-x86/lib/python2.7/ |
netrc.py | 39 # Look for a machine, default, or macdef top-level keyword 50 elif tt == 'machine': 69 # We're looking at start of an entry for a named machine or default. 76 tt in {'', 'machine', 'default', 'macdef'}): 110 rep = rep + "machine "+ host + "\n\tlogin " + repr(attrs[0]) + "\n"
|
_osx_support.py | 275 # on the current machine it is better to not use an SDK 423 def get_platform_osx(_config_vars, osname, release, machine): 430 # machine is going to compile and link as if it were 442 # return the same machine type for the platform string. 452 machine = 'fat' 458 machine = archs[0] 460 machine = 'fat' 462 machine = 'intel' 464 machine = 'fat3' 466 machine = 'fat64 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
netrc.py | 39 # Look for a machine, default, or macdef top-level keyword 50 elif tt == 'machine': 69 # We're looking at start of an entry for a named machine or default. 76 tt in {'', 'machine', 'default', 'macdef'}): 110 rep = rep + "machine "+ host + "\n\tlogin " + repr(attrs[0]) + "\n"
|
_osx_support.py | 275 # on the current machine it is better to not use an SDK 423 def get_platform_osx(_config_vars, osname, release, machine): 430 # machine is going to compile and link as if it were 442 # return the same machine type for the platform string. 452 machine = 'fat' 458 machine = archs[0] 460 machine = 'fat' 462 machine = 'intel' 464 machine = 'fat3' 466 machine = 'fat64 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
netrc.py | 39 # Look for a machine, default, or macdef top-level keyword 50 elif tt == 'machine': 69 # We're looking at start of an entry for a named machine or default. 76 tt in {'', 'machine', 'default', 'macdef'}): 110 rep = rep + "machine "+ host + "\n\tlogin " + repr(attrs[0]) + "\n"
|
_osx_support.py | 275 # on the current machine it is better to not use an SDK 423 def get_platform_osx(_config_vars, osname, release, machine): 430 # machine is going to compile and link as if it were 442 # return the same machine type for the platform string. 452 machine = 'fat' 458 machine = archs[0] 460 machine = 'fat' 462 machine = 'intel' 464 machine = 'fat3' 466 machine = 'fat64 [all...] |
/system/bt/stack/avct/ |
avct_int.h | 37 /* lcb state machine events */ 68 UINT8 state; /* The state machine state */ 79 UINT8 state; /* The state machine state */ 95 UINT8 state; /* The state machine state */ 121 /* union associated with lcb state machine events */
|
/external/mesa3d/scons/ |
gallium.py | 110 # Tell tools which machine to compile for 111 env['TARGET_ARCH'] = env['machine'] 112 env['MSVS_ARCH'] = env['machine'] 146 if env['msvc'] and env['toolchain'] == 'default' and env['machine'] == 'x86_64': 151 machine = env['machine'] 153 x86 = env['machine'] == 'x86' 154 ppc = env['machine'] == 'ppc' 165 host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _platform.machine())) 177 if machine == 'x86_64' and host_machine != 'x86_64' [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_osx_support.py | 275 # on the current machine it is better to not use an SDK 423 def get_platform_osx(_config_vars, osname, release, machine): 430 # machine is going to compile and link as if it were 442 # return the same machine type for the platform string. 452 machine = 'fat' 458 machine = archs[0] 460 machine = 'fat' 462 machine = 'intel' 464 machine = 'fat3' 466 machine = 'fat64 [all...] |
/external/autotest/server/cros/ |
remote_command.py | 40 Encapsulates a command run on a remote machine. 50 @param host Host object representing the remote machine. 51 @param cmd String command to run on the remote machine.
|
/external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/ |
hardware_DiskFirmwareUpgrade.py | 42 We launch the slibbing client test a second time to put the machine 45 @param host: machine to use. 52 # First, check if the machine image contains the
|
/external/autotest/server/site_tests/platform_InstallTestImage/ |
control | 36 def run(machine): 37 # Setup the client machine. 38 host = hosts.create_host(machine, servo_args=servo_args)
|
/external/autotest/server/site_tests/sequences/ |
control.benchmarks | 13 This test suite runs automated benchmark tests that should all pass. 1 machine 14 should complete this suite in ~3:00, 3 machine in ~1:00. 3+ machines won't 44 # make sure the machine is in a fresh state before starting.
|
/external/autotest/server/ |
standalone_profiler.py | 4 """Runs profilers on a machine when no autotest job is running. 6 This is used to profile a task when the task is running on a machine that is not 38 @param hostname: hostname of the machine running the generated control file
|
/external/clang/test/Sema/ |
attr-mode.c | 18 typedef int invalid_3 __attribute((mode(II))); // expected-error{{unknown machine mode}} 20 typedef float invalid_5 __attribute((mode(SI))); // expected-error{{type of machine mode does not match type of base type}} 65 typedef float f128ibm __attribute__ ((mode (TF))); // expected-error{{unsupported machine mode 'TF'}}
|
/external/curl/projects/Windows/VC6/lib/ |
libcurl.tmpl | 78 # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug\libcurld.dll" /pdbtype:con /fixed:no 79 # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug\libcurld.dll" /pdbtype:con /fixed:no 108 # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL\libcurld.dll" /pdbtype:con /fixed:no 109 # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL\libcurld.dll" /pdbtype:con /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Debug" /fixed:no 138 # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib libssh2d.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2\libcurld.dll" /pdbtype:con /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Debug" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\DLL Debug" /fixed:no 139 # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libeay32.lib ssleay32.lib libssh2d.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2\libcurld.dll" /pdbtype:con /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Debug" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\DLL Debug" /fixed:no 168 # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI\libcurld.dll" /pdbtype:con /fixed:no 169 # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI\libcurld.dll" /pdbtype:con /fixed:no 198 # ADD BASE LINK32 advapi32.lib normaliz.lib wldap32.lib ws2_32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN\libcurld.dll" /pdbtype:con /fixed:no 199 # ADD LINK32 advapi32.lib normaliz.lib wldap32.lib ws2_32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN\libcurld.dll" /pd (…) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
BuildMachineManager.java | 31 * This class finds an available build machine by reading a registry of build 43 // createKey is written to the registry with the machine name that is 93 // build machine.
|
/external/elfutils/libebl/ |
libeblP.h | 41 /* Machine name. */ 47 /* ELF machine, class, and data encoding. */ 48 uint_fast16_t machine; member in struct:ebl
|
/external/libchrome/base/process/ |
process_iterator.h | 74 // current machine with a specified filter. 124 // on the current machine that were started from the given executable 142 // Returns the number of processes on the machine that are running from the
|
/external/libunwind/doc/ |
unw_resume.man | 38 restores the machine state 42 machine state normally involves restoring the ``preserved\&'' 55 installs the machine state
|
unw_resume.tex | 23 For local unwinding, \Func{unw\_resume}() restores the machine state 26 machine state normally involves restoring the ``preserved'' 35 For remote unwinding, \Func{unw\_resume}() installs the machine state
|
/external/llvm/include/llvm/MC/ |
MCInstrInfo.h | 10 // This file describes the target machine instruction set. 23 /// \brief Interface to description of machine instruction set. 43 /// \brief Return the machine instruction descriptor that corresponds to the
|
/external/llvm/include/llvm/Support/ |
Host.h | 1 //===- llvm/Support/Host.h - Host machine characteristics --------*- C++ -*-===// 10 // Methods for querying the nature of the host machine. 23 #include <machine/endian.h>
|
/external/llvm/test/CodeGen/MIR/X86/ |
metadata-operands.mir | 1 # RUN: llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s | FileCheck %s 2 # This test ensures that the MIR parser parses the metadata machine operands
|
/external/llvm/test/CodeGen/X86/ |
machine-trace-metrics-crash.ll | 3 ; The debug info in this test case was causing a crash because machine trace metrics 5 ; machine-combiner pass has run, reassociated the add operands, and therefore 6 ; used machine trace metrics.
|