HomeSort by relevance Sort by last modified time
    Searched refs:ccc (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /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/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);
suppfree.stderr.exp 4 by 0x........: ccc (suppfree.c:12)
11 by 0x........: ccc (suppfree.c:12)
errs1.stderr.exp 3 by 0x........: ccc (errs1.c:8)
17 by 0x........: ccc (errs1.c:8)
  /external/toybox/tests/
cpio.test 9 touch a bb ccc dddd
11 rm a bb ccc dddd
22 printf '22' >ccc
32 rm a bb ccc dddd
  /external/elfutils/tests/
run-test-archive64.sh 24 # echo 'int ccc(void){} int ccc2(void){} int ccc3(void){}' \
25 # | gcc -x c /dev/stdin -c -o ccc.o
26 # ar cru testarchive64.a aaa.o bbb.o ccc.o
37 Archive member 'ccc.o' contains:
38 ccc
49 testarchive64.a[ccc.o]:
50 ccc T 0000000000000000 0000000000000016
  /external/clang/test/CodeGen/
regparm.c 8 int ccc[200]; member in struct:__anon14882
  /external/snakeyaml/src/test/java/examples/
IgnoreTagsExampleTest.java 49 Map<String, Object> ccc = (Map<String, Object>) result.get("ccc"); local
50 assertEquals(2, ccc.size());
51 assertEquals(1.0, ccc.get("x"));
52 assertEquals(3.1416, ccc.get("y"));
  /external/clang/test/Sema/
warn-documentation.cpp 132 /// \brief Ccc
140 /// \short Ccc
148 /// \brief Ccc
156 /// \return Ccc
163 /// \returns Ccc
170 /// \result Ccc
177 /// \return Ccc
243 int test_param15(int bbb, int ccc);
246 /// \param aab Ccc.
253 /// \param aab Ccc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xcms.h 72 #define DisplayOfCCC(ccc) ((ccc)->dpy)
73 #define ScreenNumberOfCCC(ccc) ((ccc)->screenNumber)
74 #define VisualOfCCC(ccc) ((ccc)->visual)
75 #define ClientWhitePointOfCCC(ccc) (&(ccc)->clientWhitePt)
76 #define ScreenWhitePointOfCCC(ccc) (&(ccc)->pPerScrnInfo->screenWhitePt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xcms.h 70 #define DisplayOfCCC(ccc) ((ccc)->dpy)
71 #define ScreenNumberOfCCC(ccc) ((ccc)->screenNumber)
72 #define VisualOfCCC(ccc) ((ccc)->visual)
73 #define ClientWhitePointOfCCC(ccc) (&(ccc)->clientWhitePt)
74 #define ScreenWhitePointOfCCC(ccc) (&(ccc)->pPerScrnInfo->screenWhitePt
    [all...]
  /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();
  /prebuilts/misc/darwin-x86/analyzer/bin/
ccc-analyzer 6 # ccc-analyzer ARCH LOCAL_CC ...
11 # Android build system recognizes WITH_SYNTAX_CHECK and replace LOCAL_CC with our own ccc-syntax,
12 # which in turn setup the following env. vars expected by tools/scan-build/ccc-analyzer
17 # Our own ccc-syntax also export the following, and tools/scan-build/ccc-analyzer is slightly
88 # Call the real ccc-analyzer. Note that tools/scan-build/ccc-analyzer "exec" $CCC_CC,
94 `dirname $0`/../tools/scan-build/ccc-analyzer "$@"
  /prebuilts/misc/linux-x86/analyzer/bin/
ccc-analyzer 6 # ccc-analyzer ARCH LOCAL_CC ...
11 # Android build system recognizes WITH_SYNTAX_CHECK and replace LOCAL_CC with our own ccc-syntax,
12 # which in turn setup the following env. vars expected by tools/scan-build/ccc-analyzer
17 # Our own ccc-syntax also export the following, and tools/scan-build/ccc-analyzer is slightly
106 # Call the real ccc-analyzer. Note that tools/scan-build/ccc-analyzer "exec" $CCC_CC,
112 `dirname $0`/../tools/scan-build/ccc-analyzer "$@"
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
forminfo.go 15 // 6..0: ccc (compressed CCC value).
23 // The byte sequence is followed by a trailing and leading CCC if the values
24 // for these are not zero. The value of v determines which ccc are appended
26 // the sequence is followed by a trailing ccc, and for v >= firstLeadingCC
27 // there is an additional leading ccc. The value of tccc itself is the
28 // trailing CCC shifted left 2 bits. The two least-significant bits of tccc
41 ccc uint8 // leading canonical combining class (ccc if not decomposition)
42 tccc uint8 // trailing canonical combining class (ccc if not decomposition
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
forminfo.go 15 // 6..0: ccc (compressed CCC value).
23 // The byte sequence is followed by a trailing and leading CCC if the values
24 // for these are not zero. The value of v determines which ccc are appended
26 // the sequence is followed by a trailing ccc, and for v >= firstLeadingCC
27 // there is an additional leading ccc. The value of tccc itself is the
28 // trailing CCC shifted left 2 bits. The two least-significant bits of tccc
41 ccc uint8 // leading canonical combining class (ccc if not decomposition)
42 tccc uint8 // trailing canonical combining class (ccc if not decomposition
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 45 # pragma option -w-ccc // -w-8008 Condition is always true OR Condition is always false
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 45 # pragma option -w-ccc // -w-8008 Condition is always true OR Condition is always false
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 45 # pragma option -w-ccc // -w-8008 Condition is always true OR Condition is always false
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
cons.d 33 e: 0ccc.*
consfar.d 35 e: 0ccc.*
  /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
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 36 border-bottom: solid 1px #ccc;
  /external/autotest/frontend/client/src/autotest/public/
standard.css 97 border: 1px outset #ccc;
108 border: 1px outset #ccc;
115 border: 1px inset #ccc;
126 border: 1px inset #ccc;

Completed in 1467 milliseconds

1 2 3 4 5 6 7