Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/
DAudioDeviceInfoConverter.java91 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/llvm-project/flang/lib/Lower/
DMangler.cpp131 static std::string typeToString(mlir::Type t) { in typeToString() function
/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/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyInstPrinter.cpp357 const char *WebAssembly::typeToString(wasm::ValType Ty) { in typeToString() function in WebAssembly
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp41 static std::string typeToString (T t) in typeToString() function
/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/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