/external/llvm/test/Bindings/Ocaml/ |
analysis.ml | 30 Some msg -> bomb "valid module failed verification!" 34 if not (verify_function fn) then bomb "valid function failed verification!"; 43 | None -> bomb "invalid module passed verification!" 46 if verify_function fn then bomb "invalid function passed verification!";
|
/external/guava/guava-tests/test/com/google/common/hash/ |
HashTestUtils.java | 64 int verification = Integer.reverseBytes(Ints.fromByteArray(result)); local 66 if (expected != verification) { 68 + " got: " + Integer.toHexString(verification));
|
/dalvik/vm/ |
Android.mk | 74 ifneq ($(dvm_arch),mips) # MIPS support for self-verification is incomplete 76 # Enable assert and self-verification 79 # Enable assertions and JIT self-verification
|
Dvm.mk | 47 # - tracked-reference verification enabled
|
/packages/apps/Settings/src/com/android/settings/ |
SecuritySettings.java | 243 // Package verification, only visible to primary user and if enabled 283 final Intent verification = new Intent(Intent.ACTION_PACKAGE_NEEDS_VERIFICATION); local 284 verification.setType(PACKAGE_MIME_TYPE); 285 verification.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); 286 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(verification, 0);
|
DevelopmentSettings.java | 539 final Intent verification = new Intent(Intent.ACTION_PACKAGE_NEEDS_VERIFICATION); local 540 verification.setType(PACKAGE_MIME_TYPE); 541 verification.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); 542 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(verification, 0); [all...] |
/external/v8/test/mjsunit/regress/ |
splice-missing-wb.js | 49 // Force gc and heap verification.
|
/dalvik/vm/compiler/template/armv5te/ |
footer.S | 79 ldr pc, .LdeadFood @ should not see this under self-verification mode
|
/dalvik/vm/compiler/template/mips/ |
footer.S | 98 lw t0, (t0) # should not see this under self-verification mode
|
/dalvik/vm/mterp/mips/ |
footer.S | 15 * to translation, must save state for self-verification. 367 bne v0, rBIX, jitSVShadowRunStart # set up self verification shadow space 409 * Save PC and registers to shadow memory for self verification mode 433 lw a1, offShadowSpace_svState(a0) # get self verification state 440 li a2, kJitSelfVerification # ask for self verification [all...] |
/frameworks/base/services/java/com/android/server/pm/ |
PackageManagerService.java | 217 * Whether verification is enabled by default. 222 * The default maximum time to wait for the verification agent to return in 228 * The default response for package verification timeout. 390 /** List of packages waiting for verification. */ 1324 final Intent verification = new Intent(Intent.ACTION_PACKAGE_NEEDS_VERIFICATION); local 6414 final Intent verification = new Intent( local [all...] |
/dalvik/vm/mterp/armv5te/ |
footer.S | 15 * to translation, must save state for self-verification. 358 bne jitSVShadowRunStart @ set up self verification shadow space 396 * Save PC and registers to shadow memory for self verification mode 416 * r2: self verification state 423 ldr r1,[r0,#offShadowSpace_svState] @ get self verification state 430 mov r2,#kJitSelfVerification @ ask for self verification [all...] |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | [all...] |
CompilerTemplateAsm-armv5te-vfp.S | [all...] |
CompilerTemplateAsm-armv7-a-neon.S | [all...] |
CompilerTemplateAsm-armv7-a.S | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.preferences_3.3.0.v20100503.jar | |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-mips.S | [all...] |
InterpAsm-armv5te-vfp.S | [all...] |
InterpAsm-armv5te.S | [all...] |
InterpAsm-armv7-a-neon.S | [all...] |
InterpAsm-armv7-a.S | [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 169 The arguments did not pass verification for self-consistency. [all...] |