Searched defs:ccc (Results 1 - 22 of 22) 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:__anon2603
/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/mesa3d/src/gallium/drivers/ilo/shader/
H A Dilo_shader_cs.c53 cs_compile(struct cs_compile_context *ccc) argument
55 struct toy_compiler *tc = &ccc->tc;
56 struct ilo_shader *sh = ccc->shader;
61 ccc->first_free_grf,
62 ccc->last_free_grf,
63 ccc->num_grf_per_vrf);
124 cs_dummy(struct cs_compile_context *ccc) argument
126 struct toy_compiler *tc = &ccc->tc;
131 header = tdst_ud(tdst(TOY_FILE_MRF, ccc->first_free_mrf, 0));
147 cs_setup(struct cs_compile_context *ccc, argument
205 struct cs_compile_context ccc; local
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp379 unsigned long ccc=uprv_strtoul(v, &end, 10); local
380 if(v<end && *end==0 && ccc<=254) {
381 value=(int32_t)ccc;
/external/lzma/C/
H A DSha256.c126 const Byte *ccc = p->buffer + j * 4; local
127 W[j ] = GetBe32(ccc);
128 W[j + 1] = GetBe32(ccc + 4);
129 W[j + 2] = GetBe32(ccc + 8);
130 W[j + 3] = GetBe32(ccc + 12);
/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/python/cpython3/Lib/
H A Dftplib.py763 def ccc(self): member in class:.FTP_TLS
/external/ImageMagick/MagickCore/
H A Denhance.c539 *ccc,
552 ccc=NewXMLTree((const char *) color_correction_collection,exception);
553 if (ccc == (XMLTreeInfo *) NULL)
555 cc=GetXMLTreeChild(ccc,"ColorCorrection");
558 ccc=DestroyXMLTree(ccc);
692 ccc=DestroyXMLTree(ccc);
533 *ccc, local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUnicodeSetTest.java64 private static final boolean isCccValue(int ccc) { argument
65 switch (ccc) {
1037 "\\p{ccc=Nukta}",
1157 "[[:ccc=0:]-[:lccc=0:]-[:tccc=0:]]", // Weirdos. Complete canonical class is zero, but both lead and trail are not
2753 // All numeric ccc values 0..255 are valid, but many are unused.
2754 UnicodeSet ccc2 = new UnicodeSet("[:ccc=2:]");
2755 assertTrue("[:ccc=2:] -> empty set", ccc2.isEmpty());
2757 UnicodeSet ccc255 = new UnicodeSet("[:ccc=255:]");
2758 assertTrue("[:ccc=255:] -> empty set", ccc255.isEmpty());
2762 new UnicodeSet("[:ccc
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java61 private static final boolean isCccValue(int ccc) { argument
62 switch (ccc) {
1034 "\\p{ccc=Nukta}",
1154 "[[:ccc=0:]-[:lccc=0:]-[:tccc=0:]]", // Weirdos. Complete canonical class is zero, but both lead and trail are not
2750 // All numeric ccc values 0..255 are valid, but many are unused.
2751 UnicodeSet ccc2 = new UnicodeSet("[:ccc=2:]");
2752 assertTrue("[:ccc=2:] -> empty set", ccc2.isEmpty());
2754 UnicodeSet ccc255 = new UnicodeSet("[:ccc=255:]");
2755 assertTrue("[:ccc=255:] -> empty set", ccc255.isEmpty());
2759 new UnicodeSet("[:ccc
[all...]
/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 ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 666 milliseconds