/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/ |
D | StreamOpFlag.java | 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 25 package java.util.stream; 33 * utilized by the stream framework to control, specialize or optimize 37 * Stream flags may be used to describe characteristics of several different 38 * entities associated with streams: stream sources, intermediate operations, 39 * and terminal operations. Not all stream flags are meaningful for all 58 * <th colspan="2" class="tableSubHeadingColor">Stream source</th> 105 * <p>Stream flags are represented by unioned bit sets, so that a single word 106 * may describe all the characteristics of a given stream entity, and that, for 107 * example, the flags for a stream source can be efficiently combined with the [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/ |
D | StreamOpFlag.java | 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 25 package java.util.stream; 33 * utilized by the stream framework to control, specialize or optimize 37 * Stream flags may be used to describe characteristics of several different 38 * entities associated with streams: stream sources, intermediate operations, 39 * and terminal operations. Not all stream flags are meaningful for all 58 * <th colspan="2" class="tableSubHeadingColor">Stream source</th> 105 * <p>Stream flags are represented by unioned bit sets, so that a single word 106 * may describe all the characteristics of a given stream entity, and that, for 107 * example, the flags for a stream source can be efficiently combined with the [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/ |
H A D | StreamOpFlag.java | 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 25 package java.util.stream; 33 * utilized by the stream framework to control, specialize or optimize 37 * Stream flags may be used to describe characteristics of several different 38 * entities associated with streams: stream sources, intermediate operations, 39 * and terminal operations. Not all stream flags are meaningful for all 58 * <th colspan="2" class="tableSubHeadingColor">Stream source</th> 105 * <p>Stream flags are represented by unioned bit sets, so that a single word 106 * may describe all the characteristics of a given stream entity, and that, for 107 * example, the flags for a stream source can be efficiently combined with the [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/14/ |
D | 14eda317c84369550f71d44aa20517852abf8f9a | 3 from: "out/host/linux-x86/bin/metalava" 7 from: "out/host/linux-x86/bin/soong_zip" 11 from: "out/host/linux-x86/framework/metalava.jar" 15 from: "build/soong/java/metalava/main-config.xml" 16 to: "build/soong/java/metalava/main-config.xml" 19 from: "build/soong/java/metalava/source-model-selection-config.xml" 20 to: "build/soong/java/metalava/source-model-selection-config.xml" 23 …a/core-libraries/core-module-lib-stubs-for-system-modules-no-annotations/android_common/jarjar/tur… 24 …a/core-libraries/core-module-lib-stubs-for-system-modules-no-annotations/android_common/jarjar/tur… 27 from: "out/soong/.intermediates/external/jsr305/jsr305/android_common/turbine-combined/jsr305.jar" [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/service/service-permission.stubs.system_server.from-text/android_common/ |
D | metalava.sbox.textproto | 3 from: "out/host/linux-x86/bin/metalava" 7 from: "out/host/linux-x86/bin/soong_zip" 11 from: "out/host/linux-x86/framework/metalava.jar" 15 from: "build/soong/java/metalava/main-config.xml" 16 to: "build/soong/java/metalava/main-config.xml" 19 from: "build/soong/java/metalava/source-model-selection-config.xml" 20 to: "build/soong/java/metalava/source-model-selection-config.xml" 23 …a/core-libraries/core-module-lib-stubs-for-system-modules-no-annotations/android_common/jarjar/tur… 24 …a/core-libraries/core-module-lib-stubs-for-system-modules-no-annotations/android_common/jarjar/tur… 27 from: "out/soong/.intermediates/external/jsr305/jsr305/android_common/turbine-combined/jsr305.jar" [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/fd/ |
D | fdaac7c51f076367aafa629838a9dd458c718797 | 3 from: "out/host/linux-x86/bin/metalava" 7 from: "out/host/linux-x86/bin/soong_zip" 11 from: "out/host/linux-x86/framework/metalava.jar" 15 from: "build/soong/java/metalava/main-config.xml" 16 to: "build/soong/java/metalava/main-config.xml" 19 from: "build/soong/java/metalava/source-model-selection-config.xml" 20 to: "build/soong/java/metalava/source-model-selection-config.xml" 23 …a/core-libraries/core-module-lib-stubs-for-system-modules-no-annotations/android_common/jarjar/tur… 24 …a/core-libraries/core-module-lib-stubs-for-system-modules-no-annotations/android_common/jarjar/tur… 27 from: "out/soong/.intermediates/external/jsr305/jsr305/android_common/turbine-combined/jsr305.jar" [all …]
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/combined/ |
H A D | CombinedLexer.m | 4 …* - From the grammar source file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Frame… 5 * - On : 2012-02-16 17:33:49 6 * - for the lexer : CombinedLexerLexer 14 …ndit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g 2012-02-16 17:33… 17 /* ----------------------------------------- 21 /* ----------------------------------------- */ 34 …me:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/combined/Combined.g"]; 47 - (id) initWithCharStream:(id<CharStream>)anInput 55 - (void) dealloc 67 - (void) mID [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/io/doc/ |
D | ios_state.adoc | 11 :toc-title: 16 The header `<boost/io/ios_state.hpp>` covers saving the stream state of objects 26 The saver class strategy is helpful when using I/O stream objects. Manipulator 27 objects can change some aspect of a stream during input or output. The state 30 is not supposed to externally change a stream's state. 42 The `os` stream will retain its new hexadecimal printing mode after the call to 43 `hex_my_byte`. The stream's printing mode can be saved and restored with manual 44 calls to the stream's state inspecting and mutating member functions. The 126 usually place an actual input, output, or combined stream object for the 127 state-type parameter, and not a base class object. The first constructor takes [all …]
|
/aosp_15_r20/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
H A D | IModule.aidl | 8 * http://www.apache.org/licenses/LICENSE-2.0 51 * responsible for the "main" (or "built-in") audio functionality of the 56 * most of the phone's audio I/O via the built-in speakers and microphones. USB 96 * If the HAL module supports either the SCO Link or Hands-Free Profile 147 * type of the connection. For example, for point-to-multipoint external 150 * connections (ExtraAudioDescriptor), which can be provided by the HDMI-CEC 160 * - a unique port ID generated by the HAL module; 161 * - static information from the port template; 162 * - list of audio profiles supported by the connected device; 163 * - additional data from the input AudioPort parameter. [all …]
|
/aosp_15_r20/external/sg3_utils/doc/ |
H A D | sg_write_x.8 | 1 .TH SG_WRITE_X "8" "October 2021" "sg3_utils\-1.47" SG3_UTILS 3 sg_write_x \- SCSI WRITE normal/ATOMIC/SAME/SCATTERED/STREAM, ORWRITE commands 6 [\fI\-\-16\fR] [\fI\-\-32\fR] [\fI\-\-app\-tag=AT\fR] [\fI\-\-atomic=AB\fR] 7 [\fI\-\-bmop=OP,PGP\fR] [\fI\-\-bs=BS\fR] [\fI\-\-combined=DOF\fR] 8 [\fI\-\-dld=DLD\fR] [\fI\-\-dpo\fR] [\fI\-\-dry\-run\fR] [\fI\-\-fua\fR] 9 [\fI\-\-generation=EOG,NOG\fR] [\fI\-\-grpnum=GN\fR] [\fI\-\-help\fR] 10 \fI\-\-in=IF\fR [\fI\-\-lba=LBA[,LBA...]\fR] [\fI\-\-normal\fR] 11 [\fI\-\-num=NUM[,NUM...]\fR] [\fI\-\-offset=OFF[,DLEN]\fR] [\fI\-\-or\fR] 12 [\fI\-\-quiet\fR] [\fI\-\-ref\-tag=RT\fR] [\fI\-\-same=NDOB\fR] 13 [\fI\-\-scat\-file=SF\fR] [\fI\-\-scat\-raw\fR] [\fI\-\-scattered=RD\fR] [all …]
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | vop.cpp | 1 /* ------------------------------------------------------------------ 2 * Copyright (C) 1998-2009 PacketVideo 8 * http://www.apache.org/licenses/LICENSE-2.0 16 * ------------------------------------------------------------------- 24 PV_STATUS EncodeShortHeader(BitstreamEncVideo *stream, Vop *currVop); 25 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop); 26 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds); 43 Int currLayer = video->currLayer; in EncodeVop() 44 Vol *currVol = video->vol[currLayer]; in EncodeVop() 45 Vop *currVop = video->currVop; in EncodeVop() [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 "github.com/KhronosGroup/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2" 30 stream jsonrpc2.Stream member 34 // LoggingStream returns a stream that does LSP protocol logging too 35 func LoggingStream(str jsonrpc2.Stream, w io.Writer) jsonrpc2.Stream { argument 40 data, count, err := s.stream.Read(ctx) 49 count, err := s.stream.Write(ctx, data) 53 // Combined has all the fields of both Request and Response. 55 type Combined struct { struct 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 "github.com/KhronosGroup/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2" 30 stream jsonrpc2.Stream member 34 // LoggingStream returns a stream that does LSP protocol logging too 35 func LoggingStream(str jsonrpc2.Stream, w io.Writer) jsonrpc2.Stream { argument 40 data, count, err := s.stream.Read(ctx) 49 count, err := s.stream.Write(ctx, data) 53 // Combined has all the fields of both Request and Response. 55 type Combined struct { struct 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 "github.com/KhronosGroup/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2" 30 stream jsonrpc2.Stream member 34 // LoggingStream returns a stream that does LSP protocol logging too 35 func LoggingStream(str jsonrpc2.Stream, w io.Writer) jsonrpc2.Stream { argument 40 data, count, err := s.stream.Read(ctx) 49 count, err := s.stream.Write(ctx, data) 53 // Combined has all the fields of both Request and Response. 55 type Combined struct { struct 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/update/ |
H A D | UpdateExpressionConverter.java | 22 import java.util.stream.Collectors; 23 import java.util.stream.Stream; 40 * reliably combined using a token. 46 …* - The same attribute MAY NOT be chosen for updates in more than one action expression. This is c… 48 …* - The same attribute MAY NOT have more than one value. This is checked by verifying that attribu… 69 …of DDB Update Expressions, and all expression names and values have been combined into single maps, 95 …* the combined collection of paths and ExpressionName values. Because attribute names can be compo… 116 groupExpressions.add(SET + expression.setActions().stream() in groupExpressions() 117 … .map(a -> String.format("%s = %s", a.path(), a.value())) in groupExpressions() 121 groupExpressions.add(REMOVE + expression.removeActions().stream() in groupExpressions() [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/common/ |
H A D | ad_type_infos.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 146 // Representation of video bumper in-stream ad format (very short in-stream 147 // non-skippable video ad). 156 // Additional text displayed with the CTA (call-to-action) button to give 161 // Representation of video non-skippable in-stream ad format (15 second 162 // in-stream non-skippable video ad). 176 // Representation of video TrueView in-stream ad format (ad shown during video 180 // Label on the CTA (call-to-action) button taking the user to the video ad's 185 // Additional text displayed with the CTA (call-to-action) button to give 193 // Representation of video out-stream ad format (ad shown alongside a feed [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/common/ |
H A D | ad_type_infos.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 146 // Representation of video bumper in-stream ad format (very short in-stream 147 // non-skippable video ad). 156 // Additional text displayed with the CTA (call-to-action) button to give 161 // Representation of video non-skippable in-stream ad format (15 second 162 // in-stream non-skippable video ad). 176 // Representation of video TrueView in-stream ad format (ad shown during video 180 // Label on the CTA (call-to-action) button taking the user to the video ad's 185 // Additional text displayed with the CTA (call-to-action) button to give 193 // Representation of video out-stream ad format (ad shown alongside a feed [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/common/ |
H A D | ad_type_infos.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 146 // Representation of video bumper in-stream ad format (very short in-stream 147 // non-skippable video ad). 156 // Additional text displayed with the CTA (call-to-action) button to give 161 // Representation of video non-skippable in-stream ad format (15 second 162 // in-stream non-skippable video ad). 176 // Representation of video TrueView in-stream ad format (ad shown during video 180 // Label on the CTA (call-to-action) button taking the user to the video ad's 185 // Additional text displayed with the CTA (call-to-action) button to give 193 // Representation of video out-stream ad format (ad shown alongside a feed [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/ |
D | async_fd.rs | 45 /// edge-triggered notifications. This means that the OS will only notify Tokio 46 /// when the file descriptor transitions from not-ready to ready. For this to 56 /// serves this function; after calling a readiness-checking async function, 60 /// ## Use with to a poll-based API 88 /// pub fn new(tcp: TcpStream) -> io::Result<Self> { 95 /// pub async fn read(&self, out: &mut [u8]) -> io::Result<usize> { 106 /// pub async fn write(&self, buf: &[u8]) -> io::Result<usize> { 123 /// ) -> Poll<io::Result<()>> { 145 /// ) -> Poll<io::Result<usize>> { 159 /// ) -> Poll<io::Result<()>> { [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/a2/ |
D | a23a76de4df17483a4245cc5fc7f773703d57eb2 | 3 from: "out/host/linux-x86/bin/metalava" 7 from: "out/host/linux-x86/bin/soong_zip" 11 from: "out/host/linux-x86/bin/zipsync" 15 from: "out/host/linux-x86/framework/metalava.jar" 19 from: "build/soong/java/metalava/main-config.xml" 20 to: "build/soong/java/metalava/main-config.xml" 23 from: "build/soong/java/metalava/source-model-selection-config.xml" 24 to: "build/soong/java/metalava/source-model-selection-config.xml" 27 from: "frameworks/libs/modules-utils/java/android/annotation/AnimRes.java" 28 to: "frameworks/libs/modules-utils/java/android/annotation/AnimRes.java" [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/01/ |
D | 0144c3d4fe1a8c7362c50b113e5af2fd07027c45 | 3 from: "out/host/linux-x86/bin/metalava" 7 from: "out/host/linux-x86/bin/soong_zip" 11 from: "out/host/linux-x86/bin/zipsync" 15 from: "out/host/linux-x86/framework/metalava.jar" 19 from: "build/soong/java/metalava/main-config.xml" 20 to: "build/soong/java/metalava/main-config.xml" 23 from: "build/soong/java/metalava/source-model-selection-config.xml" 24 to: "build/soong/java/metalava/source-model-selection-config.xml" 27 from: "frameworks/libs/modules-utils/java/android/annotation/AnimRes.java" 28 to: "frameworks/libs/modules-utils/java/android/annotation/AnimRes.java" [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/service/service-permission.stubs.source/android_common/ |
D | metalava.sbox.textproto | 3 from: "out/host/linux-x86/bin/metalava" 7 from: "out/host/linux-x86/bin/soong_zip" 11 from: "out/host/linux-x86/bin/zipsync" 15 from: "out/host/linux-x86/framework/metalava.jar" 19 from: "build/soong/java/metalava/main-config.xml" 20 to: "build/soong/java/metalava/main-config.xml" 23 from: "build/soong/java/metalava/source-model-selection-config.xml" 24 to: "build/soong/java/metalava/source-model-selection-config.xml" 27 from: "frameworks/libs/modules-utils/java/android/annotation/AnimRes.java" 28 to: "frameworks/libs/modules-utils/java/android/annotation/AnimRes.java" [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/e9/ |
D | e965f4fd983d04afa3d9343a00a2b7337e5e3341 | 3 from: "out/host/linux-x86/bin/metalava" 7 from: "out/host/linux-x86/bin/soong_zip" 11 from: "out/host/linux-x86/bin/zipsync" 15 from: "out/host/linux-x86/framework/metalava.jar" 19 from: "build/soong/java/metalava/main-config.xml" 20 to: "build/soong/java/metalava/main-config.xml" 23 from: "build/soong/java/metalava/source-model-selection-config.xml" 24 to: "build/soong/java/metalava/source-model-selection-config.xml" 27 from: "frameworks/libs/modules-utils/java/android/annotation/AnimRes.java" 28 to: "frameworks/libs/modules-utils/java/android/annotation/AnimRes.java" [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 stream Stream member 71 // NewConn creates a new connection object around the supplied stream. 73 func NewConn(s Stream) *Conn { argument 76 stream: s, 130 n, err := c.stream.Write(ctx, data) 176 n, err := c.stream.Write(ctx, data) 186 case response := <-rchan: 201 case <-ctx.Done(): 277 n, err := r.conn.stream.Write(ctx, data) [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | jsonrpc2.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 stream Stream member 71 // NewConn creates a new connection object around the supplied stream. 73 func NewConn(s Stream) *Conn { argument 76 stream: s, 130 n, err := c.stream.Write(ctx, data) 176 n, err := c.stream.Write(ctx, data) 186 case response := <-rchan: 201 case <-ctx.Done(): 277 n, err := r.conn.stream.Write(ctx, data) [all …]
|