/external/chromium_org/tools/gyp/test/generator-output/rules/subdir1/ |
function1.in1 | 3 void function1(void) 5 printf("Hello from function1.in1\n");
|
program.c | 5 extern void function1(void); 13 function1();
|
executable.gyp | 13 'function1.in1',
|
/external/chromium_org/tools/gyp/test/rules/src/subdir1/ |
function1.in | 3 void function1(void) 5 printf("Hello from function1.in\n");
|
program.c | 3 extern void function1(void); 9 function1();
|
executable.gyp | 13 'function1.in',
|
/external/llvm/test/CodeGen/ARM/ |
fp-arg-shuffle.ll | 3 ; CHECK: function1 5 define double @function1(double %a, double %b, double %c, double %d, double %e, double %f) nounwind noinline ssp {
|
/external/chromium_org/chrome/common/extensions/api/test_presubmit/ |
invalid_idl_9.idl | 10 static void function1();
|
valid_idl_basics.idl | 23 static void function1();
|
/external/clang/test/ASTMerge/ |
function.c | 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/function1.c 7 // CHECK: function1.c:2:6: note: declared here with type 'void (int, float)' 9 // CHECK: function1.c:4:6: note: declared here with type 'void (void)' 13 // expected-note@Inputs/function1.c:2 {{declared here}} 15 // expected-note@Inputs/function1.c:4 {{declared here}}
|
/external/clang/test/Misc/ |
ast-dump-attr.cpp | 57 void function1(void *) { function 58 int TestFunction __attribute__((cleanup(function1))); 61 // CHECK-NEXT: CleanupAttr{{.*}} Function{{.*}}function1
|
integer-literal-printing.cpp | 5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}} 68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
Function.java | 55 * exactly the same value. Thus, {@code function1.equals(function2)} implies 56 * that either {@code function1.apply(o)} and {@code function2.apply(o)} are 57 * both null, or {@code function1.apply(o).equals(function2.apply(o))}.
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Function.java | 56 * exactly the same value. Thus, {@code function1.equals(function2)} implies 57 * that either {@code function1.apply(o)} and {@code function2.apply(o)} are 58 * both null, or {@code function1.apply(o).equals(function2.apply(o))}.
|
/external/llvm/test/Transforms/InstCombine/ |
2011-09-03-Trampoline.ll | 56 %function1 = bitcast i8* %tramp1 to i32(i32)* 57 %ret1 = call i32 %function1(i32 %n) 58 ; CHECK: %ret1 = call i32 %function1(i32 %n) 74 %function1 = bitcast i8* %tramp0 to i32(i32)* 75 %ret1 = call i32 %function1(i32 %n)
|
/external/chromium_org/tools/json_schema_compiler/test/ |
idl_pepper.idl | 75 static void function1(optional MyType2[] arg);
|
/external/chromium_org/third_party/angle/tests/compiler_tests/ |
ExpressionLimit_test.cpp | 421 vec4 function1() { 423 vec4 b = function1(); 428 gl_FragColor = function1(); 436 vec4 function1(); 439 return function1(); 446 vec4 function1() { 451 gl_FragColor = function1();
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
FunctionalTest.cpp | 104 Function<int ()> function1 = bind(&A::f, &a); local 105 ASSERT_EQ(10, function1());
|
/external/clang/test/Analysis/ |
global-region-invalidation.c | 108 void Function1(void) { 120 Function1();
|
/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-rules.py | 38 Hello from function1.in1
|
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-all.py | 26 Hello from function1.in
|
gyptest-default.py | 23 Hello from function1.in
|
/external/stlport/test/unit/ |
boost_check.cpp | 45 #include <boost/function/function1.hpp>
|
/ndk/tests/device/test-gnustl-full/unit/ |
boost_check.cpp | 45 #include <boost/function/function1.hpp>
|
/ndk/tests/device/test-stlport/unit/ |
boost_check.cpp | 45 #include <boost/function/function1.hpp>
|