/dalvik/dx/tests/118-find-usages/ |
expected.txt | 2 LFoo;.readStreamTokenizerNval: field reference (iget-wide) 3 LFoo;.writeStreamTokenizerNval: field reference (iput-wide) 5 LFoo;.callArrayListRemoveIndex: method reference (invoke-virtual) 6 LFoo;.callArrayListRemoveValue: method reference (invoke-virtual) 9 LFoo;.callStringValueOf: method reference (invoke-static)
|
/external/llvm/test/MC/ELF/ |
undef2.s | 3 // Test that this produces an undefined reference to .Lfoo 5 je .Lfoo 8 // CHECK: (('st_name', 0x00000001) # '.Lfoo'
|
abs.s | 5 .Lfoo: 7 zed = .Lfoo - .Lbar
|
leb128.s | 3 .sleb128 .Lfoo - .Lbar 4 .Lfoo: 5 .uleb128 .Lbar - .Lfoo
|
merge.s | 10 movsd .Lfoo(%rip), %xmm1 11 movl $.Lfoo, %edi 12 movl $.Lfoo+2, %edi 18 .Lfoo: 79 // Symbol number 1 is .Lfoo 81 // CHECK-NEXT: (('st_name', 0x00000001) # '.Lfoo'
|
relocation-386.s | 181 // CHECK-NEXT: (('st_name', 0x00000005) # '.Lfoo' 206 leal .Lfoo@GOTOFF(%ebx), %eax 248 .Lfoo:
|
/external/clang/test/Driver/ |
ccc-as-cpp.c | 5 // RUN: %T/clang-cpp -lfoo -M %s 2>&1 | FileCheck --check-prefix=CHECK-PR13529 %s 6 // CHECK-PR13529: warning: -lfoo: 'linker' input unused in cpp mode
|
arclite-link.c | 2 // RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -lfoo -mmacosx-version-min=10.7 %t.o 2>&1 | FileCheck -check-prefix=CHECK-ARCLITE-OSX %s 7 // CHECK-ARCLITE-OSX: -lfoo
|
/external/llvm/test/MC/MachO/ARM/ |
relax-thumb2-branches.s | 3 ble Lfoo @ wide encoding 6 Lfoo:
|
/external/llvm/test/CodeGen/ARM/ |
private.ll | 4 ; RUN: grep .Lfoo: %t 5 ; RUN: egrep bl.*\.Lfoo %t
|
/external/llvm/test/CodeGen/XCore/ |
private.ll | 6 ; CHECK: .Lfoo: 14 ; CHECK: bl .Lfoo
|
/external/llvm/test/MC/COFF/ |
secrel32.s | 5 Lfoo: 6 .secrel32 Lfoo
|
/external/llvm/test/CodeGen/PowerPC/ |
private.ll | 4 ; RUN: grep .Lfoo: %t 5 ; RUN: grep bl.*\.Lfoo %t
|
/external/llvm/test/CodeGen/X86/ |
private.ll | 3 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep .Lfoo: 4 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep call.*\.Lfoo
|
/external/llvm/include/llvm/CodeGen/ |
MachineModuleInfoImpls.h | 26 /// FnStubs - Darwin '$stub' stubs. The key is something like "Lfoo$stub", 31 /// "Lfoo$non_lazy_ptr", the value is something like "_foo". The extra bit 36 /// "Lfoo$non_lazy_ptr", the value is something like "_foo". Unlike GVStubs
|
/dalvik/vm/oo/ |
AccessCheck.cpp | 69 * LFoo; + LBar; --> true
|
/external/llvm/include/llvm/MC/ |
MCSymbol.h | 53 /// "Lfoo" or ".foo".
|
/ndk/sources/host-tools/make-3.81/ |
README.customs | 32 to try expanding -lfoo to libfoo.so). If you rely on these changes
|
NEWS | 310 library dependency expansion (dependencies like ``-lfoo'') is performed. [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
INSTALL | 88 LIBS Libraries to link with, in the form `-lfoo -lbar ...'
|
/ndk/docs/ |
STABLE-APIS.html | 18 LOCAL_LDLIBS := -lfoo
|
/external/elfutils/tests/ |
ChangeLog | 523 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
|
/frameworks/base/docs/html/training/articles/ |
perf-jni.jd | 598 <pre>W/dalvikvm( 880): No implementation found for native LFoo;.myfunc ()V</pre> [all...] |
/external/clang/test/SemaCXX/ |
warn-thread-safety-parsing.cpp | 233 class LFoo { [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | 117 // cases like a linker, where options are typically of the form '-lfoo' or [all...] |