Home
last modified time | relevance | path

Searched defs:toMap (Results 1 – 9 of 9) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DPersistableBundles.java117 private static ArrayMap<String, Object> toMap(BaseBundle baseBundle) { in toMap() method in PersistableBundles
/external/testng/src/test/java/test/distributed/
DDistributedTest.java162 private Map<String, ITestResult> toMap(List<ITestResult> results) { in toMap() method in DistributedTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DDeprecated.kt293 public suspend fun <K, V> ReceiveChannel<Pair<K, V>>.toMap(): Map<K, V> = in toMap() method
297 internal suspend fun <K, V, M : MutableMap<in K, in V>> ReceiveChannel<Pair<K, V>>.toMap(destinatio… in toMap() method
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DJsonValueTest.java85 public Map<String,String> toMap() in toMap() method in JsonValueTest.MapBean
/external/owasp/sanitizer/src/main/org/owasp/html/
DTagBalancingHtmlStreamEventReceiver.java402 private ImmutableMap<String, ElementContainmentInfo> toMap() { in toMap() method in TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships
/external/desugar/java/com/google/devtools/common/options/
DOptionsParser.java751 public static <O extends OptionsBase> Map<Field, Object> toMap(Class<O> optionsClass, O options) { in toMap() method in OptionsParser
/external/cronet/third_party/protobuf/js/
Dmessage.js1410 jspb.Message.toMap = function( function in jspb.Message
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt481 public fun toMap(): Map = when (type) { in toMap() method in com.google.flatbuffers.kotlin.Reference
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DArrayUtils.java8942 public static Map<Object, Object> toMap(final Object[] array) { in toMap() method in ArrayUtils