/frameworks/base/docs/html/tools/debugging/ |
debugging-projects.jd | 51 <li>Emulator Control - Lets you carry out device functions.</li>
|
/hardware/libhardware/include/hardware/ |
bt_sdp.h | 29 SDP_TYPE_RAW, // Used to carry raw SDP search data for unknown UUIDs
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
ObexTestDataHandler.java | 60 * in stead of using OBEX headers to carry the index... */
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
wmmintrin.h | 110 /* Performs carry-less integer multiplication of 64-bit halves of
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ |
wmmintrin.h | 100 /* Performs carry-less integer multiplication of 64-bit halves of
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ |
wmmintrin.h | 100 /* Performs carry-less integer multiplication of 64-bit halves of
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
wmmintrin.h | 100 /* Performs carry-less integer multiplication of 64-bit halves of
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winusb.h | 27 5. If any files are modified, you must cause the modified files to carry
|
winusbio.h | 27 5. If any files are modified, you must cause the modified files to carry
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
wmmintrin.h | 110 /* Performs carry-less integer multiplication of 64-bit halves of
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/machine/ |
fenv.h | 57 * * [29] - C, Carry conditon flag for AArch32 (AArch64 sets PSTATE.C);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dep_util.py | 63 carry out commands that wouldn't work because inputs are missing, but
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dep_util.py | 63 carry out commands that wouldn't work because inputs are missing, but
|
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | [all...] |
/developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/ |
AdapterTransitionFragment.java | 60 * This is where we carry out the transition. 201 // We use mCover as the overlay on which we carry out the transition.
|
/external/llvm/lib/Transforms/Utils/ |
IntegerDivision.cpp | 288 // ; %carry_1 = phi i32 [ 0, %preheader ], [ %carry, %do-while ] 299 // ; %carry = and i32 %tmp10, 1 317 Value *Carry = Builder.CreateAnd(Tmp10, One); 325 // ; %carry_2 = phi i32 [ 0, %bb1 ], [ %carry, %do-while ] 344 // ; %carry_1 = phi i32 [ 0, %preheader ], [ %carry, %do-while ] 346 Carry_1->addIncoming(Carry, DoWhile); 356 // ; %carry_2 = phi i32 [ 0, %bb1 ], [ %carry, %do-while ] 358 Carry_2->addIncoming(Carry, DoWhile);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
arith_routines_hist.c | 55 /* handle carry */ 58 /* propagate carry */
|
arith_routines_logist.c | 140 /* handle carry */ 143 /* propagate carry */
|
/frameworks/base/docs/html/design/patterns/ |
pure-android.jd | 22 <p>As you build your app for Android, don't carry over themed UI elements from other platforms and 47 <h4>Don't carry over platform-specific icons</h4>
|
/external/boringssl/src/crypto/bn/ |
mul.c | 417 /* Might have a carry */ 424 * c1 holds the carry bits */ 554 /* Might have a carry */ 561 * c1 holds the carry bits */ 707 /* There will not be a carry */ 774 * c1 holds the carry bits */
|
/external/boringssl/src/crypto/bn/asm/ |
armv4-mont.pl | 227 subs $tj,$tj,$tj @ "clear" carry flag 232 teq $tp,$num @ preserve carry 234 sbcs $nhi,$nhi,#0 @ upmost carry 629 subs $aptr,sp,#0 @ clear carry flag 639 teq $aptr,$bptr @ preserves carry 650 sbcs r10,r10,#0 @ result is carry flag 671 teq $aptr,$bptr @ preserves carry
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
k_rem_pio2.c | 296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local 341 n += 1; carry = 0; 344 if(carry==0) { 346 carry = 1; iq[i] = 0x1000000- j; 360 if(carry!=0) z -= scalbn(one,q0);
|
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_insn.h | 353 #define INS_CLEARCF (INS_FLAG | 0x01) /* clear Carry flag */ 411 #define INS_SALC (INS_OTHER | 0x04) /* set %al on carry */ 419 #define INS_TEST_CARRY 0x01 /* carry */ 426 #define INS_TEST_NCARRY 0x100 /* ! carry */ 441 #define INS_SET_CARRY 0x010000 /* carry */
|
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 240 * would cause carry to create 420 if (value == (ULL(1) << (limits::digits - 1))) { /* carry created normal number */ 444 if ((value >> 53) != 0) { /* carry all the way across */ 548 if ( (vv.i64 >> (limits::digits < 64 ? limits::digits : 0)) != 0 ) { /* carry all the way across */ 621 if (vv.i64 == (ULL(1) << (limits::digits - 1))) { /* carry created normal number */
|
/external/bison/lib/ |
vasnprintf.c | 387 mp_twolimb_t carry = 0; local 391 carry += (mp_twolimb_t) digit1 * (mp_twolimb_t) digit2; 392 carry += dp[i + j]; 393 dp[i + j] = (mp_limb_t) carry; 394 carry = carry >> GMP_LIMB_BITS; 396 dp[i + len2] = (mp_limb_t) carry; 451 r[j+i]:=r[j+i]-(u mod beta) (+ beta, if carry), 452 u:=u div beta (+ 1, if carry in subtraction) 456 the carry u does not overflow. 729 mp_twolimb_t carry = 0; local 754 mp_limb_t carry = 0; local 1132 mp_twolimb_t carry = 0; local [all...] |