Searched refs:getIndex (Results 251 - 275 of 492) sorted by relevance

<<11121314151617181920

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DGamepadList.java245 int index = gamepadDevice.getIndex();
/external/chromium_org/third_party/icu/source/common/
H A Duiter.cpp367 return ((CharacterIterator *)(iter->context))->getIndex();
384 return ((CharacterIterator *)(iter->context))->getIndex();
391 return ((CharacterIterator *)(iter->context))->getIndex();
441 return ((CharacterIterator *)(iter->context))->getIndex();
H A Duniset_closure.cpp101 int32_t i = pos.getIndex();
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dmessagepattern.h343 * between parts of a message, from one part's getLimit() to the next part's getIndex().
639 * Convenience method for getPart(partIndex).getIndex().
650 * Convenience method for getPatternString().substring(part.getIndex(), part.getLimit()).
731 int32_t getIndex() const { function in class:MessagePattern::Part
747 * Convenience method for getIndex()+getLength().
748 * @return this part's pattern string limit index, same as getIndex()+getLength().
/external/chromium_org/third_party/icu/source/i18n/
H A Dtmutfmt.cpp244 int32_t oldPos = pos.getIndex();
279 if (pos.getErrorIndex() != -1 || pos.getIndex() == oldPos) {
306 int32_t parseDistance = pos.getIndex() - oldPos;
315 newPos = pos.getIndex();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducharstrietest.cpp357 int32_t getIndex() const { return num; } function in class:__anon12358::Generator
376 logln("buildLargeTrie(%ld) added %ld strings", (long)numUniqueFirst, (long)gen.getIndex());
396 x[0], (long)gen.getIndex());
405 "for string %ld\n", (int)x.length(), x[0], x[1], (long)gen.getIndex());
/external/clang/lib/CodeGen/
H A DCGBlocks.h159 unsigned getIndex() const { assert(isIndex()); return Data >> 1; } function in class:clang::CodeGen::CGBlockInfo::Capture
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp285 SVal index = elemReg->getIndex();
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DDecodedInstruction.java134 public final int getIndex() { method in class:DecodedInstruction
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DPhiInsn.java130 operands.add(new Operand(registerSpec, predBlock.getIndex(),
/external/icu/icu4c/source/common/
H A Duiter.cpp367 return ((CharacterIterator *)(iter->context))->getIndex();
384 return ((CharacterIterator *)(iter->context))->getIndex();
391 return ((CharacterIterator *)(iter->context))->getIndex();
441 return ((CharacterIterator *)(iter->context))->getIndex();
H A Duniset_closure.cpp101 int32_t i = pos.getIndex();
/external/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h343 * between parts of a message, from one part's getLimit() to the next part's getIndex().
639 * Convenience method for getPart(partIndex).getIndex().
650 * Convenience method for getPatternString().substring(part.getIndex(), part.getLimit()).
731 int32_t getIndex() const { function in class:MessagePattern::Part
747 * Convenience method for getIndex()+getLength().
748 * @return this part's pattern string limit index, same as getIndex()+getLength().
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp2190 int32_t start = pos.getIndex();
2193 if (pos.getIndex() != start) {
2210 * position within text to match; must have 0 <= pos.getIndex() <
2224 int32_t i = startIdx = backup = parsePosition.getIndex();
2340 int origPos = parsePosition.getIndex();
2365 if (tmpPos.getIndex() > maxPosIndex) {
2366 maxPosIndex = tmpPos.getIndex();
2400 if (tmpPos.getIndex() > maxPosIndex) {
2401 maxPosIndex = tmpPos.getIndex();
2438 if (tmpPos_2.getIndex() > maxPosInde
[all...]
H A Dtmutfmt.cpp176 int32_t oldPos = pos.getIndex();
211 if (pos.getErrorIndex() != -1 || pos.getIndex() == oldPos) {
233 int32_t parseDistance = pos.getIndex() - oldPos;
242 newPos = pos.getIndex();
/external/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp357 int32_t getIndex() const { return num; } function in class:__anon22169::Generator
376 logln("buildLargeTrie(%ld) added %ld strings", (long)numUniqueFirst, (long)gen.getIndex());
396 x[0], (long)gen.getIndex());
405 "for string %ld\n", (int)x.length(), x[0], x[1], (long)gen.getIndex());
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapSerializationEnvelope.java292 private int getIndex(String value, int start, int dflt) { method in class:SoapSerializationEnvelope
314 size = getIndex(type, cut1, -1);
324 int position = getIndex(parser.getAttributeValue(enc, "offset"), 0, 0);
327 position = getIndex(parser.getAttributeValue(enc, "position"), 0, position);
/external/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp114 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp240 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
H A DMipsSEFrameLowering.cpp136 unsigned Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex();
156 unsigned Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex();
180 unsigned Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex();
210 unsigned Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex();
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp188 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
H A DSparcRegisterInfo.cpp159 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/external/proguard/src/proguard/classfile/editor/
H A DComparableConstant.java77 public int getIndex() method in class:ComparableConstant
/external/skia/src/fonts/
H A DSkFontMgr_indirect.cpp172 SkRemotableFontIdentitySet* set = fProxy->getIndex(index);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMethodLocation.java73 public int getIndex() { method in class:MethodLocation

Completed in 544 milliseconds

<<11121314151617181920