/frameworks/compile/mclinker/lib/Fragment/ |
D | FragmentGraph.cpp | 247 if (0 == m_pMatrix->at(from->getIndex(), to->getIndex())) in connect() 249 ++m_pMatrix->at(from->getIndex(), to->getIndex()); in connect() 259 if (0 == m_pMatrix->at(pFrom.getIndex(), to->getIndex())) in connect() 261 ++m_pMatrix->at(pFrom.getIndex(), to->getIndex()); in connect() 377 uint32_t weight = m_pMatrix->at(pNode.getIndex(), node_to.getIndex()); in getEdges()
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
D | ELFReloc.hxx | 88 << this->getIndex() << '\n'; in print() 95 << this->getIndex() << " : " << '\n'; in print()
|
D | ELFSectionHeader.hxx | 73 << this->getIndex() << '\n'; in print() 80 << this->getIndex() << " : " << '\n'; in print()
|
D | ELFSymbol.hxx | 35 size_t const index = shtab.getByName(std::string(".strtab"))->getIndex(); in getName() 83 << this->getIndex() << '\n'; in print() 90 << this->getIndex() << " : " << '\n'; in print()
|
D | ELFObject.hxx | 108 size_t idx = getSectionHeaderTable()->getByName(str)->getIndex(); in getSectionByName()
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | FGNode.h | 56 uint32_t getIndex() const in getIndex() function
|
/frameworks/rs/cpu_ref/linkloader/include/ |
D | ELFReloc.h | 44 size_t getIndex() const { in getIndex() function
|
D | ELFSectionHeader.h | 52 size_t getIndex() const { in getIndex() function
|
D | ELFSymbol.h | 71 size_t getIndex() const { in getIndex() function
|
/frameworks/base/core/java/android/webkit/ |
D | DateSorter.java | 91 public int getIndex(long time) { in getIndex() method in DateSorter
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 847 int aliasIndex = streamState.getIndex(device); in adjustStreamVolume() 904 int oldIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() 935 int index = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() 1019 oldIndex = streamState.getIndex(device); in setStreamVolume() 1055 index = mStreamStates[streamType].getIndex(device); in setStreamVolume() 1293 int index = mStreamStates[streamType].getIndex(device); in getStreamVolume() 1360 return (mStreamStates[streamType].getIndex(device) + 5) / 10; in getLastAudibleStreamVolume() 1674 int index = mStreamStates[mStreamVolumeAlias[streamType]].getIndex(device); in setModeInt() 2431 int index = mStreamStates[AudioSystem.STREAM_MUSIC].getIndex(device); in onCheckMusicActive() 2926 index = (getIndex(device) + 5)/10; in applyDeviceVolume() [all …]
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 1944 int idx = getIndex(path); in getZip() 1955 int idx = getIndex(path); in getZipResourceTableAsset() 1967 int idx = getIndex(path); in setZipResourceTableAsset() 1975 int idx = getIndex(path); in getZipResourceTable() 1987 int idx = getIndex(path); in setZipResourceTable() 2021 int AssetManager::ZipSet::getIndex(const String8& zip) const in getIndex() function in AssetManager::ZipSet
|
/frameworks/base/include/androidfw/ |
D | AssetManager.h | 341 int getIndex(const String8& zip) const;
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SubtitleView.java | 94 int attr = a.getIndex(i); in SubtitleView()
|
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 71 public int getIndex(int at) { in getIndex() method in TypedArray
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 451 int32_t getIndex() const { return mIndex; } in getIndex() function
|
D | ResourceTable.cpp | 2055 return makeResId(p->getAssignedId(), t->getIndex(), nameId); in getResId()
|
/frameworks/base/core/java/android/preference/ |
D | Preference.java | 216 int attr = a.getIndex(i); in Preference()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 299 int attr = a.getIndex(i); in KeyboardView()
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 1240 int attr = a.getIndex(i); in LayoutParams()
|
D | TextView.java | 673 int attr = appearance.getIndex(i); in TextView() 758 int attr = a.getIndex(i); in TextView() 1288 int attr = a.getIndex(i); in TextView()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 508 int attr = a.getIndex(i); in initFromAttributes()
|
D | View.java | 3551 int attr = a.getIndex(i);
|
/frameworks/base/api/ |
D | current.txt | 7755 method public int getIndex(int); 29906 method public int getIndex(long); 33228 method public int getIndex(); 36714 method public int getIndex(); 36979 method public int getIndex(); 38739 method public int getIndex(); 39618 method public int getIndex(); 40715 method public abstract int getIndex(); 41089 method public int getIndex(); 41130 method public int getIndex(); [all …]
|