OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ABC
(Results
1 - 14
of
14
) 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;
/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
/external/icu/icu4c/source/test/cintltst/
cstrtest.c
39
static const char *const
abc
="abcdefghijklmnopqrstuvwxyz", *const
ABC
="ABCDEFGHIJKLMNOPQRSTUVWXYZ";
local
45
dest[i]=uprv_tolower(
abc
[i]);
47
if(0!=strcmp(
abc
, dest)) {
48
log_err("uprv_tolower(
abc
) failed\n");
52
dest[i]=uprv_tolower(
ABC
[i]);
54
if(0!=strcmp(
abc
, dest)) {
55
log_err("uprv_tolower(
ABC
) failed\n");
59
dest[i]=uprv_toupper(
abc
[i]);
61
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
;
/ndk/build/core/
definitions-graph.mk
376
-test-ndk-mod-get-topo-list.
ABC
= \
391
-test-ndk-mod-get-topo-list.
ABC
.circular = \
416
-test-ndk-mod-get-topological-depends.
ABC
= \
514
-test-ndk-mod-get-bfs-depends.
ABC
= \
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h
[
all
...]
Completed in 3976 milliseconds