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

1 2 3 4

  /dalvik/dx/src/com/android/dx/io/instructions/
ZeroRegisterDecodedInstruction.java 44 getTarget(), getLiteral());
OneRegisterDecodedInstruction.java 56 getTarget(), getLiteral(), a);
RegisterRangeDecodedInstruction.java 61 getTarget(), getLiteral(), a, registerCount);
TwoRegisterDecodedInstruction.java 66 getTarget(), getLiteral(), a, b);
FiveRegisterDecodedInstruction.java 96 getTarget(), getLiteral(), a, b, c, d, e);
FourRegisterDecodedInstruction.java 86 getTarget(), getLiteral(), a, b, c, d);
ThreeRegisterDecodedInstruction.java 76 getTarget(), getLiteral(), a, b, c);
DecodedInstruction.java 195 public final long getLiteral() {
InstructionCodec.java 273 short literal = (short) (insn.getLiteral() >> shift);
661 long literal = insn.getLiteral();
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.cpp 86 SPIRVDecorateGeneric::getLiteral(size_t i) const {
207 auto EA = A->getLiteral(I);
208 auto EB = B->getLiteral(I);
230 auto EA = A.getLiteral(I);
231 auto EB = B.getLiteral(I);
SPIRVFunction.cpp 64 I->second->getLiteral(0));
164 I->second->getLiteral(0));
SPIRVDecorate.h 63 SPIRVWord getLiteral(size_t) const;
SPIRVEntry.cpp 350 *Result = Loc->second->getLiteral(Index);
361 Value.insert(I->second->getLiteral(Index));
  /external/parameter-framework/upstream/parameter/
EnumParameterType.h 78 bool getLiteral(int32_t iNumerical, std::string &strLiteral) const;
EnumParameterType.cpp 139 return getLiteral(signedValue, userValue);
195 bool CEnumParameterType::getLiteral(int32_t iNumerical, string &strLiteral) const
  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
SmalideaInstruction.java 162 SmaliLiteral literal = psiInstruction.getLiteral();
170 SmaliLiteral literal = psiInstruction.getLiteral();
181 psiInstruction.getLiteral().getText()));
  /external/icu/icu4c/source/i18n/
affixpatternparser.cpp 225 iter.getLiteral(literal);
324 escapeApostropheInLiteral(iter.getLiteral(literal), appender);
368 escapeLiteral(iter.getLiteral(literal), appender);
609 AffixPatternIterator::getLiteral(UnicodeString &result) const {
686 appendTo.append(iter.getLiteral(literal));
affixpatternparser.h 343 UnicodeString &getLiteral(UnicodeString &result) const;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliInstruction.java 131 public SmaliLiteral getLiteral() {
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 344 void getLiteral(MachineInstr &MI, std::vector<MachineOperand *> &Lits) const {
417 getLiteral(*BI, Literals);
423 getLiteral(*I, Literals);
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/
roaster-api-2.18.7.Final.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 

Completed in 245 milliseconds

1 2 3 4