/frameworks/base/core/java/android/net/dhcp/ |
D | DhcpDeclinePacket.java | 62 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument 63 machine.onDeclineReceived(mClientMac, mRequestedIp); in doNextOp()
|
D | DhcpDiscoverPacket.java | 66 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument 68 machine.onDiscoverReceived(mBroadcast, mTransId, mClientMac, in doNextOp()
|
D | DhcpInformPacket.java | 70 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument 73 machine.onInformReceived(mTransId, mClientMac, clientRequest, in doNextOp()
|
D | DhcpNakPacket.java | 69 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument 70 machine.onNakReceived(); in doNextOp()
|
D | DhcpRequestPacket.java | 78 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument 83 machine.onRequestReceived(mBroadcast, mTransId, mClientMac, in doNextOp()
|
D | DhcpOfferPacket.java | 97 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument 98 machine.onOfferReceived(mBroadcast, mTransId, mClientMac, mYourIp, in doNextOp()
|
D | DhcpAckPacket.java | 106 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument 107 machine.onAckReceived(mYourIp, mSubnetMask, mGateway, mDnsServers, in doNextOp()
|
/frameworks/compile/linkloader/lib/ |
D | ELFHeader.cpp | 81 char const *ELFHeaderHelperMixin::getMachineStr(uint16_t machine) { in getMachineStr() argument 82 switch (machine) { in getMachineStr()
|
/frameworks/base/core/tests/hosttests/ |
D | README | 1 This dir contains tests which run on a host machine, and test aspects of
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | sqlite3.jd | 6 <p>From a remote shell to your device or from your host machine, you can use the <a href= 47 <li>Copy a database file from your device to your host machine:
|
/frameworks/compile/linkloader/include/ |
D | ELFHeader.h | 33 static char const *getMachineStr(uint16_t machine);
|
/frameworks/base/docs/html/guide/developing/devices/ |
D | emulator.jd | 84 <p>The Android system image distributed in the SDK contains ARM machine code for 88 the ARM machine code to the OS and processor architecture of your development 89 machine. </p> 102 development machine)</li> 733 <p>The emulator uses mountable disk images stored on your development machine to 933 that isolates it from your development machine's network interfaces and settings 934 and from the internet. An emulated device can not see your development machine 955 development machine)</td> 977 your machine, each will have its own router and, behind that, each will have an 983 <p>Also note that the address 127.0.0.1 on your development machine corresponds [all …]
|
D | index.jd | 34 <li>A dedicated storage area on your development machine: the device's user data (installed
|
/frameworks/base/docs/html/sdk/ndk/ |
D | index.jd | 108 <li>Adds support for the x86 ABI, which allows you to generate machine code 122 your <code>Android.mk</code> files to build x86 machine code.</p> 271 generated machine code, instead of relying on the host tag, which 387 <li>Adds support for easy native debugging of generated machine code on production 414 <li>Lets you generate machine code for either or both of the instruction sets supported 453 should generate slightly more compact and efficient machine code than the previous one 455 to build your machine code.</li>
|
D | overview.jd | 28 <p>Android applications run in the Dalvik virtual machine. The NDK allows you to implement parts 60 <p>ARMv5TE machine code will run on all ARM-based Android devices. ARMv7-A will run only on 265 <code><ndk>/samples/<name>/libs/armeabi/</code> for (ARMv5TE machine code) and/or 266 <code><ndk>/samples/<name>/libs/armeabi-v7a/</code> for (ARMv7 machine code).</p>
|
/frameworks/base/docs/html/resources/faq/ |
D | troubleshooting.jd | 293 <p>If your development machine uses a locale that has a non-Gregorian calendar, you may encounter p… 305 …machine's locale (date and time) to one that uses a Gregorian calendar, for example, United States… 306 …machine's locale settings, you can generate the keystore/key on any machine using the Gregorian ca…
|
/frameworks/compile/libbcc/ |
D | README.rst | 26 into machine code 142 magic word, version, machine integer type information (the endianness,
|
/frameworks/base/docs/html/guide/basics/ |
D | what-is-android.jd | 15 <li><strong>Dalvik virtual machine</strong> optimized for mobile 124 the Dalvik virtual machine. Dalvik has been written so that a device can run
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-projects-cmdline.jd | 58 <p>DDMS assigns a specific debugging port to every virtual machine that it finds on the
|
D | debugging-tracing.jd | 231 streamed directly to your development machine.</li> 242 tracing across the entire virtual machine. For example, you could call 281 the /tmp directory on the emulator host machine:</p>
|
D | ddms.jd | 39 …n Android, every application runs in its own process, each of which runs in its own virtual machine 189 streamed directly to your development machine.</li>
|
/frameworks/base/docs/html/guide/appendix/ |
D | glossary.jd | 76 <dd>The Android platform's virtual machine. The Dalvik VM is an 77 interpreter-only virtual machine that executes files in the Dalvik 79 and memory-mappable execution. The virtual machine is register-based, and
|
/frameworks/base/docs/html/sdk/ |
D | installing.jd | 120 it to a safe location on your machine. By default, the SDK files are unpacked 121 into a directory named <code>android-sdk-<machine-platform></code>.</p> 555 development machine, you might find these resources helpful: 565 machine, you need to install the <code>ia32-libs</code> package using
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | notepad-index.jd | 60 <li>Unpack the archive file to a suitable location on your machine</li>
|
D | index.jd | 61 <li>Unpack the archive file to a suitable location on your machine.</li>
|