/external/apache-http/android/src/android/net/http/ |
CertificateChainValidator.java | 58 * The singleton instance of the hostname verifier.
|
/external/deqp/modules/glshared/ |
glsBufferTestUtil.hpp | 176 // Buffer verifier system.
|
/external/llvm/include/llvm/IR/ |
Dominators.h | 199 /// \brief Verifier pass for the \c DominatorTree.
|
/external/llvm/test/CodeGen/ARM/ |
2012-05-29-TailDupBug.ll | 3 ; Teach taildup to update livein set to appease verifier.
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
call.ll | 140 ; We can't use 'musttail' here because the verifier is too conservative and
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
SimpleVerifier.java | 38 * This verifier computes exact class types, instead of using a single "object
|
/external/owasp/sanitizer/lib/junit/ |
junit-src.jar | |
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageDexOptimizer.java | 183 // Dex2oat might fail due to compiler / verifier errors. We soldier on
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-shared-components/15/ |
maven-shared-components-15.pom | 136 <module>maven-verifier</module>
|
/prebuilts/tools/common/m2/repository/junit/junit/4.10/ |
junit-4.10-sources.jar | |
/prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/ |
junit-dep-4.10-sources.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-components/15/ |
maven-shared-components-15.pom | 136 <module>maven-verifier</module>
|
/art/compiler/driver/ |
compiler_driver.cc | 72 #include "verifier/method_verifier.h" 73 #include "verifier/method_verifier-inl.h" 225 // Indicate that type information from the verifier led to devirtualization. 292 // A check-cast could be eliminated due to verifier type analysis. 298 // A check-cast couldn't be eliminated due to verifier type analysis. 783 // exceptions are resolved by the verifier when there is a catch block in an interested method. [all...] |
/art/compiler/optimizing/ |
ssa_builder.cc | 389 // If one predecessor has no value for this local, we trust the verifier has 503 // The verifier has checked that values in arrays cannot be used for both 515 // For other instructions, we assume the verifier has checked that the dex format is correctly
|
builder.cc | 759 // dex registers given. If the instruction was seen as dead by the verifier, 768 // Longs and doubles should be in pairs, that is, sequential registers. The verifier should 769 // reject any class where this is violated. However, the verifier only does these checks [all...] |
code_generator.cc | 35 #include "verifier/dex_gc_map.h" 487 verifier::DexPcToReferenceMap dex_gc_map(&(gc_map_raw)[0]); 640 // call to this method. However, the method verifier does not [all...] |
/art/runtime/verifier/ |
reg_type_cache.cc | 27 namespace verifier { namespace in namespace:art 322 Allocator::GetMallocAllocator()); // TODO: Arenas in the verifier. 617 } // namespace verifier
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
CameraFormatsActivity.java | 16 package com.android.cts.verifier.camera.formats; 18 import com.android.cts.verifier.PassFailButtons; 19 import com.android.cts.verifier.R;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
CameraVideoActivity.java | 16 package com.android.cts.verifier.camera.video; 43 import com.android.cts.verifier.PassFailButtons; 44 import com.android.cts.verifier.R;
|
/external/okhttp/ |
CHANGELOG.md | 88 * Fix: The hostname verifier is now strict. This is consistent with the hostname 89 verifier in modern browsers. 514 the way the hostname verifier was selected.
|
/prebuilts/tools/common/m2/repository/jdom/jdom/1.0/ |
jdom-1.0.jar | |
/external/bouncycastle/patches/ |
bcpkix.patch | 75 - SignerInformationVerifier verifier = verifierProvider.get(signer.getSID()); 77 - if (!signer.verify(verifier)) 97 - throw new CMSException("failure in verifier provider: " + e.getMessage(), e); 160 + // SignerInformationVerifier verifier = verifierProvider.get(signer.getSID()); 162 + // if (!signer.verify(verifier)) 182 + // throw new CMSException("failure in verifier provider: " + e.getMessage(), e); [all...] |
/art/runtime/interpreter/ |
interpreter_common.cc | 24 #include "verifier/method_verifier.h" 663 // new result of the StringFactory. Use the verifier to find this set of registers. 671 string_init_map = std::move(verifier::MethodVerifier::FindStringInitMap(method)); [all...] |
/cts/apps/CameraITS/pymodules/its/ |
device.py | 63 PACKAGE = 'com.android.cts.verifier.camera.its' 64 INTENT_START = 'com.android.cts.verifier.camera.its.START' 65 ACTION_ITS_RESULT = 'com.android.cts.verifier.camera.its.ACTION_ITS_RESULT'
|
/external/android-mock/tests/com/google/android/testing/mocking/ |
AndroidMockTest.java | 462 MethodVerifier verifier = new MethodVerifier(method); local 469 method.instrument(verifier); 470 assertTrue(method.getLongName() + " not called.", verifier.expectedMethodCalled()); [all...] |