Searched defs:ccc (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Analysis/
H A Ddebug-CallGraph.c26 void ccc();
27 void ddd() { ccc(); }
28 void ccc() {} function
35 // CHECK-NEXT: {{Function: < root > calls: mmm foo aaa < > bbb ccc ddd eee fff $}}
38 // CHECK-NEXT: {{Function: ddd calls: ccc $}}
39 // CHECK-NEXT: {{Function: ccc calls: $}}
/external/valgrind/memcheck/tests/
H A Derrs1.c8 void ccc ( void ) { ddd(); } function
9 void bbb ( void ) { ccc(); }
H A Dsuppfree.c10 void ccc (char* x) function
17 ccc(x);
/external/clang/test/CodeGen/
H A Dregparm.c8 int ccc[200]; member in struct:__anon1860
/external/clang/test/SemaCXX/
H A Dfunction-extern-c.cpp78 A ccc() { // expected-warning {{'ccc' has C-linkage specified, but returns user-defined type 'rdar13364028::A' which is incompatible with C}} function
97 A ccc();
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp338 unsigned long ccc=uprv_strtoul(v, &end, 10); local
339 if(v<end && *end==0 && ccc<=254) {
340 value=(int32_t)ccc;
/external/sqlite/android/
H A DPhoneNumberUtils.cpp152 int ccc = 0; local
187 ccc = ccc * 10 + ret;
188 if (ccc >= 100 || isCountryCallingCode(ccc)) {
195 return ccc;
315 // When both have ccc, do not ignore trunk prefix. Without this,
320 // When both do not have ccc, do not ignore trunk prefix. Without this,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java57 private static final boolean isCccValue(int ccc) { argument
58 switch (ccc) {
1018 "\\p{ccc=Nukta}",
1138 "[[:ccc=0:]-[:lccc=0:]-[:tccc=0:]]", // Weirdos. Complete canonical class is zero, but both lead and trail are not
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc1430 return new TestRetainedObjectInfo(2, "ccc-group", "ccc");
1505 snapshot->GetRoot(), v8::HeapGraphNode::kSynthetic, "ccc-group");
1506 const v8::HeapGraphNode* ccc = GetNode( local
1507 native_group_ccc, v8::HeapGraphNode::kNative, "ccc");
1508 CHECK_NE(NULL, ccc);
1516 CHECK_EQ(1, ccc->GetChildrenCount());
1518 ccc, v8::HeapGraphNode::kString, "CCC");
1523 CHECK_EQ(ccc, GetProperty(n_CCC, v8::HeapGraphEdge::kInternal, "native"));
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 1887 milliseconds