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

<<31323334353637383940>>

  /external/chromium_org/chrome/common/extensions/api/
socket.idl 60 // The address of the remote machine.
131 // remote machine.
144 // Connects the socket to the remote machine (for a <code>tcp</code>
149 // |hostname| : The hostname or IP address of the remote machine.
150 // |port| : The port of the remote machine.
160 // |address| : The address of the local machine.
161 // |port| : The port of the local machine.
202 // |address| : The address of the remote machine.
203 // |port| : The port of the remote machine.
217 // |address| : The address of the local machine
    [all...]
  /bionic/libc/arch-arm/bionic/
ffs.S 31 #include <machine/asm.h>
32 #include <machine/cpu-features.h>
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_main.c 38 /* state machine action enumeration list */
86 ** Description State machine event handling function for JV
  /external/chromium/chrome/browser/
browser_main_win.h 34 // Check if there is any machine level Chrome installed on the current
35 // machine. If yes and the current Chrome process is user level, we do not
  /external/chromium/chrome/browser/policy/
configuration_policy_loader_win.cc 26 PLOG(WARNING) << "Failed to register machine group policy notification.";
59 LOG(WARNING) << "Failed to start watch for machine policy change event";
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_writer.h 21 MACHINE,
48 // |extra|. For machine and log formats, we just have [PASS] or [FAIL],
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.h 7 // Google Wallet. A fingerprint encapsulates machine and user characteristics.
46 // unique fingerprint for this (machine, user) pair, used for fraud prevention.
  /external/chromium_org/rlz/win/lib/
machine_deal.h 29 // Parses a ping response, checks if it is valid and sets the machine DCC
46 // Get the machine code.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
testing.properties.template 17 #directory on test machine where automated testing framework will be installed. ${buildLabel}
33 #name of script to execute on remote machine
  /external/elfutils/backends/
arm_init.c 40 arm_init (elf, machine, eh, ehlen)
42 GElf_Half machine __attribute__ ((unused));
sh_init.c 40 sh_init (elf, machine, eh, ehlen)
42 GElf_Half machine __attribute__ ((unused));
  /external/javassist/sample/duplicate/
Main.java 11 If the machine running the object becomes down, the backup object on a
12 different machine is used to continue the execution.
  /external/linux-tools-perf/util/
header.h 115 struct machine *machine,
  /external/llvm/include/llvm/MC/
MCFixedLenDisassembler.h 9 // Fixed length disassembler decoder state machine driver.
17 // Disassembler state machine opcodes.
  /external/llvm/lib/CodeGen/
MachinePostDominators.cpp 1 //===- MachinePostDominators.cpp -Machine Post Dominator Calculation ------===//
11 // post dominators on machine functions.
MachineBranchProbabilityInfo.cpp 1 //===- MachineBranchProbabilityInfo.cpp - Machine Branch Probability Info -===//
10 // This analysis uses probability info stored in Machine Basic Blocks.
22 INITIALIZE_PASS_BEGIN(MachineBranchProbabilityInfo, "machine-branch-prob",
23 "Machine Branch Probability Analysis", false, true)
24 INITIALIZE_PASS_END(MachineBranchProbabilityInfo, "machine-branch-prob",
25 "Machine Branch Probability Analysis", false, true)
  /external/oprofile/doc/
oparchive.1.in 18 files. This directory can be move to another machine via tar and analyzed
19 without further use of the data collection machine. See oprofile(1) for how
  /frameworks/base/core/java/com/android/internal/util/
IState.java 50 * state machine.
54 * executing within a state machine at any given time. This
  /frameworks/compile/mclinker/lib/Target/X86/
X86GNUInfo.h 22 uint32_t machine() const { return llvm::ELF::EM_386; } function in class:mcld::X86_32GNUInfo
37 uint32_t machine() const { return llvm::ELF::EM_X86_64; } function in class:mcld::X86_64GNUInfo
  /development/ndk/platforms/android-3/include/sys/
endian.h 29 * has to be dealt with in the specific machine/endian.h file for that port.
32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
40 #include <machine/endian.h>
41 #include <machine/_types.h>
182 /* Can be overridden by machine/endian.h before inclusion of this file. */
221 /* Can be overridden by machine/endian.h before inclusion of this file. */
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win.h 44 // this machine that has DHCP enabled and is not a loop-back adapter. Returns
97 // This is the outer state machine for fetching PAC configuration from
98 // DHCP. It relies for sub-states on the state machine of the
109 // The state machine goes from START->WAIT_ADAPTERS when it starts a
121 // The state machine is reset for each Fetch(), a call to which is
132 // Current state of this state machine.
  /external/chromium_org/net/test/spawned_test_server/
spawner_communicator.h 28 // The actual test server is executed on the host machine, while the unit tests
30 // host machine, a second HTTP server is started, the spawner server, which
66 // Starts an instance of the Python test server on the host/ machine.
68 // on the local machine that can be used to communicate with the remote
123 // on the remote machine. On Android, this port will be redirected to the
124 // same port on the host machine.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_fs.c 74 struct tgsi_exec_machine *machine = softpipe->fs_machine; local
77 machine->flatshade_color = softpipe->rasterizer->flatshade ? TRUE : FALSE;
78 return softpipe->fs_variant->run( softpipe->fs_variant, machine, quad );
112 struct tgsi_exec_machine *machine = softpipe->fs_machine; local
115 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS,
119 machine->InterpCoefs = quads[0]->coef;
  /external/linux-tools-perf/
builtin-inject.c 106 struct machine *machine; local
114 machine = perf_session__find_host_machine(session);
115 if (machine == NULL) {
116 pr_err("Can't find machine for session\n");
124 machine, session);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_fs.c 74 struct tgsi_exec_machine *machine = softpipe->fs_machine; local
77 machine->flatshade_color = softpipe->rasterizer->flatshade ? TRUE : FALSE;
78 return softpipe->fs_variant->run( softpipe->fs_variant, machine, quad );
112 struct tgsi_exec_machine *machine = softpipe->fs_machine; local
115 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS,
119 machine->InterpCoefs = quads[0]->coef;

Completed in 1411 milliseconds

<<31323334353637383940>>