HomeSort by relevance Sort by last modified time
    Searched defs:ad (Results 1 - 25 of 68) sorted by null

1 2 3

  /ndk/tests/device/test-stlport_shared-exception/jni/
dtor1.cpp 8 int ad; variable
12 ~A() { ++ad; }
26 if (!ad)
  /ndk/tests/device/test-stlport_static-exception/jni/
dtor1.cpp 8 int ad; variable
12 ~A() { ++ad; }
26 if (!ad)
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.cc 49 uint64_t ad = a * d; local
51 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
55 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);
  /external/chromium_org/ui/base/animation/
animation_unittest.cc 86 TestAnimationDelegate ad; local
87 RunAnimation a1(150, &ad);
92 EXPECT_TRUE(ad.finished());
93 EXPECT_FALSE(ad.canceled());
97 TestAnimationDelegate ad; local
98 CancelAnimation a2(2000, 150, &ad);
102 EXPECT_TRUE(ad.finished());
103 EXPECT_TRUE(ad.canceled());
109 TestAnimationDelegate ad; local
110 EndAnimation a2(2000, 150, &ad);
    [all...]
  /external/chromium_org/v8/src/
diy-fp.cc 48 uint64_t ad = a * d; local
50 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
54 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);
  /external/v8/src/
diy-fp.cc 48 uint64_t ad = a * d; local
50 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
54 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);
  /external/compiler-rt/lib/ppc/
multc3.c 29 long double ad = __gcc_qmul(a,d); local
33 DD imag = { .ld = __gcc_qadd(ad,bc) };
66 DD adDD = { .ld = ad };
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_ocsp.c 272 ACCESS_DESCRIPTION *ad; local
278 ad = sk_ACCESS_DESCRIPTION_value(a->locator,i);
281 if(i2a_ASN1_OBJECT(bp, ad->method) <= 0) goto err;
283 if(GENERAL_NAME_print(bp, ad->location) <= 0) goto err;
v3_utl.c 488 ACCESS_DESCRIPTION *ad = sk_ACCESS_DESCRIPTION_value(info, i); local
489 if (OBJ_obj2nid(ad->method) == NID_ad_OCSP)
491 if (ad->location->type == GEN_URI)
493 if (!append_ia5(&ret, ad->location->d.uniformResourceIdentifier))
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.cpp 70 double ad = a * d; local
73 fP[kXy_Coeff] = -2 * ad;
79 fP[kX_Coeff] = -2*cdd + bde - a*ee + 2*ad*f;
  /external/openssl/crypto/x509v3/
v3_ocsp.c 272 ACCESS_DESCRIPTION *ad; local
278 ad = sk_ACCESS_DESCRIPTION_value(a->locator,i);
281 if(i2a_ASN1_OBJECT(bp, ad->method) <= 0) goto err;
283 if(GENERAL_NAME_print(bp, ad->location) <= 0) goto err;
  /external/skia/src/pathops/
SkDQuadImplicit.cpp 70 double ad = a * d; local
73 fP[kXy_Coeff] = -2 * ad;
79 fP[kX_Coeff] = -2*cdd + bde - a*ee + 2*ad*f;
  /external/openssh/
