HomeSort by relevance Sort by last modified time
    Searched refs:reverseIndex (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /packages/apps/TV/src/com/android/tv/data/
WatchedHistoryManager.java 230 WatchedRecord getRecord(int reverseIndex) {
231 return mWatchedHistory.get(mWatchedHistory.size() - 1 - reverseIndex);
235 WatchedRecord getRecordFromSharedPreferences(int reverseIndex) {
237 long index = lastIndex - reverseIndex;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReverse.h 153 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index reverseIndex(
191 return m_impl.coeff(reverseIndex(index));
267 return this->m_impl.coeffRef(this->reverseIndex(index));
  /hardware/interfaces/camera/common/1.0/default/
VendorTagDescriptor.cpp 269 ssize_t reverseIndex = -1;
270 if ((reverseIndex = desc->mReverseMapping.indexOfKey(sectionString)) < 0) {
272 reverseIndex = desc->mReverseMapping.add(sectionString, nameMapper);
274 desc->mReverseMapping[reverseIndex]->add(desc->mTagToNameMap.valueFor(tag), tag);
  /frameworks/av/camera/
VendorTagDescriptor.cpp 209 ssize_t reverseIndex = -1;
210 if ((reverseIndex = mReverseMapping.indexOfKey(sectionString)) < 0) {
212 reverseIndex = mReverseMapping.add(sectionString, nameMapper);
214 mReverseMapping[reverseIndex]->add(mTagToNameMap.valueFor(tag), tag);
577 ssize_t reverseIndex = -1;
578 if ((reverseIndex = desc->mReverseMapping.indexOfKey(sectionString)) < 0) {
580 reverseIndex = desc->mReverseMapping.add(sectionString, nameMapper);
582 desc->mReverseMapping[reverseIndex]->add(desc->mTagToNameMap.valueFor(tag), tag);
  /external/guava/guava/src/com/google/common/collect/
ImmutableList.java 520 private int reverseIndex(int index) {
538 return (index >= 0) ? reverseIndex(index) : -1;
543 return (index >= 0) ? reverseIndex(index) : -1;
554 return forwardList.get(reverseIndex(index));
Lists.java 809 private int reverseIndex(int index) {
830 return forwardList.remove(reverseIndex(index));
838 return forwardList.set(reverseIndex(index), element);
842 return forwardList.get(reverseIndex(index));
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Lists.java 775 private int reverseIndex(int index) {
796 return forwardList.remove(reverseIndex(index));
804 return forwardList.set(reverseIndex(index), element);
808 return forwardList.get(reverseIndex(index));
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 596 public void reverseIndex( int tokenType )
614 public void reverseIndex( HashSet<int> tokenTypes )
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 673 public void reverseIndex( int tokenType )
691 public void reverseIndex( HashSet<int> tokenTypes )
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp     [all...]
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/
kotlin-stdlib-1.0.6.jar 
  /external/kotlinc/lib/
kotlin-runtime.jar 
kotlin-stdlib.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/
kotlin-stdlib-1.1.3-2.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
kotlin-stdlib-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/
kotlin-stdlib-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.51/
kotlin-stdlib-1.1.51.jar 

Completed in 410 milliseconds

1 2 3 4 5 6