HomeSort by relevance Sort by last modified time
    Searched refs:dd (Results 76 - 100 of 158) sorted by null

1 2 34 5 6 7

  /system/core/toolbox/
Android.mk 33 dd \
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 11 dl,dt,dd,ol,ul,li,table,caption,tbody,
145 p,ul,ol,dl,dd,dt,li {
168 dd {
177 dd p {
185 dd pre, dd table, dd img {
191 dd ul,
192 dd ol {
198 dd li
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-core.css 11 dl,dt,dd,ol,ul,li,table,caption,tbody,
92 p,ul,ol,dl,dd,dt,li {
115 dd {
124 dd p {
132 dd pre,
133 #jd-content dd table,
134 #jd-content dd img {
140 dd ul,
141 dd ol {
147 dd li
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DeviceMonitor.java 353 for (int dd = 0 ; dd < count ; dd++) {
354 Device newDevice = newList.get(dd);
382 newList.remove(dd);
    [all...]
  /external/libvpx/vp8/encoder/x86/
dct_sse2.asm 415 times 4 dd 7
421 times 4 dd 14500
424 times 4 dd 7500
427 times 4 dd 12000
430 times 4 dd 51000
fwalsh_sse2.asm 161 dd 0x00000001, 0x00000001, 0x00000001, 0x00000001
164 dd 0x00000003, 0x00000003, 0x00000003, 0x00000003
  /external/quake/quake/src/QW/client/
r_drawa.asm 235 Ld0 dd 0.0
236 Ld1 dd 0.0
237 Lstack dd 0
238 Lfp_near_clip dd 0.01
239 Lceilv0 dd 0
240 Lv dd 0
241 Lu0 dd 0
242 Lv0 dd 0
243 Lzi0 dd 0
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DoubleTest.java 198 private void test_toString(double dd, String answer) {
199 assertEquals(answer, Double.toString(dd));
200 Double d = new Double(dd);
324 Double dd = new Double(i); local
325 assertTrue("Should not be identical ", d != dd);
326 assertTrue("Should be equals 1 ", d.equals(dd));
327 assertTrue("Should be equals 2 ", dd.equals(d));
328 assertTrue("Should have identical values ", dd.doubleValue() == d.doubleValue());
329 assertTrue("Invalid hash for equal but not identical doubles ", d.hashCode() == dd
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 275 int dd; local
287 dd = g_io_channel_unix_get_fd(io);
289 if (read(dd, buf, sizeof(buf)) < 0)
334 if (hci_send_cmd(dd, OGF_LINK_CTL, OCF_SET_CONN_ENCRYPT,
642 int dd, err; local
646 dd = hci_open_dev(index);
647 if (dd < 0)
654 err = ioctl(dd, HCIGETCONNINFO, cr);
672 if (hci_send_cmd(dd, OGF_LINK_CTL, OCF_AUTH_REQUESTED,
690 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0)
2559 int dd; local
3676 int dd, err; local
    [all...]
  /dalvik/tests/004-annotations/src/android/test/anno/
TestAnnotations.java 96 dd = {0.3,0.6,0.9},
  /external/grub/util/
mkbimage 339 dd if=/dev/zero of=$image bs=$block_size count=$(($cyl_size * $cylinders))
399 dd if=<type>.image of=/dev/fd0[u<size>] bs=512
  /external/openssl/crypto/perlasm/
x86nasm.pl 140 { push(@out,(($::mwerks)?".long\t":"dd\t").join(',',@_)."\n"); }
156 dd $f
  /frameworks/base/tools/obbtool/
mkobb.sh 36 DDBIN=`which dd`
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 300 s,[^-0-9].*,;9d**dd*8*d*d7dd**d*6d**d5d*d*4*d3d*2lbd**1lb*0,
302 s/\([0-9]\);\(.*\1\([d*]*\)[^l]*\([^*]*\)\(\**\)\)/;dd*d**d*\4\3\5\2/
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement111.js 80 Retrieve the dir attribute of the DD element and examine its value.
99 nodeList = doc.getElementsByTagName("dd");
HTMLElement140.js 80 Retrieve the class attribute of the DD element and examine its value.
99 nodeList = doc.getElementsByTagName("dd");
104 assertEquals("classNameLink","DD-class",vclassname);
HTMLElement24.js 80 Retrieve the id attribute of the DD element and examine its value.
99 nodeList = doc.getElementsByTagName("dd");
104 assertEquals("idLink","Test-DD",vid);
HTMLElement53.js 80 Retrieve the title attribute of the DD element and examine its value.
99 nodeList = doc.getElementsByTagName("dd");
104 assertEquals("titleLink","DD Element",vtitle);
HTMLElement82.js 80 Retrieve the lang attribute of the DD element and examine its value.
99 nodeList = doc.getElementsByTagName("dd");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLElement111.js 80 Retrieve the dir attribute of the DD element and examine its value.
99 nodeList = doc.getElementsByTagName("dd");
HTMLElement140.js 80 Retrieve the class attribute of the DD element and examine its value.
99 nodeList = doc.getElementsByTagName("dd");
104 assertEquals("classNameLink","DD-class",vclassname);
HTMLElement24.js 80 Retrieve the id attribute of the DD element and examine its value.
99 nodeList = doc.getElementsByTagName("dd");
104 assertEquals("idLink","Test-DD",vid);
HTMLElement53.js 80 Retrieve the title attribute of the DD element and examine its value.
99 nodeList = doc.getElementsByTagName("dd");
104 assertEquals("titleLink","DD Element",vtitle);
HTMLElement82.js 80 Retrieve the lang attribute of the DD element and examine its value.
99 nodeList = doc.getElementsByTagName("dd");
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
dct_inline.h 355 register int32 dd = (int32)k3; local
382 "r"(dd),

Completed in 6117 milliseconds

1 2 34 5 6 7