Home
last modified time | relevance | path

Searched defs:options (Results 751 - 775 of 2248) sorted by relevance

1...<<31323334353637383940>>...90

/third_party/skia/tests/
H A DDefaultPathRendererTest.cpp37 static void only_allow_default(GrContextOptions* options) { in only_allow_default() argument
H A DGifTest.cpp302 SkAndroidCodec::AndroidOptions options; in DEF_TEST() local
544 SkCodec::Options options; in DEF_TEST() local
640 SkCodec::Options options; in DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DHistogramWriter.cpp179 const proto::SummaryOptions &options = histogram.summary_options(); in getAsJSON() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPU.cpp71 requestAdapter( Napi::Env env, interop::GPURequestAdapterOptions options) requestAdapter() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
H A Dreplace_identifier_test.cc508 writer::wgsl::Options options; in TEST() local
554 writer::wgsl::Options options; in TEST() local
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_black_box_fuzz_target.cc137 tint::writer::msl::Options options; in main() local
145 tint::writer::spirv::Options options; in main() local
H A Dtint_common_fuzzer.cc93 void GenerateSpirvOptions(DataBuilder* b, writer::spirv::Options* options) { in GenerateSpirvOptions() argument
97 void GenerateWgslOptions(DataBuilder* b, writer::wgsl::Options* options) { in GenerateWgslOptions() argument
101 void GenerateHlslOptions(DataBuilder* b, writer::hlsl::Options* options) { in GenerateHlslOptions() argument
105 void GenerateMslOptions(DataBuilder* b, writer::msl::Options* options) { in GenerateMslOptions() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_fuzz_mutator.cc110 google::protobuf::util::JsonOptions options; in LogErrors() local
/third_party/skia/third_party/externals/icu/source/common/
H A Druleiter.cpp38 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { in next() argument
103 void RuleCharacterIterator::skipIgnored(int32_t options) { in skipIgnored() argument
H A Dubidiwrt.cpp59 doWriteForward(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteForward() argument
152 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteReverse() argument
309 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument
357 ubidi_writeReordered(UBiDi *pBiDi, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReordered() argument
[all...]
H A Ducasemap_titlecase_brkiter.cpp51 ustrcase_getCaseLocale(locale), options, iter, in utf8ToTitle() local
34 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument
57 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument
H A Duniset_closure.cpp45 UnicodeSet(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) UnicodeSet() argument
53 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) UnicodeSet() argument
65 applyPattern(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) applyPattern() argument
86 applyPattern(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) applyPattern() argument
H A Duset_props.cpp52 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, uint32_t options, UErrorCode* ec) uset_openPatternOptions() argument
73 uset_applyPattern(USet *set, const UChar *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) uset_applyPattern() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dnormlzr.h800 compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) compare() argument
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc1349 LoadStoreScalingOption options[] = {PreferUnscaledOffset, in TEST() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_message_field.cc52 MessageFieldGenerator(const FieldDescriptor* descriptor, int presenceIndex, const Options *options) MessageFieldGenerator() argument
207 MessageOneofFieldGenerator( const FieldDescriptor* descriptor, int presenceIndex, const Options *options) MessageOneofFieldGenerator() argument
H A Dcsharp_map_field.cc49 MapFieldGenerator(const FieldDescriptor* descriptor, int presenceIndex, const Options* options) MapFieldGenerator() argument
H A Dcsharp_primitive_field.cc50 PrimitiveFieldGenerator( const FieldDescriptor* descriptor, int presenceIndex, const Options *options) PrimitiveFieldGenerator() argument
271 PrimitiveOneofFieldGenerator( const FieldDescriptor* descriptor, int presenceIndex, const Options *options) PrimitiveOneofFieldGenerator() argument
H A Dcsharp_repeated_message_field.cc50 RepeatedMessageFieldGenerator( const FieldDescriptor* descriptor, int presenceIndex, const Options *options) RepeatedMessageFieldGenerator() argument
H A Dcsharp_repeated_enum_field.cc49 RepeatedEnumFieldGenerator( const FieldDescriptor* descriptor, int presenceIndex, const Options *options) RepeatedEnumFieldGenerator() argument
H A Dcsharp_wrapper_field.cc49 WrapperFieldGenerator(const FieldDescriptor* descriptor, int presenceIndex, const Options *options) WrapperFieldGenerator() argument
212 WrapperOneofFieldGenerator( const FieldDescriptor* descriptor, int presenceIndex, const Options *options) WrapperOneofFieldGenerator() argument
H A Dcsharp_repeated_primitive_field.cc49 RepeatedPrimitiveFieldGenerator( const FieldDescriptor* descriptor, int presenceIndex, const Options *options) RepeatedPrimitiveFieldGenerator() argument
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator.cc72 std::vector<std::pair<std::string, std::string> > options; in Generate() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_extension.cc91 std::vector<string> options; in GenerateStaticVariablesInitialization() local
H A Dobjectivec_map_field.cc84 MapFieldGenerator(const FieldDescriptor* descriptor, const Options& options) MapFieldGenerator() argument

Completed in 19 milliseconds

1...<<31323334353637383940>>...90