HomeSort by relevance Sort by last modified time
    Searched refs:machine (Results 51 - 75 of 1394) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
utsname.h 22 char machine[9]; member in struct:oldold_utsname
32 char machine[65]; member in struct:old_utsname
40 char machine[65]; member in struct:new_utsname
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
utsname.h 22 char machine[9]; member in struct:oldold_utsname
32 char machine[65]; member in struct:old_utsname
40 char machine[65]; member in struct:new_utsname
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
utsname.h 22 char machine[9]; member in struct:oldold_utsname
32 char machine[65]; member in struct:old_utsname
40 char machine[65]; member in struct:new_utsname
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
utsname.h 22 char machine[9]; member in struct:oldold_utsname
32 char machine[65]; member in struct:old_utsname
40 char machine[65]; member in struct:new_utsname
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
utsname.h 22 char machine[9]; member in struct:oldold_utsname
32 char machine[65]; member in struct:old_utsname
40 char machine[65]; member in struct:new_utsname
  /external/chromium_org/v8/tools/testrunner/local/
utils.py 84 machine = platform.machine()
85 machine = machine.lower() # Windows 7 capitalizes 'AMD64'.
86 if machine.startswith('arm'):
88 elif (not machine) or (not re.match('(x|i[3-6])86$', machine) is None):
90 elif machine == 'i86pc':
92 elif machine == 'x86_64':
94 elif machine == 'amd64'
    [all...]
  /bionic/libc/arch-arm/bionic/
__get_sp.S 29 #include <machine/asm.h>
ffs.S 31 #include <machine/asm.h>
32 #include <machine/cpu-features.h>
abort_arm.S 29 #include <machine/asm.h>
  /external/elfutils/libebl/
eblelfmachine.c 1 /* Return ELF machine.
62 return ebl->machine;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
config.h 4 #error config.h is for the host, not build, machine.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
config.h 4 #error config.h is for the host, not build, machine.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
config.h 4 #error config.h is for the host, not build, machine.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
config.h 4 #error config.h is for the host, not build, machine.
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 47 /** {@code non-null;} machine to use when simulating */
48 private final Machine machine; field in class:Simulator
62 * @param machine {@code non-null;} machine to use when simulating
65 public Simulator(Machine machine, ConcreteMethod method) {
66 if (machine == null) {
67 throw new NullPointerException("machine == null");
74 this.machine = machine
192 private final Machine machine; field in class:Simulator.SimVisitor
    [all...]
  /external/chromium_org/chrome/browser/autofill/risk/
fingerprint_browsertest.cc 73 const Fingerprint::MachineCharacteristics& machine = local
75 EXPECT_TRUE(machine.has_operating_system_build());
76 EXPECT_TRUE(machine.has_browser_install_time_hours());
77 EXPECT_GT(machine.font_size(), 0);
78 EXPECT_GT(machine.plugin_size(), 0);
79 EXPECT_TRUE(machine.has_utc_offset_ms());
80 EXPECT_TRUE(machine.has_browser_language());
81 EXPECT_GT(machine.requested_language_size(), 0);
82 EXPECT_TRUE(machine.has_charset());
83 EXPECT_TRUE(machine.has_screen_count())
    [all...]
  /development/ndk/samples/hello-neon/jni/
Application.mk 1 # Build both ARMv5TE and ARMv7-A machine code.
  /external/chromium_org/tools/gyp/test/configurations/x64/
gyptest-x86.py 24 for machine, suffix in [('14C machine (x86)', ''),
25 ('8664 machine (x64)', '64')]:
28 if machine not in output:
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_exec.c 49 struct tgsi_exec_machine *machine; member in struct:exec_vertex_shader
69 if (evs->machine->Tokens != shader->state.tokens) {
70 tgsi_exec_machine_bind_shader(evs->machine,
95 struct tgsi_exec_machine *machine = evs->machine; local
100 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS,
104 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
105 assert(i < Elements(machine->SystemValue));
107 machine->SystemValue[i].i[j] = shader->draw->instance_id;
128 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 49 struct tgsi_exec_machine *machine; member in struct:exec_vertex_shader
69 if (evs->machine->Tokens != shader->state.tokens) {
70 tgsi_exec_machine_bind_shader(evs->machine,
95 struct tgsi_exec_machine *machine = evs->machine; local
100 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS,
104 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
105 assert(i < Elements(machine->SystemValue));
107 machine->SystemValue[i].i[j] = shader->draw->instance_id;
128 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c 105 const struct gl_program_machine *machine)
107 const struct gl_program *prog = machine->CurProgram;
112 reg += machine->AddressReg[0][0];
122 return machine->Temporaries[reg];
128 return machine->VertAttribs[reg];
133 return machine->Attribs[reg][machine->CurElement];
139 return machine->Outputs[reg];
144 return machine->CurProgram->LocalParams[reg];
149 return machine->EnvParams[reg]
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 105 const struct gl_program_machine *machine)
107 const struct gl_program *prog = machine->CurProgram;
112 reg += machine->AddressReg[0][0];
122 return machine->Temporaries[reg];
128 return machine->VertAttribs[reg];
133 return machine->Attribs[reg][machine->CurElement];
139 return machine->Outputs[reg];
144 return machine->CurProgram->LocalParams[reg];
149 return machine->EnvParams[reg]
    [all...]
  /bionic/libc/arch-x86/string/
ffs.S 7 #include <machine/asm.h>
  /external/elfutils/backends/
sparc_init.c 40 sparc_init (elf, machine, eh, ehlen)
42 GElf_Half machine __attribute__ ((unused)); variable
51 if (machine == EM_SPARCV9)
53 else if (machine == EM_SPARC32PLUS)
arm_init.c 40 arm_init (elf, machine, eh, ehlen)
42 GElf_Half machine __attribute__ ((unused));

Completed in 632 milliseconds

1 23 4 5 6 7 8 91011>>