HomeSort by relevance Sort by last modified time
    Searched refs:ParseUnsignedInteger (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 59 bool ParseUnsignedInteger(const DataType& type,
124 DATA_TYPE("[u1]", 1, &ValidationTestInputParser::ParseUnsignedInteger),
125 DATA_TYPE("[u2]", 2, &ValidationTestInputParser::ParseUnsignedInteger),
126 DATA_TYPE("[u4]", 4, &ValidationTestInputParser::ParseUnsignedInteger),
127 DATA_TYPE("[u8]", 8, &ValidationTestInputParser::ParseUnsignedInteger),
230 return ParseUnsignedInteger(kDataTypes[0],
234 bool ValidationTestInputParser::ParseUnsignedInteger(
  /art/runtime/
parsed_options.cc 374 if (!ParseUnsignedInteger(option, '=', &parallel_gc_threads_)) {
378 if (!ParseUnsignedInteger(option, '=', &conc_gc_threads_)) {
389 if (!ParseUnsignedInteger(option, '=', &max_spins_before_thin_lock_inflation_)) {
394 if (!ParseUnsignedInteger(option, '=', &value)) {
400 if (!ParseUnsignedInteger(option, '=', &value)) {
513 if (!ParseUnsignedInteger(option, ':', &lock_profiling_threshold_)) {
550 if (!ParseUnsignedInteger(option, ':', &method_trace_file_size_)) {
566 if (!ParseUnsignedInteger(option, ':', &profiler_options_.period_s_)) {
570 if (!ParseUnsignedInteger(option, ':', &profiler_options_.duration_s_)) {
574 if (!ParseUnsignedInteger(option, ':', &profiler_options_.interval_us_))
    [all...]
parsed_options.h 123 bool ParseUnsignedInteger(const std::string& option, char after_char, unsigned int* parsed_value);

Completed in 4486 milliseconds