Home
last modified time | relevance | path

Searched defs:value (Results 3801 - 3825 of 6482) sorted by relevance

1...<<151152153154155156157158159160>>...260

/third_party/backends/backend/
H A Dricoh2.c409 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Word *info) sane_control_option() argument
[all...]
/third_party/backends/testsuite/backend/genesys/
H A Dsession_config_test.cpp99 int value = 0; in get_value_bool() local
104 void set_value_bool(const std::string& name, bool value) in set_value_bool() argument
114 int value = 0; in get_value_button() local
119 void set_value_button(const std::string& name, bool value) in set_value_button() argument
129 int value = 0; get_value_int() local
134 set_value_int(const std::string& name, int value) set_value_int() argument
143 int value = 0; get_value_float() local
148 set_value_float(const std::string& name, float value) set_value_float() argument
158 std::string value; get_value_string() local
165 set_value_string(const std::string& name, const std::string& value) set_value_string() argument
[all...]
/third_party/curl/lib/
H A Daltsvc.c495 Curl_altsvc_parse(struct Curl_easy *data, struct altsvcinfo *asi, const char *value, enum alpnid srcalpnid, const char *srchost, unsigned short srcport) Curl_altsvc_parse() argument
H A Dc-hyper.c137 hyper_each_header(void *userdata, const uint8_t *name, size_t name_len, const uint8_t *value, size_t value_len) hyper_each_header() argument
H A Dhttp_aws_sigv4.c85 char *value; /* to read from */ in trim_headers() local
249 char *value; make_headers() local
328 char *value; parse_content_sha_hdr() local
[all...]
H A Dpop3.c1369 const char *value; in pop3_parse_url_options() local
/third_party/benchmark/src/
H A Dbenchmark.cc628 void SetBenchmarkFilter(std::string value) { in SetBenchmarkFilter() argument
638 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() argument
644 << "exists with value \"" << value << "\"\n"; in AddCustomContext() local
[all...]
H A Dsysinfo.cc678 std::string value; in GetCPUCyclesPerSecond() local
[all...]
H A Dbenchmark_register.cc380 Benchmark* Benchmark::ReportAggregatesOnly(bool value) { in ReportAggregatesOnly() argument
385 Benchmark* Benchmark::DisplayAggregatesOnly(bool value) { in DisplayAggregatesOnly() argument
/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c180 void config_set_option(const char *key, const char *value) in config_set_option() argument
207 char *key, *value; in config_from_file() local
232 extract_next_option(char *str, char **pagerange, char **key, char **value) extract_next_option() argument
309 char *p, *cmdlineopts, *nextopt, *pagerange, *key, *value; process_cmdline_options() local
[all...]
/third_party/alsa-lib/src/control/
H A Dhcontrol.c820 int snd_hctl_elem_read(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value) in snd_hctl_elem_read() argument
837 snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value) snd_hctl_elem_write() argument
[all...]
/third_party/alsa-lib/test/
H A Dplaymidi1.c301 static void do_parameter(int chan, int control, int value) in do_parameter() argument
/third_party/astc-encoder/Source/
H A Dastcenc_color_quantize.cpp109 quant_color( quant_method quant_level, int value, float valuef ) quant_color() argument
136 quant_color3( quant_method quant_level, vint4 value, vfloat4 valuef ) quant_color3() argument
848 quantize_and_unquantize_retain_top_two_bits( quant_method quant_level, uint8_t value, uint8_t& quant_value ) quantize_and_unquantize_retain_top_two_bits() argument
887 quantize_and_unquantize_retain_top_four_bits( quant_method quant_level, uint8_t value, uint8_t& quant_value ) quantize_and_unquantize_retain_top_four_bits() argument
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp326 int32_t udbg_enumByName(UDebugEnumType type, const char *value) { in udbg_enumByName() argument
/third_party/gn/src/gn/
H A Dohos_components_checker.cc97 static void LoadInnerApiPublicDepsInnerWhitelist(const base::Value &value) in LoadInnerApiPublicDepsInnerWhitelist() argument
120 LoadIncludesAbsoluteDepsOtherWhitelist(const base::Value &value) LoadIncludesAbsoluteDepsOtherWhitelist() argument
129 LoadAbsoluteDepsOtherWhitelist(const base::Value &value) LoadAbsoluteDepsOtherWhitelist() argument
138 LoadImportOtherWhitelist(const base::Value &value) LoadImportOtherWhitelist() argument
147 LoadDepsNotLibWhitelist(const base::Value &value) LoadDepsNotLibWhitelist() argument
156 LoadFuzzyMatchWhitelist(const base::Value &value) LoadFuzzyMatchWhitelist() argument
[all...]
H A Dparser.cc581 std::unique_ptr<ParseNode> value = ParseExpression(PRECEDENCE_ASSIGNMENT); in Assignment() local
606 std::unique_ptr<ParseNode> value = ParseExpression(); Subscript() local
895 IndentFor(int value) IndentFor() argument
[all...]
H A Dparse_tree.h428 const Token& value() const { return value_; } value() function in IdentifierNode
515 const Token& value() const { return value_; } value() function in LiteralNode
617 const Token& value() const { return value_; } value() function in EndNode
[all...]
H A Dscope.cc546 SetProperty(const void* key, void* value) SetProperty() argument
[all...]
H A Dxcode_object.cc169 const PBXObject* value; member
174 void PrintValue(std::ostream& out, IndentRules rules, unsigned value) { in PrintValue() argument
175 out << value; in PrintValue() local
178 void PrintValue(std::ostream& out, IndentRules rules, const char* value) { in PrintValue() argument
182 PrintValue(std::ostream& out, IndentRules rules, const std::string& value) PrintValue() argument
192 PrintValue(std::ostream& out, IndentRules rules, const PBXObject* value) PrintValue() argument
197 PrintValue(std::ostream& out, IndentRules rules, const std::unique_ptr<ObjectClass>& value) PrintValue() argument
243 PrintProperty(std::ostream& out, IndentRules rules, const char* name, ValueType&& value) PrintProperty() argument
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1893 int value; global() member
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h257 T value; member
902 Matcher(T value) Matcher() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java113 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
556 keyValueDisplayName(String key, String value, boolean skipAdjust) keyValueDisplayName() argument
580 keyValueDisplayName(String key, String value) keyValueDisplayName() argument
[all...]
H A DTrie2.java343 public int value; global() field in Trie2.Range
503 public int value; global() field in Trie2.CharSequenceValues
[all...]
H A DUtility.java355 private static final <T extends Appendable> void encodeRun(T buffer, int value, int length) { in encodeRun() argument
378 appendInt(T buffer, int value) appendInt() argument
391 encodeRun(T buffer, short value, int length) encodeRun() argument
423 encodeRun(T buffer, byte value, int length, byte[] state) encodeRun() argument
451 appendEncodedByte(T buffer, byte value, byte[] state) appendEncodedByte() argument
1942 charSequenceHashCode(CharSequence value) charSequenceHashCode() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLongNameHandler.java187 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
207 private boolean loadForPluralForm(UResource.Table genderTable, UResource.Value value) { in loadForPluralForm() argument
229 loadForGender(UResource.Table genderTable, String genderVal, UResource.Value value) loadForGender() argument
252 loadForCase(UResource.Table caseTable, String caseValue, UResource.Value value) loadForCase() argument
312 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument
336 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument
[all...]

Completed in 30 milliseconds

1...<<151152153154155156157158159160>>...260