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

  /external/clang/test/CodeGen/
regparm.c 8 int ccc[200]; member in struct:__anon22509
  /external/valgrind/main/memcheck/tests/
errs1.c 8 void ccc ( void ) { ddd(); } function
9 void bbb ( void ) { ccc(); }
suppfree.c 10 void ccc (char* x) function
17 ccc(x);
  /external/clang/test/SemaCXX/
function-extern-c.cpp 78 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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
SystemScopeTest.java 127 java.security.Identity ccc = new IdentityScopeStub("ccc"); local
128 ccc.setPublicKey(kkk);
130 ss.addIdentity(ccc);
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 340 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/
PhoneNumberUtils.cpp 152 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,
401 // - at least either does not have CCC, or
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 580 // When both have ccc, do not ignore trunk prefix. Without this,
587 // When both do not have ccc, do not ignore trunk prefix. Without this,
669 // - at least either does not have CCC, or
2647 int ccc = 0; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 1425 const v8::HeapGraphNode* ccc = GetNode( local
    [all...]

Completed in 307 milliseconds