/external/autotest/client/deps/fakegudev/src/ |
D | test-fakesyscalls.sh | 16 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo5=/tmp/foo6 19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99 60 if test -e /tmp/foo6 62 echo Fail: /tmp/foo6 should not have been created. foo6: 63 cat /tmp/foo6
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.overload.frag | 19 void foo6(float b) {} 107 foo6(b); 108 foo6(d); 109 foo6(u); 110 foo6(i); 111 foo6(f);
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.overload.frag | 19 void foo6(float b) {} 107 foo6(b); 108 foo6(d); 109 foo6(u); 110 foo6(i); 111 foo6(f);
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | weak-undef.ll | 51 declare external hidden i32 @foo6() 53 ret i32()* @foo6 56 ; CHECK: leaq foo6(%rip), %rax 58 ; I386: leal foo6@GOTOFF(%eax), %eax
|
D | 2006-12-19-IntelSyntax.ll | 32 call void (...) @foo6( ) 56 call void (...) @foo6( ) 72 call void (...) @foo6( ) 80 declare void @foo6(...)
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-12-19-IntelSyntax.ll | 32 call void (...) @foo6( ) 56 call void (...) @foo6( ) 72 call void (...) @foo6( ) 80 declare void @foo6(...)
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-tbb.ll | 20 tail call void(...) @foo6() 38 tail call void(...) @foo6() 50 tail call void(...) @foo6() 56 declare void @foo6(...)
|
/external/clang/test/Sema/ |
D | attr-sentinel.c | 9 void foo6 (int x, ...) __attribute__ ((__sentinel__(5))); // expected-note {{function has been expl… 23 foo6(1,2,3,4,5,6,7); // expected-warning {{missing sentinel in function call}} in test1() 24 foo6(1,NULL,3,4,5,6,7); // OK in test1()
|
/external/llvm-project/clang/test/Sema/ |
D | attr-sentinel.c | 9 void foo6 (int x, ...) __attribute__ ((__sentinel__(5))); // expected-note {{function has been expl… 23 foo6(1,2,3,4,5,6,7); // expected-warning {{missing sentinel in function call}} in test1() 24 foo6(1,NULL,3,4,5,6,7); // OK in test1()
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | tls-symbols.s | 13 lw $2, %gottprel(foo6)($28) 20 .hidden foo6 27 # CHECK: 6: {{.+}} {{.+}} TLS GLOBAL HIDDEN UND foo6
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | thumb2-tbb.ll | 29 tail call void(...) @foo6() 47 tail call void(...) @foo6() 59 tail call void(...) @foo6() 65 declare void @foo6(...)
|
/external/llvm-project/clang/test/Parser/ |
D | asm.cpp | 8 int foo6 asm ("bar6"_x); // expected-error {{string literal with user-defined suffix cannot be used… 9 int foo6 asm ("" L"bar7"); // expected-error {{cannot use wide string literal in 'asm'}}
|
/external/clang/test/Parser/ |
D | asm.cpp | 8 int foo6 asm ("bar6"_x); // expected-error {{string literal with user-defined suffix cannot be used… 9 int foo6 asm ("" L"bar7"); // expected-error {{cannot use wide string literal in 'asm'}}
|
/external/llvm-project/clang/test/CodeGen/ |
D | mips64-padding-arg.c | 40 extern S0 foo6(int, int, long double); 43 return foo6(1, 2, a0); in foo5()
|
D | mangle.c | 49 void foo6() __asm__("var2"); 50 void foo6() { in foo6() function
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-x86-no_caller_saved_registers.cpp | 22 void foo6(){} // expected-note {{previous declaration is here}} in foo6() function 24 void __attribute__((no_caller_saved_registers)) foo6(); // expected-error {{function declared with …
|
D | type-definition-in-specifier.cpp | 28 short foo6 (enum bar0 {qq} bar3); // expected-error{{cannot be defined in a parameter type}} 63 long foo5 (float foo6 = foo4);
|
/external/clang/test/CodeGen/ |
D | mips64-padding-arg.c | 40 extern S0 foo6(int, int, long double); 43 return foo6(1, 2, a0); in foo5()
|
D | mangle.c | 45 void foo6() __asm__("var2"); 46 void foo6() { in foo6() function
|
/external/one-true-awk/testdir/ |
D | T.-f-f | 34 $awk -f foo2 -f foo3 -f foo4 /etc/passwd >foo5 2>foo6 35 grep 'syntax error.*file foo4' foo6 >/dev/null 2>&1 || echo 'BAD: T.-f-f source file name'
|
/external/llvm-project/llvm/test/FileCheck/ |
D | dump-input-context.txt | 19 ; RUN: echo foo6 >> %t.in 31 ; RUN: echo foo6 >> %t.in 34 ; RUN: echo foo6 >> %t.in 46 ; RUN: echo foo6 >> %t.in 63 ; C5-NEXT: 3: foo6 78 ; C6-NEXT: 15: foo6 84 ; C6-NEXT: 18: foo6 98 ; C6-NEXT: 30: foo6 133 ; W5-NEXT: 15: foo6 142 ; W6-NEXT: 18: foo6
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 11 - (void) foo6 : (int)x, ... __attribute__ ((__sentinel__(5))); // expected-note {{method has been e… 36 [p foo6:1,2,3,4,5,6,7]; // expected-warning {{missing sentinel in method dispatch}} 37 [p foo6:1,NULL,3,4,5,6,7]; // OK
|
/external/llvm-project/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 11 - (void) foo6 : (int)x, ... __attribute__ ((__sentinel__(5))); // expected-note {{method has been e… 36 [p foo6:1,2,3,4,5,6,7]; // expected-warning {{missing sentinel in method dispatch}} 37 [p foo6:1,NULL,3,4,5,6,7]; // OK
|
/external/clang/test/SemaCXX/ |
D | type-definition-in-specifier.cpp | 28 short foo6 (enum bar0 {qq} bar3); // expected-error{{cannot be defined in a parameter type}} 65 long foo5 (float foo6 = foo4); // expected-error{{use of undeclared identifier 'foo4'}}
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64imm.ll | 20 define i64 @foo6() nounwind readnone { 22 ; CHECK: foo6
|