HomeSort by relevance Sort by last modified time
    Searched full:machine (Results 76 - 100 of 6288) sorted by null

1 2 34 5 6 7 8 91011>>

  /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
  /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...]
  /bionic/libc/arch-mips/include/machine/
internal_types.h 6 /* Machine special type definitions */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
internal_types.h 6 /* Machine special type definitions */
  /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:
  /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.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
internal_types.h 6 /* Machine special type definitions */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
internal_types.h 6 /* Machine special type definitions */
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
internal_types.h 6 /* Machine special type definitions */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
internal_types.h 6 /* Machine special type definitions */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
internal_types.h 6 /* Machine special type definitions */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_netrc.py 22 machine host1.domain.com login log1 password pass1 account acct1
48 machine host.domain.com login log password #pass account acct
53 machine host.domain.com login log password pass# account acct
58 machine host.domain.com login log password pa#ss account acct
69 machine foo.domain.com login bar password pass
70 machine bar.domain.com login foo password pass
76 machine foo.domain.com login bar password pass
77 machine bar.domain.com login foo password pass
83 machine foo.domain.com login bar password pass
84 machine bar.domain.com login foo password pas
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_netrc.py 22 machine host1.domain.com login log1 password pass1 account acct1
48 machine host.domain.com login log password #pass account acct
53 machine host.domain.com login log password pass# account acct
58 machine host.domain.com login log password pa#ss account acct
69 machine foo.domain.com login bar password pass
70 machine bar.domain.com login foo password pass
76 machine foo.domain.com login bar password pass
77 machine bar.domain.com login foo password pass
83 machine foo.domain.com login bar password pass
84 machine bar.domain.com login foo password pas
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
elfclass.h 1 /* This file specifies the native word size of the machine, which indicates
3 machine. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
elfclass.h 1 /* This file specifies the native word size of the machine, which indicates
3 machine. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
elfclass.h 1 /* This file specifies the native word size of the machine, which indicates
3 machine. */
  /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/linux-tools-perf/util/
map.h 31 struct machine;
62 struct machine *machine; member in struct:map_groups
65 /* Native host kernel uses -1 as pid index in machine */
69 struct machine { struct
80 struct map *machine__kernel_map(struct machine *self, enum map_type type)
146 typedef void (*machine__process_t)(struct machine *self, void *data);
149 struct machine *machines__add(struct rb_root *self, pid_t pid,
151 struct machine *machines__find_host(struct rb_root *self);
152 struct machine *machines__find(struct rb_root *self, pid_t pid)
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_types.h 11 // user or to the machine.
16 // MACHINE policies apply to any users of the current machine.

Completed in 718 milliseconds

1 2 34 5 6 7 8 91011>>