Searched refs:ccc (Results 1 - 25 of 92) sorted by relevance

1234

/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);
H A Dsuppfree.stderr.exp4 by 0x........: ccc (suppfree.c:12)
11 by 0x........: ccc (suppfree.c:12)
H A Derrs1.stderr.exp3 by 0x........: ccc (errs1.c:8)
17 by 0x........: ccc (errs1.c:8)
/external/clang/test/CodeGen/
H A Dregparm.c8 int ccc[200]; member in struct:__anon18697
/external/clang/test/Sema/
H A Dwarn-documentation.cpp243 int test_param15(int bbb, int ccc);
266 C(int bbb, int ccc);
270 int test_param19(int bbb, int ccc);
276 void test_param20(int bbb, int ccc);
306 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
310 typedef int test_function_like_typedef1(int aaa, int ccc);
312 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
316 typedef int (*test_function_like_typedef2)(int aaa, int ccc);
318 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
322 typedef int (* const test_function_like_typedef3)(int aaa, int ccc);
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
H A Dttsdebug.css15 border-left: solid 1px #ccc;
16 border-right: solid 1px #ccc;
/external/chromium_org/chrome/browser/resources/pdf/
H A Dindex.css6 background-color: #ccc;
/external/chromium_org/third_party/polymer/components/core-splitter/
H A Dcore-splitter.css14 box-shadow: inset 0 0 2px 1px #ccc;
/external/chromium_org/third_party/polymer/components-chromium/core-splitter/
H A Dcore-splitter.css14 box-shadow: inset 0 0 2px 1px #ccc;
/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/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Dstyle.css94 border-color: #999 #ccc #ccc #999;
99 border-color: #ccc #999 #999 #ccc;
102 border-color: #999 #ccc #ccc #999;
238 border-bottom: 1px solid #ccc;
270 border-top: 1px solid #ccc;
/external/chromium_org/third_party/sqlite/src/test/
H A Dcollate8.test26 INSERT INTO t1 VALUES('ccc');
30 } {aaa BBB ccc DDD}
33 SELECT rowid FROM t1 WHERE a<'ccc' ORDER BY 1
38 SELECT rowid FROM t1 WHERE a<'ccc' COLLATE binary ORDER BY 1
43 SELECT rowid FROM t1 WHERE +a<'ccc' ORDER BY 1
50 } {aaa BBB ccc DDD}
55 } {aaa BBB ccc DDD}
58 SELECT a AS x FROM t1 WHERE x<'ccc' ORDER BY 1
63 SELECT a AS x FROM t1 WHERE x<'ccc' COLLATE binary ORDER BY [x]
68 SELECT a AS x FROM t1 WHERE +x<'ccc' ORDE
[all...]
/external/stlport/stlport/stl/config/
H A D_warnings_off.h45 # pragma option -w-ccc // -w-8008 Condition is always true OR Condition is always false
/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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
H A DSystemScopeTest.java127 java.security.Identity ccc = new IdentityScopeStub("ccc");
128 ccc.setPublicKey(kkk);
130 ss.addIdentity(ccc);
/external/chromium_org/v8/test/webkit/
H A Drehash-assign.js83 ccc = 2;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dmain.css105 color: #ccc;
194 border-bottom: solid 1px #ccc;
268 border: solid 1px #ccc;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dnfc_debug.css69 border-bottom: 1px dashed #ccc;
H A Dmobile_setup.css111 border: 1px solid #ccc;
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
H A Dmmap.css17 box-shadow: 0 0 1em #ccc;
/external/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css47 border-right: 1px solid #ccc;
194 border-bottom: 1px solid #ccc;
233 background-color: #ccc;
277 border: 1px solid #ccc;
295 border: 1px solid #ccc;
355 border: 1px solid #ccc;
/external/chromium_org/native_client_sdk/src/resources/
H A Dindex.css85 border-bottom: 1px solid #ccc;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DscreencastView.css58 border-color: #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;

Completed in 2215 milliseconds

1234