Searched defs:getIndex (Results 26 - 50 of 129) sorted by relevance

123456

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h58 unsigned getIndex() const { return blockIdx; } function in class:clang::ento::WorkListUnit
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCstInsn.java116 public int getIndex() { method in class:CstInsn
H A DDalvCode.java230 public int getIndex(Constant cst); method in interface:DalvCode.AssignIndicesCallback
/external/icu/icu4c/source/common/unicode/
H A Dchariter.h265 * int32_t pos=it.getIndex();
322 * int32_t end = iter.getIndex();
326 * int32_t start = iter.getIndex() + 1;
329 * for (c = iter.setIndex(start); iter.getIndex() < end; c = iter.next() ) {
574 inline int32_t getIndex(void) const;
712 CharacterIterator::getIndex(void) const { function in class:CharacterIterator
H A Duiter.h44 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
64 * The actual index can be determined with getIndex(UITER_CURRENT)
87 * Function type declaration for UCharIterator.getIndex().
126 * The actual index can be determined with getIndex(UITER_CURRENT)
244 * getIndex()/move().
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
388 UCharIteratorGetIndex *getIndex; member in struct:UCharIterator
/external/llvm/include/llvm/Option/
H A DArg.h72 unsigned getIndex() const { return Index; } function in class:llvm::opt::Arg
/external/skia/src/animator/
H A DSkTypedArray.cpp18 bool SkTypedArray::getIndex(int index, SkOperand* operand) { function in class:SkTypedArray
/external/srec/tools/grxmlcompile/
H A Dhashmap.cpp86 bool HashMap<T1,T2>::getIndex( T2 const & value, T1 *index ) function in class:HashMap
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DVariable.java76 public int getIndex() method in class:Variable
245 // m_index = vvar.getIndex();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DGamepadDevice.java94 public int getIndex() { return mDeviceIndex; } method in class:GamepadDevice
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duiter.h44 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
64 * The actual index can be determined with getIndex(UITER_CURRENT)
87 * Function type declaration for UCharIterator.getIndex().
126 * The actual index can be determined with getIndex(UITER_CURRENT)
244 * getIndex()/move().
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
388 UCharIteratorGetIndex *getIndex; member in struct:UCharIterator
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/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
H A DFastClass.java88 return invoke(getIndex(name, parameterTypes), obj, args);
92 return newInstance(getIndex(Constants.EMPTY_CLASS_ARRAY), null);
96 return newInstance(getIndex(parameterTypes), args);
156 abstract public int getIndex(String name, Class[] parameterTypes); method in class:FastClass
165 abstract public int getIndex(Class[] parameterTypes); method in class:FastClass
169 * @see getIndex(name, Class[])
179 * @see getIndex(Class[])
186 abstract public int getIndex(Signature sig); method in class:FastClass
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMethodLocation.java73 public int getIndex() { method in class:MethodLocation
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java207 * @see org.xml.sax.Attributes#getIndex(java.lang.String,java.lang.String) method in class:AttributesImpl
209 public int getIndex (String uri, String localName)
226 * @see org.xml.sax.Attributes#getIndex(java.lang.String) method in class:AttributesImpl
228 public int getIndex (String qName)
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemVariable.java85 public int getIndex() method in class:ElemVariable
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlService.java51 public int getIndex() { method in class:TemplateUrlService.TemplateUrl
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
H A Dbackground.js81 Node.prototype.getIndex = function() {
192 var index = this.getIndex();
220 if (child && child.getIndex() != i) {
/external/chromium_org/third_party/icu/source/common/
H A Dnormlzr.cpp294 currentIndex=nextIndex=text->getIndex();
329 * <tt>setIndex</tt> and {@link #getIndex}.
332 int32_t Normalizer::getIndex() const { function in class:Normalizer
490 nextIndex=text->getIndex();
512 currentIndex=text->getIndex();
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DDecodedInstruction.java134 public final int getIndex() { method in class:DecodedInstruction
/external/icu/icu4c/source/common/
H A Dnormlzr.cpp294 currentIndex=nextIndex=text->getIndex();
329 * <tt>setIndex</tt> and {@link #getIndex}.
332 int32_t Normalizer::getIndex() const { function in class:Normalizer
490 nextIndex=text->getIndex();
512 currentIndex=text->getIndex();
/external/icu/icu4c/source/i18n/
H A Dcollationdatareader.cpp39 int32_t getIndex(const int32_t *indexes, int32_t length, int32_t i) { function in namespace:__anon21885
108 offset = getIndex(inIndexes, indexesLength, index);
109 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
126 offset = getIndex(inIndexes, indexesLength, index);
127 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
146 offset = getIndex(inIndexes, indexesLength, index);
147 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
166 offset = getIndex(inIndexes, indexesLength, index);
167 length = getIndex(inIndexes, indexesLength, index + 1) - offset;
178 offset = getIndex(inIndexe
[all...]
/external/proguard/src/proguard/classfile/editor/
H A DComparableConstant.java77 public int getIndex() method in class:ComparableConstant
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp82 int getIndex(int dim) const function in class:tgsi::Instruction::SrcRegister
134 int getIndex(int dim) const function in class:tgsi::Instruction::DstRegister
946 insn.getDst(0).getIndex(0) == info->io.edgeFlagOut &&
962 info->out[dst.getIndex(0)].mask |= dst.getMask();
964 if (info->out[dst.getIndex(0)].sn == TGSI_SEMANTIC_PSIZE)
965 info->out[dst.getIndex(0)].mask &= 1;
968 info->io.edgeFlagIn = insn.getSrc(0).getIndex(0);
993 int i = src.getIndex(0);
1009 unsigned int r = getSrc(s).getIndex(0);
1141 src.is2D() ? src.getIndex(
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimatorScript2.cpp126 virtual bool getIndex(const char* name, int len, size_t* result) { function in class:SkAnimatorScript_Eval
160 virtual bool getIndex(const char* token, int len, size_t* result) { function in class:SkAnimatorScript_ID
274 virtual bool getIndex(const char* name, int len, size_t* result) { function in class:SkAnimatorScript_RGB

Completed in 6813 milliseconds

123456