Searched
full:machine (Results
701 -
725 of
8360) sorted by null
<<21222324252627282930>>
/external/autotest/tko/ |
machine_aggr.cgi | 42 machine_idx = form["machine"].value 49 machine = frontend.machine.select(db, {'hostname' : machine_idx})[0] 51 #get the machine type from machinename 54 if words[0] == machine.hostname: 55 title = '%s (%s)' % (words[-1], machine.hostname) 57 title = '%s' % machine.hostname 63 where = { 'subdir' : benchmark, 'machine_idx' : machine.idx , 'status' : 6} 87 for test in frontend.test.select(db, { 'subdir' : benchmark, 'machine_idx' : machine.idx, 'kernel_idx' : kernel_base.idx}):
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
customTest.xml.template | 5 <!--copy the script which sets up environment and invokes the tests on test machine-->
|
/external/iputils/ |
INSTALL | 19 on your machine. If it is installed, and nevertheless "make" does not work,
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
package.html | 14 "The Java Virtual Machine Specification 2nd Ed.",
|
/external/javassist/src/main/javassist/bytecode/ |
package.html | 13 "The Java Virtual Machine Specification 2nd Ed.",
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/custom/ |
HWMachine.java | 41 String name = "hw.machine";
44 BytePtr machine = PtrFactory.newBytePtr(sizePtr.get(), true, true);
local 45 sysctlbyname(name, machine, sizePtr, null, 0);
46 return machine.toUTF8String();
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/ |
com.badlogic.gdx.physics.box2d.CircleShape.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com.badlogic.gdx.physics.box2d.ContactImpulse.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com.badlogic.gdx.physics.box2d.joints.GearJoint.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com.badlogic.gdx.physics.box2d.joints.RopeJoint.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
/external/llvm/include/llvm/CodeGen/ |
MachineFunctionPass.h | 11 // just FunctionPass's, except they operate on machine code as part of a code 12 // generator. Because they operate on machine code, not the LLVM 37 /// desired machine code transformation or analysis. 50 /// createPrinterPass - Get a machine function printer pass.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.h | 39 /// EmitCopyFromReg - Generate machine code for an CopyFromReg node or an 63 /// specified machine instr. Insert register copies if the register is 72 /// AddOperand - Add the specified operand to the specified machine instr. II 89 /// EmitSubregNode - Generate machine code for subreg nodes. 94 /// EmitCopyToRegClassNode - Generate machine code for COPY_TO_REGCLASS nodes. 101 /// EmitRegSequence - Generate machine code for REG_SEQUENCE nodes. 108 /// (which do not go into the machine instrs.) 111 /// EmitDbgValue - Generate machine instruction for a dbg_value node. 116 /// EmitNode - Generate machine code for a node and needed dependencies.
|
/external/llvm/test/CodeGen/MIR/Generic/ |
machine-basic-block-unknown-name.mir | 3 # a basic block with the machine basis block's name.
|
machine-function-missing-name.mir | 2 # This test ensures that an error is reported when a machine function doesn't
|
/external/llvm/test/CodeGen/MIR/X86/ |
expected-machine-operand.mir | 15 ; CHECK: [[@LINE+1]]:20: expected a machine operand
|
machine-instructions.mir | 2 # This test ensures that the MIR parser parses X86 machine instructions
|
missing-comma.mir | 15 ; CHECK: [[@LINE+1]]:25: expected ',' before the next machine operand
|
unknown-instruction.mir | 17 ; CHECK: [[@LINE+1]]:5: unknown machine instruction name 'retJust0'
|
/external/llvm/test/CodeGen/PowerPC/ |
iabs.ll | 3 ; RUN: grep "4 .*Number of machine instrs printed"
|
/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/ |
org_skia_canvasproof_CreateSkiaPicture.h | 7 /* DO NOT EDIT THIS FILE - it is machine generated */
|
/external/sl4a/ScriptingLayerForAndroid/jni/ |
com_googlecode_android_scripting_Exec.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
/external/strace/linux/powerpc64/ |
get_scno.c | 9 * bit 0 (CM) of 32-bit Machine state register (MSR).
|
/external/valgrind/none/tests/ppc32/ |
bug139050-ppc32.c | 30 /* implausible that machine has been up less than 4G cycles */
|
/prebuilts/go/darwin-x86/src/runtime/ |
os1_netbsd_386.go | 10 // Machine dependent mcontext initialisation for LWP.
|
os1_netbsd_amd64.go | 10 // Machine dependent mcontext initialisation for LWP.
|
Completed in 1598 milliseconds
<<21222324252627282930>>