/frameworks/ml/bordeaux/learning/multiclass_pa/native/ |
D | util.cpp | 35 MulticlassPA* machine = NULL; in CreateMulticlassPA() local 37 machine = reinterpret_cast<MulticlassPA*>( in CreateMulticlassPA() 40 machine = reinterpret_cast<MulticlassPA*>( in CreateMulticlassPA() 43 machine = new MulticlassPA(num_classes, num_dimensions, aggressiveness); in CreateMulticlassPA() 45 machine = reinterpret_cast<MulticlassPA*>( in CreateMulticlassPA() 50 return machine; in CreateMulticlassPA()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GNUInfo.h | 22 uint32_t machine() const { return llvm::ELF::EM_386; } in machine() function 37 uint32_t machine() const { return llvm::ELF::EM_X86_64; } in machine() function
|
/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 | 96 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument 97 machine.onOfferReceived(mBroadcast, mTransId, mClientMac, mYourIp, in doNextOp()
|
D | DhcpAckPacket.java | 105 public void doNextOp(DhcpStateMachine machine) { in doNextOp() argument 106 machine.onAckReceived(mYourIp, mSubnetMask, mGateway, mDnsServers, in doNextOp()
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
D | ELFSectionProgBits.hxx | 36 int machine = owner->getHeader()->getMachine(); in read() local 37 ELFSectionProgBits *secp = new ELFSectionProgBits(machine); in read()
|
D | ELFSymbol.hxx | 122 void *ELFSymbol_CRTP<Bitwidth>::getAddress(int machine, bool autoAlloc) const { in getAddress() argument 203 if (machine == EM_MIPS && strcmp(getName(), "_gp_disp") == 0) // OK for MIPS in getAddress()
|
/frameworks/rs/cpu_ref/linkloader/include/ |
D | ELFSectionProgBits.h | 44 ELFSectionProgBits(int machine) { in ELFSectionProgBits() argument 45 switch(machine) { in ELFSectionProgBits()
|
/frameworks/rs/cpu_ref/linkloader/lib/ |
D | ELFHeader.cpp | 81 char const *ELFHeaderHelperMixin::getMachineStr(uint16_t machine) { in getMachineStr() argument 82 switch (machine) { in getMachineStr()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64GNUInfo.h | 22 uint32_t machine() const { return llvm::ELF::EM_AARCH64; } in machine() function
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMGNUInfo.h | 22 uint32_t machine() const { return llvm::ELF::EM_ARM; } in machine() function
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonGNUInfo.h | 30 uint32_t machine() const { return llvm::ELF::EM_HEXAGON; } in machine() function
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGNUInfo.h | 25 uint32_t machine() const;
|
D | MipsGNUInfo.cpp | 32 uint32_t MipsGNUInfo::machine() const in machine() function in mcld::MipsGNUInfo
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNUInfo.h | 30 virtual uint32_t machine() const = 0;
|
/frameworks/base/docs/html/tools/help/ |
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/rs/cpu_ref/linkloader/ |
D | main.cpp | 160 int machine = object->getHeader()->getMachine(); in dump_and_run_object() local 162 void *main_addr = symtab->getByName("main")->getAddress(machine); in dump_and_run_object()
|
/frameworks/rs/cpu_ref/linkloader/android/ |
D | librsloader.cpp | 173 int machine = object->getHeader()->getMachine(); in rsloaderGetSymbolAddress() local 175 return symbol->getAddress(machine, false); in rsloaderGetSymbolAddress()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 16 <li><a href="#RadioStateMachine">Understand the radio state machine</a></li> 17 <li><a href="#AppsStateMachine">Understand how apps can impact the radio state machine</a></li> 34 <p>This lesson introduces the wireless radio state machine and explains how your app's connectivity… 40 <p>The state machine for a typical 3G network radio consists of three energy states: 48 <p>To minimize latency, the state machine uses a delay to postpone the transition to lower energy s… 51 <p class="img-caption"><strong>Figure 1.</strong> Typical 3G wireless radio state machine.</p> 53 <p>The radio state machine on each device, particularly the associated transition delay ("tail time… 55 <p>This lesson describes a representative state machine for a typical 3G wireless radio, based on <… 63 …tions to the full power state. In the case of the typical 3G radio state machine described above, … 84 …nd the likelihood of it being used. As a rough guide, based on the state machine described above, …
|
D | index.jd | 39 …<dd>This lesson introduces the wireless radio state machine, explains how your app’s connectivity … 42 …best mitigate the effect of background updates on the underlying wireless radio state machine.</dd>
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | FileSystem.inc | 34 // FIXME: the extension depends on target machine, not host machine.
|