Searched refs:is (Results 276 - 300 of 7284) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_font_utils.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
30 FileInputStream is; local
31 is.Open(font_path);
32 factory->LoadFontsForBuilding(&is, builders);
46 FileInputStream is; local
47 is.Open(font_path);
48 factory->LoadFonts(&is, fonts);
49 is.Close();
/external/sfntly/cpp/src/test/
H A Dtest_font_utils.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
30 FileInputStream is; local
31 is.Open(font_path);
32 factory->LoadFontsForBuilding(&is, builders);
46 FileInputStream is; local
47 is.Open(font_path);
48 factory->LoadFonts(&is, fonts);
49 is.Close();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTabSpecTest.java18 import static org.hamcrest.core.Is.is;
36 assertThat(self, is(spec));
37 assertThat(shadowOf(spec).getIndicatorAsView(), is(view));
45 assertThat(self, is(spec));
46 assertThat(shadowOf(spec).getContentAsIntent(), is(intent));
56 assertThat(shadowOf(spec).getIndicatorLabel(), is("labelText"));
57 assertThat(shadowOf(spec).getText(), is("labelText"));
64 assertThat(shadowOf(spec).getIndicatorLabel(), is("labelText"));
65 assertThat(shadowOf(spec).getText(), is("labelText"));
66 assertThat(shadowOf(spec).getIndicatorIcon(), is(icon
[all...]
H A DAdapterViewBehavior.java14 import static org.hamcrest.CoreMatchers.is;
121 assertThat(adapterView.getVisibility(), is(View.GONE));
122 assertThat(emptyView.getVisibility(), is(View.VISIBLE));
131 assertThat(adapterView.getVisibility(), is(View.GONE));
132 assertThat(emptyView.getVisibility(), is(View.VISIBLE));
141 assertThat(adapterView.getVisibility(), is(View.VISIBLE));
142 assertThat(emptyView.getVisibility(), is(View.GONE));
152 assertThat(adapterView.getVisibility(), is(View.GONE));
153 assertThat(emptyView.getVisibility(), is(View.VISIBLE));
159 assertThat(adapterView.getVisibility(), is(Vie
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dsequence.pxd16 # this is equivalent to the Python expression "len(o)".
24 # failure. This is the equivalent of the Python expression "o1 +
30 # NULL on failure. This is the equivalent of the Python expression
36 # failure. The operation is done in-place when o1 supports
37 # it. This is the equivalent of the Python expression "o1 += o2".
42 # NULL on failure. The operation is done in-place when o supports
43 # it. This is the equivalent of the Python expression "o *=
48 # Return the ith element of o, or NULL on failure. This is the
54 # on failure. This is the equivalent of the Python expression
59 # failure. This is th
[all...]
H A Dobject.pxd11 # argument is used to enable certain printing options. The only
12 # option currently supported is Py_PRINT_RAW; if given, the str()
13 # of the object is written instead of the repr().
17 # otherwise. This is equivalent to the Python expression
23 # or NULL on failure. This is the equivalent of the Python
28 # otherwise. This is equivalent to the Python expression
34 # or NULL on failure. This is the equivalent of the Python
39 # the value v. Returns -1 on failure. This is the equivalent of
44 # the value v. Returns -1 on failure. This is the equivalent of
49 # failure. This is th
[all...]
/external/clang/lib/Parse/
H A DParseInit.cpp5 // This file is distributed under the University of Illinois Open Source
25 /// of a designator. If we can tell it is impossible that it is a designator,
65 return PP.LookAhead(0).is(tok::colon);
69 // whether this is a C99 designator or a lambda.
83 // token. If it's an '=', this is a designator. Otherwise, it's a
85 // GNU designator syntax, which allows one to omit the '=', but is
128 /// initializer (because it is an expression). We need to consider this case
133 // If this is the old-style GNU extension:
137 if (Tok.is(to
[all...]
H A DParseExpr.cpp5 // This file is distributed under the University of Illinois Open Source
17 /// as the 'cast-expression' production. Everything else is either a binary
41 /// conditional-expession. In practice, the important thing here is that the
106 /// [C++] the third operand is an assignment-expression
125 /// This routine is called when the '@' is seen and consumed.
126 /// Current token is an Identifier and is not a 'try'. This
127 /// routine is necessary to disambiguate \@try-statement from,
136 /// This routine is calle
[all...]
/external/libunwind/doc/
H A Dunw_getcontext.tex21 exact set of registers stored by \Func{unw\_getcontext}() is
26 This routine is normally implemented as a macro and applications
31 On IA-64, \Type{unw\_context\_t} has a layout that is compatible with
34 reverse is \emph{not} true and it is \emph{not} safe to use structures
36 initialized by \Func{getcontext()} is expected. The reason for this
37 asymmetry is that \Func{unw\_getcontext()} is optimized for maximum
43 Otherwise, a value of -1 is returned.
47 \Func{unw\_getcontext}() is threa
[all...]
H A Dunw_get_proc_info_by_ip.tex21 \Func{unw\_get\_proc\_info}(), except that the info is looked up by
22 instruction-pointer (IP) instead of a cursor. This is more flexible
23 because it is possible to look up the info for an arbitrary procedure,
24 even if it is not part of the current call-chain. However, since it
25 is more flexible, it also tends to run slower (and often much slower)
28 The routine expects the followins arguments: \Var{as} is the
32 Argument \Var{ip} is the instruction-pointer for which the procedure
33 info should be looked up and \Var{pip} is a pointer to a structure of
34 type \Type{unw\_proc\_info\_t} which is used to return the info.
35 Lastly, \Var{arg} is th
[all...]
H A Dunw_is_signal_frame.tex8 \begin{Name}{3}{unw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_signal\_frame -- check if current frame is a signal frame
20 if the current frame identified by \Var{cp} is a signal frame, and a
22 frame is a frame that was created in response to a potentially
35 positive value if the current frame is a signal frame, or 0 if it is
36 not. Otherwise, a negative value of one of the error-codes below is
41 \Func{unw\_is\_signal\_frame}() is thread-safe as well as safe to use
47 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} is unable to determine
48 whether or not the current frame is a signal frame.
/external/openfst/src/include/fst/
H A Dreverse.h10 // distributed under the License is distributed on an "AS IS" BASIS,
33 // Reverses an FST. The reversed result is written to an output
60 StateId is = siter.Value(); local
61 StateId os = is + 1;
64 if (is == istart)
67 Weight final = ifst.Final(is);
73 for (ArcIterator< Fst<Arc> > aiter(ifst, is);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreverse.h10 // distributed under the License is distributed on an "AS IS" BASIS,
26 // Reverses an FST. The reversed result is written to an output
51 StateId is = siter.Value(); local
52 StateId os = is + 1;
55 if (is == istart)
58 Weight final = ifst.Final(is);
64 for (ArcIterator< Fst<Arc> > aiter(ifst, is);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DDigestInputStreamTest.java12 * distributed under the License is distributed on an "AS IS" BASIS,
91 InputStream is = new ByteArrayInputStream(myMessage);
92 InputStream dis = new DigestInputStream(is, md);
124 InputStream is = new ByteArrayInputStream(myMessage);
125 DigestInputStream dis = new DigestInputStream(is, md);
157 InputStream is = new ByteArrayInputStream(myMessage);
158 DigestInputStream dis = new DigestInputStream(is, md);
182 * Assertion: <code>read()</code> must not update digest if it is off<br>
192 InputStream is = new ByteArrayInputStream(myMessage);
193 DigestInputStream dis = new DigestInputStream(is, m
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc6 * This is part of HarfBuzz, a text shaping library.
8 * Permission is hereby granted, without written agreement and without
240 const gr_slot *is; local
304 for (is = gr_seg_first_slot (seg), ic = 0; is; is = gr_slot_next_in_segment (is), ic++)
306 unsigned int before = gr_slot_before (is);
307 unsigned int after = gr_slot_after (is);
308 *pg = gr_slot_gid (is);
[all...]
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc6 * This is part of HarfBuzz, a text shaping library.
8 * Permission is hereby granted, without written agreement and without
240 const gr_slot *is; local
304 for (is = gr_seg_first_slot (seg), ic = 0; is; is = gr_slot_next_in_segment (is), ic++)
306 unsigned int before = gr_slot_before (is);
307 unsigned int after = gr_slot_after (is);
308 *pg = gr_slot_gid (is);
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_frame_usage.spec37 "usage" value is a floating point value on the range [0,max] which is
44 where td is the time measured from the last completed buffer swap (or
46 is the entire time for a frame which may be multiple screen refreshes
51 completion of the two swaps. If the value is in the range [0,1], the
53 constant frame rate. If the value is in the range (1,max], a constant
59 is taken from the completion of one swap to the issuance of the next.
64 There is also a mechanism to determine whether a frame swap was
112 The frame usage is measured as the percentage of the swap period elapsed
114 swap period is th
[all...]
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec37 "usage" value is a floating point value on the range [0,max] which is
44 where td is the time measured from the last completed buffer swap (or
46 is the entire time for a frame which may be multiple screen refreshes
51 completion of the two swaps. If the value is in the range [0,1], the
53 constant frame rate. If the value is in the range (1,max], a constant
59 is taken from the completion of one swap to the issuance of the next.
64 There is also a mechanism to determine whether a frame swap was
112 The frame usage is measured as the percentage of the swap period elapsed
114 swap period is th
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonToken.pm15 is => 'rw',
21 is => 'rw',
27 is => 'rw',
34 is => 'rw',
40 is => 'rw',
45 # this is non-null, then getText should return this. Note that
48 is => 'rw',
52 # What token number is this from 0..n-1 tokens; < 0 implies invalid index
54 is => 'rw',
61 is
[all...]
/external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
H A DDecoder.java3 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * sell copies of the Software, and to permit persons to whom the Software is
29 InputStream is; field in class:Decoder
45 int i = is.read();
63 * The "main" element is returned in the
118 public Decoder(InputStream is, String _bound) throws IOException { argument
119 this(is, _bound, null);
122 public Decoder(InputStream is, String _bound, String characterEncoding) throws IOException { argument
125 this.is = is;
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
41 void FontFactory::LoadFonts(InputStream* is, FontArray* output) { argument
43 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is);
69 void FontFactory::LoadFontsForBuilding(InputStream* is, argument
71 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is);
111 CALLER_ATTACH Font* FontFactory::LoadSingleOTF(InputStream* is) { argument
113 builder.Attach(LoadSingleOTFForBuilding(is));
123 void FontFactory::LoadCollection(InputStream* is, FontArray* output) { argument
125 LoadCollectionForBuilding(is, &ba);
149 Font::Builder* FontFactory::LoadSingleOTFForBuilding(InputStream* is) { argument
166 LoadCollectionForBuilding(InputStream* is, FontBuilderArray* builders) argument
[all...]
/external/libvorbis/doc/
H A D04-codec.tex11 high-level understanding of the Vorbis decode process, which is
24 comment header is a non-fatal error condition.
37 is type 1, the comment header type 3 and the setup header type 5
39 is an audio packet). The packets must occur in the order of
46 The identification header is a short header of only a few fields used
49 identification header is coded as follows:
63 \varname{[vorbis_version]} is to read '0' in order to be compatible
86 Comment header decode and data specification is covered in
92 Vorbis codec setup is configurable to an extreme degree:
128 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzer
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
41 void FontFactory::LoadFonts(InputStream* is, FontArray* output) { argument
43 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is);
69 void FontFactory::LoadFontsForBuilding(InputStream* is, argument
71 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is);
111 CALLER_ATTACH Font* FontFactory::LoadSingleOTF(InputStream* is) { argument
113 builder.Attach(LoadSingleOTFForBuilding(is));
123 void FontFactory::LoadCollection(InputStream* is, FontArray* output) { argument
125 LoadCollectionForBuilding(is, &ba);
149 Font::Builder* FontFactory::LoadSingleOTFForBuilding(InputStream* is) { argument
166 LoadCollectionForBuilding(InputStream* is, FontBuilderArray* builders) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DTarget.java41 * be generated vary enough that some X-specific functionality is required.
52 * If org.antlr.codegen.XTarget class exists, it is used else
53 * Target base class is used. I am using a superclass rather than an
69 * but your Target subclass is free to alter the translated chars or
70 * add more definitions. This is nonstatic so each target can have
145 // If name is a literal, return the token type instead
198 * is the translation 'a\n"' -> "a\n\"". Expect single quotes
212 StringBuffer is = new StringBuffer(literal);
218 for (int i = 1; i < is.length() -1; i++) {
219 if (is
[all...]
/external/clang/lib/AST/
H A DCommentBriefParser.cpp5 // This file is distributed under the University of Illinois Open Source
72 if (Tok.is(tok::text)) {
81 if (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) {
106 if (Tok.is(tok::newline)) {
113 // If the next token is a whitespace only text, ignore it. Thus we allow
118 if (Tok.is(tok::text)) {
123 if (Tok.is(tok::newline)) {
127 // Stop scanning text because an explicit \\brief paragraph is the

Completed in 908 milliseconds

<<11121314151617181920>>