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

  /external/clang/test/Analysis/diagnostics/
text-diagnostics.c 3 void testA() {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p6.cpp 14 only<const char [16]> testA = a;
40 only<bool> testA = a;
45 only<int> testA = a;
49 only<bool> testA = a;
53 only<const char[5]> testA = a;
  /external/clang/test/CodeGen/
inline.c 17 // CHECK1-LABEL: define void @testA
39 // CHECK2-LABEL: define void @testA
131 inline void testA() {}
132 void testA();
  /external/clang/test/CXX/class.access/class.friend/
p3-cxx0x.cpp 69 void testA() { (void)sizeof(A<int>); }
  /external/clang/test/SemaCXX/
user-defined-conversions.cpp 95 void testA(A a) {
attr-deprecated.cpp 199 void testA() {
constant-expression-cxx1y.cpp 568 constexpr bool testA() {
575 static_assert(testA(), "");
  /external/tremolo/Tremolo/
mapping0.c 88 int testA=info->coupling[i].ang=(unsigned char)(oggpack_read(opb,ilog(vi->channels)));
91 testA<0 ||
92 testM==testA ||
94 testA>=vi->channels) goto err_out;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 12 void testA(A &a) {
  /external/libvorbis/lib/
mapping0.c 123 int testA=info->coupling_ang[i]=oggpack_read(opb,ilog(vi->channels));
126 testA<0 ||
127 testM==testA ||
129 testA>=vi->channels) goto err_out;
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPipedStreamTest.java 40 public void testA() throws Exception {
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestASTConstruction.java 39 @Test public void testA() throws Exception {
TestNFAConstruction.java 41 @Test public void testA() throws Exception {
TestDFAConversion.java 42 @Test public void testA() throws Exception {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_csv.py 386 class testA(csv.excel):
409 writer = csv.writer(fileobj, testA)
442 writer = csv.writer(fileobj, dialect=testA, delimiter=';')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_csv.py 386 class testA(csv.excel):
409 writer = csv.writer(fileobj, testA)
442 writer = csv.writer(fileobj, dialect=testA, delimiter=';')
    [all...]
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 54 public void testA() throws IOException {
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java 20 public void testA() {
    [all...]

Completed in 536 milliseconds