/toolchain/binutils/binutils-2.25/opcodes/ |
msp430-dis.c | 141 int ad = 0, as = 0; local 151 ad = (insn & 0x0080) >> 7; 165 if (opcode->bin_opcode == 0x4300 && (ad || as)) 172 if (ad == 0) 191 else /* ad == 1 msp430dis_opcode. */ 375 int ad = 0, as = 0; local 385 ad = (insn & 0x0080) >> 7; 404 if (regd != regs || as != ad) 407 if (ad == 0) 419 else /* ad == 1 * [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-frv.c | 1366 bfd_vma ad = addend; local 1426 bfd_vma ad = 0; local 1525 bfd_vma ad = addend; local 1747 bfd_vma ad = addend; local 1823 bfd_vma ad = addend; local 1951 bfd_vma ad = addend; local [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
hpcvis3.d | 29 4c: ad bc 28 d2 fmsubd %f16, %f18, %f20, %f22 31 54: b1 bc ad 54 fnmsubd %f18, %f20, %f22, %f24 74 100: ad b0 23 04 movxtod %g4, %f22
|
sparc5vis4.d | 23 34: ad b4 a3 d4 fpmax16 %f18, %f20, %f22
|
/external/icu/icu4c/source/test/intltest/ |
miscdtfm.cpp | 301 //UnicodeString ad = "\u897f\u66a6"; 306 UnicodeString ad(adC, 2, 2); 344 logln(UnicodeString("AD = ") + eras[1]); 345 if (eras[1] != ad) { 346 errln("*** Should have been " + ad); 347 //throw new Exception("Error in AD");
|
/external/webp/src/dsp/ |
upsampling_sse2.c | 72 const __m128i ad = _mm_xor_si128(a, d); /* ad = a^d */ \ 75 const __m128i t1 = _mm_or_si128(ad, bc); /* (a^d) | (b^c) */ \ 83 GET_M(ad, s, diag2); /* diag2 = (3a + b + c + 3d) / 8 */ \
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
URICertStore.java | 210 static CertStore getInstance(AccessDescription ad) { 211 if (!ad.getAccessMethod().equals((Object) 215 GeneralNameInterface gn = ad.getAccessLocation().getName();
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
diyfp.h | 88 const uint64_t ad = a * d; 90 uint64_t tmp = (bd >> 32) + (ad & M32) + (bc & M32); 92 return DiyFp(ac + (ad >> 32) + (bc >> 32) + (tmp >> 32), e + rhs.e + 64);
|
/external/curl/docs/examples/ |
curlx.c | 165 ACCESS_DESCRIPTION * ad = sk_ACCESS_DESCRIPTION_value(accessinfo, i); local 166 if (OBJ_obj2nid(ad->method) == type) { 167 if (ad->location->type == GEN_URI) { 168 return i2s_ASN1_IA5STRING(ad->location->d.ia5);
|
/external/v8/test/webkit/ |
nested-functions.js | 40 return this ? "OKAY" : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."; 44 return !this ? "OKAY" : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ToggleAccessibilityServicePreferenceFragment.java | 137 final AlertDialog ad = new AlertDialog.Builder(getActivity()) local 161 ad.create(); 162 ad.getButton(AlertDialog.BUTTON_POSITIVE).setOnTouchListener(filterTouchListener); 163 return ad;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
test1elf64.d | 104 0: (00 00 00 00|ef be ad de) .* 105 4: (de ad be ef|00 00 00 00) .*
|
xcoff-branch-1-32.d | 53 54: 4b ff ff ad bl 0 <\.foo>
|
xcoff-branch-1-64.d | 53 54: 4b ff ff ad bl 0 <\.foo>
|
/tools/test/connectivity/acts/framework/acts/ |
base_test.py | 141 for ad in self.android_devices: 142 ad.droid.logV("%s BEGIN %s" % (TEST_CASE_TOKEN, test_name)) 164 for ad in self.android_devices: 165 ad.droid.logV("%s END %s" % (TEST_CASE_TOKEN, test_name))
|
/art/compiler/utils/arm/ |
assembler_thumb2.cc | 815 void Thumb2Assembler::ldr(Register rd, const Address& ad, Condition cond) { 816 EmitLoadStore(cond, true, false, false, false, rd, ad); 820 void Thumb2Assembler::str(Register rd, const Address& ad, Condition cond) { 821 EmitLoadStore(cond, false, false, false, false, rd, ad); 825 void Thumb2Assembler::ldrb(Register rd, const Address& ad, Condition cond) { 826 EmitLoadStore(cond, true, true, false, false, rd, ad); 830 void Thumb2Assembler::strb(Register rd, const Address& ad, Condition cond) { 831 EmitLoadStore(cond, false, true, false, false, rd, ad); 835 void Thumb2Assembler::ldrh(Register rd, const Address& ad, Condition cond) { 836 EmitLoadStore(cond, true, false, true, false, rd, ad); [all...] |
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveVideoTest.py | 539 Reject on PhoneB. Verify PhoneA and PhoneB ad AUDIO_ONLY. 568 Reject on PhoneB. Verify PhoneA and PhoneB ad AUDIO_ONLY. [all...] |
/dalvik/dx/tests/024-code-bytecode/ |
small-class.txt | 198 8c # 00ad: f2l 252 ad # 0149: lreturn 290 c43a 20f4 # 01ad: wide astore 20f4
|
/external/clang/test/FixIt/ |
fixit.cpp | 158 class AD {}; 159 class BD: public AD {}; 162 AD* aPtr; 164 aPtr = b; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}} 165 aPtr = br; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}} 176 AD oopsMoreCommas() { 182 AD ad, // expected-error {{expected ';' at end of declaration}} local 183 return ad;
|
/external/v8/tools/profviz/ |
gnuplot-4.6.3-emscripten.js | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
SignalClusterView.java | 646 Animatable ad = (Animatable) drawable; local 647 if (ad.isRunning()) { 648 ad.stop(); 663 Animatable ad = (Animatable) drawable; local 664 if (ad instanceof AnimatedVectorDrawable) { 665 ((AnimatedVectorDrawable) ad).forceAnimationOnUI(); 667 if (!ad.isRunning()) { 668 ad.start();
|
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningServiceDetails.java | 549 ActiveDetail ad = mActiveDetails.get(i); 550 if (ad.mServiceItem != null && ad.mServiceItem.mRunningService != null 551 && comp.equals(ad.mServiceItem.mRunningService.service)) { 552 return ad; 596 ActiveDetail ad = getOwner().activeDetailForService(comp); 597 if (ad != null) { 598 ad.stopActiveService(true);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
parallel2.d | 9 4: 70 ad 00 00 11 c: a8 ad 00 00 13 14: e0 ad 00 00 147 22c: ad 94 00 00
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
indexed12.d | 176 0+ad <L9>: 179 ad: a7 nop 187 0+1ad <L12>: 194 1ad: a7 nop
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
addressing_c3x.d | 232 ad: 0860198f.*
|