Home
last modified time | relevance | path

Searched defs:stringKey (Results 1 – 8 of 8) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngineKey.java26 private String stringKey; field in EngineKey
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/
DChildProcessConnectionTest.java178 String stringKey = "org.chromium.myString"; in testServiceBundle() local
/external/golang-protobuf/testing/protocmp/
Dreflect.go41 func (m reflectMessage) stringKey(fd protoreflect.FieldDescriptor) string { func
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java396 String stringKey = "a string key"; in testParseError() local
DMapLiteTest.java440 String stringKey = "a string key"; in testParseError() local
DMapForProto2Test.java544 String stringKey = "a string key"; in testParseError() local
DMapTest.java564 String stringKey = "a string key"; in testParseError() local
/external/guice/core/test/com/google/inject/internal/
DOptionalBinderTest.java90 final Key<String> stringKey = Key.get(String.class); field in OptionalBinderTest