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

/external/valgrind/main/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:__anon18697
/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/chromium_org/third_party/icu/source/tools/toolutil/
H A Dppucd.cpp340 unsigned long ccc=uprv_strtoul(v, &end, 10); local
341 if(v<end && *end==0 && ccc<=254) {
342 value=(int32_t)ccc;
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp340 unsigned long ccc=uprv_strtoul(v, &end, 10); local
341 if(v<end && *end==0 && ccc<=254) {
342 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/chromium_org/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/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 133 milliseconds