/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
bcmutils.c | 2212 uint32 a1, a0, b1, b0, t, cc = 0; local [all...] |
/ndk/sources/host-tools/make-3.81/ |
function.c | 1676 int cc; local 1779 int cc; local [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
MediaLinearLayout.java | 651 final int cc = getChildCount(); local 653 if (cc > 5) { // There is a previous view (transition or media item) 654 final View view = getChildAt(cc - 5); [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | 3875 Cursor cc = db.query("thumbnails", sDataOnlyColumn, local 3897 Cursor cc = db.query("audio_playlists_map", local [all...] |
/external/icu4c/test/cintltst/ |
cbiditst.c | 4583 contextCase cc; local [all...] |
/external/javassist/src/main/javassist/ |
CtClassType.java | 865 private static void getFields(ArrayList alist, CtClass cc) { 867 if (cc == null) 871 getFields(alist, cc.getSuperclass()); 876 CtClass[] ifs = cc.getInterfaces(); 883 CtMember.Cache memCache = ((CtClassType)cc).getMembers(); 1014 CtConstructor cc = (CtConstructor)mem; local 1015 if (isPubCons(cc)) 1016 result[i++] = cc; 1036 CtConstructor cc = (CtConstructor)cons; local 1037 if (cc.getMethodInfo2().getDescriptor().equals(desc 1054 CtConstructor cc = (CtConstructor)mem; local 1064 CtConstructor cc = (CtConstructor)mem; local 1079 CtConstructor cc = (CtConstructor)cons; local [all...] |
/external/v8/src/arm/ |
constants-arm.h | 125 cc = 3 << 28, // C clear Unsigned lower. enumerator in enum:v8::internal::Condition 143 lo = cc // C clear Unsigned lower. 441 // These constants are declared in assembler-arm.cc, as they use named registers
|
/external/v8/src/ia32/ |
full-codegen-ia32.cc | 89 void EmitJump(Condition cc, Label* target, Label::Distance distance) { 91 ASSERT(cc == carry || cc == not_carry); 93 __ j(cc, target, distance); 678 void FullCodeGenerator::Split(Condition cc, 683 __ j(cc, if_true); 685 __ j(NegateCondition(cc), if_false); 687 __ j(cc, if_true); 4227 Condition cc = no_condition; local [all...] |
/external/v8/src/mips/ |
full-codegen-mips.cc | 707 void FullCodeGenerator::Split(Condition cc, 714 __ Branch(if_true, cc, lhs, rhs); 716 __ Branch(if_false, NegateCondition(cc), lhs, rhs); 718 __ Branch(if_true, cc, lhs, rhs); 4279 Condition cc = eq; local [all...] |
/external/v8/src/x64/ |
full-codegen-x64.cc | 88 void EmitJump(Condition cc, Label* target, Label::Distance near_jump) { 90 ASSERT(cc == carry || cc == not_carry); 92 __ j(cc, target, near_jump); 619 void FullCodeGenerator::Split(Condition cc, 624 __ j(cc, if_true); 626 __ j(NegateCondition(cc), if_false); 628 __ j(cc, if_true); 4141 Condition cc = no_condition; local [all...] |
/external/valgrind/main/VEX/priv/ |
host_arm_defs.c | 3525 UInt cc = (UInt)i->ARMin.VCMovD.cond; local 3534 UInt cc = (UInt)i->ARMin.VCMovS.cond; local 4435 UInt cc = (UInt)i->ARMin.NCMovQ.cond; local [all...] |
host_ppc_defs.c | 298 PPCCondCode cc; local 299 cc.flag = flag; 300 cc.test = test; 306 return cc; 1657 PPCCondCode cc = i->Pin.Set.cond; local 4495 PPCCondCode cc = i->Pin.FpCMov.cond; local 4909 PPCCondCode cc = i->Pin.AvCMov.cond; local [all...] |
host_ppc_isel.c | 677 PPCCondCode cc; local 835 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); 878 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); 885 cc = iselCondCode( env, guard ); 1476 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); local 2009 PPCCondCode cc; local 2034 PPCCondCode cc; local 2138 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); local 2901 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); local 3235 PPCCondCode cc; local 3273 PPCCondCode cc; local 3791 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); local 5043 PPCCondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | 460 /* Return the cooked value of DIE depending on whether CC represents a 466 static UWord cook_die( CUConst* cc, UWord die ) 468 if (cc->is_type_unit) 469 die += cc->types_cuOff_bias; 470 else if (cc->is_alt_info) 471 die += cc->alt_cuOff_bias; 479 static UWord cook_die_using_form( CUConst *cc, UWord die, DW_FORM form) 484 return die + cc->alt_cuOff_bias; 485 return cook_die( cc, die ); 491 static UWord uncook_die( CUConst *cc, UWord die, /*OUT*/Bool *type_flag 3763 CUConst cc; local 3837 CUConst cc; local [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | 1093 const size_t cc = curr.size(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cdk.h | 237 unsigned char cc[11]; member in struct:asyport
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdk.h | 237 unsigned char cc[11]; member in struct:asyport
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdk.h | 237 unsigned char cc[11]; member in struct:asyport
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
EnumSetTest.java | 43 a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, enum constant in enum:EnumSetTest.EnumFoo 51 a{}, b{}, c{}, d{}, e{}, f{}, g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{}, z{}, A{}, B{}, C{}, D{}, E{}, F{}, G{}, H{}, I{}, J{}, K{}, L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{}, Z{}, aa{}, bb{}, cc{}, dd{}, ee{}, ff{}, gg{}, hh{}, ii{}, jj{}, kk{}, ll{}, mm{}, enum constant in enum:EnumSetTest.HugeEnumWithInnerClass 55 a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, mm, enum constant in enum:EnumSetTest.HugeEnum 698 set.add(EnumFoo.cc); 820 hugeSet.add(HugeEnum.cc); 825 hugeSet.add(HugeEnum.cc); [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
EnumSetTest.java | 44 a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, enum constant in enum:EnumSetTest.EnumFoo 52 a{}, b{}, c{}, d{}, e{}, f{}, g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{}, z{}, A{}, B{}, C{}, D{}, E{}, F{}, G{}, H{}, I{}, J{}, K{}, L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{}, Z{}, aa{}, bb{}, cc{}, dd{}, ee{}, ff{}, gg{}, hh{}, ii{}, jj{}, kk{}, ll{}, mm{}, enum constant in enum:EnumSetTest.HugeEnumWithInnerClass 56 a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, mm, enum constant in enum:EnumSetTest.HugeEnum 698 set.add(EnumFoo.cc); 820 hugeSet.add(HugeEnum.cc); 825 hugeSet.add(HugeEnum.cc); [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MessageCompose.java | 104 * C: add cc/bcc 211 * Watches the to, cc, bcc, subject, and message body fields. 552 * Cc field, 711 mCcView = (MultiAutoCompleteTextView) ccParent.findViewById(R.id.cc); 716 mCcView = UiUtilities.getView(this, R.id.cc); 771 setFocusShifter(R.id.cc_label, R.id.cc); 891 Address[] cc = Address.unpack(message.mCc); local 1279 String cc = Address.unpackToString(mSource.mCc); local 2081 List<String> cc = uri.getQueryParameters("cc"); local [all...] |
MessageViewFragmentBase.java | 930 String cc = Address.toString(Address.unpack(mMessage.mCc), SEPARATOR); local [all...] |
/prebuilts/devtools/tools/lib/ |
fat32lib.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar | |
/external/qemu/ |
ppc-dis.c | 5373 int cc; local [all...] |