/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedOutputStreamTest.java | 57 OutputType getOutputType(); in getOutputType() 80 public OutputType getOutputType() { in getOutputType() 81 return OutputType.STREAM; in getOutputType() 105 public OutputType getOutputType() { in getOutputType() 106 return OutputType.ARRAY; in getOutputType() 143 public OutputType getOutputType() { in getOutputType() 144 return OutputType.NIO_HEAP; in getOutputType() 186 public OutputType getOutputType() { in getOutputType() 187 return unsafe ? OutputType.NIO_DIRECT_SAFE : OutputType in getOutputType() 191 private enum OutputType { global() enum in CodedOutputStreamTest [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | vertexconversion.h | 23 // typedef ... OutputType: the type produced by this conversion 30 typedef T OutputType; typedef 40 typedef ToT OutputType; typedef 50 typedef T OutputType; typedef 60 typedef float OutputType; typedef 87 typedef float OutputType; typedef 151 typedef typename Converter::OutputType OutputType; typedef 156 static const std::size_t finalSize = WidenRule::finalWidth * sizeof(OutputType); 160 OutputType *ou in convertArray() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplingTexture.hpp | 41 template <typename InputType, typename OutputType> 49 glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue, 50 OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType); 110 inline OutputType get_expected_value(void) const in get_expected_value() 114 inline OutputType get_expected_border_color(void) const in get_expected_border_color() 142 OutputType m_expected_value; 143 OutputType m_expected_border_color; 291 template <typename InputType, typename OutputType> 298 const TestConfiguration<InputType, OutputType>& configuration); 312 bool checkResult(OutputType expectedValu [all...] |
H A D | esextcTextureBorderClampSamplingTexture.cpp | 42 template <typename InputType, typename OutputType> 43 const glw::GLuint TextureBorderClampSamplingTexture<InputType, OutputType>::m_texture_unit = 0; 63 template <typename InputType, typename OutputType> 64 TestConfiguration<InputType, OutputType>::TestConfiguration( in TestConfiguration() 68 OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType) in TestConfiguration() 94 template <typename InputType, typename OutputType> 95 TestConfiguration<InputType, OutputType>::TestConfiguration(const TestConfiguration& configuration) in TestConfiguration() 122 template <typename InputType, typename OutputType> 123 TextureBorderClampSamplingTexture<InputType, OutputType> [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuConverterConfig.java | 18 import org.unicode.icu.tool.cldrtoicu.LdmlConverter.OutputType; 46 private ImmutableSet<OutputType> outputTypes = OutputType.ALL; 79 * OutputType#ALL}. 81 public Builder setOutputTypes(Iterable<OutputType> types) { in setOutputTypes() 139 private final ImmutableSet<OutputType> outputTypes; 159 Arrays.asList(OutputType.values())); in IcuConverterConfig() 183 public Set<OutputType> getOutputTypes() { in getOutputTypes()
|
H A D | LdmlConverter.java | 149 public enum OutputType { enum in LdmlConverter 172 public static final ImmutableSet<OutputType> ALL = ImmutableSet.copyOf(OutputType.values()); 176 OutputType(CldrDataType type) { in OutputType() method in LdmlConverter.OutputType 188 private static final ImmutableListMultimap<OutputType, IcuLocaleDir> TYPE_TO_DIR = 189 ImmutableListMultimap.<OutputType, IcuLocaleDir>builder() 190 .putAll(OutputType.LOCALES, CURR, LANG, LOCALES, REGION, UNIT, ZONE) 191 .putAll(OutputType.BRKITR, BRKITR) 192 .putAll(OutputType.COLL, COLL) 193 .putAll(OutputType [all...] |
H A D | LdmlConverterConfig.java | 11 import org.unicode.icu.tool.cldrtoicu.LdmlConverter.OutputType; 88 * Returns the set of output types to be converted. Use {@link OutputType#ALL} to convert 91 Set<OutputType> getOutputTypes(); in getOutputTypes()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderConstExprTests.cpp | 72 template <typename OutputType> 77 OutputType expectedOutput); 86 OutputType m_expectedOutput; 89 template <typename OutputType> 90 ExecutorTestCase<OutputType>::ExecutorTestCase(deqp::Context& context, const char* name, glu::ShaderType shaderType, in ExecutorTestCase() 91 const ShaderSpec& shaderSpec, OutputType expectedOutput) in ExecutorTestCase() 99 template <typename OutputType> 100 ExecutorTestCase<OutputType>::~ExecutorTestCase(void) in ~ExecutorTestCase() 145 template <typename OutputType> 146 tcu::TestNode::IterateResult ExecutorTestCase<OutputType> [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.hpp | 82 enum OutputType enum 183 static std::string outputTypeToString (OutputType type); 194 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor); 195 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT 198 OutputType outputType;
|
H A D | glsVertexArrayTests.hpp | 86 enum OutputType enum in deqp::gls::Array 145 static std::string outputTypeToString (OutputType type); 154 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0; 161 virtual OutputType getOutputType (void) const = 0; 176 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride); 184 virtual Array::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() 195 static std::string outputTypeToGLType (Array::OutputType type); 210 Array::OutputType m_outputType; 457 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool normalize, GLValue min, GLValue max); 460 Array::OutputType outputTyp [all...] |
/third_party/skia/src/gpu/effects/ |
H A D | GrPorterDuffXferProcessor.cpp | 33 enum OutputType { enum in BlendFormula 44 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation, in BlendFormula() 98 OutputType primaryOutput() const { in primaryOutput() 102 OutputType secondaryOutput() const { in secondaryOutput() 121 static constexpr Properties GetProperties(OutputType PrimaryOut, OutputType SecondaryOut, 128 OutputType fPrimaryOutputType : 4; 129 OutputType fSecondaryOutputType : 4; 146 constexpr BlendFormula::Properties BlendFormula::GetProperties(OutputType PrimaryOu [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | MethodDescriptor.cs | 61 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor 131 lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this); in CrossLink() 134 throw new DescriptorValidationException(this, "\"" + Proto.OutputType + "\" is not a message type."); in CrossLink()
|
/third_party/gn/src/gn/ |
H A D | action_target_generator.h | 17 Target::OutputType type, 36 Target::OutputType output_type_;
|
H A D | binary_target_generator.h | 18 Target::OutputType type, 36 Target::OutputType output_type_;
|
H A D | generated_file_target_generator.h | 19 Target::OutputType type, 45 Target::OutputType output_type_;
|
H A D | target.h | 40 enum OutputType { enum in Target 74 static const char* GetStringForOutputType(OutputType type); 81 OutputType output_type() const { return output_type_; } in output_type() 82 void set_output_type(OutputType t) { output_type_ = t; } in set_output_type() 492 OutputType output_type_ = UNKNOWN;
|
H A D | commands.h | 185 Target::OutputType target_type() const { return target_type_; } in target_type() 232 Target::OutputType target_type_ = Target::UNKNOWN;
|
H A D | test_with_scope.h | 125 Target::OutputType type);
|
H A D | commands.cc | 151 bool GetTargetTypeFilter(Target::OutputType* type) { in GetTargetTypeFilter() 183 Target::OutputType type = Target::UNKNOWN; in ApplyTypeFilter() 462 Target::OutputType type; in InitFrom()
|
/third_party/cups-filters/cupsfilters/ |
H A D | raster.c | 229 (val = cupsGetOption("OutputType", num_options, options)) != NULL) in cupsRasterParseIPPOptions() 232 _strlcpy(h->OutputType, "Automatic", in cupsRasterParseIPPOptions() 233 sizeof(h->OutputType)); in cupsRasterParseIPPOptions() 235 _strlcpy(h->OutputType, "Graphics", sizeof(h->OutputType)); in cupsRasterParseIPPOptions() 237 _strlcpy(h->OutputType, "Photo", sizeof(h->OutputType)); in cupsRasterParseIPPOptions() 239 _strlcpy(h->OutputType, "Text", sizeof(h->OutputType)); in cupsRasterParseIPPOptions() 242 _strlcpy(h->OutputType, "TextAndGraphic in cupsRasterParseIPPOptions() [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderLibrary.hpp | 60 enum OutputType enum 172 OutputType outputType;
|
/third_party/node/deps/v8/src/torque/ |
H A D | declarable.h | 296 enum class OutputType { class 319 virtual bool ShouldBeInlined(OutputType output_type) const { in ShouldBeInlined() 322 return output_type == OutputType::kCC && !signature().labels.empty(); in ShouldBeInlined() 324 bool ShouldGenerateExternalCode(OutputType output_type) const { in ShouldGenerateExternalCode() 377 bool ShouldBeInlined(OutputType output_type) const override { 480 bool ShouldBeInlined(OutputType output_type) const override {
|
H A D | implementation-visitor.h | 793 case OutputType::kCSA: in csa_ccfile() 795 case OutputType::kCC: in csa_ccfile() 797 case OutputType::kCCDebug: in csa_ccfile() 808 case OutputType::kCSA: in csa_headerfile() 810 case OutputType::kCC: in csa_headerfile() 812 case OutputType::kCCDebug: in csa_headerfile() 879 OutputType output_type_ = OutputType::kCSA;
|
/third_party/skia/infra/wasm-common/gold/ |
H A D | wasm_gold_aggregator.go | 55 OutputType string `json:"output_type"` 139 "config": testOutput.OutputType,
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
H A D | ConvertIcuDataTask.java | 37 import org.unicode.icu.tool.cldrtoicu.LdmlConverter.OutputType; 114 ImmutableList<OutputType> typeList = in setOutputTypes() 117 .map(s -> resolve(OutputType.class, s)) in setOutputTypes()
|