HomeSort by relevance Sort by last modified time
    Searched refs:Verifier (Results 1 - 25 of 68) sorted by null

1 2 3

  /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...]
ASTContextParentMapTest.cpp 29 MatchVerifier<Decl> Verifier;
31 Verifier.match("class C { void f(); };",
36 MatchVerifier<Stmt> Verifier;
37 EXPECT_TRUE(Verifier.match("class C { void f() { if (true) {} } };",
42 MatchVerifier<TypeLoc> Verifier;
44 Verifier.match("namespace a { class b {}; } void f(a::b) {}",
49 MatchVerifier<NestedNameSpecifierLoc> Verifier;
50 EXPECT_TRUE(Verifier.match("namespace a { class b {}; } void f(a::b) {}",
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...]
  /external/libchrome/sandbox/linux/bpf_dsl/
verifier.h 24 class SANDBOX_EXPORT Verifier {
39 DISALLOW_IMPLICIT_CONSTRUCTORS(Verifier);
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 136 CommentVerifier Verifier = Visitor.GetVerifier();
143 CommentVerifier Verifier = Visitor.GetVerifier();
144 Verifier.Match("/* comment */", 1, 26);
155 CommentVerifier Verifier = Visitor.GetVerifier();
156 Verifier.Match("// comment 1", 1, 13);
157 Verifier.Match("// comment 2", 3, 3);
167 CommentVerifier Verifier = Visitor.GetVerifier();
168 Verifier.Match("// visible comment", 4, 1);
189 CommentVerifier Verifier = Visitor.GetVerifier();
190 Verifier.Match("// visible_1", 1, 21)
    [all...]
  /external/v8/src/compiler/
verifier.h 21 class Verifier {
53 DISALLOW_COPY_AND_ASSIGN(Verifier);
graph.cc 12 #include "src/compiler/verifier.h"
48 Verifier::VerifyNode(node);
  /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 {
ErrorCollector.java 35 public class ErrorCollector extends Verifier {
  /external/testng/src/test/java/test/verify/
Verifier.java 11 public @interface Verifier {
VerifyNoListenersSampleTest.java 22 @Verifier
VerifySampleTest.java 7 * Illustrate the implementation of a @Verify/@Verifier test.
9 * One method should be annotated with @Verifier and then each test method
10 * annotated with @Verify will be followed with a call to the @Verifier
28 @Verifier
Verify2SampleTest.java 9 * Illustrate the implementation of a @Verify/@Verifier test.
11 * One method should be annotated with @Verifier and then each test method
12 * annotated with @Verify will be followed with a call to the @Verifier
32 @Verifier
VerifyMethodInterceptor.java 15 IMethodInstance verifier = null; local
18 // twice, once to find the verifier and once more to actually create
21 if (m.getMethod().getMethod().getAnnotation(Verifier.class) != null) {
22 verifier = m;
28 // to the @Verifier method
30 if (m != verifier) {
35 result.add(verifier);
  /external/llvm/lib/IR/
Verifier.cpp 1 //===-- Verifier.cpp - Implement the Module Verifier -----------------------==//
10 // This file defines the function verifier interface, that can be used for some
47 #include "llvm/IR/Verifier.h"
177 class Verifier : public InstVisitor<Verifier>, VerifierSupport {
178 friend class InstVisitor<Verifier>;
213 explicit Verifier(raw_ostream &OS)
353 using InstVisitor<Verifier>::visit;
445 void Verifier::visit(Instruction &I)
    [all...]
Android.mk 52 Verifier.cpp
  /external/autotest/client/cros/image_comparison/
image_comparison_factory.py 10 from autotest_lib.client.cros.image_comparison import verifier namespace
72 @returns a Verifier object initialized with config. values.
80 return verifier.Verifier(image_comparer,
verifier.py 12 class Verifier(object):
  /external/webrtc/webrtc/base/
criticalsection_unittest.cc 156 template <class Op, class Verifier>
184 Verifier verifier_;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
compound_packet_unittest.cc 97 class Verifier : public rtcp::RtcpPacket::PacketReadyCallback {
109 } verifier; local
112 EXPECT_TRUE(rr.BuildExternalBuffer(buffer, kBufferSize, &verifier));
113 EXPECT_EQ(1, verifier.packets_created_);
127 class Verifier : public rtcp::RtcpPacket::PacketReadyCallback {
150 } verifier; local
153 EXPECT_TRUE(rr.BuildExternalBuffer(buffer, kBufferSize, &verifier));
154 EXPECT_EQ(2, verifier.packets_created_);
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationStateQueryTests.cpp 56 InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType);
67 InterpolationOffsetCase::InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType)
69 , m_verifier (verifier)
107 FragmentInterpolationOffsetBitsCase (Context& context, const char* name, const char* desc, QueryType verifier);
117 FragmentInterpolationOffsetBitsCase::FragmentInterpolationOffsetBitsCase (Context& context, const char* name, const char* desc, QueryType verifier)
119 , m_verifier (verifier)
160 static const struct Verifier
162 QueryType verifier;
179 group->addChild(new InterpolationOffsetCase(m_context, verifiers[verifierNdx].name, verifiers[verifierNdx].desc, verifiers[verifierNdx].verifier, InterpolationOffsetCase::TEST_MIN_OFFSET));
188 group->addChild(new InterpolationOffsetCase(m_context, verifiers[verifierNdx].name, verifiers[verifierNdx].desc, verifiers[verifierNdx].verifier, InterpolationOffsetCase::TEST_MAX_OFFSET))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
crypt.py 110 Verifier instance.
243 Verifier instance.
316 Verifier = OpenSSLVerifier
319 Verifier = PyCryptoVerifier
423 verifier = Verifier.from_string(pem, True)
424 if verifier.verify(signed, signature):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 

Completed in 997 milliseconds

1 2 3