Searched defs:is (Results 1 - 25 of 258) sorted by path

1234567891011

/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/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c57 static ANTLR3_BOOLEAN mismatchIsUnwantedToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 ttype);
58 static ANTLR3_BOOLEAN mismatchIsMissingToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow);
130 // free it when the base recognizer is freed.
260 /* Now update it to indicate this is a Mismatched token exception
277 pANTLR3_INT_STREAM is; local
284 is = NULL;
295 is = ins->istream;
303 is = parser->tstream->istream;
311 is = tns->istream;
333 switch (is
420 pANTLR3_INT_STREAM is; local
493 pANTLR3_INT_STREAM is; local
529 mismatchIsUnwantedToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 ttype) argument
552 mismatchIsMissingToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow) argument
646 pANTLR3_INT_STREAM is; local
1012 pANTLR3_INT_STREAM is; local
1327 pANTLR3_INT_STREAM is; local
1436 pANTLR3_INT_STREAM is; local
1559 pANTLR3_INT_STREAM is; local
1625 pANTLR3_INT_STREAM is; local
1721 pANTLR3_INT_STREAM is; local
1771 pANTLR3_INT_STREAM is; local
1924 pANTLR3_INT_STREAM is; local
1999 pANTLR3_INT_STREAM is; local
2060 pANTLR3_INT_STREAM is; local
[all...]
H A Dantlr3commontreenodestream.c66 static void consume (pANTLR3_INT_STREAM is);
67 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
68 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
69 static ANTLR3_MARKER mark (pANTLR3_INT_STREAM is);
70 static void release (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
71 static void rewindMark (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
72 static void rewindLast (pANTLR3_INT_STREAM is);
73 static void seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index);
74 static ANTLR3_UINT32 size (pANTLR3_INT_STREAM is);
260 // Signal that this is
615 consume(pANTLR3_INT_STREAM is) argument
631 _LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 i) argument
656 mark(pANTLR3_INT_STREAM is) argument
677 release(pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) argument
688 rewindMark(pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) argument
694 rewindLast(pANTLR3_INT_STREAM is) argument
703 seek(pANTLR3_INT_STREAM is, ANTLR3_MARKER index) argument
715 tindex(pANTLR3_INT_STREAM is) argument
731 size(pANTLR3_INT_STREAM is) argument
[all...]
H A Dantlr3cyclicdfa.c6 * Any state that has a semantic predicate edge is special; those states
8 * which is generated by cyclicDFA template.
79 antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA cdfa) argument
86 mark = is->mark(is); /* Store where we are right now */
99 s = cdfa->specialStateTransition(ctx, rec, is, cdfa, specialState);
112 is->rewind(is, mark);
115 is->consume(is);
193 antlr3dfaspecialStateTransition(void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s) argument
201 antlr3dfaspecialTransition(void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s) argument
[all...]
H A Dantlr3inputstream.c42 static void antlr38BitConsume (pANTLR3_INT_STREAM is);
43 static ANTLR3_UCHAR antlr38BitLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
44 static ANTLR3_UCHAR antlr38BitLA_ucase (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
45 static ANTLR3_MARKER antlr38BitIndex (pANTLR3_INT_STREAM is);
46 static ANTLR3_MARKER antlr38BitMark (pANTLR3_INT_STREAM is);
47 static void antlr38BitRewind (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark);
48 static void antlr38BitRewindLast (pANTLR3_INT_STREAM is);
49 static void antlr38BitRelease (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark);
50 static void antlr38BitSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint);
51 static pANTLR3_STRING antlr38BitGetSourceName (pANTLR3_INT_STREAM is);
193 antlr38BitGetSourceName(pANTLR3_INT_STREAM is) argument
315 antlr38BitConsume(pANTLR3_INT_STREAM is) argument
350 antlr38BitLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
377 antlr38BitLA_ucase(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
416 antlr38BitIndex(pANTLR3_INT_STREAM is) argument
445 antlr38BitMark(pANTLR3_INT_STREAM is) argument
498 antlr38BitRewindLast(pANTLR3_INT_STREAM is) argument
511 antlr38BitRewind(pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) argument
550 antlr38BitRelease(pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) argument
570 antlr38BitSeek(pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) argument
778 antlr3UTF16Consume(pANTLR3_INT_STREAM is) argument
857 antlr3UTF16LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
996 antlr3UTF16Index(pANTLR3_INT_STREAM is) argument
1013 antlr3UTF16Seek(pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) argument
1060 antlr3UTF16ConsumeLE(pANTLR3_INT_STREAM is) argument
1137 antlr3UTF16LALE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1279 antlr3UTF16ConsumeBE(pANTLR3_INT_STREAM is) argument
1358 antlr3UTF16LABE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1570 antlr3UTF32Consume(pANTLR3_INT_STREAM is) argument
1603 antlr3UTF32Index(pANTLR3_INT_STREAM is) argument
1633 antlr3UTF32Seek(pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) argument
1667 antlr3UTF32LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1691 antlr3UTF32LALE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1722 antlr3UTF32LABE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
1804 antlr3UTF8Consume(pANTLR3_INT_STREAM is) argument
1870 antlr3UTF8LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
2034 antlr3EBCDICLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) argument
[all...]
H A Dantlr3tokenstream.c66 static void consume (pANTLR3_INT_STREAM is);
67 static void dbgConsume (pANTLR3_INT_STREAM is);
68 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
69 static ANTLR3_UINT32 dbgLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
70 static ANTLR3_MARKER mark (pANTLR3_INT_STREAM is);
71 static ANTLR3_MARKER dbgMark (pANTLR3_INT_STREAM is);
72 static void release (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark);
73 static ANTLR3_UINT32 size (pANTLR3_INT_STREAM is);
74 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
75 static void rewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKE
416 consumeInitialHiddenTokens(pANTLR3_INT_STREAM is) argument
600 consume(pANTLR3_INT_STREAM is) argument
620 dbgConsume(pANTLR3_INT_STREAM is) argument
800 _LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 i) argument
822 dbgLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 i) argument
837 mark(pANTLR3_INT_STREAM is) argument
846 dbgMark(pANTLR3_INT_STREAM is) argument
859 release(pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) argument
865 size(pANTLR3_INT_STREAM is) argument
882 tindex(pANTLR3_INT_STREAM is) argument
894 dbgRewindLast(pANTLR3_INT_STREAM is) argument
905 rewindLast(pANTLR3_INT_STREAM is) argument
910 rewindStream(pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) argument
915 dbgRewindStream(pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) argument
927 seek(pANTLR3_INT_STREAM is, ANTLR3_MARKER index) argument
938 dbgSeek(pANTLR3_INT_STREAM is, ANTLR3_MARKER index) argument
1083 getSourceName(pANTLR3_INT_STREAM is) argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DStreamRedirector.java12 * distributed under the License is distributed on an "AS IS" BASIS,
46 * @param is stream to be redirected
50 public StreamRedirector(InputStream is, LogWriter logWriter, String name) { argument
54 InputStreamReader isr = new InputStreamReader(is);
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
H A DUnixFileTest.java12 * distributed under the License is distributed on an "AS IS" BASIS,
48 InputStream is; field in class:UnixFileTest.ConsoleResulter
54 is = in;
63 new InputStreamReader(is));
103 // If there is no error, obtain the result
250 // So far this method only deals with the situation that the user is the
276 // However, canRead() always returns true when the user is 'root'.
336 // So far this method only deals with the situation that the user is the
338 // However, canRead() always returns true when the user is 'root'.
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScopeTest.java12 * distributed under the License is distributed on an "AS IS" BASIS,
36 IdentityScope is; field in class:IdentityScopeTest
65 is = new IdentityScopeStub("Aleksei Semenov");
66 assertNotNull(is);
67 assertEquals("Aleksei Semenov", is.getName());
75 is = new IdentityScopeStub("Aleksei Semenov", scope);
76 assertNotNull(is);
77 assertEquals("Aleksei Semenov", is.getName());
78 assertEquals(scope.getName(), is.getScope().getName());
96 is
[all...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java12 * distributed under the License is distributed on an "AS IS" BASIS,
58 * Returns new instance of test certificate each time the method is called.
67 * Returns an array of 3 test certificates. IMP: The array returned is not
70 * arbitrarily and is subject to change.
425 * a) is not abstract, so it can be instantiated<br>
447 * The encoded for of this X509Certificate is a byte array where
601 * encoded} form is stored.<br>
603 * @throws CertificateException is the presumption is not met or if
606 public Certificate engineGenerateCertificate(InputStream is) argument
[all...]
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
H A DSerializationTest.java12 * distributed under the License is distributed on an "AS IS" BASIS,
53 * <b>testing mode </b>. The actual mode is selected via
54 * <b>&quot;test.mode&quot; </b> system property. The <b>testing mode </b> is
58 * is performed but golden files are produced, which contain reference
61 * The location of golden files (in both modes) is controlled via
118 * This is the main working method of this framework. Subclasses must
205 public static Serializable getObjectFromStream(InputStream is) throws IOException, argument
207 ObjectInputStream ois = new ObjectInputStream(is);
242 * Comparator for verifying that deserialized object is the same as initial.
385 * The <code>comparator</code> is searche
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java12 * distributed under the License is distributed on an "AS IS" BASIS,
184 String readln(InputStream is) throws IOException { argument
187 int c = is.read();
201 c = is.read();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java13 * distributed under the License is distributed on an "AS IS" BASIS,
28 * This class is not a public API.
29 * It is public because it is used outside of this package.
44 /** Bit position if this element type is empty. */
47 /** Bit position if this element type is a flow. */
50 /** Bit position if this element type is a block. */
53 /** Bit position if this element type is a block form. */
56 /** Bit position if this element type is a block form field set. */
59 /** Bit position if this element type is CDAT
138 private boolean is(int flags) method in class:ElemDesc
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1InputStream.java14 * the stream. If an ASN.1 NULL is encountered a DER/BER Null object is
27 InputStream is)
29 this(is, StreamUtil.findLimit(is));
34 * the stream is automatically limited to the length of the input array.
46 * the stream is automatically limited to the length of the input array.
287 // with tagged object tag number is bottom 5 bits, or stored at the start of the content
443 return DERNull.INSTANCE; // actual content is ignored (enforce 0 length?)
26 ASN1InputStream( InputStream is) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
H A Dparse-js.js5 This version is suitable for Node.js. With minimal changes (the
8 This file contains the tokenizer/parser. It is a port to JavaScript
629 function is(type, value) {
669 if (is(type, val)) {
679 S.token.nlb || is("eof") || is("punc", "}")
684 if (is("punc", ";")) next();
711 if (is("operator", "/")) {
773 is("punc", ";")
820 var name = is("nam
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A D__init__.py31 import builders # Why is this in port? namespace
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DParseContext.h3 // Use of this source code is governed by a BSD-style license that can be
28 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, sh::GLenum type, ShShaderSpec spec, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) : argument
43 diagnostics(is),
60 bool checksPrecisionErrors; // true if an error will be generated when a variable is declared without precision, explicit or implicit.
61 bool fragmentPrecisionHigh; // true if highp precision is supported in the fragment language.
80 // This method is guaranteed to succeed, even if no variable with 'name' exists.
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DModuleNode.py61 # right concept is to split ModuleNode into a ModuleNode and a
95 if not self.doc is None:
334 # init_globals is inserted before this
464 all_defined_here = module is env
504 definition = module is env
527 # This is to work around the fact that array.h isn't part of the C-API,
539 defined_here = module is env
628 error(self.pos, "a default encoding must be provided if c_string_type is not a byte type")
655 if Options.pre_import is not None: namespace
855 if value_entry.value_node is no
2356 if Options.pre_import is not None: namespace
[all...]
H A DParsing.py179 #comp_op: '<'|'>'|'=='|'>='|'<='|'<>'|'!='|'in'|'not' 'in'|'is'|'is' 'not'
226 elif s.sy == 'is':
232 op = 'is'
242 'in', 'is', 'not'
309 and base_type.name is None):
335 # If it is actually a type, but parsable as an expression,
564 # it is followed by something in follow_set.
670 # '3L' is ambiguous in Py2 but not in Py3. '3U' and '3LL' are
695 if node is no
1323 s.error("Relative cimport is not supported yet") namespace
1331 s.error("Relative cimport is not supported yet") namespace
[all...]
H A DSymtab.py98 # type is an extension type
102 # is_interned boolean For string const entries, value is interned
103 # is_identifier boolean For string const entries, value is an identifier
109 # utility_code string Utility code needed when this entry is used
119 # error_on_uninitialized Have Control Flow issue an error when this entry is
121 # cf_used boolean Entry is used
123 # is a specialization
209 error(self.pos, "Previous declaration is here")
271 # is_passthrough boolean Outer scope is passed directly
298 # The outer_scope is th
860 if Options.pre_import is None: namespace
[all...]

Completed in 1808 milliseconds

1234567891011