Home
last modified time | relevance | path

Searched refs:StringToInt (Results 1 – 25 of 42) sorted by relevance

12

/external/perf_data_converter/src/quipper/
Dquipper.cc18 int StringToInt(const string& s) { in StringToInt() function
36 *duration = StringToInt(argv[1]); in ParseArguments()
/external/libchrome/base/
Dsys_info_chromeos.cc134 StringToInt(tokenizer.token_piece(), &major_version_); in ParseLsbRelease()
137 StringToInt(tokenizer.token_piece(), &minor_version_); in ParseLsbRelease()
140 StringToInt(tokenizer.token_piece(), &bugfix_version_); in ParseLsbRelease()
Dvlog.cc56 if (base::StringToInt(v_switch, &vlog_level)) { in VlogInfo()
72 if (!base::StringToInt(it->second, &pattern.vlog_level)) { in VlogInfo()
Dsys_info_unittest.cc130 EXPECT_TRUE(StringToInt(pieces[1], &value)) << hardware_model; in TEST_F()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
Dmakefile.gcc60 StringToInt.o \
147 StringToInt.o: ../../../Common/StringToInt.cpp
148 $(CXX) $(CFLAGS) ../../../Common/StringToInt.cpp
Dmakefile21 $O\StringToInt.obj \
/external/libchrome/base/strings/
Dstring_number_conversions_fuzzer.cc20 base::StringToInt(string_piece_input, &out_int); in LLVMFuzzerTestOneInput()
35 base::StringToInt(string_piece_input16, &out_int); in LLVMFuzzerTestOneInput()
Dstring_number_conversions_unittest.cc110 TEST(StringNumberConversionsTest, StringToInt) { in TEST() argument
144 EXPECT_EQ(cases[i].success, StringToInt(cases[i].input, &output)); in TEST()
149 EXPECT_EQ(cases[i].success, StringToInt(utf16_input, &output)); in TEST()
159 EXPECT_FALSE(StringToInt(input_string, &output)); in TEST()
164 EXPECT_FALSE(StringToInt(utf16_input, &output)); in TEST()
169 EXPECT_FALSE(StringToInt(string16(negative_wide_input), &output)); in TEST()
Dstring_number_conversions.h100 BASE_EXPORT bool StringToInt(StringPiece input, int* output);
101 BASE_EXPORT bool StringToInt(StringPiece16 input, int* output);
Dstring_number_conversions.cc394 bool StringToInt(StringPiece input, int* output) { in StringToInt() function
398 bool StringToInt(StringPiece16 input, int* output) { in StringToInt() function
/external/libchrome/base/process/
Dprocess_metrics_linux.cc295 if (!StringToInt(tokens[3], &limit)) in GetOpenFdSoftLimit()
354 StringToInt(totmaps_fields[kPrivate_CleanIndex], &private_clean_kb); in GetTotalsSummary()
356 StringToInt(totmaps_fields[kPrivate_DirtyIndex], &private_dirty_kb); in GetTotalsSummary()
357 success &= StringToInt(totmaps_fields[kSwapIndex], &swap_kb); in GetTotalsSummary()
560 StringToInt(tokens[1], target); in ParseProcMeminfo()
Dinternal_linux.cc51 if (!StringToInt(pid_string, &pid)) { in ProcDirSlotToPid()
184 if (!StringToInt(btime_it->second, &btime)) in GetBootTime()
Dinternal_aix.cc53 if (!StringToInt(pid_string, &pid)) { in ProcDirSlotToPid()
/external/lzma/CPP/7zip/UI/Client7z/
Dmakefile12 $O\StringToInt.obj \
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc242 if (value.empty() || !base::StringToInt(value, &handle_value)) { in RecoverPassedEndpointFromString()
266 if (value.empty() || !base::StringToInt(value, &fd) || in RecoverPassedEndpointFromString()
/external/libbrillo/policy/
Dresilient_policy_util.cc55 !base::StringToInt(extension.substr(1), index_out) || *index_out <= 0) { in ParseResilientPolicyFilePath()
/external/libchrome/base/test/
Dtest_timeouts.cc30 if (!base::StringToInt(string_value, &command_line_timeout)) { in InitializeTimeout()
/external/libchrome/base/android/
Dbuild_info.cc29 bool success = StringToInt(params[index], &ret); in GetIntParam()
/external/lzma/CPP/7zip/UI/Console/
Dmakefile20 $O\StringToInt.obj \
/external/libchrome/base/test/metrics/
Dhistogram_enum_reader.cc54 if (has_value && !StringToInt(value_str, &value)) { in ParseEnumFromHistogramsXml()
/external/v8/src/
Dconversions.h107 double StringToInt(Isolate* isolate, Handle<String> string, int radix);
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
Dmakefile14 $O\StringToInt.obj \
/external/v8/src/runtime/
Druntime-numbers.cc54 double result = StringToInt(isolate, subject, radix32); in RUNTIME_FUNCTION()
/external/lzma/CPP/7zip/Bundles/Format7zR/
Dmakefile13 $O\StringToInt.obj \
/external/lzma/CPP/7zip/Bundles/Alone7z/
Dmakefile21 $O\StringToInt.obj \

12