Searched defs:is (Results 1 - 25 of 363) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Ddebug-info-block.c2 // Verify that the desired debugging type is generated for a structure
3 // member that is a pointer to a block.
29 } is; variable in typeref:struct:inStruct
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dbasic_ios.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
25 f(std::basic_ios<CharT>& is) argument
28 return is;
34 std::istream is((std::streambuf*)0);
35 is >> f;
H A Dios_base.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
23 f(std::ios_base& is) argument
26 return is;
32 std::istream is((std::streambuf*)0);
33 is >> f;
H A Distream.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
25 f(std::basic_istream<CharT>& is) argument
28 return is;
34 std::istream is((std::streambuf*)0);
35 is >> f;
/external/jdiff/src/jdiff/
H A DStreamReader.java17 StreamReader(InputStream is) { argument
18 is_ = is;
21 /** Method which is called when this thread is started. */
33 // Ignore read errors which indicate that the process is complete
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/
H A DInputStreams.java5 * which accompanies this distribution, and is available at
28 * {@link InputStream} is not closed by this method.
30 * @param is
36 public static byte[] readFully(final InputStream is) throws IOException { argument
40 final int r = is.read(buf);
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dsample.fail.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
28 const unsigned is = sizeof(ia) / sizeof(ia[0]); local
32 std::sample(PopulationIterator(ia), PopulationIterator(ia + is),
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DImageUtil.java14 public static Point getImageSizeFromStream(InputStream is) { argument
23 ImageInputStream imageStream = ImageIO.createImageInputStream(is);
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLBIOInputStream.java11 * distributed under the License is distributed on an "AS IS" BASIS,
31 OpenSSLBIOInputStream(InputStream is, boolean isFinite) { argument
32 super(is);
/external/libcxx/test/std/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
28 std::istream& operator>>(std::istream& is, A& a) argument
30 return is >> a.d_ >> a.i_;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.c47 i915_init_screen_resource_functions(struct i915_screen *is) argument
49 is->base.resource_create = i915_resource_create;
50 is->base.resource_from_handle = i915_resource_from_handle;
51 is->base.resource_get_handle = u_resource_get_handle_vtbl;
52 is->base.resource_destroy = u_resource_destroy_vtbl;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
H A DSrtParser.java11 * distributed under the License is distributed on an AS IS BASIS,
29 public static TextTrackImpl parse(InputStream is) throws IOException { argument
30 LineNumberReader r = new LineNumberReader(new InputStreamReader(is, "UTF-8"));
/external/python/cpython2/Lib/idlelib/
H A Didle.py12 from idlelib.PyShell import main # This is subject to change namespace
/external/python/cpython3/Lib/idlelib/
H A Didle.py13 from idlelib.pyshell import main # This is subject to change namespace
/external/sfntly/cpp/src/test/
H A Dmemory_io_test.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
41 MemoryInputStream is; local
42 is.Attach(&(test_buffer[0]), kTestBufferLen);
43 EXPECT_EQ(is.Available(), (int32_t)kTestBufferLen);
46 EXPECT_EQ(is.Read(), '0'); // position 1
47 EXPECT_EQ(is.Read(), '1'); // position 2
48 EXPECT_EQ(is.Read(), '2'); // position 3
53 EXPECT_EQ(is.Read(&b), 7); // position 10
57 EXPECT_EQ(is.Read(&b, 7, 10), 10); // position 20
63 EXPECT_EQ(is
[all...]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
H A DAliasEvent.java11 * distributed under the License is distributed on an "AS IS" BASIS,
29 public boolean is(Event.ID id) { method in class:AliasEvent
H A DMappingEndEvent.java11 * distributed under the License is distributed on an "AS IS" BASIS,
32 public boolean is(Event.ID id) { method in class:MappingEndEvent
H A DSequenceEndEvent.java11 * distributed under the License is distributed on an "AS IS" BASIS,
32 public boolean is(Event.ID id) { method in class:SequenceEndEvent
H A DStreamEndEvent.java11 * distributed under the License is distributed on an "AS IS" BASIS,
23 * This event is the last event that a parser emits. Together with
24 * {@link StreamStartEvent} (which is the first event a parser emits) they mark
37 public boolean is(Event.ID id) { method in class:StreamEndEvent
H A DStreamStartEvent.java11 * distributed under the License is distributed on an "AS IS" BASIS,
23 * This event is the first event that a parser emits. Together with
24 * {@link StreamEndEvent} (which is the last event a parser emits) they mark the
38 public boolean is(Event.ID id) { method in class:StreamStartEvent
/external/testng/src/main/java/org/testng/internal/
H A DYamlParser.java13 public XmlSuite parse(String filePath, InputStream is, boolean loadClasses) argument
16 return Yaml.parse(filePath, is);
/external/testng/src/main/java/org/testng/xml/
H A DIFileParser.java9 T parse(String filePath, InputStream is, boolean loadClasses) throws TestNGException; argument
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/
H A DAbstractTest.class ... TestCase { protected String n protected java.io.InputStream is public void " href="/9.0.0_r3/s? ...
/external/annotation-tools/asmx/test/perf/org/objectweb/asm/
H A DBCELPerfTest.java65 byte[] nullAdaptClass(final InputStream is, final String name) argument
68 JavaClass jc = new ClassParser(is, name + ".class").parse();
99 byte[] counterAdaptClass(final InputStream is, final String name) argument
102 JavaClass jc = new ClassParser(is, name + ".class").parse();
H A DJavassistPerfTest.java64 byte[] nullAdaptClass(final InputStream is, final String name) argument
67 CtClass cc = pool.makeClass(is);
71 // is there a mean to remove the debug attributes?
80 byte[] counterAdaptClass(final InputStream is, final String name) argument
83 CtClass cc = pool.makeClass(is);

Completed in 6187 milliseconds

1234567891011>>