Searched refs:has (Results 1 - 25 of 256) sorted by relevance

1234567891011

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DRecognizerSharedState.pm10 has 'following' => (
16 has '_fsp' => (
25 has 'error_recovery' => (
36 has 'last_error_index' => (
43 # has failed to match. Reset to false upon valid token match.
44 has 'failed' => (
51 has 'syntax_errors' => (
59 has 'backtracking' => (
70 has 'rule_memo' => (
82 has 'toke
[all...]
H A DCharStreamState.pm6 has 'p' => (
13 has 'line' => (
20 has 'char_position_in_line' => (
H A DNoViableAltException.pm7 has 'grammar_decision_description' => (
13 has 'decision_number' => (
19 has 'state_number' => (
H A DParserRuleReturnScope.pm7 has 'start' => (
12 has 'stop' => (
H A DRecognitionException.pm11 has 'input' => (
17 has 'index' => (
23 has 'token' => (
28 has 'node' => (
37 has 'c' => (
42 has 'line' => (
48 has 'char_position_in_line' => (
54 has 'approximate_line_info' => (
H A DDFA.pm8 has 'eot' => (
13 has 'eof' => (
18 has 'min' => (
23 has 'max' => (
28 has 'accept' => (
33 has 'special' => (
38 has 'transition' => (
43 has 'decision_number' => (
50 has 'recognizer' => (
166 # Given a String that has
[all...]
H A DCommonToken.pm14 has 'type' => (
20 has 'line' => (
26 has 'char_position_in_line' => (
33 has 'channel' => (
39 has 'input' => (
47 has 'text' => (
53 has 'index' => (
60 has 'start' => (
66 has 'stop' => (
H A DANTLRStringStream.pm12 has 'input' => (
18 has 'p' => (
24 has 'line' => (
30 has 'char_position_in_line' => (
36 has 'mark_depth' => (
42 has 'markers' => (
48 has 'last_marker' => (
54 has 'name' => (
H A DMismatchedTokenException.pm15 has 'expecting' => (
H A DMissingTokenException.pm10 has 'inserted' => (
/external/v8/test/mjsunit/
H A Ddelete.js28 // We use the has() function to avoid relying on a functioning
30 function has(o, k) { return typeof o[k] !== 'undefined'; } function
54 assertTrue(has(o, 'x'));
55 assertTrue(has(o, 'y'));
57 assertFalse(has(o, 'x'));
58 assertTrue(has(o, 'y'));
60 assertFalse(has(o, 'x'));
61 assertFalse(has(o, 'y'));
73 assertFalse(has(o, String.fromCharCode(i)), "deleted (" + i + ")");
74 assertTrue(has(
[all...]
/external/valgrind/main/none/tests/
H A Dtls.stdout.exp1 tls_ptr: case "race" has mismatch: *ip=1 here=0
2 tls_ptr: case "race" has mismatch: *ip=2 here=1
3 tls_ptr: case "race" has mismatch: *ip=3 here=1
4 tls_ptr: case "race" has mismatch: *ip=4 here=2
5 tls_ptr: case "race" has mismatch: *ip=5 here=2
6 tls_ptr: case "race" has mismatch: *ip=6 here=3
7 tls_ptr: case "race" has mismatch: *ip=7 here=3
8 tls_ptr: case "race" has mismatch: *ip=8 here=4
9 tls_ptr: case "race" has mismatch: *ip=9 here=4
10 tls_ptr: case "race" has mismatc
[all...]
/external/clang/test/SemaCXX/
H A Dcxx0x-nontrivial-union.cpp26 int &i; // expected-error {{union member 'i' has reference type 'int &'}}
70 bool has; member in struct:optional::optional
73 optional() : has(false) {}
75 optional(U &&...u) : has(true), value(forward<U>(u)...) {}
77 optional(const optional &o) : has(o.has) {
78 if (has) new (&value) T(o.value);
80 optional(optional &&o) : has(o.has) {
81 if (has) ne
[all...]
H A Dblocks.cpp52 bool has = true;
58 if (has)
63 func(has);
67 if (has)
68 has = 2;
/external/v8/test/mjsunit/harmony/
H A Dproxies-hash.js57 assertTrue(s.has(p1));
58 assertTrue(s.has(p2));
59 assertFalse(s.has(p3));
63 assertTrue(s.has(p1));
64 assertTrue(s.has(p2));
65 assertFalse(s.has(p3));
68 assertTrue(s.has(p1));
69 assertFalse(s.has(p2));
70 assertFalse(s.has(p3));
94 assertTrue(m.has(p
[all...]
H A Dcollections.js34 assertDoesNotThrow(function () { m.has(new Object) });
44 assertDoesNotThrow(function () { m.has(new Object) });
67 assertFalse(set.has(key));
69 assertTrue(set.has(key));
71 assertFalse(set.has(key));
121 assertTrue(m.has(key));
122 assertFalse(m.has(new Object));
124 assertFalse(m.has(key));
125 assertFalse(m.has(new Object));
212 assertFalse(s.has(Na
[all...]
/external/valgrind/main/drd/tests/
H A Dpth_cleanup_handler.stderr.exp2 Cleanup handler has been called.
3 Cleanup handler has been called.
H A Dannotate_publish_hg.stderr.exp2 The annotation macro ANNOTATE_PUBLISH_MEMORY_RANGE has not yet been implemented in <valgrind/helgrind.h>
H A Dpth_uninitialized_cond.stderr.exp4 condition variable has not been initialized: cond 0x........
/external/clang/test/PCH/
H A Dfuzzy-pch.c20 # error FOO has the wrong definition
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntSet.java44 boolean has(int value); method in interface:IntSet
/external/stlport/stlport/stl/
H A D_cprolog.h1 /* NOTE : this header has no guards and is MEANT for multiple inclusion!
12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
H A D_epilog.h1 /* NOTE : this header has no guards and is MEANT for multiple inclusion!
8 # error STLport epilog header can not be included as long as prolog has not be included.
/external/valgrind/main/memcheck/tests/
H A Derr_disable4.stderr.exp4 WARNING: exiting thread has error reporting disabled.
7 WARNING: exiting thread has error reporting disabled.
10 WARNING: exiting thread has error reporting disabled.
13 WARNING: exiting thread has error reporting disabled.
16 WARNING: exiting thread has error reporting disabled.
19 WARNING: exiting thread has error reporting disabled.
22 WARNING: exiting thread has error reporting disabled.
25 WARNING: exiting thread has error reporting disabled.
28 WARNING: exiting thread has error reporting disabled.
31 WARNING: exiting thread has erro
[all...]
/external/elfutils/tests/
H A Drun-readelf-test4.sh32 Index of archive 'testfile19.index' has 4 entries:

Completed in 3198 milliseconds

1234567891011