Home
last modified time | relevance | path

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

12

/external/libchrome/base/process/
Dprocess_metrics_linux.cc370 ret &= StringToInt(totmaps_fields[kPssIndex], &pss); in GetWorkingSetKBytesTotmaps()
371 ret &= StringToInt(totmaps_fields[kPrivate_CleanIndex], &private_clean); in GetWorkingSetKBytesTotmaps()
372 ret &= StringToInt(totmaps_fields[kPrivate_DirtyIndex], &private_dirty); in GetWorkingSetKBytesTotmaps()
373 ret &= StringToInt(totmaps_fields[kSwapIndex], &swap); in GetWorkingSetKBytesTotmaps()
416 ret &= StringToInt(statm_vec[1], &statm_rss); in GetWorkingSetKBytesStatm()
417 ret &= StringToInt(statm_vec[2], &statm_shared); in GetWorkingSetKBytesStatm()
661 StringToInt(tokens[1], target); in ParseProcMeminfo()
690 StringToInt(tokens[1], &meminfo->pswpin); in ParseProcVmstat()
692 StringToInt(tokens[1], &meminfo->pswpout); in ParseProcVmstat()
694 StringToInt(tokens[1], &meminfo->pgmajfault); in ParseProcVmstat()
Dinternal_linux.cc46 if (!StringToInt(pid_string, &pid)) { in ProcDirSlotToPid()
168 if (!StringToInt(btime_it->second, &btime)) in GetBootTime()
/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/
Dsys_info_chromeos.cc134 StringToInt(StringPiece(tokenizer.token_begin(), tokenizer.token_end()), in ParseLsbRelease()
138 StringToInt(StringPiece(tokenizer.token_begin(), tokenizer.token_end()), in ParseLsbRelease()
142 StringToInt(StringPiece(tokenizer.token_begin(), tokenizer.token_end()), in ParseLsbRelease()
Dvlog.cc56 if (base::StringToInt(v_switch, &vlog_level)) { in VlogInfo()
72 if (!base::StringToInt(it->second, &pattern.vlog_level)) { in VlogInfo()
/external/libchrome/base/strings/
Dstring_number_conversions.h80 BASE_EXPORT bool StringToInt(const StringPiece& input, int* output);
81 BASE_EXPORT bool StringToInt(const StringPiece16& input, int* output);
Dstring_number_conversions_unittest.cc108 TEST(StringNumberConversionsTest, StringToInt) { in TEST() argument
142 EXPECT_EQ(cases[i].success, StringToInt(cases[i].input, &output)); in TEST()
147 EXPECT_EQ(cases[i].success, StringToInt(utf16_input, &output)); in TEST()
157 EXPECT_FALSE(StringToInt(input_string, &output)); in TEST()
162 EXPECT_FALSE(StringToInt(utf16_input, &output)); in TEST()
167 EXPECT_FALSE(StringToInt(string16(negative_wide_input), &output)); in TEST()
Dstring_number_conversions.cc384 bool StringToInt(const StringPiece& input, int* output) { in StringToInt() function
388 bool StringToInt(const StringPiece16& input, int* output) { in StringToInt() function
/external/libchrome/sandbox/linux/services/
Dproc_util.cc62 CHECK(base::StringToInt(e.d_name, &fd_num)); in CountOpenFds()
92 CHECK(base::StringToInt(e.d_name, &fd_num)); in HasOpenDirectory()
/external/v8/src/
Dconversions.h124 double StringToInt(UnicodeCache* unicode_cache,
129 double StringToInt(UnicodeCache* unicode_cache,
Dconversions.cc108 double StringToInt(UnicodeCache* unicode_cache, in StringToInt() function
116 double StringToInt(UnicodeCache* unicode_cache, in StringToInt() function
/external/v8/src/runtime/
Druntime-numbers.cc61 result = StringToInt(isolate->unicode_cache(), flat.ToOneByteVector(), in RUNTIME_FUNCTION()
65 StringToInt(isolate->unicode_cache(), flat.ToUC16Vector(), radix32); in RUNTIME_FUNCTION()
/external/lzma/CPP/7zip/UI/Client7z/
Dmakefile12 $O\StringToInt.obj \
/external/libchrome/base/test/
Dtest_timeouts.cc49 base::StringToInt(string_value, &timeout); in InitializeTimeout()
/external/libmojo/mojo/edk/embedder/
Dplatform_channel_pair_win.cc82 !base::StringToInt(value, &client_handle_value)) { in PassClientHandleFromParentProcessFromString()
Dplatform_channel_pair_posix.cc96 !base::StringToInt(value, &client_fd) || in PassClientHandleFromParentProcessFromString()
/external/lzma/CPP/7zip/UI/Console/
Dmakefile20 $O\StringToInt.obj \
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
Dmakefile14 $O\StringToInt.obj \
/external/lzma/CPP/7zip/Bundles/Format7zR/
Dmakefile13 $O\StringToInt.obj \
/external/libbrillo/brillo/
Dflag_helper.cc80 return base::StringToInt(value, value_); in SetValue()
/external/lzma/CPP/7zip/Bundles/Alone7z/
Dmakefile21 $O\StringToInt.obj \
/external/flatbuffers/include/flatbuffers/
Dutil.h98 inline int64_t StringToInt(const char *str, char **endptr = nullptr,
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc293 if (name == kBinderDriverName && base::StringToInt(number, &result)) in ParseBinderMinor()
/external/flatbuffers/src/
Dreflection.cpp42 return s ? StringToInt(s->c_str()) : 0; in GetAnyValueI()
148 default: SetAnyValueI(type, data, StringToInt(val)); break; in SetAnyValueS()

12