/system/extras/ioblame/ |
ioblame.sh | 225 cat foo0 | sed -n -e 's/^.*android_fs_dataread_start //p' > foo1 226 mv foo1 $infile 235 cat $infile | sed -n -e 's/^.*android_fs_writepages //p' > foo1 236 mv foo1 $infile 247 cat foo0 | sed -n -e 's/^.*android_fs_datawrite_start //p' > foo1 248 mv foo1 $infile 256 cat $infile | sed s/,//g | sort -d -k2,2 -k8,8 > foo1 257 mv foo1 $infile 260 cat $infile | awk '{ print $2 }' > foo1 261 cat foo1 | uniq > uniq_file [all...] |
/external/compiler-rt/test/tsan/ |
simple_stack2.cc | 6 void __attribute__((noinline)) foo1() { function 14 foo1(); 47 // CHECK-NEXT: #0 foo1{{.*}} {{.*}}simple_stack2.cc:7{{(:10)?}} (simple_stack2.cc.exe+{{.*}})
|
/external/llvm/test/CodeGen/PowerPC/ |
fast-isel-br-const.ll | 11 call void @foo1() 28 call void @foo1() 41 declare void @foo1()
|
/external/llvm/test/CodeGen/X86/ |
bool-zext.ll | 18 %call = tail call i32 (...) @foo1(i32 %conv) nounwind 32 %call = tail call i32 (...) @foo1(i32 %conv) nounwind 55 declare i32 @foo1(...)
|
win64_call_epi.ll | 8 define void @foo1() personality i32 (...)* @personality { 21 ; WIN64-LABEL: foo1: 22 ; WIN64: .seh_proc foo1
|
visibility2.ll | 9 define void @foo1() nounwind ssp {
|
/external/llvm/test/Feature/ |
aliases.ll | 5 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32* @foo1 to i8*)], section "llvm.metadata" 8 @foo1 = alias i32, i32* @bar 33 %tmp = load i32, i32* @foo1
|
/external/llvm/test/Transforms/SimplifyCFG/ |
switch_switch_fold.ll | 6 declare void @foo1() 28 call void @foo1( ) 54 ; CHECK-NEXT: call void @foo1()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
thumb2-tbb.ll | 12 tail call void(...)* @foo1() 30 tail call void(...)* @foo1() 52 declare void @foo1(...)
|
/external/autotest/client/deps/fakegudev/src/ |
test-fakesyscalls.sh | 13 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo1=/tmp/foo2 19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99 23 echo LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo1 /tmp/foo2 24 LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo1 /tmp/foo2
|
/external/clang/test/CodeGen/ |
arm-long-calls.c | 7 int foo1(int a) { return a; } function
|
arm-no-movt.c | 7 int foo1(int a) { return a; } function
|
mcu-struct-return.c | 38 union U1 foo1() { return u1; } function 44 // CHECK: define void @foo1() 52 union U1 x1 = foo1(); 64 // CHECK: call void @foo1()
|
/external/clang/test/CodeGenCXX/ |
attr-notail.cpp | 9 int foo1(int a, Class1 *c1) { function
|
/external/clang/test/Parser/ |
no-gnu-inline-asm.c | 6 int foo1 asm("bar1") = 0; // OK
|
/external/clang/test/Sema/ |
arm-interrupt-attr.c | 4 __attribute__((interrupt("irq"))) void foo1() {} // expected-warning {{'interrupt' attribute argument not supported: irq}} function
|
attr-disable-tail-calls.c | 3 void __attribute__((disable_tail_calls,naked)) foo1(int a) { // expected-error {{'disable_tail_calls' and 'naked' attributes are not compatible}} expected-note {{conflicting attribute is here}} function
|
/external/llvm/test/CodeGen/Mips/ |
stack-alignment.ll | 8 define i32 @foo1() #0 {
|
/external/llvm/test/LTO/X86/ |
linkonce_odr_func.ll | 2 ; RUN: llvm-lto -o %t2 -dso-symbol=foo1 -dso-symbol=foo2 -dso-symbol=foo3 \ 10 ; CHECK: W foo1 11 define linkonce_odr void @foo1() noinline { 44 call void @foo1()
|
/external/llvm/test/Transforms/InstCombine/ |
builtin-object-size-offset.ll | 6 ; int foo1(int N) { 15 ; ret = foo1(0); 24 define i32 @foo1(i32 %N) { 51 %call = tail call i32 @foo1(i32 0)
|
/external/llvm/test/Transforms/TailCallElim/ |
notail.ll | 6 define void @foo1(i32 %a) {
|
/external/llvm/test/Verifier/ |
varargs-intrinsic.ll | 6 define void @foo1() {
|
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/ |
SubstituteLoggerFactoryTest.java | 46 factory.getLogger("foo1"); 49 Set<String> expectedNames = new HashSet<String>(Arrays.asList("foo1", "foo2")); 56 factory.getLogger("foo1"); 59 Set<String> expectedNames = new HashSet<String>(Arrays.asList("foo1", "foo2"));
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
03-RetAndSubreg.ll | 10 define zeroext i32 @foo1(i32 %a, i32 %b) {
|
03-RetArgSubreg.ll | 11 define zeroext i32 @foo1(i32 %a, i32 %b) {
|