Home
last modified time | relevance | path

Searched defs:typeToString (Results 1 – 12 of 12) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/audio_device/
DAudioDeviceInfoConverter.java91 public static String typeToString(int type){ in typeToString() method in AudioDeviceInfoConverter
/external/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/
DAudioDeviceInfoConverter.java91 static String typeToString(int type){ in typeToString() method in AudioDeviceInfoConverter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyInstPrinter.cpp320 const char *WebAssembly::typeToString(wasm::ValType Ty) { in typeToString() function in WebAssembly
/external/bazelbuild-rules_android/src/tools/ak/res/
Dstruct.go134 typeToString = map[Type]string{ var
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp41 static std::string typeToString (T t) in typeToString() function
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt169 internal fun FlexBufferType.typeToString(): String = when (this) { in typeToString() method
/external/guice/core/src/com/google/inject/internal/
DMoreTypes.java273 public static String typeToString(Type type) { in typeToString() method in MoreTypes
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp67 static std::string typeToString (T t) in typeToString() function
/external/gson/gson/src/main/java/com/google/gson/internal/
D$Gson$Types.java231 public static String typeToString(Type type) { in typeToString() method in $Gson$Types
/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp39 static std::string typeToString (T t) in typeToString() function
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp64 static std::string typeToString (T t) in typeToString() function
/external/javassist/src/main/javassist/compiler/
DTypeChecker.java99 protected static StringBuffer typeToString(StringBuffer sbuf, in typeToString() method in TypeChecker