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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/system/
statistics_provider.h 19 // Machine board key.
48 // Starts loading the machine statistcs.
51 // Retrieve the named machine statistic (e.g. "hardware_class").
57 // Retrieve boolean value for named machine flag.
  /external/chromium_org/chromeos/attestation/
attestation_constants.cc 10 const char kEnterpriseMachineKey[] = "attest-ent-machine";
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
utsname.h 15 char machine[_UTSNAME_LENGTH]; member in struct:utsname
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
contexts.xml 6 + Test machine
23 <description>This view show for each of the performance machine the entire results since the beginning.
25 Each tab of this view represent a performance machine (also named config).
26 The name of the machine is the name of the tab. The results are displayed in
  /external/icu4c/test/testmap/
readme.txt 3 This test may be tested on a linux machine like so:
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_shapes_GImpactCollisionShape.h 1 /* DO NOT EDIT THIS FILE - it is machine generated */
com_jme3_bullet_collision_shapes_MeshCollisionShape.h 1 /* DO NOT EDIT THIS FILE - it is machine generated */
com_jme3_bullet_joints_PhysicsJoint.h 1 /* DO NOT EDIT THIS FILE - it is machine generated */
  /external/qemu/hw/
xen.h 11 /* xen-machine.c */
  /bionic/libc/kernel/common/linux/
utsname.h 29 char machine[9]; member in struct:oldold_utsname
39 char machine[65]; member in struct:old_utsname
47 char machine[65]; member in struct:new_utsname
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_linux.cc 14 const char kDBusFilename[] = "/var/lib/dbus/machine-id";
21 DLOG(WARNING) << "Error reading dbus machine id file.";
36 // Linux: Use the content of the "DBus" machine-id file.
  /external/chromium_org/chrome/test/chromeos/utilities/
vm_setup_state.py 14 """Script to prepare machine state for use as a WebDriver-controlled VM.
17 machine qcow2 image. Manually create a snapshot of the VM when prompted. The
26 logging.info('Machine prepared for VM snapshot.')
  /external/chromium_org/third_party/harfbuzz-ng/
README.chromium 19 hb-ot-shape-complex-indic-machine.hh
20 hb-ot-shape-complex-myanmar-machine.hh
21 hb-ot-shape-complex-sea-machine.hh
  /frameworks/base/core/java/android/net/dhcp/
DhcpDeclinePacket.java 60 * Informs the state machine of the arrival of a DECLINE packet.
62 public void doNextOp(DhcpStateMachine machine) {
63 machine.onDeclineReceived(mClientMac, mRequestedIp);
DhcpDiscoverPacket.java 64 * Informs the state machine of the arrival of a DISCOVER packet.
66 public void doNextOp(DhcpStateMachine machine) {
68 machine.onDiscoverReceived(mBroadcast, mTransId, mClientMac,
DhcpInformPacket.java 67 * Informs the state machine of the arrival of an INFORM packet. Not
70 public void doNextOp(DhcpStateMachine machine) {
73 machine.onInformReceived(mTransId, mClientMac, clientRequest,
DhcpNakPacket.java 67 * Notifies the specified state machine of the newly-arrived NAK packet.
69 public void doNextOp(DhcpStateMachine machine) {
70 machine.onNakReceived();
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_atifragshader.c 231 finish_pass(struct atifs_machine *machine)
236 COPY_4V(machine->PrevPassRegisters[i], machine->Registers[i]);
257 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst,
265 COPY_4V(machine->Registers[idx],
270 COPY_4V(machine->Registers[idx], machine->PrevPassRegisters[pass_tex]);
272 apply_swizzle(machine->Registers[idx], swizzle);
277 handle_sample_op(struct gl_context * ctx, struct atifs_machine *machine,
293 COPY_4V(tex_coords, machine->PrevPassRegisters[coord_source])
585 struct atifs_machine machine; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 231 finish_pass(struct atifs_machine *machine)
236 COPY_4V(machine->PrevPassRegisters[i], machine->Registers[i]);
257 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst,
265 COPY_4V(machine->Registers[idx],
270 COPY_4V(machine->Registers[idx], machine->PrevPassRegisters[pass_tex]);
272 apply_swizzle(machine->Registers[idx], swizzle);
277 handle_sample_op(struct gl_context * ctx, struct atifs_machine *machine,
293 COPY_4V(tex_coords, machine->PrevPassRegisters[coord_source])
585 struct atifs_machine machine; local
    [all...]
  /external/linux-tools-perf/util/
event.c 226 struct machine *machine)
229 struct map_groups *kmaps = &machine->kmaps;
244 if (machine__is_host(machine))
271 event->mmap.pid = machine->pid;
391 struct machine *machine,
414 mmap_name = machine__mmap_name(machine, name_buff, sizeof(name_buff));
415 if (machine__is_host(machine)) {
424 if (machine__is_default_guest(machine))
503 struct machine *machine; local
601 struct machine *machine; local
693 struct machine *machine = NULL; local
    [all...]
symbol.c 571 struct machine *machine = kmaps->machine; local
595 machine__is_default_guest(machine)) {
613 machine->root_dir, module);
619 !machine__is_default_guest(machine))
678 machine__is_default_guest(kmaps->machine)) {
1492 struct machine *machine; local
2042 struct machine *machine; local
2545 struct machine *machine = machines__findnew(machines, pid); local
    [all...]
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 1 //====----- MachineBlockFrequencyInfo.cpp - Machine Block Frequency Analysis ----====//
22 INITIALIZE_PASS_BEGIN(MachineBlockFrequencyInfo, "machine-block-freq",
23 "Machine Block Frequency Analysis", true, true)
25 INITIALIZE_PASS_END(MachineBlockFrequencyInfo, "machine-block-freq",
26 "Machine Block Frequency Analysis", true, true)
  /external/clang/test/FixIt/
fixit-unicode.c 2 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck -check-prefix=CHECK-MACHINE %s
19 // CHECK-MACHINE: fix-it:"{{.*}}fixit-unicode.c":{[[@LINE-8]]:15-[[@LINE-8]]:18}:""
20 // CHECK-MACHINE: fix-it:"{{.*}}fixit-unicode.c":{[[@LINE-9]]:15-[[@LINE-9]]:15}:";"
35 // CHECK-MACHINE: fix-it:"{{.*}}fixit-unicode.c":{[[@LINE-9]]:16-[[@LINE-9]]:18}:"%ld"
43 // CHECK-MACHINE: fix-it:"{{.*}}":{[[@LINE-3]]:11-[[@LINE-3]]:17}:"\340\270\201ssss"
49 // CHECK-MACHINE: fix-it:"{{.*}}":{[[@LINE-3]]:11-[[@LINE-3]]:17}:"ss\340\270\201ss"
55 // CHECK-MACHINE: fix-it:"{{.*}}":{[[@LINE-3]]:11-[[@LINE-3]]:20}:"sssssssss\340\270\201"
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
exports.h 28 // function is to determine if it's possible to crash the machine when we
29 // flood the machine with new threads
33 // Takes all cpu of the machine. For each processor on the machine we assign
38 // the machine and to force a thread to run only on a given processor.
43 // to take all memory on the machine and crash the system.
  /external/llvm/docs/HistoricalNotes/
2001-07-06-LoweringIRForCodeGen.txt 11 close mapping between VM and machine code. Other architectures may have
24 linker does it, it can do it after all machine-independent optimizations.
28 mapping between VM and machine code.

Completed in 673 milliseconds

<<11121314151617181920>>