Home
last modified time | relevance | path

Searched defs:options (Results 776 - 800 of 1981) sorted by relevance

1...<<31323334353637383940>>...80

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBackendD3D12.cpp154 AdapterDiscoveryOptions options; in DiscoverDefaultAdapters() local
166 const AdapterDiscoveryOptions* options = in DiscoverAdapters() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DShaderModuleVk.cpp167 tint::writer::spirv::Options options; in GetTransformedModuleHandle() local
/third_party/python/Lib/lib2to3/
H A Dfixer_base.py27 options = None # Options object passed to initializer variable in BaseFix
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytesinkutil.cpp97 appendNonEmptyUnchanged(const uint8_t *s, int32_t length, ByteSink &sink, uint32_t options, Edits *edits) appendNonEmptyUnchanged() argument
109 appendUnchanged(const uint8_t *s, const uint8_t *limit, ByteSink &sink, uint32_t options, Edits *edits, UErrorCode &errorCode) appendUnchanged() argument
H A Ducasemap_imp.h72 inline UBool ustrcase_checkTitleAdjustmentOptions(uint32_t options, UErrorCode &errorCode) { in ustrcase_checkTitleAdjustmentOptions() argument
120 uint32_t options; global() member
[all...]
H A Ducol_data.h40 uint32_t options; /* these are the default options for the collator */ member
H A Ducptrie_impl.h36 uint16_t options; member
H A Dunistr_case.cpp94 UnicodeString::caseMap(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_PARAM in caseMap() argument
217 UnicodeString::foldCase(uint32_t options) { in foldCase() argument
H A Dunorm.cpp56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_quickCheckWithOptions() argument
79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_isNormalizedWithOptions() argument
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) unorm_normalize() argument
177 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_iterate() argument
197 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_previous() argument
210 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_next() argument
261 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_concatenate() argument
[all...]
H A Dunormcmp.cpp143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) unorm_cmpEquivFold() argument
561 unorm_compare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) unorm_compare() argument
[all...]
H A Dutrie2_impl.h59 uint16_t options; member
/third_party/toybox/lib/
H A Dargs.c232 char *options = toys.which->options; in parse_optflaglist() local
[all...]
/third_party/toybox/porting/liteos_a/
H A Dtoys.h98 char *options; member
/third_party/toybox/
H A Dtoys.h92 char *options; member
/third_party/typescript/tests/baselines/reference/
H A DAPISample_WatchWithOwnWatchHost.js[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DCopyTextureForBrowserTests.cpp58 wgpu::CopyTextureForBrowserOptions options = {}; in TestCopyTextureForBrowser() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_message.cc61 MessageGenerator(const Descriptor* descriptor, const Options* options) MessageGenerator() argument
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_context.cc45 Context::Context(const FileDescriptor* file, const Options& options) in Context() argument
H A Djava_shared_code_generator.cc51 SharedCodeGenerator(const FileDescriptor* file, const Options& options) SharedCodeGenerator() argument
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_file.cc188 FileGenerator::FileGenerator(const FileDescriptor *file, const Options& options) in FileGenerator() argument
/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc209 GzipOutputStream(ZeroCopyOutputStream* sub_stream, const Options& options) GzipOutputStream() argument
214 Init(ZeroCopyOutputStream* sub_stream, const Options& options) Init() argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorProto.php51 protected $options = null; variable
280 $this->options variable
[all...]
H A DMethodDescriptorProto.php38 protected $options = null; variable
204 $this->options variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc73 EnumGenerator(const EnumDescriptor* descriptor, const std::map<std::string, std::string>& vars, const Options& options) EnumGenerator() argument
H A Dcpp_string_field.cc49 SetStringVariables(const FieldDescriptor* descriptor, std::map<std::string, std::string>* variables, const Options& options) SetStringVariables() argument
87 StringFieldGenerator(const FieldDescriptor* descriptor, const Options& options) StringFieldGenerator() argument
585 StringOneofFieldGenerator( const FieldDescriptor* descriptor, const Options& options) StringOneofFieldGenerator() argument
851 RepeatedStringFieldGenerator( const FieldDescriptor* descriptor, const Options& options) RepeatedStringFieldGenerator() argument
[all...]

Completed in 13 milliseconds

1...<<31323334353637383940>>...80