HomeSort by relevance Sort by last modified time
    Searched refs:test4 (Results 76 - 100 of 261) sorted by null

1 2 34 5 6 7 8 91011

  /external/clang/test/CodeGenCXX/
delete.cpp 107 namespace test4 { namespace
member-expressions.cpp 48 namespace test4 { namespace
nrvo.cpp 124 X test4(bool B) { function
blocks.cpp 50 void test4() { function in namespace:test1
109 namespace test4 { namespace
  /external/clang/test/Sema/
arm-neon-types.c 24 int32x4_t test4(int32x4_t a, vSInt32 b) { function
bitfield.c 43 struct Test4 {
48 void test4(struct Test4 *t) { function
block-args.c 39 void test4() { function
block-literal.c 53 void test4() {
constant-conversion.c 41 void test4() { function
  /external/clang/test/SemaCXX/
attr-nonnull.cpp 44 namespace test4 { namespace
condition.cpp 56 void test4(bool (&x)(void)) {
linkage.cpp 68 // CHECK: define void @test4(
69 extern "C" void test4(void) {} function in namespace:__anon18888
undefined-inline.cpp 20 namespace test4 { namespace
21 inline void error_on_zero(int); // expected-warning{{inline function 'test4::error_on_zero' is not defined}}
warn-new-overaligned.cpp 54 namespace test4 { namespace
70 new Test; // expected-warning {{type 'test4::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
cxx0x-initializer-aggregates.cpp 81 typedef A<-1> test4[]; typedef in namespace:array_explicit_conversion
86 (void)test4{{{1}}}; // expected-note {{in instantiation of template class 'array_explicit_conversion::A<-1>' requested here}}
  /external/clang/test/SemaTemplate/
dependent-expr.cpp 50 namespace test4 { namespace
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmActivityToLayoutMethodTest.java 47 public void test4() throws Exception { method in class:FmActivityToLayoutMethodTest
FmCamelCaseToUnderscoreMethodTest.java 47 public void test4() throws Exception { method in class:FmCamelCaseToUnderscoreMethodTest
FmClassNameToResourceMethodTest.java 47 public void test4() throws Exception { method in class:FmClassNameToResourceMethodTest
FmEscapeXmlAttributeMethodTest.java 47 public void test4() throws Exception { method in class:FmEscapeXmlAttributeMethodTest
FmEscapeXmlStringMethodTest.java 47 public void test4() throws Exception { method in class:FmEscapeXmlStringMethodTest
FmLayoutToActivityMethodTest.java 47 public void test4() throws Exception { method in class:FmLayoutToActivityMethodTest
FmSlashedPackageNameMethodTest.java 47 public void test4() throws Exception { method in class:FmSlashedPackageNameMethodTest
FmUnderscoreToCamelCaseMethodTest.java 47 public void test4() throws Exception { method in class:FmUnderscoreToCamelCaseMethodTest
  /external/chromium_org/v8/test/webkit/fast/js/kde/
arguments-scope.js 59 function test4() { function
62 shouldBeOfType('test4.(1)', arguments, 'object');
65 shouldBeOfType('test4.(2)', arguments, 'number');
73 test4()

Completed in 250 milliseconds

1 2 34 5 6 7 8 91011