Home
last modified time | relevance | path

Searched defs:getCurrent (Results 1 – 18 of 18) sorted by relevance

/external/kotlinx.serialization/formats/hocon/src/main/kotlin/kotlinx/serialization/hocon/
DHoconEncoders.kt34 protected abstract fun getCurrent(): ConfigValue in <lambda>() method
101 override fun getCurrent(): ConfigValue = ConfigValueFactory.fromMap(configMap) in getCurrent() method
116 override fun getCurrent(): ConfigValue = ConfigValueFactory.fromIterable(values) in getCurrent() method
141 override fun getCurrent(): ConfigValue = ConfigValueFactory.fromMap(configMap) method
/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/
DTreeJsonEncoder.kt55 abstract fun getCurrent(): JsonElement in shouldEncodeElementDefault() method
206 override fun getCurrent(): JsonElement = in getCurrent() method
231 override fun getCurrent(): JsonElement = JsonObject(content) in getCurrent() method
252 override fun getCurrent(): JsonElement { in getCurrent() method
267 override fun getCurrent(): JsonElement = JsonArray(array) in getCurrent() method
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServiceConfigState.java81 ConfigOrError getCurrent() { in getCurrent() method in ServiceConfigState
/external/doclava/res/assets/templates/assets/
Djquery-history.js53 getCurrent: function() { method
/external/fbjni/cxx/fbjni/
DJThread.h52 static local_ref<JThread> getCurrent() { in getCurrent() function
/external/pdfium/fxbarcode/datamatrix/
DBC_EncoderContext.cpp55 wchar_t CBC_EncoderContext::getCurrent() { in getCurrent() function in CBC_EncoderContext
/external/icu/icu4j/demos/src/main/java/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/replicaisland/src/com/replica/replicaisland/
DInterpolator.java88 public float getCurrent() { in getCurrent() method in Interpolator
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DCallMetricRecorder.java64 public static CallMetricRecorder getCurrent() { in getCurrent() method in CallMetricRecorder
/external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/
DEncoderContext.java73 public char getCurrent() { in getCurrent() method in EncoderContext
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java83 public Drawable getCurrent() { in getCurrent() method in SquaringDrawable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h120 inline const RootIt &getCurrent() const { return current; } in getCurrent() function
/external/llvm/include/llvm/ADT/
DSTLExtras.h146 inline const RootIt &getCurrent() const { return current; } in getCurrent() function
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileSystem.java157 public static FileSystem getCurrent() { in getCurrent() method in FileSystem
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPicker.java409 public int getCurrent() { in getCurrent() method in NumberPicker
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java151 public double getCurrent() { in getCurrent() method in CpuMonitor.MovingAverage
/external/swiftshader/third_party/marl/include/marl/
Dscheduler.h578 Scheduler::Worker* Scheduler::Worker::getCurrent() { in getCurrent() function
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnectionFactory.java38 public static ThreadInfo getCurrent() { in getCurrent() method in PeerConnectionFactory.ThreadInfo