HomeSort by relevance Sort by last modified time
    Searched full:machine (Results 1376 - 1400 of 8360) sorted by null

<<51525354555657585960>>

  /external/mesa3d/docs/
README.MITS 26 An SMP capable machine running Linux 2.x
27 libpthread installed on your machine.
59 your machine and the particular application you are running.
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state.h 83 struct tgsi_exec_machine *machine,
87 struct tgsi_exec_machine *machine,
92 struct tgsi_exec_machine *machine);
  /external/v8/src/compiler/
representation-change.h 75 // and other nodes, as well as lowering Simplified->Machine operators.
139 MachineOperatorBuilder* machine() { return jsgraph()->machine(); } function in class:v8::internal::compiler::final
  /external/v8/test/cctest/compiler/
codegen-tester.h 10 #include "src/compiler/raw-machine-assembler.h"
441 // A helper class for testing compares. Wraps a machine opcode and provides
448 return m->AddNode(op(m->machine()), a, b);
451 const Operator* op(MachineOperatorBuilder* machine) {
454 return machine->Word32Equal();
456 return machine->Int32LessThan();
458 return machine->Int32LessThanOrEqual();
460 return machine->Uint32LessThan();
462 return machine->Uint32LessThanOrEqual();
464 return machine->Float64Equal()
    [all...]
  /external/v8/tools/
run-valgrind.py 43 MACHINE = 'linux_x64' if platform.machine() == 'x86_64' else 'linux_x86'
44 VALGRIND_ROOT = path.join(V8_ROOT, 'third_party', 'valgrind', MACHINE)
  /external/webrtc/webrtc/tools/rtcbot/
README 47 - "chrome": chrome on host machine.
54 host machine. That is easy to achieve with chrome port forwarding tools.
55 - Visit chrome://inspect/devices on the host machine.
  /frameworks/base/docs/html/training/testing/unit-testing/
index.jd 44 <li><strong>Local tests:</strong> Unit tests that run on your local machine only. These tests are
45 compiled to run locally on the Java Virtual Machine (JVM) to minimize execution time. Use this
60 <dd>Learn how to build unit tests that run on your local machine.</dd>
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkUnitTestRunner.java 72 // Running all unit tests checking the state machine may be time-consuming.
77 // Running all unit tests checking the state machine may be time-consuming.
89 // Running all unit tests checking the state machine may be time-consuming.
  /system/connectivity/dhcp_client/
service.cc 81 // TODO(nywang): Create DHCP state machine for IPV6.
86 // TODO(nywang): Start DHCP state machine for IPV6.
95 // TODO(nywang): Stop DHCP state machine for IPV6.
  /system/extras/tests/net_test/
README 30 process on the host machine. It runs the binary to start a Linux "virtual
31 machine" whose root filesystem is the supplied Debian disk image. The machine
  /toolchain/binutils/binutils-2.25/bfd/
cpu-aarch64.c 27 machine which would be compatible with both and returns a pointer
37 /* If a & b are for the same machine then all is well. */
45 /* Otherwise if either a or b is the 'default' machine
cpu-cris.c 87 machine, similarly listed in
93 TRUE, /* This is the default "machine". */
95 "machine" compatibility of two
  /toolchain/binutils/binutils-2.25/gas/doc/
c-xc16x.texi 11 * xc16x Directives:: xc16x Machine Directives
16 @section xc16x Machine Directives
18 The xc16x version of the assembler supports the following machine
  /external/curl/projects/Windows/VC7/lib/
libcurl.tmpl 37 AdditionalOptions="/MACHINE:I386 /FIXED:NO"
89 AdditionalOptions="/MACHINE:I386 /FIXED:NO"
142 AdditionalOptions="/MACHINE:I386 /FIXED:NO"
194 AdditionalOptions="/machine:I386 "
235 AdditionalOptions="/machine:I386 "
276 AdditionalOptions="/MACHINE:I386 /FIXED:NO"
327 AdditionalOptions="/machine:I386 "
368 AdditionalOptions="/machine:I386 "
409 AdditionalOptions="/machine:I386 "
450 AdditionalOptions="/MACHINE:I386 /FIXED:NO
    [all...]
  /external/curl/projects/Windows/VC7.1/lib/
libcurl.tmpl 37 AdditionalOptions="/MACHINE:I386 /FIXED:NO"
95 AdditionalOptions="/MACHINE:I386 /FIXED:NO"
154 AdditionalOptions="/MACHINE:I386 /FIXED:NO"
212 AdditionalOptions="/machine:I386 "
259 AdditionalOptions="/machine:I386 "
306 AdditionalOptions="/MACHINE:I386 /FIXED:NO"
363 AdditionalOptions="/machine:I386 "
410 AdditionalOptions="/machine:I386 "
457 AdditionalOptions="/machine:I386 "
504 AdditionalOptions="/MACHINE:I386 /FIXED:NO
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 47 // The size in bytes of the smallest target machine instruction. Statement
92 // Standard .debug_line state machine structure.
105 // The program-counter value corresponding to a machine instruction
117 // corresponding to a machine instruction.
132 // first byte after the end of a sequence of target machine
145 // Represents a series of contiguous machine instructions. Line table for each
  /external/opencv3/doc/py_tutorials/py_feature2d/py_fast/
py_fast.markdown 19 Edward Rosten and Tom Drummond in their paper "Machine learning for high-speed corner detection" in
49 First 3 points are addressed with a machine learning approach. Last one is addressed using
52 ### Machine Learning a Corner Detector
136 -# Edward Rosten and Tom Drummond, ?Machine learning for high speed corner detection? in 9th
138 2. Edward Rosten, Reid Porter, and Tom Drummond, "Faster and better: a machine learning approach to
139 corner detection" in IEEE Trans. Pattern Analysis and Machine Intelligence, 2010, vol 32, pp.
  /external/skia/include/core/
SkPostConfig.h 179 * ignoring the machine's endianness.
186 * relationship between the byte order and shift values depends on machine endianness. If the shift
188 * endian machine and the A channel on a big endian machine. Thus, given those shifts values,
189 * SK_PMCOLOR_BYTE_ORDER(R,G,B,A) will be true on a little endian machine and
190 * SK_PMCOLOR_BYTE_ORDER(A,B,G,R) will be true on a big endian machine.
  /external/webrtc/webrtc/modules/utility/source/
helpers_ios.mm 88 sysctlbyname("hw.machine", NULL, &size, NULL, 0);
89 rtc::scoped_ptr<char[]> machine;
90 machine.reset(new char[size]);
91 sysctlbyname("hw.machine", machine.get(), &size, NULL, 0);
92 std::string raw_name(machine.get());
  /development/ndk/platforms/android-21/arch-arm64/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
  /docs/source.android.com/src/source/
requirements.jd 29 to build Android in a virtual machine on unsupported systems such as Windows.
30 If you are running Linux in a virtual machine, you need at
  /external/autotest/cli/
atest_migrate_host 35 # Add any missing labels to the machine
56 # Add any missing ACLs to the machine
  /external/autotest/client/cros/cellular/pseudomodem/
modem_cdma.py 159 machine = self._state_machine_factory.CreateMachine(
164 machine.Start()
313 machine = self._state_machine_factory.CreateMachine(
319 machine.Start()
348 machine = self._state_machine_factory.CreateMachine(
354 machine.Start()
370 machine = self._state_machine_factory.CreateMachine(
377 machine.Start()
  /external/autotest/client/site_tests/security_RootfsStatefulSymlinks/
baseline 37 "/etc/machine-id": {
39 "destination": "/var/lib/dbus/machine-id",
  /external/autotest/server/hosts/
ssh_host.py 10 SSHHost: a remote machine with a ssh access
22 This class represents a remote machine controlled through an ssh
25 It is not the machine autoserv is running on. The machine must be
29 It includes support for controlling the machine through a serial
31 set up on the machine then capabilities such as hard reset and
32 boot strap monitoring are available. If the machine does not have a
47 hostname: network hostname or address of remote machine

Completed in 3374 milliseconds

<<51525354555657585960>>