/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_constant_folding.cpp | 154 do_constant_folding(exec_list *instructions) 158 visit_list_elements(&constant_folding, instructions);
|
opt_copy_propagation.cpp | 30 * This should reduce the number of MOV instructions in the generated 95 void handle_if_block(exec_list *instructions); 118 * block. Any instructions at global scope will be shuffled into 208 ir_copy_propagation_visitor::handle_if_block(exec_list *instructions) 224 visit_list_elements(this, instructions); 342 do_copy_propagation(exec_list *instructions) 346 visit_list_elements(&v, instructions);
|
opt_function_inlining.cpp | 38 do_sampler_replacement(exec_list *instructions, 68 do_function_inlining(exec_list *instructions) 72 v.run(instructions); 191 /* Now push those new instructions in. */ 365 do_sampler_replacement(exec_list *instructions, 371 visit_list_elements(&v, instructions);
|
lower_output_reads.cpp | 153 lower_output_reads(exec_list *instructions) 156 visit_list_elements(&v, instructions);
|
lower_vec_index_to_swizzle.cpp | 168 do_vec_index_to_swizzle(exec_list *instructions) 172 v.run(instructions);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_cubemap_normalize.cpp | 104 brw_do_cubemap_normalize(exec_list *instructions) 108 visit_list_elements(&v, instructions);
|
/external/mesa3d/src/glsl/ |
hir_field_selection.cpp | 32 exec_list *instructions, 39 op = expr->subexpressions[0]->hir(instructions, state);
|
opt_constant_folding.cpp | 154 do_constant_folding(exec_list *instructions) 158 visit_list_elements(&constant_folding, instructions);
|
opt_copy_propagation.cpp | 30 * This should reduce the number of MOV instructions in the generated 95 void handle_if_block(exec_list *instructions); 118 * block. Any instructions at global scope will be shuffled into 208 ir_copy_propagation_visitor::handle_if_block(exec_list *instructions) 224 visit_list_elements(this, instructions); 342 do_copy_propagation(exec_list *instructions) 346 visit_list_elements(&v, instructions);
|
opt_function_inlining.cpp | 38 do_sampler_replacement(exec_list *instructions, 68 do_function_inlining(exec_list *instructions) 72 v.run(instructions); 191 /* Now push those new instructions in. */ 365 do_sampler_replacement(exec_list *instructions, 371 visit_list_elements(&v, instructions);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_cubemap_normalize.cpp | 104 brw_do_cubemap_normalize(exec_list *instructions) 108 visit_list_elements(&v, instructions);
|
/external/oprofile/events/i386/westmere/ |
events | 16 event:0x0b counters:0,1,2,3 um:mem_inst_retired minimum:2000000 name:MEM_INST_RETIRED : Memory instructions retired above 0 clocks (Precise Event) 19 event:0x0f counters:0,1,2,3 um:mem_uncore_retired minimum:40000 name:MEM_UNCORE_RETIRED : Load instructions retired that HIT modified data in sibling core (Precise Event) 24 event:0x17 counters:0,1,2,3 um:x01 minimum:2000000 name:INST_QUEUE_WRITES : Instructions written to instruction queue. 25 event:0x18 counters:0,1,2,3 um:x01 minimum:2000000 name:INST_DECODED : Instructions that must be decoded by decoder 0 26 event:0x19 counters:0,1,2,3 um:x01 minimum:2000000 name:TWO_UOP_INSTS_DECODED : Two Uop instructions decoded 27 event:0x1e counters:0,1,2,3 um:x01 minimum:2000000 name:INST_QUEUE_WRITE_CYCLES : Cycles instructions are written to the instruction queue 48 event:0x88 counters:0,1,2,3 um:br_inst_exec minimum:200000 name:BR_INST_EXEC : Branch instructions executed 51 event:0xa6 counters:0,1,2,3 um:x01 minimum:2000000 name:MACRO_INSTS : Macro-fused instructions decoded 63 event:0xc0 counters:0,1,2,3 um:inst_retired minimum:2000000 name:INST_RETIRED : Instructions retired (Programmable counter and Precise Event) 66 event:0xc4 counters:0,1,2,3 um:br_inst_retired minimum:200000 name:BR_INST_RETIRED : Retired branch instructions (Precise Event [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
LocationModeTestActivity.java | 114 TextView instructions = (TextView) item.findViewById(R.id.instructions); local 115 instructions.setText(stringId); 126 TextView instructions = (TextView) item.findViewById(R.id.instructions); local 127 instructions.setText(stringId);
|
/external/oprofile/events/mips/20K/ |
events | 7 event:0x1 counters:0 um:zero minimum:500 name:INSN_ISSUED : Dispatched/issued instructions 9 event:0x3 counters:0 um:zero minimum:500 name:FP_INSNS_COMPLETED : Instructions completed in FPU datapath (computational event:instructions only) 18 event:0xc counters:0 um:zero minimum:500 name:RPS_MISSPREDICTS : JR instructions that mispredicted using the Return Prediction Stack (RPS)
|
/external/oprofile/events/mips/5K/ |
events | 16 event:0x1 counters:0 um:zero minimum:500 name:INSN_FETCHED : Instructions fetched 23 event:0xe counters:0 um:zero minimum:500 name:DUAL_ISSUED_INSNS : Dual issued instructions executed 24 event:0xf counters:0 um:zero minimum:500 name:INSNS_EXECED : Instructions executed 29 event:0x1 counters:1 um:zero minimum:500 name:INSNS_EXECED : Instructions executed 30 event:0x5 counters:1 um:zero minimum:500 name:FP_INSNS_EXECED : Floating-point instructions executed 36 event:0xf counters:1 um:zero minimum:500 name:COP2_INSNS_EXECED : COP2 instructions executed
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
CustomMethodInlineTableTest.java | 58 List<ImmutableInstruction> instructions = Lists.newArrayList( local 62 ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null, null); 85 List<ImmutableInstruction> instructions = Lists.newArrayList( local 89 ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null, null); 112 List<ImmutableInstruction> instructions = Lists.newArrayList( local 116 ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null, null);
|
/external/oprofile/events/mips/rm7000/ |
events | 5 event:0x01 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_ISSUED : Total instructions issued 6 event:0x02 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS_ISSUED : Floating-point instructions issued 7 event:0x03 counters:0,1 um:zero minimum:500 name:INTEGER_INSTRUCTIONS_ISSUED : Integer instructions issued 8 event:0x04 counters:0,1 um:zero minimum:500 name:LOAD_INSTRUCTIONS_ISSUED : Load instructions issued 9 event:0x05 counters:0,1 um:zero minimum:500 name:STORE_INSTRUCTIONS_ISSUED : Store instructions issued
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothPairingDialog.java | 284 String instructions = getString(R.string.bluetooth_confirm_passkey_msg, local 289 instructions = getString(R.string.bluetooth_enter_pin_msg, mDevice.getName()); 298 instructions = getString(R.string.bluetooth_enter_passkey_msg, mDevice.getName()); 310 mTitleText.setText(Html.fromHtml(instructions)); 339 String instructions; 344 instructions = getString(R.string.bluetooth_display_passkey_pin_msg, 358 instructions = getString(R.string.bluetooth_confirm_passkey_msg, 364 instructions = getString(R.string.bluetooth_incoming_pairing_msg, 369 instructions = new String(); 372 mInstructionText.setText(Html.fromHtml(instructions)); [all...] |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.cc | 40 for (Instructions::iterator iter = instructions_.begin(); 143 // We can handle non-jumping instructions and "always" jumps. Both of 153 SANDBOX_DIE("Cannot append instructions after a return statement"); 161 // Non-jumping instructions do not use any of the branch targets. 199 // Merge two instructions, or set the branch target for an "always" jump. 205 SANDBOX_DIE("Cannot append instructions in the middle of a sequence"); 214 SANDBOX_DIE("Cannot append instructions after a jump"); 218 SANDBOX_DIE("Cannot append instructions after a return statement"); 220 SANDBOX_DIE("Cannot append instructions in the middle of a sequence"); 239 void CodeGen::FindBranchTargets(const Instruction& instructions, [all...] |
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditor.java | 84 * sizes and shrinks instructions. 96 * @param shrinkInstructions specifies whether added instructions should 187 * Remembers to place the given instructions right before the instruction 190 * @param instructions the new instructions. 192 public void insertBeforeInstruction(int instructionOffset, Instruction[] instructions) 201 new CompositeInstruction(instructions); 237 * instructions. 239 * @param instructions the new instructions 1107 private Instruction[] instructions; field in class:CodeAttributeEditor.CompositeInstruction [all...] |
/art/compiler/utils/ |
assembler.cc | 70 void AssemblerBuffer::FinalizeInstructions(const MemoryRegion& instructions) { 71 // Copy the instructions from the buffer. 73 instructions.CopyFrom(0, from); 74 // Process fixups in the instructions. 75 ProcessFixups(instructions);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
SyntheticAccessorResolver.java | 125 List<Instruction> instructions = ImmutableList.copyOf(matchedMethodImpl.getInstructions()); local 127 int accessType = SyntheticAccessorFSM.test(instructions); 131 new AccessedMember(accessType, ((ReferenceInstruction)instructions.get(0)).getReference());
|
/dalvik/dx/src/com/android/dx/merge/ |
InstructionTransformer.java | 23 import com.android.dx.io.instructions.DecodedInstruction; 24 import com.android.dx.io.instructions.ShortArrayCodeOutput;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
salsa.css | 54 #instructions {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/ |
ttsdebug.css | 24 #instructions {
|