/external/qemu/tcg/x86_64/ |
tcg-target.c | 571 /* lea offset(r1, env), r1 */ 753 /* lea offset(r1, env), r1 */ [all...] |
/external/v8/src/x64/ |
codegen-x64.cc | [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166 69 * @author Doug Lea [all...] |
CopyOnWriteArrayList.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166 58 * @author Doug Lea [all...] |
SynchronousQueue.java | 2 * Written by Doug Lea, Bill Scherer, and Michael Scott with 50 * @author Doug Lea and Bill Scherer and Michael Scott [all...] |
ThreadPoolExecutor.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166 280 * @author Doug Lea [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
ReentrantReadWriteLock.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166 186 * @author Doug Lea [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 464 #define LEA_L(a, b) CHOICE(leal ARG2(a,b), leal ARG2(a,b), _LTOG lea ARG2(b,a)) 465 #define LEA_W(a, b) CHOICE(leaw ARG2(a,b), leaw ARG2(a,b), _WTOG lea ARG2(b,a)) [all...] |
/external/v8/src/ia32/ |
codegen-ia32.cc | [all...] |
stub-cache-ia32.cc | [all...] |
ic-ia32.cc | 130 __ lea(r1, Operand(r1, r1, times_2, 0)); // r1 = r1 * 3 704 __ lea(ebx, Operand(ebx, times_2, 1 << kSmiTagSize)); [all...] |
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
AbstractQueuedSynchronizerTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166 [all...] |
ArrayBlockingQueueTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166
|
DelayQueueTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166
|
LinkedBlockingQueueTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166
|
PriorityBlockingQueueTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166
|
ReentrantLockTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166 [all...] |
ScheduledExecutorTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166 [all...] |
SemaphoreTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166
|
/external/openssl/crypto/sha/asm/ |
sha512-sse2.pl | 170 &lea ($K512,&DWP(&label("K512")."-".&label("pic_point"),$K512));
|
/external/quake/quake/src/QW/client/ |
r_drawa.asm | 382 lea ecx,ds:dword ptr[-1+ebx]
|
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.c | 733 {"leal", " lea", 3, emittwooperandsl},
|
/external/quake/quake/src/WinQuake/gas2masm/ |
gas2masm.c | 733 {"leal", " lea", 3, emittwooperandsl},
|
/frameworks/base/core/res/res/values-es-rUS/ |
strings.xml | 185 <string name="permdesc_readSms" msgid="3002170087197294591">"Admite que la aplicación lea los mensajes SMS almacenados en tu teléfono o tarjeta SIM. Las aplicaciones maliciosas pueden leer tus mensajes confidenciales."</string> [all...] |
/packages/apps/Email/res/values-es/ |
strings.xml | 20 <string name="read_attachment_desc" msgid="7594746717616308643">"Permite que esta aplicación lea los archivos adjuntos del correo electrónico."</string>
|