Searched refs:is (Results 201 - 225 of 7284) sorted by relevance

1234567891011>>

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedOdexFile.java85 public static DexBackedOdexFile fromInputStream(@Nonnull Opcodes opcodes, @Nonnull InputStream is) argument
87 if (!is.markSupported()) {
90 is.mark(8);
93 ByteStreams.readFully(is, partialHeader);
95 throw new NotADexFile("File is too short");
97 is.reset();
102 is.reset();
104 ByteStreams.readFully(is, odexBuf);
107 ByteStreams.skipFully(is, dexOffset - OdexHeaderItem.ITEM_SIZE);
110 byte[] dexBuf = ByteStreams.toByteArray(is);
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonErrorNode.as21 // sometimes resync does not consume a token (when LT(1) is
23 // Also handle case where start is the first token and no token
24 // is consumed during recovery; LT(-1) will return null.
43 if ( start is Token ) {
51 else if ( start is Tree ) {
56 // next one is for sure correct.
63 if ( trappedException is MissingTokenException ) {
68 else if ( trappedException is UnwantedTokenException ) {
73 else if ( trappedException is MismatchedTokenException ) {
76 else if ( trappedException is NoViableAltExceptio
[all...]
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A DAndroid.mk11 # distributed under the License is distributed on an "AS IS" BASIS,
17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/Android.mk
19 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until
23 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp
27 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap
31 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp
/external/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/
H A DAndroid.mk11 # distributed under the License is distributed on an "AS IS" BASIS,
17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/Android.mk
19 test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until
23 test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp
27 test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted
31 test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCookieManagerTest.java8 import static org.hamcrest.CoreMatchers.is;
17 assertThat( CookieManager.getInstance(), is(CookieManager.getInstance()));
26 assertThat(cookieManager.getCookie(url), is(value));
40 assertThat(cookieManager.getCookie("http://www.google.com"), is(value1));
41 assertThat(cookieManager.getCookie(url2), is(value2));
/external/antlr/antlr-3.4/runtime/C/src/
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...]
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...]
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp5 // This file is distributed under the University of Illinois Open Source
320 assert(Tok->Tok.is(tok::l_brace));
328 } while (NextTok->is(tok::comment));
342 // binary operators is a bit hacky.
346 // If there is a comma, semicolon or right paren after the closing
347 // brace, we assume this is a braced initializer list. Note that
398 assert(FormatTok->Tok.is(tok::l_brace) && "'{' expected");
410 if (!FormatTok->Tok.is(tok::r_brace)) {
417 if (MunchSemi && FormatTok->Tok.is(tok::semi))
435 return I->Tok->is(to
[all...]
H A DFormatToken.h5 // This file is distributed under the University of Illinois Open Source
126 /// \brief Whether there is at least one unescaped newline before the \c
134 /// whitespace (relative to \c WhiteSpaceStart). 0 if there is no '\n'.
149 /// \brief Indicates that this is the first token.
173 /// \brief Set to \c true if this token is an unterminated literal.
176 /// \brief Contains the kind of block if this token is a brace.
184 /// \brief \c true if it is allowed to break before this token.
189 /// \brief Number of parameters, if this is "(", "[" or "<".
191 /// This is initialized to 1 as we don't need to distinguish functions with
197 /// if this is "(", "[" o
269 bool is(tok::TokenKind Kind) const { return Tok.is(Kind); } function in struct:clang::format::FormatToken
[all...]
H A DTokenAnnotator.cpp5 // This file is distributed under the University of Illinois Open Source
49 // If there's a template keyword before the opening angle bracket, this is a
55 if (CurrentToken->is(tok::greater)) {
65 // If a && or || is found and interpreted as a binary operator, this set
66 // of angles is likely part of something like "a < b && c > d". If the
70 // FIXME: This is getting out of hand, write a decent parser.
92 // FIXME: This is a bit of a hack. Do better.
98 if (CurrentToken->is(tok::caret)) {
104 MaybeSel->Previous->is(tok::at)) {
120 } else if (Left->Previous && Left->Previous->is(to
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd10 # raise Python exceptions. It is important to understand some of
12 # the Unix errno variable: there is a global indicator (per
22 # function it called already set it. It is responsible for either
25 # memory allocations); it should not continue normally if it is
27 # it is important to indicate to the caller that an error has been
28 # set. If the error is not handled or carefully propagated,
35 # interact with the error indicator in various ways. There is a
40 # indicator. Call this function only when the error indicator is
45 # Test whether the error indicator is set. If set, return the
58 # exc)". This should only be called when an exception is actuall
[all...]
H A Dweakref.pxd6 # Return true if ob is either a reference or proxy object.
9 # Return true if ob is a reference object.
12 # Return true if *ob* is a proxy object.
16 # always return a new reference, but is not guaranteed to create a
19 # receives notification when ob is garbage collected; it should
21 # object itself. callback may also be None or NULL. If ob is not
22 # a weakly-referencable object, or if callback is not callable,
27 # will always return a new reference, but is not guaranteed to
30 # receives notification when ob is garbage collected; it should
32 # object itself. callback may also be None or NULL. If ob is no
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3cyclicdfa.h4 /// structures and show Java how it is done ;-)
44 // If this header file is included as part of a generated recognizer that
45 // is being compiled as if it were C++, and this is Windows, then the const elements
71 ANTLR3_INT32 (*specialStateTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa, ANTLR3_INT32 s);
73 ANTLR3_INT32 (*specialTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa, ANTLR3_INT32 s);
75 ANTLR3_INT32 (*predict) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa);
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_window_pos.spec26 OpenGL 1.0 is required.
27 The extension is written against the OpenGL 1.2 Specification
34 desired window coordinate is outside of the window's bounds one must
41 clip testing is not performed.
89 WindowPos3MESA (or WindowPos2MESA) is analaguos, but sets only
107 to that of RasterPos is expected.
111 INVALID_OPERATION is generated if WindowPosMESA is called between
H A DMESA_shader_debug.spec29 OpenGL 1.0 is required.
31 The ARB_shader_objects extension is required.
33 The ARB_shading_language_100 extension is required.
35 The extension is written against the OpenGL 1.5 specification.
37 The extension is written against the OpenGL Shading Language 1.10
46 is maintained. A debug object can be attached, detached and queried
156 is complete.
158 The text, if any, produced by any of these functions is appended
159 to each debug object that is attached to the program object.
189 print log" (XXX DEBUG_PRINT_MESA?). Each component is writte
[all...]
/external/mesa3d/docs/
H A DMESA_window_pos.spec26 OpenGL 1.0 is required.
27 The extension is written against the OpenGL 1.2 Specification
34 desired window coordinate is outside of the window's bounds one must
41 clip testing is not performed.
89 WindowPos3MESA (or WindowPos2MESA) is analaguos, but sets only
107 to that of RasterPos is expected.
111 INVALID_OPERATION is generated if WindowPosMESA is called between
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A DREADME4 * Permission is hereby granted, free of charge, to any person
9 * of the Software, and to permit persons to whom the Software is
30 The XA state tracker is intended as a versioned interface to gallium for
34 The motivation behind this state tracker is that the Xorg state tracker has
42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
46 Therefore the xa state tracker is intended to supply the following
64 and the major version number is still 0. Any minor bump should be viewed as
70 It is allowed to add function interfaces while only bumping minor. Any
/external/mesa3d/src/gallium/state_trackers/xa/
H A DREADME4 * Permission is hereby granted, free of charge, to any person
9 * of the Software, and to permit persons to whom the Software is
30 The XA state tracker is intended as a versioned interface to gallium for
34 The motivation behind this state tracker is that the Xorg state tracker has
42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
46 Therefore the xa state tracker is intended to supply the following
64 and the major version number is still 0. Any minor bump should be viewed as
70 It is allowed to add function interfaces while only bumping minor. Any
/external/nanopb-c/generator/
H A Dprotoc-gen-nanopb.bat2 :: This file is used to invoke nanopb_generator.py as a plugin
8 :: path is already set up properly and there is no need to give
/external/valgrind/main/memcheck/tests/
H A Dexecve1.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
/external/clang/lib/Parse/
H A DParseTemplate.cpp5 // This file is distributed under the University of Illinois Open Source
33 if (Tok.is(tok::kw_template) && NextToken().isNot(tok::less)) {
50 /// syntactic form of both features is nearly identical, we parse all
64 assert((Tok.is(tok::kw_export) || Tok.is(tok::kw_template)) &&
137 } while (Tok.is(tok::kw_export) || Tok.is(tok::kw_template));
179 if (Tok.is(tok::kw_using))
190 if (Tok.is(tok::semi)) {
215 if (Tok.is(to
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DKeyAlgorithm.h64 DEFINE_TYPE_CASTS(thisType, KeyAlgorithm, value, value->is##thisType(), value.is##thisType())
/external/clang/test/SemaTemplate/
H A Ddefault-arguments-cxx0x.cpp42 template <typename...> struct is { struct in namespace:PR16975
49 bool = is<Types...>()>
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOInputStream.java11 * distributed under the License is distributed on an "AS IS" BASIS,
31 public OpenSSLBIOInputStream(InputStream is) { argument
32 super(is);
H A DOpenSSLX509CertificateFactory.java11 * distributed under the License is distributed on an "AS IS" BASIS,
60 * The code for X509 Certificates and CRL is pretty much the same. We use
82 throw new ParsingException("inStream is empty");
137 /* Attempt to see if this is a PKCS#7 bag. */
145 throw new ParsingException("inStream is empty");
176 * there is an error during certificate generation.
208 protected abstract List<? extends T> fromPkcs7PemInputStream(InputStream is) argument
211 protected abstract List<? extends T> fromPkcs7DerInputStream(InputStream is) argument
218 public OpenSSLX509Certificate fromX509PemInputStream(InputStream is)
220 return OpenSSLX509Certificate.fromX509PemInputStream(is);
[all...]

Completed in 540 milliseconds

1234567891011>>