Home
last modified time | relevance | path

Searched defs:OutputType (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/external/clang/lib/Driver/
H A DAction.cpp76 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction()
81 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction()
86 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction()
91 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction()
96 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction()
101 BackendJobAction::BackendJobAction(Action *Input, types::ID OutputType) in BackendJobAction()
106 AssembleJobAction::AssembleJobAction(Action *Input, types::ID OutputType) in AssembleJobAction()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmessage_processor.rs432 type OutputType: TryFrom<ApplicationMessageDescription, Error = MlsError> typedef
449 ) -> Result<Self::OutputType, MlsError> { in process_incoming_message()
464 ) -> Result<Self::OutputType, MlsError> { in process_incoming_message_with_time()
479 ) -> Result<EventOrContent<Self::OutputType>, MlsError> { in get_event_from_incoming_message()
515 event_or_content: EventOrContent<Self::OutputType>, in process_event_or_content()
518 ) -> Result<Self::OutputType, MlsError> { in process_event_or_content()
540 ) -> Result<Self::OutputType, MlsError> { in process_auth_content()
980 ) -> Result<EventOrContent<Self::OutputType>, MlsError>; in process_ciphertext()
985 ) -> Result<EventOrContent<Self::OutputType>, MlsError>; in verify_plaintext_authentication()
Dtest_utils.rs436 type OutputType = <Group<TestClientConfig> as MessageProcessor>::OutputType; typedef
492 ) -> Result<EventOrContent<Self::OutputType>, MlsError> { in process_ciphertext()
500 ) -> Result<EventOrContent<Self::OutputType>, MlsError> { in verify_plaintext_authentication()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A Dvertexconversion.h30 typedef T OutputType; typedef
40 typedef ToT OutputType; typedef
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
H A DOutputType.java33 public enum OutputType { enum
142 private OutputType(int value) { in OutputType() method in OutputType
/aosp_15_r20/external/llvm-libc/test/src/math/performance_testing/
H A DBinaryOpSingleOutputPerf.h131 #define BINARY_OP_SINGLE_OUTPUT_PERF(OutputType, InputType, myFunc, otherFunc, \ argument
139 #define BINARY_OP_SINGLE_OUTPUT_PERF_EX(OutputType, InputType, myFunc, \ argument
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DValuePrinter.java193 private static enum OutputType { enum in ValuePrinter
206 private OutputType(String s) { in OutputType() method in ValuePrinter.OutputType
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dquantized_lstm.mod.py52 OutputType = ("TENSOR_QUANT8_ASYMM", (n_batch, n_output), 1 / 128, 128) variable
151 OutputType = ("TENSOR_QUANT8_ASYMM", (n_batch, n_output), 1 / 128, 128) variable
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/series/
Dsurface.rs12 type OutputType; typedef
17 result: Self::OutputType, in make_coord()
/aosp_15_r20/external/clang/tools/driver/
H A Dcc1as_main.cpp108 FileType OutputType; member
228 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DLdmlConverter.java148 public enum OutputType { enum in LdmlConverter
174 OutputType(CldrDataType type) { in OutputType() method in LdmlConverter.OutputType
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dgroup.rs569 type OutputType = ExternalReceivedMessage; typedef
585 ) -> Result<EventOrContent<Self::OutputType>, MlsError> { in verify_plaintext_authentication()
602 ) -> Result<EventOrContent<Self::OutputType>, MlsError> { in process_ciphertext()
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/transforms/
H A Dbase.h36 using OutputType = Output; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3_interface/dump/android/hardware/graphics/composer3/
DOutputType.aidl36 enum OutputType { enum
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
H A DOutputType.aidl36 enum OutputType { enum
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
H A DOutputType.aidl24 enum OutputType { enum
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V4-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DOutputType.h27 enum class OutputType : int32_t { enum
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
H A Dimage_segmenter_options.proto41 enum OutputType { enum
/aosp_15_r20/external/webrtc/api/test/
H A Dframe_generator_interface.h35 enum class OutputType { kI420, kI420A, kI010, kNV12 }; enum
/aosp_15_r20/external/gemmlowp/internal/
H A Doutput.h52 using OutputType = RegisterBlock<OutputScalarType, kRows, kCols>; member
/aosp_15_r20/external/python/cpython2/Include/
DcStringIO.h60 PyTypeObject *InputType, *OutputType; member
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs61 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs61 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/aosp_15_r20/external/skia/infra/wasm-common/gold/
H A Dwasm_gold_aggregator.go55 OutputType string `json:"output_type"` member
/aosp_15_r20/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DExecuteInIsolatedServiceRequest.java87 public @interface OutputType {} annotation in ExecuteInIsolatedServiceRequest.OutputSpec

1234