Searched refs:getIndex (Results 1 - 23 of 23) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFReloc.hxx88 << this->getIndex() << '\n';
95 << this->getIndex() << " : " << '\n';
H A DELFSectionHeader.hxx73 << this->getIndex() << '\n';
80 << this->getIndex() << " : " << '\n';
H A DELFSymbol.hxx35 size_t const index = shtab.getByName(std::string(".strtab"))->getIndex();
83 << this->getIndex() << '\n';
90 << this->getIndex() << " : " << '\n';
H A DELFObject.hxx108 size_t idx = getSectionHeaderTable()->getByName(str)->getIndex();
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentGraph.cpp247 if (0 == m_pMatrix->at(from->getIndex(), to->getIndex()))
249 ++m_pMatrix->at(from->getIndex(), to->getIndex());
259 if (0 == m_pMatrix->at(pFrom.getIndex(), to->getIndex()))
261 ++m_pMatrix->at(pFrom.getIndex(), to->getIndex());
377 uint32_t weight = m_pMatrix->at(pNode.getIndex(), node_to.getIndex());
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFGNode.h56 uint32_t getIndex() const function in class:mcld::FGNode
/frameworks/base/core/java/android/webkit/
H A DDateSorter.java91 public int getIndex(long time) { method in class:DateSorter
100 * @param index date bin index as returned by getIndex()
110 * @param index date bin index as returned by getIndex()
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFReloc.h44 size_t getIndex() const { function in class:ELFReloc_CRTP
H A DELFSectionHeader.h52 size_t getIndex() const { function in class:ELFSectionHeader_CRTP
H A DELFSymbol.h71 size_t getIndex() const { function in class:ELFSymbol_CRTP
/frameworks/base/media/java/android/media/
H A DAudioService.java841 int aliasIndex = streamState.getIndex(device);
898 int oldIndex = mStreamStates[streamType].getIndex(device);
929 int index = mStreamStates[streamType].getIndex(device);
1013 oldIndex = streamState.getIndex(device);
1049 index = mStreamStates[streamType].getIndex(device);
1287 int index = mStreamStates[streamType].getIndex(device);
1354 return (mStreamStates[streamType].getIndex(device) + 5) / 10;
1668 int index = mStreamStates[mStreamVolumeAlias[streamType]].getIndex(device);
2425 int index = mStreamStates[AudioSystem.STREAM_MUSIC].getIndex(device);
2922 index = (getIndex(devic
2993 public synchronized int getIndex(int device) { method in class:AudioService.VolumeStreamState
[all...]
/frameworks/base/include/androidfw/
H A DAssetManager.h341 int getIndex(const String8& zip) const;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1944 int idx = getIndex(path);
1955 int idx = getIndex(path);
1967 int idx = getIndex(path);
1975 int idx = getIndex(path);
1987 int idx = getIndex(path);
2021 int AssetManager::ZipSet::getIndex(const String8& zip) const function in class:AssetManager::ZipSet
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java94 int attr = a.getIndex(i);
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java71 public int getIndex(int at) { method in class:TypedArray
/frameworks/base/tools/aapt/
H A DResourceTable.h451 int32_t getIndex() const { return mIndex; } function in class:ResourceTable::Type
H A DResourceTable.cpp2055 return makeResId(p->getAssignedId(), t->getIndex(), nameId);
/frameworks/base/core/java/android/preference/
H A DPreference.java216 int attr = a.getIndex(i);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java299 int attr = a.getIndex(i);
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1240 int attr = a.getIndex(i);
H A DTextView.java672 int attr = appearance.getIndex(i);
757 int attr = a.getIndex(i);
1287 int attr = a.getIndex(i);
/frameworks/base/core/java/android/view/
H A DViewGroup.java508 int attr = a.getIndex(i);
H A DView.java3542 int attr = a.getIndex(i);

Completed in 604 milliseconds