Searched refs:is (Results 151 - 175 of 7284) sorted by relevance

1234567891011>>

/external/libcxx/test/input.output/iostream.format/ext.manip/
H A Dget_time.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
43 std::istream is(&sb);
44 is.imbue(std::locale(LOCALE_en_US_UTF_8));
46 is >> std::get_time(&t, "%c");
54 assert(is.eof());
55 assert(!is.fail());
59 std::wistream is(&sb);
60 is.imbue(std::locale(LOCALE_en_US_UTF_8));
62 is >> std::get_time(&t, L"%c");
70 assert(is
[all...]
/external/clang/lib/Parse/
H A DParseTentative.cpp5 // This file is distributed under the University of Illinois Open Source
71 /// If during the disambiguation process a parsing error is encountered,
73 /// Returns false if the statement is disambiguated as expression.
84 // There is an ambiguity in the grammar involving expression-statements and
88 // cases the statement is a declaration. [Note: To disambiguate, the whole
89 // statement might have to be examined to determine if it is an
93 // The disambiguation is purely syntactic; that is, the meaning of the names
95 // is not generally used in or changed by the disambiguation. Class
97 // is
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DRawResourceLoaderTest.java33 InputStream is = rawResourceLoader.getValue(R.raw.raw_resource);
34 assertEquals("raw txt file contents", readString(is));
39 InputStream is = rawResourceLoader.getValue(R.raw.raw_no_ext);
40 assertEquals("no ext file contents", readString(is));
43 private static String readString(InputStream is) throws IOException { argument
47 Reader reader = new BufferedReader(new InputStreamReader(is, "UTF-8"));
53 is.close();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPasswordTransformationMethodTest.java9 import static org.hamcrest.CoreMatchers.is;
25 assertThat(output.toString(), is("\u2022\u2022\u2022\u2022\u2022\u2022")); //using the escaped characters for cross platform compatibility.
31 assertThat(output.toString(), is("\u2022\u2022\u2022\u2022\u2022"));
37 assertThat(output.toString(), is("\u2022\u2022\u2022\u2022"));
43 assertThat(output.toString(), is(""));
49 assertThat(output.toString(), is(""));
54 assertThat(ShadowPasswordTransformationMethod.getInstance(), is(CoreMatchers.<Object>notNullValue()));
H A DVibratorTest.java5 import static org.hamcrest.CoreMatchers.is;
33 assertThat(shadowVibrator.isVibrating(), is(true));
42 assertThat(shadowVibrator.isVibrating(), is(true));
50 assertThat(shadowVibrator.isVibrating(), is(true));
51 assertThat(shadowVibrator.isCancelled(), is(false));
54 assertThat(shadowVibrator.isVibrating(), is(false));
55 assertThat(shadowVibrator.isCancelled(), is(true));
H A DColorTest.java3 import static org.hamcrest.CoreMatchers.is;
18 assertThat(color, is(-6250336));
24 assertThat(color, is(1688248480));
H A DUriMatcherTest.java12 import static org.hamcrest.CoreMatchers.is;
33 assertThat(root.code, is(NO_MATCH));
34 assertThat(root.map.isEmpty(), is(true));
35 assertThat(root.number, is(nullValue()));
36 assertThat(root.text, is(nullValue()));
53 assertThat(node.code, is(1));
61 assertThat(node.number.code, is(1));
62 assertThat(node.text.code, is(2));
67 assertThat(matcher.match(Uri.withAppendedPath(URI, "bar")), is(1));
70 assertThat(matcher.match(Uri.withAppendedPath(URI, "bar/1")), is(
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DBitSet.pm25 is "$bs", '{2}';
32 is "$bs", '{4}';
39 is "$bs", '{0,38,87,124}';
46 is "$bs", '{16}' ;
52 is "$bs", '{}';
60 is "$bs", '{2,7}';
68 is "$bs", '{3,12}';
70 is "$bs", '{12}';
77 is "$bs", '{4,5}';
H A DException.pm12 is $ex->message, '';
18 is $ex->message, 'test error message';
27 is $ex->message, 'test error message';
/external/clang/include/clang/AST/
H A DCommentLexer.h5 // This file is distributed under the University of Illinois Open Source
76 /// If the token is a konwn command, contains command ID and TextPtr is
94 bool is(tok::TokenKind K) const LLVM_READONLY { return Kind == K; }
101 assert(is(tok::text));
106 assert(is(tok::text));
112 assert(is(tok::unknown_command));
117 assert(is(tok::unknown_command));
123 assert(is(tok::backslash_command) || is(to
[all...]
/external/llvm/test/MC/ARM/
H A Dinvalid-crc32.s11 @ CHECK: error: instruction 'crc32cb' is not predicable, but condition code specified
12 @ CHECK: error: instruction 'crc32b' is not predicable, but condition code specified
13 @ CHECK: error: instruction 'crc32ch' is not predicable, but condition code specified
14 @ CHECK: error: instruction 'crc32h' is not predicable, but condition code specified
15 @ CHECK: error: instruction 'crc32cw' is not predicable, but condition code specified
16 @ CHECK: error: instruction 'crc32w' is not predicable, but condition code specified
/external/eigen/bench/btl/data/
H A Dmean.cxx7 // This program is free software; you can redistribute it and/or
12 // This program is distributed in the hope that it will be useful,
120 multiset<Lib_Mean>::iterator is = s_lib_mean.begin(); local
121 Lib_Mean best(*is);
124 for (is=s_lib_mean.begin(); is!=s_lib_mean.end() ; is++){
127 cout << " <TD> " << is->_lib_name << " </TD>" << endl ;
128 cout << " <TD> " << is->_mean_in_cache << " </TD>" << endl ;
129 cout << " <TD> " << 100*(is
[all...]
/external/chromium_org/native_client_sdk/src/doc/reference/
H A Dnacl-manifest-format.rst22 The following shows the supported top-level manifest fields. There is one
23 section that discusses each field in detail. The only field that is required
24 is the ``program`` field.
44 application, this is a URL for the statically linked bitcode ``pexe`` file.
45 For architecture-specific Native Client applications, this is a list
48 ``program`` is the dynamic loader used to load the dynamic executable
62 // url is required
65 // optlevel is optional
68 // pnacl-debug is optional
70 // url is require
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dlast_active_browser_cocoa.h2 // Use of this source code is governed by a BSD-style license that can be
11 // Access to this function is legitimately needed from a variety of places in
16 #error This file is intended for use in the Cocoa frontend only.
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_release_buffers.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
32 Mesa's implementation of GLX is entirely implemented on the client side.
33 Therefore, Mesa cannot immediately detect when an X window or pixmap is
65 deallocated. True is returned if <d> is a valid Mesa GLX drawable,
66 else False is returned. After calling glXReleaseBuffersMESA, the
73 None, since this is a client-side operation.
/external/deqp/framework/qphelper/
H A DqpInfo.c14 * distributed under the License is distributed on an "AS IS" BASIS,
36 # error DEQP_TARGET_NAME is not defined!
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dsync.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
54 std::istream is(&sb);
55 assert(is.sync() == 0);
60 std::wistream is(&sb);
61 assert(is.sync() == 0);
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dio.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
24 // operator>>(basic_istream<charT, traits>& is,
39 std::istringstream is(os.str());
41 is >> e2;
53 std::istringstream is(os.str());
55 is >> e2;
/external/libutf/
H A DNOTICE5 * purpose without fee is hereby granted, provided that this entire notice
6 * is included in all copies of any software which is or includes a copy
15 This is a Unix port of the Plan 9 formatted I/O package.
23 This software is also made available under the Lucent Public License
/external/mesa3d/docs/
H A DMESA_release_buffers.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
32 Mesa's implementation of GLX is entirely implemented on the client side.
33 Therefore, Mesa cannot immediately detect when an X window or pixmap is
65 deallocated. True is returned if <d> is a valid Mesa GLX drawable,
66 else False is returned. After calling glXReleaseBuffersMESA, the
73 None, since this is a client-side operation.
/external/valgrind/main/memcheck/tests/
H A Dmalloc1_ks_none.stderr.exp3 Address 0x........ is 1 bytes inside a block of size 10 free'd
8 Address 0x........ is 1 bytes before a block of size 10 alloc'd
H A Dmetadata.stdout.exp1 result of GET is 1 (1 for success)
12 result of SET is 1 (1 for success)
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DRecognitionException.pm12 is => 'ro',
18 is => 'ro',
24 is => 'ro',
29 is => 'ro',
38 is => 'ro',
43 is => 'ro',
49 is => 'ro',
55 is => 'rw',
/external/chromium_org/tools/git/
H A Dmove_source_file.bat3 :: This is required with cygwin only.
/external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Darrow.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
26 std::istream& operator>>(std::istream& is, A& a) argument
28 return is >> a.d_ >> a.i_;

Completed in 3021 milliseconds

1234567891011>>