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

1 2 3 4 5 6 7 8 91011>>

  /art/test/088-monitor-verification/
info.txt 2 lock checks in the bytecode verifier.
  /art/test/506-verify-aput/
info.txt 2 by the verifier.
  /external/clang/unittests/AST/
SourceLocationTest.cpp 29 // FIXME: Pull the *Verifier tests into their own test file.
32 LocationVerifier<VarDecl> Verifier;
33 Verifier.expectLocation(1, 1);
34 EXPECT_FALSE(Verifier.match("int i", varDecl()));
38 LocationVerifier<VarDecl> Verifier;
39 Verifier.expectLocation(1, 1);
40 EXPECT_FALSE(Verifier.match("int i;", recordDecl()));
44 LocationVerifier<RecordDecl> Verifier;
45 Verifier.expectLocation(1, 1);
46 EXPECT_FALSE(Verifier.match("int i;", varDecl()))
    [all...]
ASTTypeTraitsTest.cpp 117 RangeVerifier<DynTypedNode> Verifier;
118 Verifier.expectRange(1, 1, 1, 11);
119 EXPECT_TRUE(Verifier.match("void f() {}", decl()));
123 RangeVerifier<DynTypedNode> Verifier;
124 Verifier.expectRange(1, 10, 1, 11);
125 EXPECT_TRUE(Verifier.match("void f() {}", stmt()));
129 RangeVerifier<DynTypedNode> Verifier;
130 Verifier.expectRange(1, 1, 1, 8);
131 EXPECT_TRUE(Verifier.match("void f() {}", typeLoc(loc(functionType()))));
135 RangeVerifier<DynTypedNode> Verifier;
    [all...]
  /art/test/076-boolean-put/
info.txt 2 boolean field. The code as generated should not pass the verifier, so the
3 verifier had to be "loosened" to allow this case.
  /external/llvm/test/Verifier/
README.txt 1 This directory contains testcases that the verifier is supposed to detect as
2 malformed LLVM code. Testcases for situations that the verifier incorrectly
comdat3.ll 1 ; This used to be invalid, but now it's valid. Ensure the verifier
  /art/runtime/verifier/
