Home
last modified time | relevance | path

Searched refs:getCurrent (Results 1 – 17 of 17) sorted by relevance

/external/doclava/res/assets/templates/assets/
Djquery-history.js32 var current = $.history.getCurrent();
42 var previous = $.history.getCurrent();
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
53 getCurrent: function() { method
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp195 static Current *getCurrent(void) in getCurrent() function
209 Current *current = getCurrent(); in setCurrentError()
216 Current *current = getCurrent(); in getCurrentError()
223 Current *current = getCurrent(); in setCurrentAPI()
230 Current *current = getCurrent(); in getCurrentAPI()
237 Current *current = getCurrent(); in setCurrentContext()
254 Current *current = getCurrent(); in getCurrentContext()
261 Current *current = getCurrent(); in setCurrentDrawSurface()
278 Current *current = getCurrent(); in getCurrentDrawSurface()
285 Current *current = getCurrent(); in setCurrentReadSurface()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DMovementComponent.java46 float newVelocityX = sInterpolator.getCurrent(); in update()
52 float newVelocityY = sInterpolator.getCurrent(); in update()
DInterpolator.java88 public float getCurrent() { in getCurrent() method in Interpolator
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java83 public Drawable getCurrent() { in getCurrent() method in SquaringDrawable
84 return wrapped.getCurrent(); in getCurrent()
/external/pdfium/fxbarcode/datamatrix/
DBC_EncoderContext.h25 wchar_t getCurrent();
DBC_EncoderContext.cpp65 wchar_t CBC_EncoderContext::getCurrent() { in getCurrent() function in CBC_EncoderContext
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h83 inline const RootIt &getCurrent() const { return current; } in getCurrent() function
122 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc());
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DAnyTransliterator.java119 public void getCurrent(Position run); in getCurrent() method
226 public void getCurrent(Position run) { in getCurrent() method in AnyTransliterator.ScriptRunIterator
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAnnotations.java185 UnicodeSet englishKeys = getCurrent(english.keySet()); in TestUniqueness()
239 private UnicodeSet getCurrent(UnicodeSet keySet) { in getCurrent() method in TestAnnotations
/external/llvm/include/llvm/ADT/
DSTLExtras.h132 inline const RootIt &getCurrent() const { return current; } in getCurrent() function
191 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPicker.java409 public int getCurrent() { in getCurrent() method in NumberPicker
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h123 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h146 inline const RootIt &getCurrent() const { return current; } in getCurrent() function
205 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSTLExtras.h212 ItTy getCurrent() { return this->I; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp865 for (Use *CurDst = HI.getCurrent(); CurDst != EndDst; ++CurDst) in removeHandler()
/external/llvm/lib/IR/
DInstructions.cpp1058 for (Use *CurDst = HI.getCurrent(); CurDst != EndDst; ++CurDst) in removeHandler()