/external/v8/test/unittests/compiler/ |
js-builtin-reducer-unittest.cc | 29 MachineOperatorBuilder machine(zone(), MachineType::PointerRepresentation(), 33 &machine); local
|
/system/core/init/ |
bootchart.cpp | 94 fprintf(out, "system.uname = %s %s %s %s\n", uts.sysname, uts.release, uts.version, uts.machine); 97 fprintf(out, "system.cpu = %s\n", uts.machine);
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
RemoteDebugEventSocketListener.java | 44 String machine; field in class:RemoteDebugEventSocketListener 159 String machine, 163 this.machine = machine; 193 channel = new Socket(machine, port);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
dfa.rb | 39 DFA is a class that implements a finite state machine that chooses between 53 <i>start state</i> of the machine; every prediction will begin in state +0+. At 54 each step, the machine examines the next symbol on the input stream, checks the 57 machine cannot transition any further. If the machine cannot transition any
|
/external/autotest/tko/ |
db.py | 375 job.machine_idx = self.lookup_machine(job.machine) 378 elif job.machine: 379 # Only try to update tko_machines record if machine is set. This 494 (machine, group) = line.split() 495 self.machine_group[machine] = group 499 hostname = job.machine
|
/external/autotest/server/ |
site_gtest_runner.py | 27 def run(self, gtest_entry, machine, work_dir='.'): 34 Note: This method takes a test and a machine as arguments, not a list 41 machine: Name (IP) if remote host to run tests on. 46 self._host = hosts.create_host(machine) 50 client_attributes = host_attributes.host_attributes(machine)
|
/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...] |
/bionic/libc/arch-arm/cortex-a15/bionic/ |
memset.S | 29 #include <machine/cpu-features.h>
|
/bionic/libc/arch-arm/cortex-a7/bionic/ |
memset.S | 29 #include <machine/cpu-features.h>
|
/bionic/libc/arch-arm/denver/bionic/ |
memset.S | 30 #include <machine/cpu-features.h>
|
/bionic/libc/arch-mips/include/machine/ |
asm.h | 38 #include <machine/regdef.h>
|
/bionic/libc/bionic/ |
fpclassify.cpp | 32 #include <machine/ieee.h>
|
/bionic/libc/include/ |
elf.h | 35 #include <machine/elf_machdep.h>
|
/bionic/libm/amd64/ |
fenv.c | 31 #include <machine/fpu.h>
|
/development/ndk/platforms/android-21/arch-mips/include/machine/ |
asm.h | 40 #include <machine/regdef.h>
|
/development/ndk/platforms/android-21/arch-mips64/include/machine/ |
asm.h | 40 #include <machine/regdef.h>
|
/development/ndk/platforms/android-21/include/arpa/ |
nameser_compat.h | 49 # include <machine/endian.h> 95 * Structure for query header. The order of the fields is machine- and
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 50 string machine; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener 239 string machine, 242 this.machine = machine; 271 //channel = new Socket( machine, port );
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 53 string machine; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener 291 string machine, 295 this.machine = machine; 334 //channel = new Socket( machine, port );
|
/external/boringssl/src/util/bot/go/ |
bootstrap.py | 75 }.get(platform.machine().lower())
|
/external/chromium-trace/catapult/devil/devil/ |
devil_env.py | 142 return '%s_%s' % (sys.platform, platform.machine())
|
/external/chromium-trace/catapult/third_party/vinn/bin/ |
update_v8 | 50 # Dict from the acceptable return values for Python's platform.machine() to the 62 target_arch = platform.machine()
|
/external/fio/os/ |
os-mac.h | 14 #include <machine/endian.h>
|
/external/harfbuzz_ng/win32/ |
detectenv-msvc.mak | 121 LDFLAGS_ARCH = /machine:x64 123 LDFLAGS_ARCH = /machine:x86
|
/external/libmtp/src/ |
gphoto2-endian-ppc.h | 11 #include <machine/byte_order.h> 24 /* format into a uint32_t usable on this machine, you could use: */
|