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

  /external/clang/test/Analysis/
debug-CallGraph.c 26 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/clang/test/CodeGen/
regparm.c 8 int ccc[200]; member in struct:__anon6196
  /external/valgrind/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 338 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/
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 582 // When both have ccc, do not ignore trunk prefix. Without this,
589 // When both do not have ccc, do not ignore trunk prefix. Without this,
671 // - at least either does not have CCC, or
2836 int ccc = 0; local
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 1506 const v8::HeapGraphNode* ccc = GetNode( local
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 218 milliseconds