HomeSort by relevance Sort by last modified time
    Searched refs:ad (Results 201 - 225 of 572) sorted by null

1 2 3 4 5 6 7 891011>>

  /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...]
  /external/ImageMagick/www/api/
colorspace.php 35 data-ad-client="ca-pub-3129977114552745"
36 data-ad-slot="6345125851"
37 data-ad-format="auto"></ins>
composite.php 35 data-ad-client="ca-pub-3129977114552745"
36 data-ad-slot="6345125851"
37 data-ad-format="auto"></ins>
decorate.php 35 data-ad-client="ca-pub-3129977114552745"
36 data-ad-slot="6345125851"
37 data-ad-format="auto"></ins>
display.php 35 data-ad-client="ca-pub-3129977114552745"
36 data-ad-slot="6345125851"
37 data-ad-format="auto"></ins>
fourier.php 35 data-ad-client="ca-pub-3129977114552745"
36 data-ad-slot="6345125851"
37 data-ad-format="auto"></ins>
monitor.php 35 data-ad-client="ca-pub-3129977114552745"
36 data-ad-slot="6345125851"
37 data-ad-format="auto"></ins>
montage.php 35 data-ad-client="ca-pub-3129977114552745"
36 data-ad-slot="6345125851"
37 data-ad-format="auto"></ins>
  /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
  /external/icu/icu4c/source/test/intltest/
miscdtfm.cpp 303 //UnicodeString ad = "\u897f\u66a6";
308 UnicodeString ad(adC, 2, 2);
346 logln(UnicodeString("AD = ") + eras[1]);
347 if (eras[1] != ad) {
348 errln("*** Should have been " + ad);
349 //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);
  /bionic/libc/include/arpa/
nameser_compat.h 66 unsigned ad: 1; /* authentic data from named */ member in struct:__anon225
  /external/curl/docs/examples/
curlx.c 173 ACCESS_DESCRIPTION * ad = sk_ACCESS_DESCRIPTION_value(accessinfo, i); local
174 if(OBJ_obj2nid(ad->method) == type) {
175 if(ad->location->type == GEN_URI) {
176 return ia5string(ad->location->d.ia5);
  /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) .*
  /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) {
21 ad = a - d
239 ad = 0x1000000000000
266 lt += ad
318 le += ad
370 eq += ad
422 ne += ad
474 ge += ad
526 gt += ad
583 lt += ad
238 ad = 0x1000000000000 const
    [all...]
  /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) {
21 ad = a - d
239 ad = 0x1000000000000
266 lt += ad
318 le += ad
370 eq += ad
422 ne += ad
474 ge += ad
526 gt += ad
583 lt += ad
238 ad = 0x1000000000000 const
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveVideoTest.py 545 Reject on PhoneB. Verify PhoneA and PhoneB ad AUDIO_ONLY.
575 Reject on PhoneB. Verify PhoneA and PhoneB ad AUDIO_ONLY.
    [all...]
  /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...]
  /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/skia/src/fonts/
SkGScalerContext.cpp 26 SkAutoDescriptor ad(descSize);
27 SkDescriptor* newDesc = ad.getDesc();
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 551 ActiveDetail ad = mActiveDetails.get(i);
552 if (ad.mServiceItem != null && ad.mServiceItem.mRunningService != null
553 && comp.equals(ad.mServiceItem.mRunningService.service)) {
554 return ad;
598 ActiveDetail ad = getOwner().activeDetailForService(comp);
599 if (ad != null) {
600 ad.stopActiveService(true);

Completed in 986 milliseconds

1 2 3 4 5 6 7 891011>>