Home
last modified time | relevance | path

Searched defs:options (Results 1026 - 1050 of 1719) sorted by relevance

1...<<41424344454647484950>>...69

/third_party/ltp/lib/
H A Dparse_opts.c150 int options = 0; /* no options specified */ in parse_opts() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp475 std::vector<std::string> options = tokenize(opts + " input.cl"); in link_program() local
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h742 struct driOptionCache *options; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c88 const nir_shader_compiler_options *options = in si_create_copy_image_cs() local
141 const nir_shader_compiler_options *options = in si_create_dcc_retile_cs() local
189 const nir_shader_compiler_options *options = in gfx9_create_clear_dcc_msaa_cs() local
236 const nir_shader_compiler_options *options = in si_create_clear_buffer_rmw_cs() local
277 const nir_shader_compiler_options *options = in si_create_passthrough_tcs() local
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c451 const void *options = NULL; in tegra_screen_get_compiler_options() local
/third_party/mesa3d/src/hgl/
H A DGLView.cpp38 BGLView(BRect rect, const char* name, ulong resizingMode, ulong mode, ulong options) BGLView() argument
457 BGLView(BRect rect, char* name, ulong resizingMode, ulong mode, ulong options) BGLView() argument
/third_party/node/src/
H A Dhistogram.cc23 Histogram::Histogram(const Options& options) { in Histogram() argument
36 HistogramImpl::HistogramImpl(const Histogram::Options& options) in HistogramImpl() argument
42 HistogramBase( Environment* env, Local<Object> wrap, const Histogram::Options& options) HistogramBase() argument
224 Create( Environment* env, const Histogram::Options& options) Create() argument
422 IntervalHistogram( Environment* env, Local<Object> wrap, AsyncWrap::ProviderType type, int32_t interval, std::function<void(Histogram&)> on_interval, const Histogram::Options& options) IntervalHistogram() argument
441 Create( Environment* env, int32_t interval, std::function<void(Histogram&)> on_interval, const Histogram::Options& options) Create() argument
[all...]
H A Dnode_options.cc275 Parse( StringVector* const args, StringVector* const exec_args, StringVector* const v8_args, DebugOptions* const options, OptionEnvvarSettings required_env_settings, StringVector* const errors) Parse() argument
290 Parse( StringVector* const args, StringVector* const exec_args, StringVector* const v8_args, PerIsolateOptions* const options, OptionEnvvarSettings required_env_settings, StringVector* const errors) Parse() argument
300 Parse( StringVector* const args, StringVector* const exec_args, StringVector* const v8_args, PerProcessOptions* const options, OptionEnvvarSettings required_env_settings, StringVector* const errors) Parse() argument
1109 Local<Map> options = Map::New(isolate); GetCLIOptions() local
[all...]
H A Dnode_os.cc278 Local<Object> options = args[0].As<Object>(); in GetUserInfo() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsls.c108 static struct options { struct
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c242 char *options, *s, *opt, *val, *ret = NULL; in parse_mount_options() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducptrie.cpp49 int32_t options = header->options; in ucptrie_openFromBinary() local
H A Dubiditransform.cpp257 doShape(UBiDiTransform *pTransform, uint32_t options, UErrorCode *pErrorCode) in doShape() argument
H A Duidna.cpp194 _internal_toASCII(const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toASCII() argument
394 _internal_toUnicode(const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toUnicode() argument
611 uidna_toASCII(const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_toASCII() argument
640 uidna_toUnicode(const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_toUnicode() argument
669 uidna_IDNToASCII( const char16_t *src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError *parseError, UErrorCode *status) uidna_IDNToASCII() argument
762 uidna_IDNToUnicode( const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) uidna_IDNToUnicode() argument
861 uidna_compare( const char16_t *s1, int32_t length1, const char16_t *s2, int32_t length2, int32_t options, UErrorCode* status) uidna_compare() 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 Dutrie.h761 uint32_t options; member
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationkeys.cpp234 int32_t options = settings.options; in writeSortKeyUpToQuaternary() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c416 lower_sample_to_txf_for_integer_tex_impl(nir_builder *b, nir_instr *instr, void *options) lower_sample_to_txf_for_integer_tex_impl() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c443 st_translate_atifs_program(struct ati_fragment_shader *atifs, const struct st_fp_variant_key *key, struct gl_program *program, const nir_shader_compiler_options *options) st_translate_atifs_program() argument
H A Dst_extensions.c173 struct gl_shader_compiler_options *options = in st_init_limits() local
753 st_init_extensions(struct pipe_screen *screen, struct gl_constants *consts, struct gl_extensions *extensions, struct st_config_options *options, gl_api api) st_init_extensions() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c734 uint32_t options; in TestUCaseMap() local
/third_party/icu/icu4c/source/test/intltest/
H A Didnaref.cpp257 idnaref_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_toASCII() argument
426 idnaref_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_toUnicode() argument
691 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_IDNToASCII() argument
846 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) idnaref_IDNToUnicode() argument
1002 idnaref_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) idnaref_compare() argument
[all...]
/third_party/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp187 static UOption options[]={ variable
[all...]
/third_party/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp56 static UOption options[UTFPERF_OPTIONS_COUNT]={ variable
[all...]

Completed in 24 milliseconds

1...<<41424344454647484950>>...69