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

/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java86 public void notifyRelroCreationCompleted(boolean is64Bit, boolean success) { argument
96 if (is64Bit) {
109 public void waitForRelroCreationCompleted(boolean is64Bit) { argument
120 boolean relroReady = (is64Bit ? mRelroReady64Bit : mRelroReady32Bit);
128 relroReady = (is64Bit ? mRelroReady64Bit : mRelroReady32Bit);
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java229 createRelroFile(false /* is64Bit */, nativeLibraryPaths);
234 createRelroFile(true /* is64Bit */, nativeLibraryPaths);
312 private static void createRelroFile(final boolean is64Bit, String[] nativeLibraryPaths) { argument
314 is64Bit ? Build.SUPPORTED_64_BIT_ABIS[0] : Build.SUPPORTED_32_BIT_ABIS[0];
322 getUpdateService().notifyRelroCreationCompleted(is64Bit, false);
350 boolean is64Bit = VMRuntime.getRuntime().is64Bit();
356 Log.v(LOGTAG, "RelroFileCreator (64bit = " + is64Bit + "), " +
370 getUpdateService().notifyRelroCreationCompleted(is64Bit, result);
390 getUpdateService().waitForRelroCreationCompleted(VMRuntime.getRuntime().is64Bit());
[all...]
/frameworks/rs/
H A DrsFileA3D.cpp324 uint32_t is64Bit = 0; local
325 headerStream.addU32(is64Bit);
/frameworks/compile/slang/
H A Dslang_rs_context.h133 inline bool is64Bit() const { function in class:slang::RSContext

Completed in 749 milliseconds