Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/core/java/android/net/dhcp/
DDhcpDeclinePacket.java62 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument
63 machine.onDeclineReceived(mClientMac, mRequestedIp); in doNextOp()
DDhcpDiscoverPacket.java66 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument
68 machine.onDiscoverReceived(mBroadcast, mTransId, mClientMac, in doNextOp()
DDhcpInformPacket.java70 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument
73 machine.onInformReceived(mTransId, mClientMac, clientRequest, in doNextOp()
DDhcpNakPacket.java69 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument
70 machine.onNakReceived(); in doNextOp()
DDhcpRequestPacket.java78 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument
83 machine.onRequestReceived(mBroadcast, mTransId, mClientMac, in doNextOp()
DDhcpOfferPacket.java97 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument
98 machine.onOfferReceived(mBroadcast, mTransId, mClientMac, mYourIp, in doNextOp()
DDhcpAckPacket.java106 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument
107 machine.onAckReceived(mYourIp, mSubnetMask, mGateway, mDnsServers, in doNextOp()
/frameworks/compile/linkloader/lib/
DELFHeader.cpp81 char const *ELFHeaderHelperMixin::getMachineStr(uint16_t machine) { in getMachineStr() argument
82 switch (machine) { in getMachineStr()
/frameworks/base/core/tests/hosttests/
DREADME1 This dir contains tests which run on a host machine, and test aspects of
/frameworks/base/docs/html/guide/developing/tools/
Dsqlite3.jd6 <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/
DELFHeader.h33 static char const *getMachineStr(uint16_t machine);
/frameworks/base/docs/html/guide/developing/devices/
Demulator.jd84 <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 …]
Dindex.jd34 <li>A dedicated storage area on your development machine: the device's user data (installed
/frameworks/base/docs/html/sdk/ndk/
Dindex.jd108 <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>
Doverview.jd28 <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>&lt;ndk&gt;/samples/&lt;name&gt;/libs/armeabi/</code> for (ARMv5TE machine code) and/or
266 <code>&lt;ndk&gt;/samples/&lt;name&gt;/libs/armeabi-v7a/</code> for (ARMv7 machine code).</p>
/frameworks/base/docs/html/resources/faq/
Dtroubleshooting.jd293 <p>If your development machine uses a locale that has a non-Gregorian calendar, you may encounter p…
305machine's locale (date and time) to one that uses a Gregorian calendar, for example, United States…
306machine's locale settings, you can generate the keystore/key on any machine using the Gregorian ca…
/frameworks/compile/libbcc/
DREADME.rst26 into machine code
142 magic word, version, machine integer type information (the endianness,
/frameworks/base/docs/html/guide/basics/
Dwhat-is-android.jd15 <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/
Ddebugging-projects-cmdline.jd58 <p>DDMS assigns a specific debugging port to every virtual machine that it finds on the
Ddebugging-tracing.jd231 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>
Dddms.jd39 …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/
Dglossary.jd76 <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/
Dinstalling.jd120 it to a safe location on your machine. By default, the SDK files are unpacked
121 into a directory named <code>android-sdk-&lt;machine-platform&gt;</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/
Dnotepad-index.jd60 <li>Unpack the archive file to a suitable location on your machine</li>
Dindex.jd61 <li>Unpack the archive file to a suitable location on your machine.</li>

12