/bionic/libc/arch-x86/syscalls/ |
munlockall.S | 3 #include <machine/asm.h>
|
pause.S | 3 #include <machine/asm.h>
|
setsid.S | 3 #include <machine/asm.h>
|
/external/chromium_org/rlz/chromeos/lib/ |
machine_id_chromeos.cc | 10 // Machine IDs are not tracked for ChromeOS.
|
/external/chromium_org/rlz/lib/ |
machine_id.h | 14 // Gets the unique ID for the machine used for RLZ tracking purposes. On 15 // Windows, this ID is derived from the Windows machine SID, and is the string 21 // Retrieves a raw machine identifier string and a machine-specific
|
/external/jmonkeyengine/engine/src/bullet-native/ |
com_jme3_bullet_collision_shapes_BoxCollisionShape.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com_jme3_bullet_collision_shapes_CapsuleCollisionShape.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com_jme3_bullet_collision_shapes_ConeCollisionShape.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com_jme3_bullet_collision_shapes_CylinderCollisionShape.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com_jme3_bullet_collision_shapes_HullCollisionShape.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com_jme3_bullet_collision_shapes_PlaneCollisionShape.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com_jme3_bullet_collision_shapes_SphereCollisionShape.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com_jme3_bullet_util_DebugShapeFactory.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
com_jme3_bullet_util_NativeMeshUtil.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
/external/kernel-headers/original/asm-mips/ |
ds1286.h | 6 * Machine dependent access functions for RTC registers.
|
i8253.h | 2 * Machine specific IO port address definition for generic.
|
mc146818rtc.h | 6 * Machine dependent access functions for RTC registers.
|
/external/linux-tools-perf/util/ |
symbol.h | 208 int machine__load_kallsyms(struct machine *machine, const char *filename, 210 int machine__load_vmlinux_path(struct machine *machine, enum map_type type, 215 size_t machine__fprintf_dsos_buildid(struct machine *machine, 243 struct machine *machine); 257 void machine__destroy_kernel_maps(struct machine *machine); [all...] |
/external/llvm/test/Object/ |
yaml2obj-elf-file-headers.yaml | 8 Machine: EM_X86_64
|
/external/valgrind/main/massif/tests/ |
filter_verbose | 14 # These ignored heap counts could vary from machine to machine. 19 # These XPt counts vary from machine to machine, because the size of the
|
/external/openssh/contrib/ |
ssh-copy-id | 3 # Shell script to install your public key on a remote machine 4 # Takes the remote machine name as an argument. 5 # Obviously, the remote machine must accept password authentication, 37 echo "Usage: $0 [-i [identity_file]] [user@]machine" >&2 47 Now try logging into the machine, with "ssh '$host'", and check in:
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_fragprog.c | 76 * Called via machine->FetchTexelLod() 105 * Called via machine->FetchTexelDeriv() 152 * Initialize the virtual fragment program machine state prior to running 155 * \param machine the virtual machine state to init 161 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, 169 memset(machine->Temporaries, 0, MAX_PROGRAM_TEMPS * 4 * sizeof(GLfloat)); 181 machine->Attribs = span->array->attribs; 183 machine->DerivX = (GLfloat (*)[4]) span->attrStepX; 184 machine->DerivY = (GLfloat (*)[4]) span->attrStepY 220 struct gl_program_machine *machine = &swrast->FragProgMachine; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_fragprog.c | 76 * Called via machine->FetchTexelLod() 105 * Called via machine->FetchTexelDeriv() 152 * Initialize the virtual fragment program machine state prior to running 155 * \param machine the virtual machine state to init 161 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, 169 memset(machine->Temporaries, 0, MAX_PROGRAM_TEMPS * 4 * sizeof(GLfloat)); 181 machine->Attribs = span->array->attribs; 183 machine->DerivX = (GLfloat (*)[4]) span->attrStepX; 184 machine->DerivY = (GLfloat (*)[4]) span->attrStepY 220 struct gl_program_machine *machine = &swrast->FragProgMachine; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_fs_exec.c | 64 struct tgsi_exec_machine *machine, 68 * Bind tokens/shader to the interpreter's machine state. 70 tgsi_exec_machine_bind_shader(machine, 114 /* TODO: hide the machine struct in here somewhere, remove from this 119 struct tgsi_exec_machine *machine, 125 &machine->QuadPos); 128 machine->Face = (float) (quad->input.facing * -2 + 1); 130 quad->inout.mask &= tgsi_exec_machine_run( machine ); 147 sizeof(machine->Outputs[i])); 151 &machine->Outputs[i] [all...] |