Searched refs:is (Results 401 - 425 of 7284) sorted by relevance

<<11121314151617181920>>

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DStateListDrawableTest.java12 import static org.hamcrest.CoreMatchers.is;
30 assertThat(((ShadowBitmapDrawable) shadowOf(drawableForState)).getPath(), is("/foo"));
43 assertThat(((ShadowBitmapDrawable) shadowOf(drawableForState)).getPath(), is("/foo"));
/external/skia/tools/lua/
H A Dscrape.lua25 startcanvas() is called at the start of each picture file, passing the
29 where t is a table of parameters that were passed to that draw-op.
31 t.verb is a string holding the name of the draw-op (e.g. "drawRect")
33 when a given picture is done, we call endcanvas(canvas, fileName)
40 Called when the current canvas is done drawing.
47 Called with the parameters to each canvas.draw call, where canvas is the
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pmovmskb.stderr.exp6 0: Invalid value is false
12 1: Invalid value is false
18 2: Invalid value is false
24 3: Invalid value is false
30 4: Invalid value is false
36 5: Invalid value is false
42 6: Invalid value is false
48 7: Invalid value is false
54 8: Invalid value is false
60 9: Invalid value is fals
[all...]
/external/valgrind/main/memcheck/tests/
H A Dbadrw.stderr.exp3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
H A Dfprw.stderr.exp9 Address 0x........ is 0 bytes inside a block of size 8 free'd
15 Address 0x........ is 0 bytes inside a block of size 8 free'd
21 Address 0x........ is 0 bytes inside a block of size 4 free'd
27 Address 0x........ is 0 bytes inside a block of size 4 free'd
34 Address 0x........ is not stack'd, malloc'd or (recently) free'd
38 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
H A Dmismatches.stderr.exp4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
11 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
18 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
25 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
32 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
39 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
H A Dvarinfo1.stderr.exp4 Address 0x........ is 1 bytes inside a block of size 3 alloc'd
11 Location 0x........ is 0 bytes inside global var "global_u1"
17 Location 0x........ is 0 bytes inside global var "global_i1"
23 Location 0x........ is 0 bytes inside global_u2[3],
29 Location 0x........ is 0 bytes inside global_i2[7],
35 Location 0x........ is 0 bytes inside local var "local"
/external/libvorbis/doc/
H A D05-comment.tex8 The Vorbis text comment header is the second (of three) header
9 packets that begin a Vorbis bitstream. It is meant for short text
14 The comment field is meant to be used much like someone jotting a
33 The comment header is logically a list of eight-bit-clean vectors; the
34 number of vectors is bounded to $2^{32}-1$ and the length of each vector
35 is limited to $2^{32}-1$ bytes. The vector length is encoded; the vector
37 list, there is a single vector for vendor name (also 8 bit clean,
43 in the comment header is octet-aligned, they can simply be read as
46 The comment header is decode
[all...]
H A D07-floor1.tex11 amplitude axis. The integer plotting algorithm used is similar to
26 \item the first line segment (base case) is a logical line spanning
36 x_0,y_0 to x_new,y_new and from x_new,y_new to x_1,y_1. This step is
38 amplitude value at x_new so that later refinement is additionally
43 is completed at the end of the x value list.
52 The list of selected X values in increasing order is
72 Although the new Y value at X position 96 is unchanged, it is still
87 behavior is used for actual decode, as described later. The actual
96 A list of floor X values is store
[all...]
H A D01-introduction.tex12 understanding of the Vorbis decode process, which is
16 Vorbis is a general purpose perceptual audio CODEC intended to allow
20 it is in the same league as MPEG-2 and MPC. Similarly, the 1.0
22 without resampling to a lower rate. Vorbis is also intended for
30 Vorbis I is a forward-adaptive monolithic transform CODEC based on the
31 Modified Discrete Cosine Transform. The codec is structured to allow
40 encoder and simple, low-complexity decoder. Vorbis decode is
46 to which they are pre-decoded into a cache is the dominant factor in
51 against errors; it is solely a method of accepting input audio,
56 audio stream. Vorbis is
[all...]
/external/llvm/include/llvm/ADT/
H A DPointerUnion.h5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the PointerUnion class, which is a discriminated union of
33 /// Ret will be EQ type if T1 is same as T2 or NE type otherwise.
51 /// Provide PointerLikeTypeTraits for void* that is used by PointerUnion
73 /// printf("%d %d", P.is<int*>(), P.is<float*>()); // prints "1 0"
107 /// isNull - Return true if the pointer held in the union is null,
108 /// regardless of which type it is.
116 /// is<T>() return true if the Union currently holds the type matching T.
118 int is() cons
235 int is() const { function in struct:llvm::PointerUnion3::IsInnerUnion
249 int is() const { function in struct:llvm::PointerUnion3::IsPT3
278 int is() const { function in class:llvm::PointerUnion3
392 int is() const { function in class:llvm::PointerUnion4
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb24 * alternatives is not LL(k) for a fixed k. However, it is
28 * long in theory, but is <=10 in most cases. Works great.
35 { @output.puts( $functionHeader.name + " is a declaration") }
37 { @output.puts( $functionHeader.name + " is a definition") }
138 bar is a declaration
139 foo is a definition
/external/clang/lib/Parse/
H A DParser.cpp5 // This file is distributed under the University of Illinois Open Source
44 // __except is accepted as a (contextual) keyword
106 return Tok.is(tok::colon) || Tok.is(tok::comma); // : or , for ;
113 if (Tok.is(ExpectedTok) || Tok.is(tok::code_completion)) {
161 if (Tok.is(tok::code_completion)) {
166 if ((Tok.is(tok::r_paren) || Tok.is(tok::r_square)) &&
167 NextToken().is(to
[all...]
H A DParseObjc.cpp5 // This file is distributed under the University of Illinois Open Source
28 if (Tok.is(tok::kw___attribute)) {
49 if (Tok.is(tok::code_completion)) {
187 if (Tok.is(tok::code_completion)) {
204 if (Tok.is(tok::l_paren) &&
212 if (Tok.is(tok::code_completion)) {
218 // For ObjC2, the category name is optional (not an error).
219 if (Tok.is(tok::identifier)) {
242 if (Tok.is(tok::less) &&
256 if (Tok.is(to
[all...]
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DIoUtil.java11 * distributed under the License is distributed on an "AS IS" BASIS,
31 public static void pipe(InputStream is, OutputStream out, byte[] buf) throws IOException { argument
33 int amt = is.read(buf);
119 final InputStream is = inputZip.getInputStream(inputEntry);
120 IoUtil.pipe(is, baos, buf);
121 is.close();
/external/valgrind/main/drd/tests/
H A Dthread_name.stderr.exp6 The object at address 0x........ is not a mutex.
15 The object at address 0x........ is not a mutex.
24 The object at address 0x........ is not a mutex.
33 The object at address 0x........ is not a mutex.
42 The object at address 0x........ is not a mutex.
51 The object at address 0x........ is not a mutex.
60 The object at address 0x........ is not a mutex.
69 The object at address 0x........ is not a mutex.
78 The object at address 0x........ is not a mutex.
87 The object at address 0x........ is no
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnDiffFooter.pl215 + This is an example sentence.
241 + This is an example sentence.
263 +This is an example sentence.
285 +This is an example sentence.
303 + This is an example sentence.
325 + This is an example sentence.
346 + This is an example sentence.
372 + This is an example sentence.
390 + This is an example sentence.
412 + This is a
[all...]
/external/clang/lib/Lex/
H A DTokenConcatenation.cpp5 // This file is distributed under the University of Illinois Open Source
21 /// IsStringPrefix - Return true if Str is a string prefix.
47 /// is literally 'L', 'u', 'U', or 'u8'. Including raw versions.
176 // If the next token is '=' or '==', avoid concatenation.
177 if (Tok.is(tok::equal) || Tok.is(tok::equalequal))
213 // In C++11, a string or character literal followed by an identifier is a
218 // A ud-suffix is an identifier. If the previous token ends with one, treat
225 if (Tok.is(tok::numeric_constant))
228 if (Tok.getIdentifierInfo() || Tok.is(to
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-memsize-comparison.cpp20 expected-warning{{size argument in 'memset' call is a comparison}} \
26 expected-warning{{size argument in 'memmove' call is a comparison}} \
32 expected-warning{{size argument in 'memcpy' call is a comparison}} \
38 expected-warning{{size argument in 'memcmp' call is a comparison}} \
44 expected-warning{{size argument in 'strncmp' call is a comparison}} \
50 expected-warning{{size argument in 'strncasecmp' call is a comparison}} \
56 expected-warning{{size argument in 'strncpy' call is a comparison}} \
62 expected-warning{{size argument in 'strncat' call is a comparison}} \
68 expected-warning{{size argument in 'strndup' call is a comparison}} \
74 expected-warning{{size argument in 'strlcpy' call is
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_multithread_makecurrent.spec27 OpenGL 1.0 or later is required.
28 GLX 1.3 or later is required.
39 thread starts working on that object is difficult. For them,
41 usage with a mutex is both higher performance and easier to
79 If ctx is current to some other thread, then
82 If ctx is an indirect context current to some other thread,
86 If ctx is current to some other thread, then
89 If ctx is an indirect context current to some other thread,
110 context's refcount is reduced and the new context's refcount is
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAnimator.cpp5 * Use of this source code is governed by a BSD-style license that can be
54 SkFILEStream* is = new SkFILEStream(path); local
55 SkAutoUnref aur(is);
56 return is->isValid() && this->decodeStream(is);
60 SkMemoryStream* is = new SkMemoryStream(buffer, size); local
61 SkAutoUnref aur(is);
62 return this->decodeStream(is);
/external/chromium_org/v8/src/base/
H A Dbuild_config.h2 // Use of this source code is governed by a BSD-style license that can be
20 // Since Native Client is ILP-32 on all architectures we use
62 // in the same way as the host architecture, that is, target the native
111 #error Target architecture ia32 is only supported on ia32 host
115 #error Target architecture x64 is only supported on x64 host
119 #error Target architecture x32 is only supported on x64 host with x32 support
122 #error Target architecture arm is only supported on arm and ia32 host
125 #error Target architecture arm64 is only supported on arm64 and x64 host
128 #error Target architecture mips is only supported on mips and ia32 host
131 #error Target architecture mips64 is onl
[all...]
/external/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec27 OpenGL 1.0 or later is required.
28 GLX 1.3 or later is required.
39 thread starts working on that object is difficult. For them,
41 usage with a mutex is both higher performance and easier to
79 If ctx is current to some other thread, then
82 If ctx is an indirect context current to some other thread,
86 If ctx is current to some other thread, then
89 If ctx is an indirect context current to some other thread,
110 context's refcount is reduced and the new context's refcount is
[all...]
/external/skia/samplecode/
H A DSampleAnimator.cpp5 * Use of this source code is governed by a BSD-style license that can be
54 SkFILEStream* is = new SkFILEStream(path); local
55 SkAutoUnref aur(is);
56 return is->isValid() && this->decodeStream(is);
60 SkMemoryStream* is = new SkMemoryStream(buffer, size); local
61 SkAutoUnref aur(is);
62 return this->decodeStream(is);
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFactoriesTest.java12 * distributed under the License is distributed on an "AS IS" BASIS,
303 InputStream is = null;
311 is = s.getInputStream();
317 int len = is.read(buff);
326 255, is.read());
328 System.out.println("Server is closed: "
333 -1, is.read());
335 System.out.println("Server is closed: "
340 -1, is.read());
352 if (is !
[all...]

Completed in 1574 milliseconds

<<11121314151617181920>>