Home
last modified time | relevance | path

Searched +full:end +full:- +full:of +full:- +full:stream (Results 1 – 25 of 1744) sorted by relevance

12345678910>>...70

/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dstreams.rb2 # encoding: utf-8
7 Copyright (c) 2009-2010 Kyle Yetter
14 1. Redistributions of source code must retain the above copyright
15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
19 3. The name of the author may not be used to endorse or promote products
24 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
[all …]
H A Ddebug.rb2 # encoding: utf-8
9 Copyright (c) 2009-2010 Kyle Yetter
16 1. Redistributions of source code must retain the above copyright
17 notice, this list of conditions and the following disclaimer.
19 notice, this list of conditions and the following disclaimer in the
21 3. The name of the author may not be used to endorse or promote products
26 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
29 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DInputStream.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
34 * This abstract class is the superclass of all classes representing
35 * an input stream of bytes.
37 * <p> Applications that need to define a subclass of {@code InputStream}
38 * must always provide a method that returns the next byte of input.
65 * stream is initially open. The stream is closed by calling the
69 * <p> While the stream is open, the {@code available()}, {@code read()},
[all …]
DDataInputStream.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * A data input stream lets an application read primitive Java data
33 * types from an underlying input stream in a machine-independent
34 * way. An application uses a data output stream to write data that
35 * can later be read by a data input stream.
38 * Thread safety is optional and is the responsibility of users of
52 * @param in the specified input stream
[all …]
DObjectInputStream.java7 * under the terms of the GNU General Public License version 2 only, as
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 * You should have received a copy of the GNU General Public License version
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
56 * persistent storage for graphs of objects when used with a FileOutputStream
59 * between hosts using a socket stream or for marshaling and unmarshaling
62 * <p>ObjectInputStream ensures that the types of all objects in the graph
63 * created from the stream match the classes present in the Java Virtual
70 * stream. Java's safe casting should be used to get the desired type. In
74 * <p>Primitive data types can be read from the stream using the appropriate
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DInputStream.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
34 * This abstract class is the superclass of all classes representing
35 * an input stream of bytes.
37 * <p> Applications that need to define a subclass of {@code InputStream}
38 * must always provide a method that returns the next byte of input.
65 * stream is initially open. The stream is closed by calling the
69 * <p> While the stream is open, the {@code available()}, {@code read()},
[all …]
DDataInputStream.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * A data input stream lets an application read primitive Java data
33 * types from an underlying input stream in a machine-independent
34 * way. An application uses a data output stream to write data that
35 * can later be read by a data input stream.
38 * Thread safety is optional and is the responsibility of users of
52 * @param in the specified input stream
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DInputStream.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
34 * This abstract class is the superclass of all classes representing
35 * an input stream of bytes.
37 * <p> Applications that need to define a subclass of {@code InputStream}
38 * must always provide a method that returns the next byte of input.
65 * stream is initially open. The stream is closed by calling the
69 * <p> While the stream is open, the {@code available()}, {@code read()},
[all …]
H A DDataInputStream.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
32 * A data input stream lets an application read primitive Java data
33 * types from an underlying input stream in a machine-independent
34 * way. An application uses a data output stream to write data that
35 * can later be read by a data input stream.
38 * Thread safety is optional and is the responsibility of users of
52 * @param in the specified input stream
[all …]
H A DObjectInputStream.java7 * under the terms of the GNU General Public License version 2 only, as
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 * You should have received a copy of the GNU General Public License version
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
56 * persistent storage for graphs of objects when used with a FileOutputStream
59 * between hosts using a socket stream or for marshaling and unmarshaling
62 * <p>ObjectInputStream ensures that the types of all objects in the graph
63 * created from the stream match the classes present in the Java Virtual
70 * stream. Java's safe casting should be used to get the desired type. In
74 * <p>Primitive data types can be read from the stream using the appropriate
[all …]
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb2 # encoding: utf-8
7 Copyright (c) 2009-2010 Kyle Yetter
14 1. Redistributions of source code must retain the above copyright
15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
19 3. The name of the author may not be used to endorse or promote products
24 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
[all …]
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas5 ----------------------
53 end;
84 end;
114 end;
129 end;
142 end;
155 end;
194 end;
200 end;
204 end;
[all …]
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dtransfer.py7 # You may obtain a copy of the License at
9 # http://www.apache.org/licenses/LICENSE-2.0
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
57 if 'content-range' in response.info:
58 print('Received %s' % response.info['content-range'])
82 def __init__(self, stream, close_stream=False, chunksize=None, argument
87 self.__stream = stream
131 def stream(self): member in _Transfer
173 'Cannot re-initialize %s' % self._type_name)
201 def __init__(self, stream, progress_callback=None, finish_callback=None, argument
[all …]
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py12 You may obtain a copy of the License at
14 http://www.apache.org/licenses/LICENSE-2.0
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45 # force note-offs to end of list
67 # System real-time messages
104 # Meta-events
123 MSG_NOT_SMF_FILE = 'Not an SMF file - aborting parse!'
202 #---------------------------------------------------------------
204 #---------------------------------------------------------------
206 def __init__ (self, stream, msg): argument
[all …]
/aosp_15_r20/external/llvm/docs/tutorial/
H A DOCamlLangImpl5.rst11 Welcome to Chapter 5 of the "`Implementing a language with
12 LLVM <index.html>`_" tutorial. Parts 1-4 described the implementation of
18 of "build that compiler", we'll extend Kaleidoscope to have an
32 sort of thing:
40 fib(x-1)+fib(x-2);
49 The semantics of the if/then/else expression is that it evaluates the
54 Kaleidoscope allows side-effects, this behavior is important to nail
61 ---------------------------------
66 .. code-block:: ocaml
74 .. code-block:: ocaml
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java7 * under the terms of the GNU General Public License version 2 only, as
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 * You should have received a copy of the GNU General Public License version
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
56 * persistent storage for graphs of objects when used with a FileOutputStream
59 * between hosts using a socket stream or for marshaling and unmarshaling
62 * <p>ObjectInputStream ensures that the types of all objects in the graph
63 * created from the stream match the classes present in the Java Virtual
70 * stream. Java's safe casting should be used to get the desired type. In
74 * <p>Primitive data types can be read from the stream using the appropriate
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
10 // * Redistributions of source code must retain the above copyright
11 // notice, this list of conditions and the following disclaimer.
13 // copyright notice, this list of conditions and the following disclaimer
16 // * Neither the name of Google Inc. nor the names of its
22 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
[all …]
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
10 // * Redistributions of source code must retain the above copyright
11 // notice, this list of conditions and the following disclaimer.
13 // copyright notice, this list of conditions and the following disclaimer
16 // * Neither the name of Google Inc. nor the names of its
22 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
[all …]
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp57 // - Allocations are associated with a stream. Once freed, blocks can be
58 // re-allocated on the same stream, but not on any other stream.
59 // - The allocator attempts to find the smallest cached block that will fit the
62 // - If the cudaMalloc fails, the allocator will attempt to free one cached
63 // block of sufficient size that is not split and retry the allocation.
66 // - Large (>1MB) and small allocations are stored in separate pools.
69 // - To reduce fragmentation, requests between 1MB and 10MB will allocate and
70 // split a 20MB block, if no free block of sufficient size is available.
71 // - To further reduce fragmentation, blocks >= max_split_size are not allowed
73 // within 1MB of the oversize cached block size.
[all …]
/aosp_15_r20/external/google-breakpad/src/common/
H A Dmodule.cc7 // * Redistributions of source code must retain the above copyright
8 // notice, this list of conditions and the following disclaimer.
10 // copyright notice, this list of conditions and the following disclaimer
13 // * Neither the name of Google LLC nor the names of its
19 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 // Original author: Jim Blandy <[email protected]> <jimb@red-bean.com>
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/core/
H A Dpriority_write_scheduler.h2 // Use of this source code is governed by a BSD-style license that can be
43 // are written. Each stream has a priority of type PriorityType. This includes
47 // streams, as long as the higher priority stream is not blocked.
49 // Each stream can be in one of two states: ready or not ready (for writing).
52 // by PopNextReadyStream(). When returned by that method, the stream's state
66 // Registers new stream `stream_id` with the scheduler, assigning it the
77 << "Stream " << stream_id << " already registered"; in RegisterStream()
80 // Unregisters the given stream from the scheduler, which will no longer keep
86 if (it == stream_infos_.end()) { in UnregisterStream()
87 QUICHE_BUG(spdy_bug_19_3) << "Stream " << stream_id << " not registered"; in UnregisterStream()
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DArraysTest.java6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35 import java.util.stream.Collectors;
55 Arrays.setAll(list, x -> x + 1); in setAll$I()
67 Arrays.setAll((int[]) null, (x -> x + 1)); in setAll$I()
83 Arrays.parallelSetAll(list, x -> x + 1); in parallelSetAll$I()
95 Arrays.parallelSetAll((int[]) null, (x -> x + 1)); in parallelSetAll$I()
111 Arrays.setAll(list, x -> x + 1); in setAll$L()
123 Arrays.setAll((long[]) null, (x -> x + 1)); in setAll$L()
[all …]
/aosp_15_r20/external/antlr/runtime/Python/antlr3/
H A Dstreams.py6 # Copyright (c) 2005-2008 Terence Parr
12 # 1. Redistributions of source code must retain the above copyright
13 # notice, this list of conditions and the following disclaimer.
15 # notice, this list of conditions and the following disclaimer in the
17 # 3. The name of the author may not be used to endorse or promote products
22 # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25 # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/
H A Deps_copy_input_stream.h1 // Protocol Buffers - Google's data interchange format
4 // Use of this source code is governed by a BSD-style
6 // https://developers.google.com/open-source/licenses/bsd
22 // The maximum number of bytes a single protobuf field can take up in the
24 // stream guarantees that after upb_EpsCopyInputStream_IsDone() is called,
26 // check. The stream will copy into a patch buffer as necessary to guarantee
37 const char* end; // Can read up to SlopBytes bytes beyond this. member
38 const char* limit_ptr; // For bounds checks, = end + UPB_MIN(limit, 0)
40 int limit; // Submessage limit relative to end
45 // Returns true if the stream is in the error state. A stream enters the error
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Deps_copy_input_stream.h2 * Copyright (c) 2009-2021, Google LLC
7 * * Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
12 * * Neither the name of Google LLC nor the
13 * names of its contributors may be used to endorse or promote products
18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
[all …]

12345678910>>...70