| /third_party/curl/lib/ |
| H A D | pop3.c | 1369 const char *value; in pop3_parse_url_options() local
|
| /third_party/benchmark/src/ |
| H A D | benchmark.cc | 628 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 D | sysinfo.cc | 678 std::string value; in GetCPUCyclesPerSecond() local [all...] |
| H A D | benchmark_register.cc | 380 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 D | foomaticrip.c | 180 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 D | hcontrol.c | 820 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 D | playmidi1.c | 301 static void do_parameter(int chan, int control, int value) in do_parameter() argument
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_color_quantize.cpp | 109 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 D | udbgutil.cpp | 326 int32_t udbg_enumByName(UDebugEnumType type, const char *value) { in udbg_enumByName() argument
|
| /third_party/gn/src/gn/ |
| H A D | ohos_components_checker.cc | 97 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 D | parser.cc | 581 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 D | parse_tree.h | 428 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 D | scope.cc | 546 SetProperty(const void* key, void* value) SetProperty() argument [all...] |
| H A D | xcode_object.cc | 169 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 D | gmock-spec-builders_test.cc | 1893 int value; global() member [all...] |
| /third_party/googletest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 257 T value; member 902 Matcher(T value) Matcher() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | LocaleDisplayNamesImpl.java | 113 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 D | Trie2.java | 343 public int value; global() field in Trie2.Range 503 public int value; global() field in Trie2.CharSequenceValues [all...] |
| H A D | Utility.java | 355 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 D | LongNameHandler.java | 187 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...] |
| H A D | DecimalQuantity_AbstractBCD.java | 1003 appendDigit(byte value, int leadingZeros, boolean appendAsInteger) appendDigit() argument 1227 setDigitPos(int position, byte value) setDigitPos() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DateIntervalInfo.java | 444 public void put(Key key, Value value, boolean noFallback) { in put() argument 473 processSkeletonTable(Key key, Value value) processSkeletonTable() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | units_test.cpp | 556 double value; in testComplexUnitsConverter() member
|
| H A D | ucharstrietest.cpp | 32 int32_t value; member 365 int32_t value; global() member in __anon3698::Generator 395 int32_t value=gen.getValue(); TestLargeTrie() local [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | unum.cpp | 902 unum_setContext(UNumberFormat* fmt, UDisplayContext value, UErrorCode* status) in unum_setContext() argument 824 unum_setSymbol(UNumberFormat *fmt, UNumberFormatSymbol symbol, const UChar *value, int32_t length, UErrorCode *status) unum_setSymbol() argument
|