/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/base/core/tests/coretests/src/android/webkit/ |
D | WebkitTest.java | 49 Log.i(LOGTAG, "now: " + dateSorter.getIndex(time)); in testDateSorter() 54 index = dateSorter.getIndex(time); in testDateSorter()
|
/frameworks/rs/driver/linkloader/include/impl/ |
D | ELFSectionHeader.hxx | 73 << this->getIndex() << '\n'; in print() 80 << this->getIndex() << " : " << '\n'; in print()
|
D | ELFReloc.hxx | 88 << this->getIndex() << '\n'; in print() 95 << 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/driver/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/native/include/ui/ |
D | GraphicBuffer.h | 103 int getIndex() const;
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 1943 int idx = getIndex(path); in getZip() 1954 int idx = getIndex(path); in getZipResourceTableAsset() 1966 int idx = getIndex(path); in setZipResourceTableAsset() 1974 int idx = getIndex(path); in getZipResourceTable() 1986 int idx = getIndex(path); in setZipResourceTable() 2020 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/media/java/android/media/ |
D | AudioService.java | 851 int aliasIndex = streamState.getIndex(device); in adjustStreamVolume() 896 int oldIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() 915 int index = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() 986 oldIndex = streamState.getIndex(device); in setStreamVolume() 1012 index = mStreamStates[streamType].getIndex(device); in setStreamVolume() 1246 int index = mStreamStates[streamType].getIndex(device); in getStreamVolume() 1308 return (mStreamStates[streamType].getIndex(device) + 5) / 10; in getLastAudibleStreamVolume() 1622 int index = mStreamStates[mStreamVolumeAlias[streamType]].getIndex(device); in setModeInt() 2380 int index = mStreamStates[AudioSystem.STREAM_MUSIC].getIndex(device); in onCheckMusicActive() 2811 index = (getIndex(device) + 5)/10; in applyDeviceVolume() [all …]
|
/frameworks/native/libs/ui/ |
D | GraphicBuffer.cpp | 298 int GraphicBuffer::getIndex() const { in getIndex() function in android::GraphicBuffer
|
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 70 public int getIndex(int at) { in getIndex() method in TypedArray
|
/frameworks/base/core/java/android/preference/ |
D | Preference.java | 215 int attr = a.getIndex(i); in Preference()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 451 int32_t getIndex() const { return mIndex; } in getIndex() function
|
D | ResourceTable.cpp | 1994 return makeResId(p->getAssignedId(), t->getIndex(), nameId); in getResId()
|
/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 | 1261 int attr = a.getIndex(i); in LayoutParams()
|
D | TextView.java | 662 int attr = appearance.getIndex(i); in TextView() 747 int attr = a.getIndex(i); in TextView() 1277 int attr = a.getIndex(i); in TextView()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 495 int attr = a.getIndex(i); in initFromAttributes()
|
D | View.java | 3361 int attr = a.getIndex(i); in View()
|