/art/runtime/gc/collector/ |
concurrent_copying.cc | 206 // VisitObjects which has exclusion with CC. 348 ConcurrentCopying* cc = concurrent_copying_; local 349 TimingLogger::ScopedTiming split("(Paused)FlipCallback", cc->GetTimings()); 353 cc->VerifyNoMissingCardMarks(); 357 cc->region_space_->SetFromSpace(cc->rb_table_, cc->force_evacuate_all_); 358 cc->SwapStacks(); 360 cc->RecordLiveStackFreezeSize(self); 361 cc->from_space_num_objects_at_first_pause_ = cc->region_space_->GetObjectsAllocated() [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
RobustnessTest.java | 386 CameraCharacteristics cc = mCameraManager.getCameraCharacteristics(id); local 387 StaticMetadata staticInfo = new StaticMetadata(cc); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lparser.c | 652 static void recfield (LexState *ls, struct ConsControl *cc) { 659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor"); 664 cc->nh++; 668 luaK_codeABC(fs, OP_SETTABLE, cc->t->u.info, rkkey, luaK_exp2RK(fs, &val)); 673 static void closelistfield (FuncState *fs, struct ConsControl *cc) { 674 if (cc->v.k == VVOID) return; /* there is no list item */ 675 luaK_exp2nextreg(fs, &cc->v); 676 cc->v.k = VVOID; 677 if (cc->tostore == LFIELDS_PER_FLUSH) { 678 luaK_setlist(fs, cc->t->u.info, cc->na, cc->tostore); /* flush * 736 struct ConsControl cc; local [all...] |
/external/aac/libSBRdec/src/ |
env_calc.cpp | 684 int cc = 0; local 696 sinePresentFlag |= (i >= sineMapped[cc]); 697 cc++; [all...] |
/external/dng_sdk/source/ |
dng_lossless_jpeg.cpp | 831 int32 cc = GetJpegChar (); local 839 if (cc == info.compInfo[ci].componentId) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UCharacterTest.java | 740 int cc = Integer.parseInt(fields[3]); local 741 if (UCharacter.getCombiningClass(ch) != cc) 744 "class " + cc); 747 if (nfkc.getCombiningClass(ch) != cc) 750 "class " + cc); [all...] |
/external/icu/icu4c/source/test/perf/collperf2/ |
collperf2.cpp | 759 CollatorAndCounter& cc = *(CollatorAndCounter*)context; local 763 ++cc.counter; 764 return cc.coll.compare(leftString, rightString, errorCode); 836 CollatorAndCounter cc(coll); 840 UniStrCollatorComparator, &cc, TRUE, status); 841 ops = cc.counter; 848 CollatorAndCounter& cc = *(CollatorAndCounter*)context; local 852 ++cc.counter; 853 return cc.coll.compareUTF8(leftString, rightString, errorCode); 858 CollatorAndCounter& cc = *(CollatorAndCounter*)context local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UCharacterTest.java | 739 int cc = Integer.parseInt(fields[3]); local 740 if (UCharacter.getCombiningClass(ch) != cc) 743 "class " + cc); 746 if (nfkc.getCombiningClass(ch) != cc) 749 "class " + cc); [all...] |
/external/iputils/ |
ping6.c | 1362 int cc; local 1384 int cc; local 1405 int len, cc; local [all...] |
rdisc.c | 93 static void pr_pack(char *buf, int cc, struct sockaddr_in *from); 465 int cc; local 467 cc=recvfrom(s, (char *)packet, len, 0, 469 if (cc<0) { 477 pr_pack( (char *)packet, cc, &from ); 589 int packetlen, i, cc; local 620 cc = sendbcastif(s, (char *)outpack, packetlen, 623 cc = sendmcastif( s, (char *)outpack, packetlen, sin, 640 cc = sendto( s, (char *)outpack, packetlen, 0, 644 cc = packetlen 999 int i, cc; local 1016 int cc; local 1041 int i, cc; local 1058 int cc; local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 764 CondCode cc, ccZ; local 769 cc = si->setCond; 774 case CC_LT: cc = CC_FL; break; 775 case CC_GE: cc = CC_TR; break; 776 case CC_EQ: cc = inverseCondCode(cc); break; 777 case CC_LE: cc = inverseCondCode(cc); break; 783 i->asCmp()->setCond = cc; 911 // SLCT(a, b, const) -> cc(const) ? a : [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_context.h | 1622 union pipe_color_union cc; local [all...] |
/external/openssh/ |
packet.c | 925 struct sshcipher_ctx *cc; local 933 cc = &state->send_context; 938 cc = &state->receive_context; 945 if ((r = cipher_cleanup(cc)) != 0) 975 if ((r = cipher_init(cc, enc->cipher, enc->key, enc->key_len, 979 (wmsg = cipher_warning_message(cc)) != NULL) { 2395 struct sshcipher_ctx *cc; local [all...] |
/external/pcre/dist2/src/sljit/ |
sljitNativeARM_32.c | 2484 sljit_uw cc, ins; local [all...] |
sljitNativeARM_64.c | 1973 sljit_ins cc; local [all...] |
sljitNativeARM_T2_32.c | 1917 sljit_ins cc; local 1981 sljit_ins cc, ins; local [all...] |
/external/pdfium/xfa/fxfa/parser/ |
cxfa_widgetdata.cpp | 1860 int32_t cc = dot_index - 1; local [all...] |
/external/skia/third_party/lua/src/ |
lparser.c | 652 static void recfield (LexState *ls, struct ConsControl *cc) { 659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor"); 664 cc->nh++; 668 luaK_codeABC(fs, OP_SETTABLE, cc->t->u.info, rkkey, luaK_exp2RK(fs, &val)); 673 static void closelistfield (FuncState *fs, struct ConsControl *cc) { 674 if (cc->v.k == VVOID) return; /* there is no list item */ 675 luaK_exp2nextreg(fs, &cc->v); 676 cc->v.k = VVOID; 677 if (cc->tostore == LFIELDS_PER_FLUSH) { 678 luaK_setlist(fs, cc->t->u.info, cc->na, cc->tostore); /* flush * 736 struct ConsControl cc; local [all...] |
/external/svox/pico/lib/ |
picocep.c | 1137 picoos_uint8 ceporder, ceporder2, cc; local [all...] |
/external/swiftshader/src/Shader/ |
SamplerCore.cpp | 606 Vector4s cc; local 608 sampleAniso(texture, cc, u, v, w, lod, anisotropy, uDelta, vDelta, face, true, method); 615 if(hasUnsignedTextureComponent(0)) cc.x = MulHigh(As<UShort4>(cc.x), utri); else cc.x = MulHigh(cc.x, stri); 616 if(hasUnsignedTextureComponent(1)) cc.y = MulHigh(As<UShort4>(cc.y), utri); else cc.y = MulHigh(cc.y, stri) 1106 Vector4f cc; local [all...] |
/external/syslinux/com32/lua/src/ |
lparser.c | 652 static void recfield (LexState *ls, struct ConsControl *cc) { 659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor"); 664 cc->nh++; 668 luaK_codeABC(fs, OP_SETTABLE, cc->t->u.info, rkkey, luaK_exp2RK(fs, &val)); 673 static void closelistfield (FuncState *fs, struct ConsControl *cc) { 674 if (cc->v.k == VVOID) return; /* there is no list item */ 675 luaK_exp2nextreg(fs, &cc->v); 676 cc->v.k = VVOID; 677 if (cc->tostore == LFIELDS_PER_FLUSH) { 678 luaK_setlist(fs, cc->t->u.info, cc->na, cc->tostore); /* flush * 736 struct ConsControl cc; local [all...] |
/external/v8/src/arm/ |
code-stubs-arm.cc | 520 Condition cc = GetCondition(); local 542 EmitIdenticalObjectComparison(masm, &slow, cc); 576 if (cc == lt || cc == le) { 609 if (cc == eq && !strict()) { 625 if (cc == eq) { 635 if (cc == eq) { 649 if (cc == lt || cc == le) { 652 DCHECK(cc == gt || cc == ge); // remaining case [all...] |
/external/v8/src/builtins/ia32/ |
builtins-ia32.cc | 1751 Condition const cc = (kind == MathMaxMinKind::kMin) ? below : above; local [all...] |
/external/v8/src/builtins/x64/ |
builtins-x64.cc | 317 // (see Handle::Invoke in execution.cc). 1721 Condition const cc = (kind == MathMaxMinKind::kMin) ? below : above; local [all...] |
/external/v8/src/builtins/x87/ |
builtins-x87.cc | 1752 Condition const cc = (kind == MathMaxMinKind::kMin) ? below : above; local [all...] |