/external/skia/src/fonts/ |
SkGScalerContext.cpp | 43 SkAutoDescriptor ad(descSize); 44 SkDescriptor* newDesc = ad.getDesc();
|
/external/v8/test/mjsunit/ |
error-tostring-omit.js | 33 "felis. Class aptent taciti sociosqu ad litora torquent per" +
|
/external/valgrind/VEX/unused/ |
linker.c | 1050 char* ad = NULL; local 1054 /* Figure out if we want to add it; if so, set ad to its 1055 address. Otherwise leave ad == NULL. */ [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_gnutls.c | 1277 struct wpabuf *ad; local [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
addressing_c4x.d | 232 ad: 08100000.*
|
opcodes_c4x.d | 240 ad: d0010100.* 630 1ad: 83030001.* 932 2ad: 8b0a0001.* 1245 000003ad <or_TC_c4x>: 1246 3ad: 358809fb.* 1624 4ad: ee090100.* 1998 5ad: 157b0005.*
|
opcodes_c3x.d | 260 ad: 04601600.* 610 1ad: 87020001.* 912 2ad: 8d000001.* 1284 3ad: 7400002a.*
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-bfin.c | 2195 bfd_vma ad = addend; local 2255 bfd_vma ad = 0; local 2347 bfd_vma ad = addend; local [all...] |
/external/opencv/cxcore/src/ |
cxutils.cpp | 647 double *ad = 0, *rd = 0; local 665 ad = (double*)cvStackAlloc(m*sizeof(ad[0])); 666 CvMat _a = cvMat( a->rows, a->cols, CV_64F, ad ); 670 ad = a->data.db; 673 rd = (double*)cvStackAlloc(n*sizeof(ad[0])); 677 icvFindPolynomialRoots( ad, rd, n, maxiter, fig); [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/ |
am33-2.d | 22 0*2c <dcpf\+0x2c> fb ?a6 ?ad ?00 ? * dcpf \(a2, ?d1\) 104 0*1bf <fmovs\+0xf> f9 ?20 ?ad ? * fmov \(a2\), ?fs13 120 0*1ef <fmovs\+0x3f> f9 ?23 ?ad ? * fmov \(a2\+\), ?fs29 138 0*225 <fmovs\+0x75> f9 ?27 ?ad ? * fmov a2, ?fs29 154 0*255 <fmovs\+0xa5> f9 ?33 ?ad ? * fmov fs26, ?\(d1\+\) 188 0*2bb <fmovs\+0x10b> f9 ?41 ?ad ? * fmov fs10, ?fs29 236 0*371 <fmovs\+0x1c1> fb ?27 ?ad ?70 ? * fmov \(a2, ?d1\), ?fs7 251 0*3ad <fmovs\+0x1fd> fb ?30 ?90 ?01 ? * fmov fs9, ?\(1, ?r0\) 289 0*44b <fmovs\+0x29b> fd ?20 ?ad ?00 ?00 ?80 ? * fmov \(-8388608, ?a2\), ?fs13 332 0*54d <fmovs\+0x39d> fd ?33 ?ad ?10 ?20 ?40 ? * fmov fs26, ?\(d1\+, ?4202512\ [all...] |
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveVoiceConfTest.py | 407 ads: list of ad object. 425 for ad, setup_func in zip(ads, phone_setups): 427 tasks.append((setup_func, (self.log, ad))) 431 for ad in ads: 432 ad.droid.telecomCallClearCallList() 433 if num_active_calls(self.log, ad) != 0: 435 .format(ad.serial)) 477 ads: list of ad object. 495 for ad, setup_func in zip(ads, phone_setups): 497 tasks.append((setup_func, (self.log, ad))) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
476.d | 38 70: (70 83 de ad|ad de 83 70) andi\. r3,r4,57005 39 74: (74 83 de ad|ad de 83 74) andis\. r3,r4,57005 399 614: (64 83 de ad|ad de 83 64) oris r3,r4,57005 496 798: (68 83 de ad|ad de 83 68) xori r3,r4,57005 497 79c: (6c 83 de ad|ad de 83 6c) xoris r3,r4,5700 [all...] |
/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
|
/frameworks/base/core/java/com/android/internal/util/ |
NotificationColorUtil.java | 128 AnimationDrawable ad = (AnimationDrawable) d; local 129 int count = ad.getNumberOfFrames(); 130 return count > 0 && isGrayscaleIcon(ad.getFrame(0));
|
/libcore/ojluni/src/main/java/java/net/ |
SocksSocketImpl.java | 67 InetSocketAddress ad = (InetSocketAddress) a; local 69 server = ad.getHostString(); 70 serverPort = ad.getPort(); [all...] |
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactAdder.java | 257 AuthenticatorDescription ad = getAuthenticatorDescription(systemAccountType, local 259 AccountData data = new AccountData(a[i].name, ad);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/ |
fldst01.d | 72 f8: 03 e0 ad 21 fld.l %r28\(%r13\)\+\+,%f13
|
fldst04.d | 72 f8: 03 e0 ad 29 fst.l %f13,%r28\(%r13\)\+\+
|
fldst07.d | 72 f8: 03 e0 ad 61 pfld.l %r28\(%r13\)\+\+,%f13
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
bug-1825.d | 64 ad: e3 f8 80 addd 0x80,PC \{0x130 <L5>\}
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
zarch-z9-109.d | 67 .*: d0 16 5f ff ad 05 [ ]*trtr 4095\(23,%r5\),3333\(%r10\)
|
zarch-zEC12.d | 17 .*: b2 fa 00 ad [ ]*niai 10,13
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
mips-elf.exp | 114 { readelf -d mips16-pic-2.ad } } \ 273 {readelf -d pic-and-nonpic-3b.ad}} 291 {readelf -d pic-and-nonpic-4b.ad}} 305 {readelf -d pic-and-nonpic-5b.ad}} 331 "readelf -d pic-and-nonpic-6-${abi}.ad"] \
|
/external/llvm/test/MC/X86/AlignedBundling/ |
autogen-inst-offset-align-to-end.s | 161 # CHECK: 1ad: nop 335 # CHECK: 3ad: nop 423 # CHECK: 4ad: incl 510 # CHECK: 5ad: incl 685 # CHECK: 7ad: nop 863 # CHECK: 9ad: nop 1585 # CHECK: 11ad: nop 1768 # CHECK: 13ad: nop 1952 # CHECK: 15ad: nop [all...] |