Searched defs:is64Bit (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsFileA3D.cpp330 uint32_t is64Bit = 0; local
331 headerStream.addU32(is64Bit);
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java410 createRelroFile(false /* is64Bit */, nativeLibraryPaths);
416 createRelroFile(true /* is64Bit */, nativeLibraryPaths);
552 private static void createRelroFile(final boolean is64Bit, String[] nativeLibraryPaths) { argument
554 is64Bit ? Build.SUPPORTED_64_BIT_ABIS[0] : Build.SUPPORTED_32_BIT_ABIS[0];
590 boolean is64Bit = VMRuntime.getRuntime().is64Bit();
596 Log.v(LOGTAG, "RelroFileCreator (64bit = " + is64Bit + "), " +
/frameworks/compile/slang/
H A Dslang_rs_context.h164 inline bool is64Bit() const { function in class:slang::RSContext
/frameworks/base/core/java/android/os/
H A DProcess.java800 public static final boolean is64Bit() { method in class:Process
801 return VMRuntime.getRuntime().is64Bit();

Completed in 668 milliseconds