Home
last modified time | relevance | path

Searched defs:options (Results 801 - 825 of 1719) sorted by relevance

1...<<31323334353637383940>>...69

/third_party/mesa3d/src/getopt/
H A Dgetopt_long.c159 parse_long_options(char * const *nargv, const char *options, in parse_long_options() argument
277 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal() argument
473 getopt(int nargc, char * const *nargv, const char *options) getopt() argument
492 getopt_long(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) getopt_long() argument
505 getopt_long_only(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) getopt_long_only() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c33 uint32_t options; member
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl.c285 hgl_create_st_visual(ulong options) in hgl_create_st_visual() argument
[all...]
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-instanced.c329 static void options(int argc, char *argv[]) in options() function
/third_party/node/lib/internal/
H A Dchild_process.js[all...]
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip.cc174 Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir, UnzipOptions options) Unzip() argument
193 Unzip(const base::PlatformFile& src_file, WriterFactory writer_factory, DirectoryCreator directory_creator, UnzipOptions options) Unzip() argument
[all...]
/third_party/node/deps/zlib/google/
H A Dzip.cc174 Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir, UnzipOptions options) Unzip() argument
193 Unzip(const base::PlatformFile& src_file, WriterFactory writer_factory, DirectoryCreator directory_creator, UnzipOptions options) Unzip() argument
[all...]
/third_party/node/src/
H A Dnode_options-inl.h282 Parse( std::vector<std::string>* const orig_args, std::vector<std::string>* const exec_args, std::vector<std::string>* const v8_args, Options* const options, OptionEnvvarSettings required_env_settings, std::vector<std::string>* const errors) const Parse() argument
[all...]
H A Dprocess_wrap.cc102 ParseStdioOptions(Environment* env, Local<Object> js_options, uv_process_options_t* options) ParseStdioOptions() argument
154 uv_process_options_t options; Spawn() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfslabel.c60 static struct options { struct
H A Dntfsundelete.h41 struct options { struct
/third_party/nghttp2/integration-tests/
H A Dserver_tester.go65 type options struct { type
/third_party/node/deps/icu-small/source/common/
H A Dfilterednormalizer2.cpp91 FilteredNormalizer2::normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, in normalizeUTF8() argument
104 FilteredNormalizer2::normalizeUTF8(uint32_t options, const char *src, int32_t length, in normalizeUTF8() argument
H A Dustr_titlecase_brkiter.cpp132 ustrcase_getTitleBreakIterator( const Locale *locale, const char *locID, uint32_t options, BreakIterator *iter, LocalPointer<BreakIterator> &ownedIter, UErrorCode &errorCode) ustrcase_getTitleBreakIterator() argument
166 toTitle( const char *locale, uint32_t options, BreakIterator *iter, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toTitle() argument
H A Dustrcase.cpp208 int32_t toLower(int32_t caseLocale, uint32_t options, in toLower() argument
63 appendResult(char16_t *dest, int32_t destIndex, int32_t destCapacity, int32_t result, const char16_t *s, int32_t cpLength, uint32_t options, icu::Edits *edits) appendResult() argument
146 appendNonEmptyUnchanged(char16_t *dest, int32_t destIndex, int32_t destCapacity, const char16_t *s, int32_t length, uint32_t options, icu::Edits *edits) appendNonEmptyUnchanged() argument
164 appendUnchanged(char16_t *dest, int32_t destIndex, int32_t destCapacity, const char16_t *s, int32_t length, uint32_t options, icu::Edits *edits) appendUnchanged() argument
306 toUpper(int32_t caseLocale, uint32_t options, char16_t *dest, int32_t destCapacity, const char16_t *src, UCaseContext *csc, int32_t srcLength, icu::Edits *edits, UErrorCode &errorCode) toUpper() argument
416 maybeTitleDutchIJ(const char16_t *src, UChar32 c, int32_t start, int32_t segmentLimit, char16_t *dest, int32_t &destIndex, int32_t destCapacity, uint32_t options, icu::Edits *edits) maybeTitleDutchIJ() argument
[all...]
H A Dnormlzr.cpp128 normalize(const UnicodeString& source, UNormalizationMode mode, int32_t options, UnicodeString& result, UErrorCode &status) normalize() argument
163 compose(const UnicodeString& source, UBool compat, int32_t options, UnicodeString& result, UErrorCode &status) compose() argument
171 decompose(const UnicodeString& source, UBool compat, int32_t options, UnicodeString& result, UErrorCode &status) decompose() argument
179 quickCheck(const UnicodeString& source, UNormalizationMode mode, int32_t options, UErrorCode &status) quickCheck() argument
196 isNormalized(const UnicodeString& source, UNormalizationMode mode, int32_t options, UErrorCode &status) isNormalized() argument
213 concatenate(const UnicodeString &left, const UnicodeString &right, UnicodeString &result, UNormalizationMode mode, int32_t options, UErrorCode &errorCode) concatenate() argument
[all...]
/third_party/ninja/src/
H A Dmanifest_parser.cc30 ManifestParser(State* state, FileReader* file_reader, ManifestParserOptions options) ManifestParser() argument
/third_party/node/deps/cares/src/lib/
H A Dares_init.c296 ares_init_options(ares_channel_t **channelptr, const struct ares_options *options, int optmask) ares_init_options() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatin.cpp109 CollationFastLatin::compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options, in compareUTF16() argument
448 compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options, const uint8_t *left, int32_t leftLength, const uint8_t *right, int32_t rightLength) compareUTF8() argument
[all...]
H A Dcollationdatareader.cpp416 int32_t options = inIndexes[IX_OPTIONS] & 0xffff; in read() local
H A Dcollationsettings.h215 int32_t options; global() member
[all...]
H A Dudatpg.cpp69 udatpg_getBestPatternWithOptions(UDateTimePatternGenerator *dtpg, const char16_t *skeleton, int32_t length, UDateTimePatternMatchOptions options, char16_t *bestPattern, int32_t capacity, UErrorCode *pErrorCode) udatpg_getBestPatternWithOptions() argument
284 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const char16_t *pattern, int32_t patternLength, const char16_t *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, char16_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypesWithOptions() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.c480 st_create_context_priv(struct gl_context *ctx, struct pipe_context *pipe, const struct st_config_options *options) st_create_context_priv() argument
830 st_create_context(gl_api api, struct pipe_context *pipe, const struct gl_config *visual, struct st_context *share, const struct st_config_options *options, bool no_error, bool has_egl_image_validate) st_create_context() argument
1014 const struct nir_shader_compiler_options *options = st_get_nir_compiler_options() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dderb.cpp54 static UOption options[]={ variable
[all...]
/third_party/node/deps/icu-small/source/tools/icupkg/
H A Dicupkg.cpp191 static UOption options[]={ variable
[all...]

Completed in 18 milliseconds

1...<<31323334353637383940>>...69