audit-bsm.c 191 int ad, rc, sel; local
209 ad = au_open();
211 (void) au_write(ad, AUToSubjectFunc(uid, uid, gid, uid, gid,
213 (void) au_write(ad, au_to_text(string));
214 (void) au_write(ad, AUToReturnFunc(typ, rc));
216 rc = au_close(ad, AU_TO_WRITE, event_no);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArrayDequeTest.java 629 ArrayDeque<Object> ad = new ArrayDeque<Object>(); local
632 ad.addLast(new Object());
634 assertTrue(ad.iterator().hasNext());
635 Iterator<Object> iter = ad.iterator();
642 ad = new ArrayDeque<Object>();
645 ad.addLast(new Object());
647 iter = ad.iterator();
654 ad = new ArrayDeque<Object>();
657 ad.addLast(new Object());
659 iter = ad.iterator()
713 ArrayDeque<Object> ad = new ArrayDeque<Object>(); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_ext.c 496 ACCESS_DESCRIPTION *ad = NULL; local
503 if (!(ad = ACCESS_DESCRIPTION_new())) goto err;
504 if (!(ad->method=OBJ_nid2obj(NID_ad_OCSP))) goto err;
505 if (!(ad->location = GENERAL_NAME_new())) goto err;
508 ad->location->type = GEN_URI;
509 ad->location->d.ia5 = ia5;
510 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3-0x.cpp 25 double ad[] = { 1, 2.0 }; member in namespace:bullet1
  /external/clang/test/CodeGenCXX/
dynamic-cast-hint.cpp 26 volatile D *ad = dynamic_cast<D *>(a); local
destructors.cpp 51 allocator_derived ad; local
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 89 ambiguous_default ad; // expected-note {{field 'ad' has multiple default constructors}} member in struct:has_amb_field
  /external/openssl/crypto/ocsp/
ocsp_ext.c 496 ACCESS_DESCRIPTION *ad = NULL; local
503 if (!(ad = ACCESS_DESCRIPTION_new())) goto err;
504 if (!(ad->method=OBJ_nid2obj(NID_ad_OCSP))) goto err;
505 if (!(ad->location = GENERAL_NAME_new())) goto err;
508 ad->location->type = GEN_URI;
509 ad->location->d.ia5 = ia5;
510 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err;
  /external/pixman/pixman/
pixman-trap.c 567 pixman_point_fixed_t ad, bd; local
569 ad.x = a->x - ref->x;
570 ad.y = a->y - ref->y;
574 return ((pixman_fixed_32_32_t) bd.y * ad.x -
575 (pixman_fixed_32_32_t) ad.y * bd.x) < 0;
  /external/wpa_supplicant_8/src/crypto/
tls_internal.c 341 u8 *res, *ad; local
348 ad = NULL;
352 &res_len, &ad, &ad_len, need_more_data);
358 os_free(ad);
362 if (ad) {
363 *appl_data = wpabuf_alloc_ext_data(ad, ad_len);
365 os_free(ad);
369 os_free(ad);
  /external/ceres-solver/include/ceres/
rotation.h 491 T ad = a * d; local
499 R(0, 0) = aa + bb - cc - dd; R(0, 1) = T(2) * (bc - ad); R(0, 2) = T(2) * (ac + bd); // NOLINT
500 R(1, 0) = T(2) * (ad + bc); R(1, 1) = aa - bb + cc - dd; R(1, 2) = T(2) * (cd - ab); // NOLINT
  /external/ceres-solver/internal/ceres/
autodiff_test.cc 112 A ad = a*d; local
120 R(0, 0) = aa+bb-cc-dd; R(0, 1) = A(2)*(bc-ad); R(0, 2) = A(2)*(ac+bd); // NOLINT
121 R(1, 0) = A(2)*(ad+bc); R(1, 1) = aa-bb+cc-dd; R(1, 2) = A(2)*(cd-ab); // NOLINT
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_dat.c 291 ADDED_OBJ ad,*adp; local
307 ad.type=ADDED_NID;
308 ad.obj= &ob;
310 adp=lh_ADDED_OBJ_retrieve(added,&ad);
323 ADDED_OBJ ad,*adp; local
339 ad.type=ADDED_NID;
340 ad.obj= &ob;
342 adp=lh_ADDED_OBJ_retrieve(added,&ad);
355 ADDED_OBJ ad,*adp; local
371 ad.type=ADDED_NID
401 ADDED_OBJ ad,*adp; local
642 ADDED_OBJ ad,*adp; local
662 ADDED_OBJ ad,*adp; local
    [all...]

Completed in 1913 milliseconds

1 2 3