Home
last modified time | relevance | path

Searched defs:options (Results 1326 - 1350 of 1969) sorted by relevance

1...<<51525354555657585960>>...79

/third_party/skia/third_party/externals/spirv-tools/source/link/
H A Dlinker.cpp520 RemoveLinkageSpecificInstructions( const MessageConsumer& consumer, const LinkerOptions& options, const LinkageTable& linkings_to_do, DecorationManager* decoration_manager, opt::IRContext* linked_context) RemoveLinkageSpecificInstructions() argument
641 Link(const Context& context, const std::vector<std::vector<uint32_t>>& binaries, std::vector<uint32_t>* linked_binary, const LinkerOptions& options) Link() argument
659 Link(const Context& context, const uint32_t* const* binaries, const size_t* binary_sizes, size_t num_binaries, std::vector<uint32_t>* linked_binary, const LinkerOptions& options) Link() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext.cpp732 spvTextToBinaryInternal(const spvtools::AssemblyGrammar& grammar, const spvtools::MessageConsumer& consumer, const spv_text text, const uint32_t options, spv_binary* pBinary) spvTextToBinaryInternal() argument
814 spvTextToBinaryWithOptions(const spv_const_context context, const char* input_text, const size_t input_text_size, const uint32_t options, spv_binary* pBinary, spv_diagnostic* pDiagnostic) spvTextToBinaryWithOptions() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp520 RemoveLinkageSpecificInstructions( const MessageConsumer& consumer, const LinkerOptions& options, const LinkageTable& linkings_to_do, DecorationManager* decoration_manager, opt::IRContext* linked_context) RemoveLinkageSpecificInstructions() argument
641 Link(const Context& context, const std::vector<std::vector<uint32_t>>& binaries, std::vector<uint32_t>* linked_binary, const LinkerOptions& options) Link() argument
659 Link(const Context& context, const uint32_t* const* binaries, const size_t* binary_sizes, size_t num_binaries, std::vector<uint32_t>* linked_binary, const LinkerOptions& options) Link() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext.cpp732 spvTextToBinaryInternal(const spvtools::AssemblyGrammar& grammar, const spvtools::MessageConsumer& consumer, const spv_text text, const uint32_t options, spv_binary* pBinary) spvTextToBinaryInternal() argument
814 spvTextToBinaryWithOptions(const spv_const_context context, const char* input_text, const size_t input_text_size, const uint32_t options, spv_binary* pBinary, spv_diagnostic* pDiagnostic) spvTextToBinaryWithOptions() argument
/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.cpp318 const auto& options = this->options(); in onIncrementalDecode() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationkeys.cpp234 int32_t options = settings.options; in writeSortKeyUpToQuaternary() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
H A Dstore.c353 extern void setOptions(int32_t options){ in setOptions() argument
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.cpp187 static UOption options[]={ variable
[all...]
/third_party/skia/tests/
H A DTestUtils.cpp110 SkPngEncoder::Options options; in BipmapToBase64DataURI() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDawnNative.cpp162 bool Instance::DiscoverAdapters(const AdapterDiscoveryOptionsBase* options) { in DiscoverAdapters() argument
/third_party/spirv-tools/source/
H A Ddisassemble.cpp50 Disassembler(const AssemblyGrammar& grammar, uint32_t options, in Disassembler() argument
201 InstructionDisassembler(const AssemblyGrammar& grammar, std::ostream& stream, uint32_t options, NameMapper name_mapper) InstructionDisassembler() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dubiditransform.cpp257 doShape(UBiDiTransform *pTransform, uint32_t options, UErrorCode *pErrorCode) in doShape() argument
H A Ducasemap.cpp65 ucasemap_open(const char *locale, uint32_t options, UErrorCode *pErrorCode) { in ucasemap_open() argument
125 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode) { in ucasemap_setOptions() argument
204 void toLower(int32_t caseLocale, uint32_t options, in toLower() argument
140 appendResult(int32_t cpLength, int32_t result, const UChar *s, ByteSink &sink, uint32_t options, icu::Edits *edits, UErrorCode &errorCode) appendResult() argument
315 toUpper(int32_t caseLocale, uint32_t options, const uint8_t *src, UCaseContext *csc, int32_t srcLength, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) toUpper() argument
424 ucasemap_internalUTF8ToTitle( int32_t caseLocale, uint32_t options, BreakIterator *iter, const uint8_t *src, int32_t srcLength, ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) ucasemap_internalUTF8ToTitle() argument
570 toUpper(uint32_t options, const uint8_t *src, int32_t srcLength, ByteSink &sink, Edits *edits, UErrorCode &errorCode) toUpper() argument
722 ucasemap_internalUTF8ToLower(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED const uint8_t *src, int32_t srcLength, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) ucasemap_internalUTF8ToLower() argument
736 ucasemap_internalUTF8ToUpper(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED const uint8_t *src, int32_t srcLength, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) ucasemap_internalUTF8ToUpper() argument
754 ucasemap_internalUTF8Fold(int32_t , uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED const uint8_t *src, int32_t srcLength, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) ucasemap_internalUTF8Fold() argument
765 ucasemap_mapUTF8(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_PARAM const char *src, int32_t srcLength, UTF8CaseMapper *stringCaseMapper, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) ucasemap_mapUTF8() argument
798 ucasemap_mapUTF8(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_PARAM char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UTF8CaseMapper *stringCaseMapper, icu::Edits *edits, UErrorCode &errorCode) ucasemap_mapUTF8() argument
887 utf8ToLower( const char *locale, uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8ToLower() argument
892 ustrcase_getCaseLocale(locale), options, UCASEMAP_BREAK_ITERATOR_NULL utf8ToLower() local
897 utf8ToUpper( const char *locale, uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8ToUpper() argument
902 ustrcase_getCaseLocale(locale), options, UCASEMAP_BREAK_ITERATOR_NULL utf8ToUpper() local
907 utf8Fold( uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8Fold() argument
917 utf8ToLower( const char *locale, uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToLower() argument
929 utf8ToUpper( const char *locale, uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToUpper() argument
941 utf8Fold( uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8Fold() argument
[all...]
H A Ducnv_bld.h182 uint32_t options; /* options flags from UConverterOpen, may contain additional bits */ member
H A Ducnv_cnv.h57 uint32_t options; member
H A Ducptrie.cpp49 int32_t options = header->options; in ucptrie_openFromBinary() local
H A Duidna.cpp194 _internal_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toASCII() argument
394 _internal_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toUnicode() argument
611 uidna_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_toASCII() argument
640 uidna_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_toUnicode() argument
669 uidna_IDNToASCII( const UChar *src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError *parseError, UErrorCode *status) uidna_IDNToASCII() argument
762 uidna_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_IDNToUnicode() argument
861 uidna_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) uidna_compare() argument
[all...]
H A Dutrie.h761 uint32_t options; member
/third_party/typescript/tests/baselines/reference/
H A DcorrelatedUnions.js
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_helpers.cc504 CreateFieldGenerator(const FieldDescriptor* descriptor, int presenceIndex, const Options* options) CreateFieldGenerator() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dmessage.c597 int options = 0; in PHP_METHOD() local
632 int options = 0; in PHP_METHOD() local
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc361 GzipOutputStream::Options options; in TEST_F() local
395 GzipOutputStream::Options options; in TEST_F() local
426 GzipOutputStream::Options options; in TEST_F() local
453 GzipOutputStream::Options options; TEST_F() local
483 GzipOutputStream::Options options; TEST_F() local
510 GzipOutputStream::Options options; TEST_F() local
524 GzipOutputStream::Options options; TEST_F() local
539 Compress(const std::string& data, const GzipOutputStream::Options& options) Compress() argument
572 GzipOutputStream::Options options; TEST_F() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h87 explicit ArenaImpl(const O& options) : options_(options) { in ArenaImpl() argument
H A Darena.h251 explicit Arena(const ArenaOptions& options) : impl_(options) { in Arena() argument
274 void Init(const ArenaOptions& options) { in Init() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-simple.c51 pa_simple_options *options; member

Completed in 27 milliseconds

1...<<51525354555657585960>>...79