Home
last modified time | relevance | path

Searched defs:value (Results 9151 - 9175 of 20726) sorted by relevance

1...<<361362363364365366367368369370>>...830

/third_party/backends/japi/
H A DSane.java126 public native int getControlOption(int handle, int option, int [] value, in getControlOption() argument
128 public native int getControlOption(int handle, int option, byte [] value, in getControlOption() argument
132 setControlOption(int handle, int option, int action, int value, int [] info) setControlOption() argument
134 setControlOption(int handle, int option, int action, String value, int [] info) setControlOption() argument
/third_party/backends/lib/
H A Dsnprintf.c522 union value { union
527 long long value; global() member
529 long value; global() member
661 union value value; dopr() local
801 fmtstr( int visible_control, char **buffer, int *left, char *value, int ljust, int len, int zpad, int precision ) fmtstr() argument
841 fmtnum( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) fmtnum() argument
907 fmtquad( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) fmtquad() argument
979 fmtdouble( char **buffer, int *left, int fmt, double value, int ljust, int len, int zpad, int precision ) fmtdouble() argument
[all...]
/third_party/backends/backend/genesys/
H A Dutilities.h92 inline T clamp(const T& value, const T& lo, const T& hi) in clamp() argument
/third_party/backends/sanei/
H A Dsanei_config.c250 void *value = NULL; in sanei_configure_attach() local
[all...]
/third_party/backends/testsuite/sanei/
H A Dsanei_constrain_test.c140 SANE_Int value = int_range.min; in min_int_value() local
155 SANE_Int value = int_range.max; in max_int_value() local
170 SANE_Int value = int_range.min - 1; in below_min_int_value() local
186 SANE_Int value = int_range.min + 1; quant1_int_value() local
202 SANE_Int value = int_range.min + int_range.quant - 1; quant2_int_value() local
217 SANE_Int value = int_range.min + int_range.quant; in_range_int_value() local
232 SANE_Int value = int_range.max + 1; above_max_int_value() local
250 SANE_Int value = fixed_range.min; min_fixed_value() local
265 SANE_Int value = fixed_range.max; max_fixed_value() local
280 SANE_Int value = fixed_range.min - 1; below_min_fixed_value() local
296 SANE_Int value = fixed_range.min + fixed_range.quant/3; quant1_fixed_value() local
312 SANE_Int value = fixed_range.min + fixed_range.quant - fixed_range.quant/3; quant2_fixed_value() local
327 SANE_Int value = fixed_range.min + fixed_range.quant; in_range_fixed_value() local
342 SANE_Int value = fixed_range.max + 1; above_max_fixed_value() local
358 SANE_Word value = 25000; above_max_word() local
374 SANE_Word value = 1; below_max_word() local
389 SANE_Word value = 249; closest_200_word() local
405 SANE_Word value = 251; closest_300_word() local
421 SANE_Word value = 400; exact_400_word() local
439 SANE_Int value[ARRAY_SIZE]; min_int_array() local
462 SANE_Int value[ARRAY_SIZE]; max_int_array() local
486 SANE_Int value[ARRAY_SIZE]; below_min_int_array() local
511 SANE_Int value[ARRAY_SIZE]; quant1_int_array() local
535 SANE_Int value[ARRAY_SIZE]; quant2_int_array() local
558 SANE_Int value[ARRAY_SIZE]; in_range_int_array() local
582 SANE_Int value[ARRAY_SIZE]; above_max_int_array() local
605 SANE_Char value[9] = "wrong"; wrong_string_array() local
620 SANE_Int value = 555; none_int() local
635 SANE_Bool value = 555; none_bool_nok() local
650 SANE_Bool value = SANE_FALSE; none_bool_ok() local
667 SANE_Char value[9] = "Line"; string_array_several() local
684 SANE_Char value[9] = "Linea"; partial_string_array() local
698 SANE_Char value[9] = "lineart"; string_array_ignorecase() local
712 SANE_Char value[9] = "Lineart"; string_array_ok() local
[all...]
/third_party/curl/lib/
H A Dcurl_sasl.c160 Curl_sasl_parse_url_auth_option(struct SASL *sasl, const char *value, size_t len) Curl_sasl_parse_url_auth_option() argument
H A Ddynhds.c40 entry_new(const char *name, size_t namelen, const char *value, size_t valuelen, int opts) entry_new() argument
63 entry_append(struct dynhds_entry *e, const char *value, size_t valuelen) entry_append() argument
165 Curl_dynhds_add(struct dynhds *dynhds, const char *name, size_t namelen, const char *value, size_t valuelen) Curl_dynhds_add() argument
211 Curl_dynhds_cadd(struct dynhds *dynhds, const char *name, const char *value) Curl_dynhds_cadd() argument
223 const char *value; Curl_dynhds_h1_add_line() local
312 Curl_dynhds_set(struct dynhds *dynhds, const char *name, size_t namelen, const char *value, size_t valuelen) Curl_dynhds_set() argument
[all...]
/third_party/benchmark/src/
H A Dstring_util.cc101 std::string ToBinaryStringFullySpecified(double value, int precision, in ToBinaryStringFullySpecified() argument
H A Dbenchmark_runner.cc170 BenchTimeType ParseBenchMinTime(const std::string& value) { in ParseBenchMinTime() argument
[all...]
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_cp15.h263 __set_CNTFRQ(uint32_t value) __set_CNTFRQ() argument
287 __set_CNTP_TVAL(uint32_t value) __set_CNTP_TVAL() argument
324 __set_CNTP_CVAL(uint64_t value) __set_CNTP_CVAL() argument
348 __set_CNTP_CTL(uint32_t value) __set_CNTP_CTL() argument
369 __set_TLBIALL(uint32_t value) __set_TLBIALL() argument
378 __set_BPIALL(uint32_t value) __set_BPIALL() argument
387 __set_ICIALLU(uint32_t value) __set_ICIALLU() argument
396 __set_ICIMVAC(uint32_t value) __set_ICIMVAC() argument
405 __set_DCCMVAC(uint32_t value) __set_DCCMVAC() argument
414 __set_DCIMVAC(uint32_t value) __set_DCIMVAC() argument
423 __set_DCCIMVAC(uint32_t value) __set_DCCIMVAC() argument
430 __set_CSSELR(uint32_t value) __set_CSSELR() argument
467 __set_DCISW(uint32_t value) __set_DCISW() argument
474 __set_DCCSW(uint32_t value) __set_DCCSW() argument
481 __set_DCCISW(uint32_t value) __set_DCCISW() argument
[all...]
/third_party/cups-filters/backend/
H A Dserial.c82 *value, /* Value of option */ in main() local
[all...]
/third_party/cups-filters/filter/
H A Dbannertopdf.c49 const char *value = cupsGetOption(name, noptions, options); in get_float_option() local
59 const char *value = cupsGetOption(name, noptions, options); in get_int_option() local
190 info_line(FILE *s, const char *key, const char *value) info_line() argument
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.h56 char value [128]; member
114 char *value; member
/third_party/cups-filters/utils/
H A Ddriverless.c83 value[256], /* Value string */ in listPrintersInArray() local
[all...]
/third_party/alsa-lib/src/control/
H A Dsetup.c411 snd_config_t *value = NULL, *mask = NULL; in add_elem() local
[all...]
H A Dtlv.c293 snd_tlv_convert_from_dB(unsigned int *tlv, long rangemin, long rangemax, long db_gain, long *value, int xdir) snd_tlv_convert_from_dB() argument
499 snd_ctl_convert_from_dB(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, long db_gain, long *value, int xdir) snd_ctl_convert_from_dB() argument
[all...]
H A Dctlparse.c318 struct snd_ctl_elem_value value; in get_ctl_type_max_elements() local
346 snd_ctl_ascii_value_parse(snd_ctl_t *handle, snd_ctl_elem_value_t *dst, snd_ctl_elem_info_t *info, const char *value) snd_ctl_ascii_value_parse() argument
[all...]
/third_party/alsa-lib/src/seq/
H A Dseq_midi_event.c637 int value = ev->data.control.value + 8192; in pitchbend_decode() local
[all...]
/third_party/gn/src/gn/
H A Dsource_file.h61 const std::string& value() const { return value_.str(); } in value() function in SourceFile
[all...]
H A Dtoken.h66 std::string_view value() const { return value_; } in value() function in Token
H A Drust_project_writer.cc145 auto value = arg.substr(prefix.size()); in FindArgValueAfterPrefix() local
158 auto value = arg.substr(prefix.size()); in FindAllArgValuesAfterPrefix() local
[all...]
H A Dstring_utils.cc118 const Value* value = scope->GetValue(identifier, true); in AppendInterpolatedIdentifier() local
224 int value = 0; in AppendHexByte() local
[all...]
H A Dtarget_generator.cc184 const Value* value = scope_->GetValue(variables::kSources, true); in FillSources() local
197 const Value* value = scope_->GetValue(variables::kPublic, true); in FillPublic() local
229 const Value* value = scope_->GetValue(variables::kData, true); in FillData() local
296 Value* value = scope_->GetMutableValue(variables::kMetadata, FillMetadata() local
324 const Value* value = scope_->GetValue(variables::kTestonly, true); FillTestonly() local
334 const Value* value = scope_->GetValue(variables::kAssertNoDeps, true); FillAssertNoDeps() local
344 const Value* value = scope_->GetValue(variables::kOutputs, true); FillOutputs() local
381 const Value* value = scope_->GetValue(variables::kCheckIncludes, true); FillCheckIncludes() local
391 const Value* value = scope_->GetValue(variables::kOutputExtension, true); FillOutputExtension() local
433 const Value* value = scope_->GetValue(var_name, true); FillGenericConfigs() local
444 const Value* value = scope_->GetValue(var_name, true); FillGenericDeps() local
455 const Value* value = scope_->GetValue(var_name, true); FillGenericDepsWithWholeArchive() local
467 const Value* value = scope_->GetValue(var_name, true); FillOhosComponentDeps() local
478 const Value* value = scope_->GetValue(variables::kWriteRuntimeDeps, true); FillWriteRuntimeDeps() local
[all...]
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h136 enum { value = kOther }; // The default kind. enumerator
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc839 int value = 1; in TEST() local

Completed in 21 milliseconds

1...<<361362363364365366367368369370>>...830