HomeSort by relevance Sort by last modified time
    Searched full:verifier (Results 876 - 900 of 1051) sorted by null

<<31323334353637383940>>

  /frameworks/base/docs/html/training/articles/
security-ssl.jd 273 certificate&mdash;signed by the intermediate CA&mdash;and the certificate verifier,
394 that replaces the verifier for a single {@link java.net.URLConnection}
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /art/runtime/
class_linker.cc 81 #include "verifier/method_verifier.h"
141 // TODO: change the verifier to store an _instance_, with a useful detail message?
    [all...]
dex_file_verifier.cc 129 std::unique_ptr<DexFileVerifier> verifier(new DexFileVerifier(dex_file, begin, size, location));
130 if (!verifier->Verify()) {
131 *error_msg = verifier->FailureReason();
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /docs/source.android.com/src/compatibility/4.3/
android-4.3-cdd.xhtml 158 <a href="#section-10.2">10.2. CTS Verifier</a><br/>
    [all...]
  /docs/source.android.com/src/compatibility/4.0/
android-4.0-cdd.xhtml 143 <a href="#section-10.2">10.2. CTS Verifier</a><br/>
    [all...]
  /docs/source.android.com/src/compatibility/4.2/
android-4.2-cdd.xhtml 155 <a href="#section-10.2">10.2. CTS Verifier</a><br/>
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 33 #include "llvm/IR/Verifier.h"
780 // we added for it earlier. The IR verifier requires phi
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 1 //===-- MachineVerifier.cpp - Machine Code Verifier -----------------------===//
20 // The machine code verifier is enabled from LLVMTargetMachine.cpp with the
23 // the verifier errors.
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 809 //! Binds texture (one layer at a time) to color attachment of FBO and does glReadPixels(). Calls the verifier for each layer.
866 //! Reads texture with texture() in compute shader, one layer at a time, putting values into a SSBO and reading with a mapping. Calls the verifier for each layer.
    [all...]
  /external/clang/include/clang/Driver/
CC1Options.td 154 def disable_llvm_verifier : Flag<["-"], "disable-llvm-verifier">,
155 HelpText<"Don't run the LLVM IR verifier pass">;
    [all...]
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /external/v8/
BUILD.gn 569 "src/compiler/verifier.cc",
570 "src/compiler/verifier.h",
    [all...]
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /art/compiler/dex/quick/
gen_common.cc 35 #include "verifier/method_verifier.h"
522 * Verifier guarantees we're dealing with an array class. Current
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsSerializer.java 17 package com.android.cts.verifier.camera.its;
    [all...]
  /dalvik/libdex/
InstrUtils.cpp 501 /* nothing to do; copy the AA bits out for the verifier */
  /docs/source.android.com/src/devices/tech/security/
implement.jd 219 <p>The CTS verifier has been expanded with an informational test that lists SUID
  /docs/source.android.com/src/devices/tech/security/overview/
app-security.jd 318 enable ?Verify Apps" and have applications evaluated by an application verifier

Completed in 773 milliseconds

<<31323334353637383940>>