Home
last modified time | relevance | path

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

12

/external/clang/lib/Driver/
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()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h30 typedef T OutputType; typedef
40 typedef ToT OutputType; typedef
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
DOutputType.java33 public enum OutputType { enum
142 private OutputType(int value) { in OutputType() method in OutputType
/external/rust/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()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Dimage_segmenter_options.proto41 enum OutputType { enum
/external/webrtc/api/test/
Dframe_generator_interface.h35 enum class OutputType { kI420, kI420A, kI010, kNV12 }; enum
/external/rust/crates/plotters/src/series/
Dsurface.rs12 type OutputType; typedef
17 result: Self::OutputType, in make_coord()
/external/gemmlowp/internal/
Doutput.h52 using OutputType = RegisterBlock<OutputScalarType, kRows, kCols>; member
/external/python/cpython2/Include/
DcStringIO.h60 PyTypeObject *InputType, *OutputType; member
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs61 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs61 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
/external/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go55 OutputType string `json:"output_type"` member
/external/python/cpython2/Tools/framer/
Dexample.py98 class OutputType(InputType): class in cStringIO
/external/skia/src/gpu/
DBlendFormula.h31 enum OutputType { enum
/external/clang/tools/driver/
Dcc1as_main.cpp108 FileType OutputType; member
228 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
Dwhitespace_tokenizer_test.cc39 enum OutputType { PADDED, RAGGED }; enum
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DLdmlConverter.java148 public enum OutputType { enum in LdmlConverter
174 OutputType(CldrDataType type) { in OutputType() method in LdmlConverter.OutputType
/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.h63 enum class OutputType { enum
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp31 enum OutputType { enum
/external/rust/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()
/external/deqp/framework/opengl/
DgluShaderLibrary.hpp60 enum OutputType enum
/external/libcups/cups/
Draster.h247 char OutputType[64]; /* OutputType string */ member
296 char OutputType[64]; /* OutputType string */ member
/external/tensorflow/tensorflow/lite/kernels/
Darg_min_max_test.cc124 TensorType OutputType() const { return std::get<2>(GetParam()); } in OutputType() function in tflite::__anona877c1be0111::ArgMinMaxOpTest
/external/deqp/modules/glshared/
DglsDrawTest.hpp82 enum OutputType enum

12