Home
last modified time | relevance | path

Searched refs:is64Bit (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java86 public void notifyRelroCreationCompleted(boolean is64Bit, boolean success) { in notifyRelroCreationCompleted() argument
96 if (is64Bit) { in notifyRelroCreationCompleted()
109 public void waitForRelroCreationCompleted(boolean is64Bit) { in waitForRelroCreationCompleted() argument
120 boolean relroReady = (is64Bit ? mRelroReady64Bit : mRelroReady32Bit); in waitForRelroCreationCompleted()
128 relroReady = (is64Bit ? mRelroReady64Bit : mRelroReady32Bit); in waitForRelroCreationCompleted()
/frameworks/base/core/java/android/webkit/
DIWebViewUpdateService.aidl28 void notifyRelroCreationCompleted(boolean is64Bit, boolean success); in notifyRelroCreationCompleted() argument
34 void waitForRelroCreationCompleted(boolean is64Bit); in waitForRelroCreationCompleted() argument
DWebViewFactory.java426 private static void createRelroFile(final boolean is64Bit, String[] nativeLibraryPaths) { in createRelroFile() argument
428 is64Bit ? Build.SUPPORTED_64_BIT_ABIS[0] : Build.SUPPORTED_32_BIT_ABIS[0]; in createRelroFile()
436 getUpdateService().notifyRelroCreationCompleted(is64Bit, false); in createRelroFile()
464 boolean is64Bit = VMRuntime.getRuntime().is64Bit(); in main()
470 Log.v(LOGTAG, "RelroFileCreator (64bit = " + is64Bit + "), " + in main()
484 getUpdateService().notifyRelroCreationCompleted(is64Bit, result); in main()
504 getUpdateService().waitForRelroCreationCompleted(VMRuntime.getRuntime().is64Bit()); in loadNativeLibrary()
/frameworks/rs/
DrsFileA3D.cpp330 uint32_t is64Bit = 0; in writeFile() local
331 headerStream.addU32(is64Bit); in writeFile()
/frameworks/base/core/java/android/os/
DProcess.java756 public static final boolean is64Bit() { in is64Bit() method in Process
757 return VMRuntime.getRuntime().is64Bit(); in is64Bit()
DBuild.java131 if (VMRuntime.getRuntime().is64Bit()) {
/frameworks/base/core/java/android/ddm/
DDdmHandleHello.java132 vmRuntime.is64Bit() ? "64-bit" : "32-bit"; in handleHELO()
/frameworks/compile/slang/
Dslang_rs_context.h133 inline bool is64Bit() const { in is64Bit() function
Dslang_rs_export_type.cpp1059 if (EPT->isRSObjectType() && EPT->getRSContext()->is64Bit()) { in GetSizeInBits()
1136 if (getRSContext()->is64Bit()) { in convertToLLVMType()
Dslang_backend.cpp842 if (!mContext->is64Bit()) { in HandleTranslationUnitPost()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java7046 pkg.applicationInfo.primaryCpuAbi = VMRuntime.getRuntime().is64Bit() ? in scanPackageDirtyLI()
7872 final boolean is64Bit = VMRuntime.is64BitInstructionSet( in setNativeLibraryPaths()
7879 final String libDir = is64Bit ? LIB64_DIR_NAME : LIB_DIR_NAME; in setNativeLibraryPaths()
7884 final String secondaryLibDir = is64Bit ? LIB_DIR_NAME : LIB64_DIR_NAME; in setNativeLibraryPaths()
/frameworks/base/api/
Dcurrent.txt23450 method public static final boolean is64Bit();
Dsystem-current.txt25402 method public static final boolean is64Bit();