HomeSort by relevance Sort by last modified time
    Searched refs:getOperation (Results 1 - 25 of 29) sorted by null

1 2

  /libcore/dom/src/test/java/org/w3c/domts/
UserDataNotification.java 49 public final short getOperation() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkEnvSupplier.java 68 public int getOperation() {
93 public int getOperation() {
  /external/llvm/lib/MC/
MCWin64EH.cpp 27 switch (I->getOperation()) {
69 b2 = (inst.getOperation() & 0x0F);
70 switch (inst.getOperation()) {
106 if (inst.getOperation() == Win64EH::UOP_SaveXMM128)
115 if (inst.getOperation() == Win64EH::UOP_SaveXMM128Big)
174 assert(frameInst.getOperation() == Win64EH::UOP_SetFPReg);
MCDwarf.cpp     [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRxCcmVacResourceOwner.java 78 public JFmRxEcalOperation getOperation() {
  /external/llvm/include/llvm/MC/
MCWin64EH.h 55 OpType getOperation() const { return Operation; }
MCDwarf.h 367 OpType getOperation() const { return Operation; }
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 137 public int getOperation() {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 121 switch (programData.getOperation()) {
142 loge("Ignoring unknown SCPD operation " + programData.getOperation());
  /external/llvm/lib/IR/
Instruction.cpp 315 return RMWI->getOperation() == cast<AtomicRMWInst>(I)->getOperation() &&
389 return RMWI->getOperation() == cast<AtomicRMWInst>(I)->getOperation() &&
Verifier.cpp     [all...]