Home
last modified time | relevance | path

Searched defs:isWasm (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/okio/okio-testing-support/src/nativeMain/kotlin/okio/
H A DTestingNative.kt20 actual fun isWasm() = false method
/aosp_15_r20/external/okio/okio-testing-support/src/jvmMain/kotlin/okio/
H A DTestingJvm.kt20 actual fun isWasm() = false method
/aosp_15_r20/external/okio/okio-testing-support/src/jsMain/kotlin/okio/
H A DTestingJs.kt22 actual fun isWasm() = false method
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/test/
H A DCurrentPlatform.common.kt16 public fun isWasm(): Boolean = currentPlatform == Platform.WASM method
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/test/
H A DCurrentPlatform.common.kt17 public fun isWasm(): Boolean = currentPlatform == Platform.WASM method
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/test/
H A DCurrentPlatform.common.kt16 public fun isWasm(): Boolean = currentPlatform == Platform.WASM method
/aosp_15_r20/external/okio/okio-testing-support/src/wasmMain/kotlin/okio/
H A DTestingWasm.kt22 actual fun isWasm() = true in isBrowser() method
/aosp_15_r20/external/okio/okio-testing-support/src/commonMain/kotlin/okio/
H A DTestingCommon.kt42 expect fun isWasm(): Boolean in randomToken() method
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DBinary.h132 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DBinary.h137 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DBinary.h136 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DBinary.h137 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DBinary.h137 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DBinary.h137 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbol.h280 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCSymbol.h289 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCSymbol.h291 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCSymbol.h291 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCSymbol.h291 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCSymbol.h291 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/
H A DTriple.h929 bool isWasm() const { in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TargetParser/
DTriple.h986 bool isWasm() const { in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/
DTriple.h1013 bool isWasm() const { in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/
DTriple.h1029 bool isWasm() const { in isWasm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TargetParser/
DTriple.h1013 bool isWasm() const { in isWasm() function

12