register_line.cc 26 namespace verifier { namespace in namespace:art
28 bool RegisterLine::CheckConstructorReturn(MethodVerifier* verifier) const {
32 const RegType& type = GetRegisterType(verifier, i);
36 << PrettyMethod(verifier->GetMethodReference().dex_method_index,
37 *verifier->GetMethodReference().dex_file);
41 verifier->Fail(VERIFY_ERROR_BAD_CLASS_HARD)
47 const RegType& RegisterLine::GetInvocationThis(MethodVerifier* verifier, const Instruction* inst,
52 verifier->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invoke lacks 'this'";
54 return verifier->GetRegTypeCache()->Conflict();
58 const RegType& this_type = GetRegisterType(verifier, this_reg)
    [all...]
register_line-inl.h 26 namespace verifier { namespace in namespace:art
28 inline const RegType& RegisterLine::GetRegisterType(MethodVerifier* verifier, uint32_t vsrc) const {
31 return verifier->GetRegTypeCache()->GetFromId(line_[vsrc]);
34 inline bool RegisterLine::SetRegisterType(MethodVerifier* verifier, uint32_t vdst,
38 verifier->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Expected category1 register type not '"
51 inline bool RegisterLine::SetRegisterTypeWide(MethodVerifier* verifier, uint32_t vdst,
56 verifier->Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Invalid wide pair '"
69 inline void RegisterLine::SetResultTypeToUnknown(MethodVerifier* verifier) {
70 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId();
74 inline void RegisterLine::SetResultRegisterType(MethodVerifier* verifier, const RegType& new_type)
    [all...]
  /cts/apps/CtsVerifier/
Android.mk 69 # Builds and launches CTS Verifier on a device.
70 .PHONY: cts-verifier
71 cts-verifier: CtsVerifier adb NotificationBot CtsPermissionApp
75 && adb shell "am start -n com.android.cts.verifier/.CtsVerifierActivity"
78 # Creates a "cts-verifier" directory that will contain:
80 # 1. Out directory with a "android-cts-verifier" containing the CTS Verifier
83 # 2. Zipped version of the android-cts-verifier directory to be included with
86 cts-dir := $(HOST_OUT)/cts-verifier
87 verifier-dir-name := android-cts-verifie
    [all...]
  /art/test/516-dead-move-result/
info.txt 2 where a move-result was bogus, but it passed the verifier
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/rail/
rail_ir_finder_test.html 20 var verifier = document.createElement('tr-e-rail-ir-verifier');
21 verifier.customizeModelCallback = function(model) {
23 verifier.expectedIRs = [
25 verifier.verify();
32 var verifier = document.createElement('tr-e-rail-ir-verifier');
33 verifier.customizeModelCallback = function(model) {
85 verifier.expectedIRs = [
92 verifier.verify()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
6 import com.android.cts.verifier.R;
7 import com.android.cts.verifier.nfc.NfcDialogs;
AccessService.java 1 package com.android.cts.verifier.nfc.hce;
7 new ComponentName("com.android.cts.verifier",
OffHostService.java 1 package com.android.cts.verifier.nfc.hce;
7 new ComponentName("com.android.cts.verifier",
PaymentService2.java 1 package com.android.cts.verifier.nfc.hce;
7 new ComponentName("com.android.cts.verifier",
TransportService1.java 1 package com.android.cts.verifier.nfc.hce;
7 new ComponentName("com.android.cts.verifier",
TransportService2.java 1 package com.android.cts.verifier.nfc.hce;
7 new ComponentName("com.android.cts.verifier",
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HostnameVerifierTest.java 52 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); local
53 assertTrue(verifier.verify("foo.com", session));
54 assertFalse(verifier.verify("a.foo.com", session));
55 assertFalse(verifier.verify("bar.com", session));
60 assertTrue(verifier.verify("\u82b1\u5b50.co.jp", session));
61 assertFalse(verifier.verify("a.\u82b1\u5b50.co.jp", session));
66 assertFalse(verifier.verify("foo.com", session));
67 assertFalse(verifier.verify("a.foo.com", session));
68 assertTrue(verifier.verify("bar.com", session));
69 assertFalse(verifier.verify("a.bar.com", session))
146 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); local
159 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); local
182 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); local
210 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); local
243 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); local
280 HostnameVerifier verifier = HttpsURLConnection.getDefaultHostnameVerifier(); local
    [all...]
  /art/test/518-null-array-get/
info.txt 3 (accepted by the verifier in the case the array was null).
  /external/junit/src/org/junit/rules/
Verifier.java 7 * Verifier is a base class for Rules like ErrorCollector, which can turn
16 * public MethodRule verifier = new Verifier() {
28 public class Verifier implements TestRule {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothTestActivity.java 17 package com.android.cts.verifier.bluetooth;
19 import com.android.cts.verifier.ManifestTestListAdapter;
20 import com.android.cts.verifier.PassFailButtons;
21 import com.android.cts.verifier.R;
51 "com.android.cts.verifier.bluetooth.BleAdvertiserTestActivity");
53 "com.android.cts.verifier.bluetooth.BleScannerTestActivity");
55 "com.android.cts.verifier.bluetooth.BleClientTestActivity");
57 "com.android.cts.verifier.bluetooth.BleServerStartActivity");
60 "com.android.cts.verifier.bluetooth.BleAdvertiserTestActivity");
62 "com.android.cts.verifier.bluetooth.BleServerStartActivity")
    [all...]
  /art/test/303-verification-stress/
info.txt 1 This is more a benchmark for the verifier than a real test. We create many
4 verifier on such method.
  /art/compiler/dex/
quick_compiler_callbacks.cc 20 #include "verifier/method_verifier-inl.h"
25 bool QuickCompilerCallbacks::MethodVerified(verifier::MethodVerifier* verifier) {
26 bool result = verification_results_->ProcessVerifiedMethod(verifier);
28 MethodReference ref = verifier->GetMethodReference();
30 ->AnalyseMethodCode(verifier);
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 132 CommentVerifier Verifier = Visitor.GetVerifier();
139 CommentVerifier Verifier = Visitor.GetVerifier();
140 Verifier.Match("/* comment */", 1, 26);
151 CommentVerifier Verifier = Visitor.GetVerifier();
152 Verifier.Match("// comment 1", 1, 13);
153 Verifier.Match("// comment 2", 3, 3);
163 CommentVerifier Verifier = Visitor.GetVerifier();
164 Verifier.Match("// visible comment", 4, 1);
185 CommentVerifier Verifier = Visitor.GetVerifier();
186 Verifier.Match("// visible_1", 1, 21)
    [all...]

Completed in 1514 milliseconds

1 2 3 4 5 6 7 8 91011>>