/external/v8/src/compiler/x64/ |
code-generator-x64.cc | 2261 Condition cc = no_condition; local [all...] |
/external/v8/src/compiler/x87/ |
code-generator-x87.cc | 2145 Condition cc = no_condition; local [all...] |
/external/v8/src/regexp/ |
regexp-parser.cc | 271 RegExpCharacterClass* cc = local 273 builder->AddCharacterClass(cc); 342 RegExpTree* cc = ParseCharacterClass(CHECK_FAILED); local 343 builder->AddCharacterClass(cc->AsCharacterClass()); 378 RegExpCharacterClass* cc = local 380 builder->AddCharacterClass(cc); 394 RegExpCharacterClass* cc = local 396 builder->AddCharacterClass(cc); [all...] |
/external/valgrind/VEX/priv/ |
guest_s390_helpers.c | 256 UInt cc; local 261 : "+Q" (*addr), "=d" (cc) : : "cc"); 262 return cc; 268 UInt cc; local 273 : "+Q" (*addr), "=d" (cc) : : "cc"); 274 return cc; 279 UInt cc; local 284 : "+Q" (*addr), "=d" (cc) : : "cc") 316 ULong hoststfle[S390_NUM_FACILITY_DW], cc, num_dw, i; local 1797 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep); local [all...] |
/external/valgrind/none/tests/ppc32/ |
testVMX.c | 152 size_t nbytes, cc, rr; local 180 cc = ((size_t)realadd)/16; 185 retadd = (char *)((cc+1)*16); [all...] |
/external/webrtc/talk/media/base/ |
videoengine_unittest.h | 325 // Read X and CC fields. 328 uint8_t cc = (u08 & 0x0F); local 348 for (uint8_t i = 0; i < cc; ++i) { [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_s.h | 453 ;// label {,cc} 454 ;// [base] {,,,cc} 455 ;// [base, offset]{!} {,,cc} 456 ;// [base, offset, shift]{!} {,cc} 457 ;// [base], offset {,,cc} 458 ;// [base], offset, shift {,cc} 589 M_ADR $a, $b, $cc 590 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F) 595 M_ADR16 $a, $b, $cc 596 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_16 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_s.h | 456 ;// label {,cc} 457 ;// [base] {,,,cc} 458 ;// [base, offset]{!} {,,cc} 459 ;// [base, offset, shift]{!} {,cc} 460 ;// [base], offset {,,cc} 461 ;// [base], offset, shift {,cc} 592 M_ADR $a, $b, $cc 593 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F) 598 M_ADR16 $a, $b, $cc 599 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_16 [all...] |
/frameworks/native/opengl/libagl/ |
array.cpp | 552 const uint32_t cc = v[0].flags; local 553 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) 590 const uint32_t cc = v0->flags & v1->flags; local 591 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) 612 const uint32_t cc = v0->flags & v1->flags; local 613 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) 638 const uint32_t cc = v[0].flags & v[1].flags; local 639 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) 684 const uint32_t cc = v0->flags & v1->flags & v2->flags; local 685 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)) 734 const uint32_t cc = v[0].flags & v[1].flags & v[2].flags; local 796 const uint32_t cc = v0->flags & v1->flags; local 823 const uint32_t cc = v0->flags & v1->flags; local 833 const uint32_t cc = v0->flags & v1->flags; local 849 const uint32_t cc = v0->flags & v1->flags; local 884 const uint32_t cc = v0->flags & v1->flags & v2->flags; local 920 const uint32_t cc = v0->flags & v1->flags & v2->flags; local 934 const uint32_t cc = v0->flags & v1->flags & v2->flags; local [all...] |
primitives.cpp | 577 uint32_t cc = (v0->flags | v1->flags | v2->flags) & vertex_t::CLIP_ALL; local 578 if (ggl_likely(!cc)) { 891 uint32_t cc = (all_cc & vertex_t::USER_CLIP_ALL) >> 8; local 893 if (cc & 1) { 948 cc >>= 1; 950 } while (cc); 957 uint32_t cc = all_cc & vertex_t::FRUSTUM_CLIP_ALL; local 959 if (cc & 1) { 1040 uint32_t cc = (all_cc & vertex_t::USER_CLIP_ALL) >> 8; local 1076 uint32_t cc = all_cc & vertex_t::FRUSTUM_CLIP_ALL; local [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | 804 message.getRecipients(RecipientType.CC); 916 Address[] cc = message.getRecipients(RecipientType.CC); local [all...] |
/packages/apps/Music/src/com/android/music/ |
PlaylistBrowserActivity.java | 527 Cursor cc = new MergeCursor(new Cursor[] {autoplaylistscursor, c}); local 528 return cc;
|
/packages/apps/TV/src/com/android/tv/tuner/cc/ |
CaptionWindowLayout.java | 17 package com.android.tv.tuner.cc; 59 * takes care of displaying the actual cc text. 143 // Set the system wide cc preferences to the subtitle view. 205 // TODO: apply pen colors or skip this and use the style of system wide cc style as is. 229 // TODO: apply window attrs or skip this and use the style of system wide cc style as is.
|
Cea708Parser.java | 17 package com.android.tv.tuner.cc; 95 * standard for ATSC CC uses P16 character heavily, which is unclear entity in CEA-708 doc, 240 // To get the sorted cc packets that have lower frame pts than current frame pts, 257 // For the details of cc packet, see ATSC TSG-676 - Table A8. [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SwipeableListView.java | 243 ConversationCursor cc = (ConversationCursor) adapter.getCursor(); local 264 cc.mostlyDestructiveUpdate(Conversation.listOf(conv), values); 266 cc.mostlyArchive(convList); 268 cc.mostlyDelete(convList); 270 cc.moveFailedIntoDrafts(convList);
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipEditor.java | 558 char[] cc = new char[s.length()]; local 559 Arrays.fill(cc, SCRAMBLED); 560 return new String(cc);
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/ |
fp.go | 17 func manysub_ssa(a, b, c, d float64) (aa, ab, ac, ad, ba, bb, bc, bd, ca, cb, cc, cd, da, db, dc, dd float64) { 28 cc = c + 33.0 - c 134 e int32, f uint32, g int64, h uint64, i float32) (aa, bb, cc, dd, ee, ff, gg, hh, ii float64) { 137 cc = float64(c) 149 e int32, f uint32, g int64, h uint64, i float64) (aa, bb, cc, dd, ee, ff, gg, hh, ii float32) { 152 cc = float32(c) 246 cc = 0x100000 289 lt += cc 341 le += cc 393 eq += cc 245 cc = 0x100000 const [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
build.go | 2328 func (noToolchain) cc(b *builder, p *Package, objdir, ofile, cfile string) error { func 2654 func (gcToolchain) cc(b *builder, p *Package, objdir, ofile, cfile string) error { func 3010 func (tools gccgoToolchain) cc(b *builder, p *Package, objdir, ofile, cfile string) error { func [all...] |
/prebuilts/go/darwin-x86/test/ |
sinit.go | 19 type SS struct{ aa, bb, cc S } 54 var cc = [][]int{[]int{4201, 4202, 4203}, []int{4204, 4205, 4206}, []int{4207, 4208, 4209}} var 146 var copy_cc = cc
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/ |
fp.go | 17 func manysub_ssa(a, b, c, d float64) (aa, ab, ac, ad, ba, bb, bc, bd, ca, cb, cc, cd, da, db, dc, dd float64) { 28 cc = c + 33.0 - c 134 e int32, f uint32, g int64, h uint64, i float32) (aa, bb, cc, dd, ee, ff, gg, hh, ii float64) { 137 cc = float64(c) 149 e int32, f uint32, g int64, h uint64, i float64) (aa, bb, cc, dd, ee, ff, gg, hh, ii float32) { 152 cc = float32(c) 246 cc = 0x100000 289 lt += cc 341 le += cc 393 eq += cc 245 cc = 0x100000 const [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
build.go | 2328 func (noToolchain) cc(b *builder, p *Package, objdir, ofile, cfile string) error { func 2654 func (gcToolchain) cc(b *builder, p *Package, objdir, ofile, cfile string) error { func 3010 func (tools gccgoToolchain) cc(b *builder, p *Package, objdir, ofile, cfile string) error { func [all...] |
/prebuilts/go/linux-x86/test/ |
sinit.go | 19 type SS struct{ aa, bb, cc S } 54 var cc = [][]int{[]int{4201, 4202, 4203}, []int{4204, 4205, 4206}, []int{4207, 4208, 4209}} var 146 var copy_cc = cc
|
/system/bt/bta/jv/ |
bta_jv_act.cc | 1016 tBTA_JV_API_L2CAP_CONNECT* cc = &(p_data->l2cap_connect); local 1089 tBTA_JV_API_L2CAP_CLOSE* cc = &(p_data->l2cap_close); local 1518 tBTA_JV_API_RFCOMM_CONNECT* cc = &(p_data->rfcomm_connect); local 1612 tBTA_JV_API_RFCOMM_CLOSE* cc = &(p_data->rfcomm_close); local 2413 tBTA_JV_API_L2CAP_CONNECT* cc = &(p_data->l2cap_connect); local 2532 tBTA_JV_API_L2CAP_CLOSE* cc = &(p_data->l2cap_close); local [all...] |
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.cpp | 708 int cc = NV; local 710 case GGL_NEVER: cc = NV; break; 711 case GGL_LESS: cc = LT; break; 712 case GGL_EQUAL: cc = EQ; break; 713 case GGL_LEQUAL: cc = LS; break; 714 case GGL_GREATER: cc = HI; break; 715 case GGL_NOTEQUAL: cc = NE; break; 716 case GGL_GEQUAL: cc = HS; break; 718 B(cc^1, "discard_after_textures"); 733 int cc=AL, ic=AL local [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
arc-dis.c | 457 const char *cc = 0; local 463 cc = condName[cond]; 465 cc = cond_code_name (state, cond); 467 if (!cc) 468 cc = "???"; 470 strcat (state->instrBuffer, cc);
|