/external/swiftshader/src/OpenGL/libGL/ |
D | main.cpp | 165 static gl::Current *getCurrent(void) in getCurrent() function 179 Current *current = getCurrent(); in makeCurrent() 192 Current *current = getCurrent(); in getContext() 199 Current *current = getCurrent(); in getDisplay() 213 Current *current = getCurrent(); in setCurrentDisplay() 220 Current *current = getCurrent(); in setCurrentContext() 227 Current *current = getCurrent(); in setCurrentDrawSurface() 234 Current *current = getCurrent(); in getCurrentDrawSurface() 241 Current *current = getCurrent(); in setCurrentReadSurface() 248 Current *current = getCurrent(); in getCurrentReadSurface()
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-history.js | 32 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/ |
D | main.cpp | 175 static Current *getCurrent(void) in getCurrent() function 189 Current *current = getCurrent(); in setCurrentError() 196 Current *current = getCurrent(); in getCurrentError() 203 Current *current = getCurrent(); in setCurrentAPI() 210 Current *current = getCurrent(); in getCurrentAPI() 217 Current *current = getCurrent(); in setCurrentContext() 234 Current *current = getCurrent(); in getCurrentContext() 241 Current *current = getCurrent(); in setCurrentDrawSurface() 258 Current *current = getCurrent(); in getCurrentDrawSurface() 265 Current *current = getCurrent(); in setCurrentReadSurface() [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | MovementComponent.java | 46 float newVelocityX = sInterpolator.getCurrent(); in update() 52 float newVelocityY = sInterpolator.getCurrent(); in update()
|
D | Interpolator.java | 88 public float getCurrent() { in getCurrent() method in Interpolator
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
D | SquaringDrawable.java | 83 public Drawable getCurrent() { in getCurrent() method in SquaringDrawable 84 return wrapped.getCurrent(); in getCurrent()
|
/external/pdfium/xfa/fxbarcode/datamatrix/ |
D | BC_EncoderContext.h | 27 FX_WCHAR getCurrent();
|
D | BC_EncoderContext.cpp | 72 FX_WCHAR CBC_EncoderContext::getCurrent() { in getCurrent() function in CBC_EncoderContext
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | STLExtras.h | 83 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/ |
D | AnyTransliterator.java | 119 public void getCurrent(Position run); in getCurrent() method 226 public void getCurrent(Position run) { in getCurrent() method in AnyTransliterator.ScriptRunIterator
|
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 132 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/ |
D | NumberPicker.java | 409 public int getCurrent() { in getCurrent() method in NumberPicker
|
/external/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 123 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 146 inline const RootIt &getCurrent() const { return current; } in getCurrent() function 205 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1058 for (Use *CurDst = HI.getCurrent(); CurDst != EndDst; ++CurDst) in removeHandler()
|