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

<<31323334353637383940>>

  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 18 #include "llvm/IR/Verifier.h"
  /external/sepolicy/
untrusted_app.te 96 # Allow verifier to access staged apks.
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 24 #include <llvm/IR/Verifier.h>
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 21 #include "llvm/IR/Verifier.h"
  /libcore/luni/src/main/java/java/util/jar/
ManifestReader.java 82 throw new IOException("A jar verifier does not support more than one entry with the same name");
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 30 #include "verifier/method_verifier-inl.h"
500 bool DexFileMethodInliner::AnalyseMethodCode(verifier::MethodVerifier* verifier) {
502 bool success = InlineMethodAnalyser::AnalyseMethodCode(verifier, &method);
503 return success && AddInlineMethod(verifier->GetMethodReference().dex_method_index, method);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.20.0/
org.eclipse.tycho.p2.tools.impl-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.18.1/
org.eclipse.tycho.p2.tools.impl-0.18.1.jar 
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 279 "Hostname verification should not be done by this verifier",
324 "Hostname verification should not be done by this verifier",
376 * Tests if setHostnameVerifier() method replaces default verifier.
398 // replace default verifier
405 "Hostname verification should not be done by this verifier",
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.20.0/
org.eclipse.tycho.p2.tools.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/
org.eclipse.tycho.p2.tools.shared-0.18.1.jar 
  /art/cmdline/
cmdline_parser_test.cc 226 "threads,verifier";
241 log_verbosity.verifier = true;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 17 package com.android.cts.verifier.sensors.helpers;
19 import com.android.cts.verifier.sensors.reporting.SensorTestDetails;
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 68 // disable the package verifier to avoid the dialog when installing an app
76 // reset the package verifier setting to its original value
  /dalvik/docs/
java-constraints.html 24 <a href="verifier.html">verifier.html</a>. The following table briefly
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallFlowAnalytics.java 237 /** Sets whether at least one app verifier is installed. */
242 /** Gets whether at least one app verifier is installed. */
  /art/compiler/optimizing/
inliner.cc 82 // We can query the dex cache directly. The verifier has populated it already.
  /bootable/recovery/
install.cpp 35 #include "verifier.h"
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationVerifier.java 17 package com.android.cts.verifier.location;
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorBatchingTests.java 33 * {@link com.android.cts.verifier.sensors.BatchingTestActivity}.
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 51 // damaged in order to test the dalvik vm verifier.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/
Test_iput.java 118 * @title Trying to put float into integer field. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/
Test_rsub_int.java 226 * @title Types of arguments - float, int. The verifier checks that ints
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/
Test_rsub_int_lit8.java 226 * @title Types of arguments - float, int. The verifier checks that ints
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 191 * won't be the right thing to do in the verifier.

Completed in 1442 milliseconds

<<31323334353637383940>>