Searched refs:ok (Results 1 - 25 of 1114) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DBooleanTest.java31 private boolean ok; field in class:BooleanTest
33 public BooleanTest(boolean ok) { argument
34 this.ok = ok;
39 return (ok)? "OK" : "FAIL";
44 return (ok)? gUnitParser.OK : gUnitParser.FAIL;
61 return (ok)? "OK" : "FAIL";
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as539 * ttype then it is ok to "insert" the missing token, else throw
574 input.consume(); // move past ttype token as if all were ok
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as12 * track ourselves. That's ok, it's only for debugging, though it's
71 * and child isNil then you can decide it is ok to move children to t via
94 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
103 * Be advised that it's ok for newRoot to point at oldRoot's
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas120 /// can decide it is ok to move children to t via t.children = child.children;
128 /// if it's not ok to move children to t with a simple assignment.
148 /// If oldRoot was null, it's ok, just return newRoot (even if isNil).
157 /// Be advised that it's ok for newRoot to point at oldRoot's
303 /// If your node type doesn't handle this, it's ok but the tree rewrites
313 /// If your node type doesn't handle this, it's ok but the tree rewrites
859 /// Referencing a rule result twice is ok; dup entire tree as
3619 // if size is 1, it's ok; return and we'll dup
H A DAntlr.Runtime.pas2040 /// ttype then it is ok to "insert" the missing token, else throw
4654 Input.Consume; // move past ttype token as if all were ok
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DBitSet.pm14 ok my $bs = $class->new();
21 ok !$bs->member(0);
22 ok !$bs->member(1);
23 ok $bs->member(2);
24 ok !$bs->member(3);
31 ok $bs->member(4);
45 ok $bs->member(16) ;
H A DCommonToken.pm23 ok(ANTLR::Runtime::Token->EOF_TOKEN == ANTLR::Runtime::Token->EOF_TOKEN);
24 ok(ANTLR::Runtime::Token->SKIP_TOKEN == ANTLR::Runtime::Token->SKIP_TOKEN);
28 ok !(ANTLR::Runtime::Token->EOF_TOKEN != ANTLR::Runtime::Token->EOF_TOKEN);
29 ok !(ANTLR::Runtime::Token->SKIP_TOKEN != ANTLR::Runtime::Token->SKIP_TOKEN);
33 ok !ANTLR::Runtime::Token->EOF_TOKEN;
H A DLexer.pm15 ok defined $lexer;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java351 * I'll handle them here. This is used only after file has loaded ok
854 boolean ok = true;
865 ok = false;
872 ok = false;
876 ok = false;
878 return ok;
883 boolean ok = true;
886 ok = false;
890 ok = false;
894 ok
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java136 boolean ok = task.call();
144 return ok;
147 /** Return true if all is ok, no errors */
331 boolean ok;
333 ok = compile(parserName+".java");
334 if ( !ok ) { allIsWell = false; }
336 ok = compile(lexerName+".java");
337 if ( !ok ) { allIsWell = false; }
340 boolean ok = compile(parserName+".java");
341 if ( !ok ) { allIsWel
[all...]
H A DTestCompositeGrammars.java785 boolean ok =
787 boolean expecting = true; // should be ok
788 assertEquals(expecting, ok);
848 boolean ok =
850 boolean expecting = true; // should be ok
851 assertEquals(expecting, ok);
948 boolean ok =
950 boolean expecting = true; // should be ok
951 assertEquals(expecting, ok);
968 boolean ok
[all...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DEncryptedPrivateKeyInfoTest.java220 } catch (NullPointerException ok) {
235 } catch (IOException ok) {
251 } catch (IOException ok) {
274 } catch (IOException ok) {
285 } catch (IOException ok) {
296 } catch (IOException ok) {
317 } catch (IOException ok) {
328 } catch (IOException ok) {
339 } catch (IOException ok) {
401 } catch (NoSuchAlgorithmException ok) {
[all...]
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DIdentityTest.java126 } catch (KeyManagementException ok) {
151 } catch (KeyManagementException ok) {
152 } catch (NullPointerException ok) {
173 // } catch (KeyManagementException ok) {
178 // } catch (KeyManagementException ok) {
266 } catch (KeyManagementException ok) {
285 // } catch (KeyManagementException ok) {};
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DGuardedObjectTest.java66 } catch (Exception ok) {
67 assertEquals(message, ok.getMessage());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DTrustAnchorTest.java132 } catch (NullPointerException ok) {
139 } catch (NullPointerException ok) {
146 } catch (NullPointerException ok) {
153 } catch (IllegalArgumentException ok) {
160 } catch (IllegalArgumentException ok) {
251 } catch (NullPointerException ok) {
258 } catch (NullPointerException ok) {
266 } catch (NullPointerException ok) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DGuardedObjectTest.java56 } catch (SecurityException ok) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DECGenParameterSpecTest.java66 } catch (NullPointerException ok) {
H A DECPointTest.java73 } catch (NullPointerException ok) {
81 } catch (NullPointerException ok) {
89 } catch (NullPointerException ok) {
H A DEllipticCurveTest.java86 } catch (NullPointerException ok) {
98 } catch (NullPointerException ok) {
110 } catch (NullPointerException ok) {
136 } catch (IllegalArgumentException ok) {
149 } catch (IllegalArgumentException ok) {
162 } catch (IllegalArgumentException ok) {
175 } catch (IllegalArgumentException ok) {
201 } catch (IllegalArgumentException ok) {
214 } catch (IllegalArgumentException ok) {
227 } catch (IllegalArgumentException ok) {
[all...]
H A DMGF1ParameterSpecTest.java68 } catch (NullPointerException ok) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
H A DSystemScopeTest.java124 } catch (KeyManagementException ok) {
132 } catch (KeyManagementException ok) {
H A DUnresolvedPrincipalTest.java49 } catch (IllegalArgumentException ok) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DSequenceTest.java88 values[0] = obj.ok;
127 public Boolean ok; field in class:SequenceTest.AppClass
131 public AppClass(Boolean ok, List list) { argument
132 this.ok = ok;
139 return ok.equals(obj.ok) && list.equals(obj.list);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DTrustAnchor_ImplTest.java148 } catch (NullPointerException ok) {
178 } catch (IllegalArgumentException ok) {
191 } catch (IllegalArgumentException ok) {
204 } catch (IllegalArgumentException ok) {
217 } catch (IllegalArgumentException ok) {
230 } catch (IllegalArgumentException ok) {
244 } catch (IllegalArgumentException ok) {
259 } catch (IllegalArgumentException ok) {
306 } catch (IllegalArgumentException ok) {
348 } catch (IllegalArgumentException ok) {
[all...]

Completed in 568 milliseconds

1234567891011>>