/external/javassist/src/main/javassist/ |
CtNewConstructor.java | 100 CtConstructor cc = new CtConstructor(parameters, declaring); local 101 cc.setExceptionTypes(exceptions); 102 cc.setBody(body); 103 return cc;
|
/external/libcxx/test/std/containers/ |
set_allocator_requirement_test_templates.h | 37 ConstructController* cc = getConstructController(); local 38 cc->reset(); 43 cc->expect<const ValueTp&>(); 45 assert(!cc->unchecked()); 56 cc->expect<const ValueTp&>(); 58 assert(!cc->unchecked()); 69 cc->expect<ValueTp&&>(); 71 assert(!cc->unchecked()); 82 cc->expect<const ValueTp&>(); 84 assert(!cc->unchecked()) 151 ConstructController* cc = getConstructController(); local 215 ConstructController* cc = getConstructController(); local 293 ConstructController* cc = getConstructController(); local [all...] |
/external/ltp/lib/ |
open_flags.c | 194 char *cc; local 200 cc = name; 204 for (; ((*cc != ',') && (*cc != '\0')); cc++) ; 205 savecc = *cc; 206 *cc = '\0'; 220 *cc = savecc; /* restore string */ 231 name = ++cc;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_cc.c | 47 sizeof(*ccv), 32, &brw->cc.vp_offset); 94 * Creates the state cache entry for the given CC unit key. 100 struct brw_cc_unit_state *cc; local 102 cc = brw_state_batch(brw, AUB_TRACE_CC_STATE, 103 sizeof(*cc), 64, &brw->cc.state_offset); 104 memset(cc, 0, sizeof(*cc)); 110 cc->cc0.stencil_enable = 1; 111 cc->cc0.stencil_func [all...] |
/external/pdfium/third_party/libtiff/ |
tif_next.c | 53 tmsize_t cc; local 63 for (op = (unsigned char*) buf, cc = occ; cc-- > 0;) 67 cc = tif->tif_rawcc; 74 for (row = buf; cc > 0 && occ > 0; occ -= scanline, row += scanline) { 75 n = *bp++, cc--; 81 if (cc < scanline) 85 cc -= scanline; 93 if( cc < 4 ) 97 if (cc < 4+n || off+n > scanline [all...] |
/external/toybox/toys/other/ |
hexedit.c | 101 char cc = TT.data[16*(TT.base+yy)+xx]; local 108 if (side>1) printf("%02X", cc); 111 printf("%X", (cc>>(4*(1&++i)))&15); 115 draw_char(stdout, cc);
|
/external/valgrind/none/tests/s390x/ |
cu24.c | 18 uint32_t cc; member in struct:__anon36351 57 int cc = 42; local 70 : "+d"(dest), "+d"(source), "=d"(cc), 73 : "memory", "cc"); 80 regs.cc = cc; 110 printf(" cc = %d\n", result.cc); 166 /* When both operands are exhausted, cc=0 takes precedence.
|
cu24_1.c | 18 uint32_t cc; member in struct:__anon36352 57 int cc = 42; local 70 : "+d"(dest), "+d"(source), "=d"(cc), 73 : "memory", "cc"); 80 regs.cc = cc; 110 printf(" cc = %d\n", result.cc); 166 /* When both operands are exhausted, cc=0 takes precedence.
|
cu42.c | 15 uint32_t cc; member in struct:__anon36354 60 int cc = 42; local 73 : "+d"(dest), "+d"(source), "=d"(cc), 76 : "memory", "cc"); 83 regs.cc = cc; 107 printf(" cc = %d\n", result.cc); 167 /* When both operands are exhausted, cc=0 takes precedence. 182 run_test(buff, 0, invalid, sizeof invalid); // cc = [all...] |
/frameworks/compile/mclinker/unittests/ |
SymbolCategoryTest.cpp | 57 LDSymbol* cc = LDSymbol::Create(*c); local 63 m_pTestee->add(*cc); 100 LDSymbol* cc = LDSymbol::Create(*c); local 106 c->setSymPtr(cc); 112 m_pTestee->add(*cc);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/ |
set_allocator_requirement_test_templates.h | 37 ConstructController* cc = getConstructController(); local 38 cc->reset(); 43 cc->expect<const ValueTp&>(); 45 assert(!cc->unchecked()); 56 cc->expect<const ValueTp&>(); 58 assert(!cc->unchecked()); 69 cc->expect<ValueTp&&>(); 71 assert(!cc->unchecked()); 82 cc->expect<const ValueTp&>(); 84 assert(!cc->unchecked()) 151 ConstructController* cc = getConstructController(); local 215 ConstructController* cc = getConstructController(); local 293 ConstructController* cc = getConstructController(); local [all...] |
/system/core/libutils/ |
FileMap.cpp | 218 int cc, sysAdvice; local 231 cc = madvise(mBasePtr, mBaseLength, sysAdvice); 232 if (cc != 0) 234 return cc;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
bit.s | 22 cc = bittst (r0, 31); define 23 CC = BITTST (r1, 0); 24 cC = BittST (r7, 15);
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
fnmatch.c | 101 struct cclass *cc; local 123 for (cc = cclasses; cc->name != NULL; cc++) { 124 if (!strncmp(pattern, cc->name, len) && cc->name[len] == '\0') { 125 if (cc->isctype((unsigned char)test)) 130 if (cc->name == NULL) {
|
/build/make/tools/acp/ |
acp.c | 44 int i, cc; local
|
/build/soong/cc/ |
ndk_library.go | 15 package cc package 29 toolPath = pctx.SourcePathVariable("toolPath", "build/soong/cc/gen_stub_libs.py")
|
test.go | 15 package cc package
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
DspFftServer.java | 54 double cc, ss, t1, t2; local 86 cc = mCos.mData[aa]; 90 t1 = cc * r.mReal[kk + n1] - ss * r.mImag[kk + n1]; 91 t2 = ss * r.mReal[kk + n1] + cc * r.mImag[kk + n1];
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
getnetnamadr.c | 85 register int cc = 0;
local 93 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) {
104 service_order[cc] = get_service_name(cp);
105 if(service_order[cc] != SERVICE_NONE)
106 cc++;
110 } while(cp != NULL && cc < SERVICE_MAX);
112 service_order[cc] = SERVICE_NONE;
|
/external/clang/test/CodeGen/ |
builtins-systemz-vector-error.c | 27 int cc; variable 114 __builtin_s390_vfaebs(vuc, vuc, -1, &cc); // expected-error {{argument should be a value from 0 to 15}} 115 __builtin_s390_vfaebs(vuc, vuc, 16, &cc); // expected-error {{argument should be a value from 0 to 15}} 116 __builtin_s390_vfaebs(vuc, vuc, len, &cc); // expected-error {{must be a constant integer}} 118 __builtin_s390_vfaehs(vus, vus, -1, &cc); // expected-error {{argument should be a value from 0 to 15}} 119 __builtin_s390_vfaehs(vus, vus, 16, &cc); // expected-error {{argument should be a value from 0 to 15}} 120 __builtin_s390_vfaehs(vus, vus, len, &cc); // expected-error {{must be a constant integer}} 122 __builtin_s390_vfaefs(vui, vui, -1, &cc); // expected-error {{argument should be a value from 0 to 15}} 123 __builtin_s390_vfaefs(vui, vui, 16, &cc); // expected-error {{argument should be a value from 0 to 15}} 124 __builtin_s390_vfaefs(vui, vui, len, &cc); // expected-error {{must be a constant integer} [all...] |
builtins-systemz-vector.c | 28 int cc; variable 59 vuc = __builtin_s390_vpklshs(vus, vus, &cc); 61 vus = __builtin_s390_vpklsfs(vui, vui, &cc); 63 vui = __builtin_s390_vpklsgs(vul, vul, &cc); 73 vsc = __builtin_s390_vpkshs(vss, vss, &cc); 75 vss = __builtin_s390_vpksfs(vsi, vsi, &cc); 77 vsi = __builtin_s390_vpksgs(vsl, vsl, &cc); 364 vsc = __builtin_s390_vceqbs(vsc, vsc, &cc); 366 vss = __builtin_s390_vceqhs(vss, vss, &cc); 368 vsi = __builtin_s390_vceqfs(vsi, vsi, &cc); [all...] |
le32-arguments.c | 17 int cc; member in struct:__anon14833
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
TestContext.java | 77 ContextCase cc; local 84 cc = contextData[tc]; 85 prologue = pseudoToU16(cc.prologue); 86 epilogue = pseudoToU16(cc.epilogue); 91 src = pseudoToU16(cc.source); 92 bidi.setPara(src, cc.paraLevel, null); 96 "\nPrologue: " + cc.prologue + 97 "\nInput: " + cc.source + 98 "\nEpilogue: " + cc.epilogue + 100 cc.expected, dest) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
TestContext.java | 76 ContextCase cc; local 83 cc = contextData[tc]; 84 prologue = pseudoToU16(cc.prologue); 85 epilogue = pseudoToU16(cc.epilogue); 90 src = pseudoToU16(cc.source); 91 bidi.setPara(src, cc.paraLevel, null); 95 "\nPrologue: " + cc.prologue + 96 "\nInput: " + cc.source + 97 "\nEpilogue: " + cc.epilogue + 99 cc.expected, dest) [all...] |
/external/javassist/src/main/javassist/tools/reflect/ |
Compiler.java | 147 CompiledClass cc = new CompiledClass(); local 148 cc.classname = a; 149 cc.metaobject = null; 150 cc.classobject = null; 151 result[++n] = cc;
|