HomeSort by relevance Sort by last modified time
    Searched refs:gConstructorThrowTarget (Results 1 - 6 of 6) sorted by null

  /external/libcxxabi/test/
test_vector2.cpp 48 int gConstructorThrowTarget;
51 void throw_construct ( void *p ) { if ( gConstructorCounter == gConstructorThrowTarget ) throw 1; ++gConstructorCounter; }
66 gConstructorThrowTarget = -1;
test_vector1.cpp 46 int gConstructorThrowTarget;
49 void throw_construct ( void *p ) { if ( gConstructorCounter == gConstructorThrowTarget ) throw 1; ++gConstructorCounter; }
155 gConstructorThrowTarget = 15;
181 gConstructorThrowTarget = 15;
212 gConstructorThrowTarget = -1;
240 gConstructorThrowTarget = -1;
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector2.cpp 58 int gConstructorThrowTarget;
62 if ( gConstructorCounter == gConstructorThrowTarget )
86 gConstructorThrowTarget = -1;
test_vector1.cpp 56 int gConstructorThrowTarget;
60 if ( gConstructorCounter == gConstructorThrowTarget )
175 gConstructorThrowTarget = 15;
201 gConstructorThrowTarget = 15;
232 gConstructorThrowTarget = -1;
260 gConstructorThrowTarget = -1;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector2.cpp 48 int gConstructorThrowTarget;
51 void throw_construct ( void *p ) { if ( gConstructorCounter == gConstructorThrowTarget ) throw 1; ++gConstructorCounter; }
66 gConstructorThrowTarget = -1;
test_vector1.cpp 46 int gConstructorThrowTarget;
49 void throw_construct ( void *p ) { if ( gConstructorCounter == gConstructorThrowTarget ) throw 1; ++gConstructorCounter; }
155 gConstructorThrowTarget = 15;
181 gConstructorThrowTarget = 15;
212 gConstructorThrowTarget = -1;
240 gConstructorThrowTarget = -1;

Completed in 4906 milliseconds