HomeSort by relevance Sort by last modified time
    Searched defs:ABC (Results 1 - 20 of 20) sorted by null

  /external/clang/test/CodeGen/
no-common.c 8 // CHECK-DEFAULT: @ABC = global
9 // CHECK-NOCOMMON: @ABC = global
11 fn_t ABC __attribute__ ((nocommon));
  /external/clang/test/SemaCXX/
static-data-member.cpp 3 struct ABC {
12 double ABC::a = 1.0;
13 extern double ABC::b = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
14 static double ABC::c = 1.0; // expected-error {{'static' can only be specified inside the class definition}}
15 __private_extern__ double ABC::d = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
16 auto double ABC::e = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
17 register double ABC::f = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
  /external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p1.cpp 32 template<typename T> struct ABC {
38 ABC<int> qq;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_typechecks.py 7 class ABC(type):
22 __metaclass__ = ABC
  /external/clang/test/FixIt/
typo-using.cpp 26 class ABC {}; // expected-note {{'::using_suggestion_ty_dropped_specifier::ABC' declared here}}
28 using N::ABC; // expected-error {{no member named 'ABC' in namespace 'using_suggestion_ty_dropped_specifier::N'; did you mean '::using_suggestion_ty_dropped_specifier::ABC'?}}
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_typechecks.py 7 class ABC(type):
22 __metaclass__ = ABC
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_typechecks.py 7 class ABC(type):
22 __metaclass__ = ABC
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_typechecks.py 7 class ABC(type):
22 __metaclass__ = ABC
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_typechecks.py 7 class ABC(type):
22 __metaclass__ = ABC
  /art/test/624-checker-stringops/src/
Main.java 22 static final String ABC = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
40 int k = ABC.length() + XYZ.length(); // does LoadString before loops
42 k += ABC.indexOf(c);
45 k += ABC.indexOf(c, 4);
48 k += ABC.indexOf(XYZ);
51 k += ABC.indexOf(XYZ, 2);
71 int k = ABC.length() + XYZ.length(); // does LoadString before loops
73 int d = ABC.indexOf(c);
76 int d = ABC.indexOf(c, 4);
79 int d = ABC.indexOf(XYZ)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cstrtest.c 41 static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; local
47 dest[i]=uprv_tolower(abc[i]);
49 if(0!=strcmp(abc, dest)) {
50 log_err("uprv_tolower(abc) failed\n");
54 dest[i]=uprv_tolower(ABC[i]);
56 if(0!=strcmp(abc, dest)) {
57 log_err("uprv_tolower(ABC) failed\n");
61 dest[i]=uprv_toupper(abc[i]);
63 if(0!=strcmp(ABC, dest))
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 64 final ImapString ABC = new ImapSimpleString("AbC");
65 ImapList list = buildList(ImapList.EMPTY, ABC, LIST_1, ImapString.EMPTY);
67 assertFalse(list.is(0, "abc"));
69 assertTrue (list.is(1, "abc"));
70 assertFalse(list.is(2, "abc"));
71 assertFalse(list.is(3, "abc"));
72 assertFalse(list.is(4, "abc"));
76 assertTrue (list.is(1, "abc", false));
83 assertTrue (list.is(1, "abc", true))
    [all...]
  /external/clang/test/Analysis/
inline.cpp 233 enum ABC {
239 int enumUser(ABC input = B) {
295 char defaultString(const char *s = "abc") {
304 const void * const void_string = "abc";
  /external/libxml2/
timsort.h 397 int ABC, BCD, BD, CD;
427 ABC = (A <= B + C);
429 ABC = 0;
432 BCD = (B <= C + D) || ABC;
  /external/swiftshader/src/Shader/
SetupRoutine.cpp 386 Float4 ABC = M[0] + M[1] + M[2];
388 Float4 A = ABC.x;
389 Float4 B = ABC.y;
390 Float4 C = ABC.z;
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
a.out.go 403 ABC
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
a.out.go 344 ABC
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
a.out.go 403 ABC
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
a.out.go 344 ABC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 4638 milliseconds