/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/ |
lint-checks-22.4.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/ |
lint-checks-22.4.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/ |
lint-checks-22.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/ |
lint-checks-22.5.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/ |
lint-checks-22.5.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/ |
lint-checks-22.7.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/ |
lint-checks-22.7.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/ |
lint-checks-22.7.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/ |
lint-checks-22.8.0.jar | |
/external/chromium_org/remoting/webapp/ |
main.css | 346 .host-list-empty-instructions {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
opt-gvmat64.asm | 334 ;;; be spent in the first ten instructions.
|
/external/chromium_org/v8/src/mips/ |
macro-assembler-mips.h | 26 // via 'jalr t9' or 'jr t9' instructions. This is relied upon by gcc when 66 // Always use 2 instructions (lui/ori pair), even if the constant could 160 // Jump, Call, and Ret pseudo instructions implementing inter-working. 202 // 2 instructions. 449 // nop(type)). These instructions are generated to mark special location in 604 // Pseudo-instructions. 718 void FlushICache(Register address, unsigned instructions); [all...] |
/external/chromium_org/v8/src/x87/ |
assembler-x87.cc | 92 // branch instructions. These are also the ones that need changing when a 103 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { 104 // Patch the code at the current address with the supplied instructions. 106 *(pc_ + i) = *(instructions + i); 115 // Additional guard int3 instructions can be added if required. 137 // Add the requested number of int3 instructions after the call. 256 // that we are still not overlapping instructions and relocation info). 288 // instructions. 1417 // FPU instructions. [all...] |
/external/chromium_org/v8/tools/gyp/ |
v8_base.target.darwin-arm.mk | 92 v8/src/hydrogen-instructions.cc \
|
v8_base.target.darwin-mips.mk | 92 v8/src/hydrogen-instructions.cc \
|
v8_base.target.darwin-x86.mk | 92 v8/src/hydrogen-instructions.cc \
|
v8_base.target.darwin-x86_64.mk | 92 v8/src/hydrogen-instructions.cc \
|
v8_base.target.linux-arm.mk | 92 v8/src/hydrogen-instructions.cc \
|
v8_base.target.linux-mips.mk | 92 v8/src/hydrogen-instructions.cc \
|
v8_base.target.linux-x86.mk | 92 v8/src/hydrogen-instructions.cc \
|
v8_base.target.linux-x86_64.mk | 92 v8/src/hydrogen-instructions.cc \
|
/external/llvm/test/MC/Mips/ |
micromips-fpu-instructions.s | 6 # for fpu instructions 8 # FPU Instructions
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
InstructionCodec.java | 17 package com.android.dx.io.instructions; 471 * Switch instructions need to "forward" their addresses to their 472 * payload target instructions. [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 27 * native instructions. 573 * was written but not read within the last N instructions (what's 605 * was written but not read within the last N instructions (what's 745 foreach_list(node, &this->instructions) {
|
/external/chromium_org/v8/src/arm/ |
assembler-arm.cc | 50 // can be defined to enable ARMv7 and VFPv3 instructions when building the 243 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { 244 // Patch the code at the current address with the supplied instructions. 246 Instr* instr = reinterpret_cast<Instr*>(instructions); 257 // Additional guard instructions can be added if required. 404 // Specific instructions, constants, and masks. 452 // A mask for the Rd register for push, pop, ldr, str instructions. 774 // Here are the instructions we need to emit: 814 // Patch with a sequence of mov/orr/orr instructions. 919 // Keep track of the last bound label so we don't eliminate any instructions [all...] |