HomeSort by relevance Sort by last modified time
    Searched refs:to_string (Results 101 - 125 of 248) sorted by null

1 2 3 45 6 7 8 910

  /external/llvm/utils/lit/lit/
util.py 14 def to_string(bytes): function
21 return to_string(bytes.decode('utf-8'))
  /external/parameter-framework/upstream/parameter/
ArrayParameter.cpp 67 strResult += std::to_string(getArrayLength());
280 std::to_string(valueIndex + uiStartIndex));
FixedPointParameterType.cpp 63 strResult += std::to_string(_uiIntegral);
65 strResult += std::to_string(_uiFractional);
ConfigurableElement.cpp 253 std::to_string(size) + " Provided: " +
254 std::to_string(bytes.size()));
514 return std::to_string(getFootPrint()) + " byte(s)";
ParameterType.cpp 119 strResult += "Scalar size: " + std::to_string(getSize()) + " byte(s) \n";
  /external/selinux/sepolgen/src/sepolgen/
access.py 135 return self.to_string()
137 def to_string(self): member in class:AccessVector
  /frameworks/base/libs/hwui/
PathParser.cpp 192 + std::to_string(start) + " of path: " + pathStr;
209 + std::to_string(start) + " of path: " + pathStr;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
access.py 135 return self.to_string()
137 def to_string(self): member in class:AccessVector
  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 171 command.push_back(std::to_string(install_plan_.target_slot));
172 command.push_back(std::to_string(kPostinstallStatusFd));
  /system/vold/
PublicVolume.cpp 160 "-U", std::to_string(getMountUserId()).c_str(),
171 "-U", std::to_string(getMountUserId()).c_str(),
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 163 ": %s (%d)", display->getId(), to_string(error).c_str(),
172 ": %s (%d)", display->getId(), to_string(error).c_str(),
232 to_string(connected).c_str());
447 " %s (%d)", display, to_string(error).c_str(), intError);
573 layer->getId(), to_string(type).c_str());
877 configId, to_string(attribute).c_str(),
878 to_string(error).c_str(), intError);
908 to_string(error).c_str(), intError);
918 to_string(error).c_str(), intError);
934 " failed: %s (%d)", mId, layerId, to_string(error).c_str()
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 538 " %s (%d)", mName.string(), to_string(blendMode).c_str(),
539 to_string(error).c_str(), static_cast<int32_t>(error));
598 to_string(error).c_str(), static_cast<int32_t>(error));
608 sourceCrop.right, sourceCrop.bottom, to_string(error).c_str(),
616 "%s (%d)", mName.string(), s.alpha, to_string(error).c_str(),
621 mName.string(), s.z, to_string(error).c_str(),
670 "%s (%d)", mName.string(), to_string(transform).c_str(),
671 to_string(error).c_str(), static_cast<int32_t>(error));
706 to_string(error).c_str(), static_cast<int32_t>(error));
713 to_string(error).c_str(), static_cast<int32_t>(error))
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp     [all...]
  /ndk/tests/
tests.py 108 return self.to_string(colored=False)
116 def to_string(self, colored=False): member in class:TestResult
131 def to_string(self, colored=False): member in class:Failure
143 def to_string(self, colored=False): member in class:Success
159 def to_string(self, colored=False): member in class:Skipped
176 def to_string(self, colored=False): member in class:ExpectedFailure
194 def to_string(self, colored=False): member in class:UnexpectedSuccess
  /art/cmdline/
cmdline_parser.h 573 + std::to_string(size_t(i + min_tokens) - arguments_list.Size()) +
581 "matched " + std::to_string(best_match_size)
582 + " but wanted " + std::to_string(num_tokens.first));
  /bootable/recovery/
install.cpp 291 std::to_string(status_fd),
546 "time_total: " + std::to_string(time_total),
547 "retry: " + std::to_string(retry_count),
  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver.py 44 def to_string(cls, value): member in class:ATTransceiverMode
168 ATTransceiverMode.to_string(value))
171 ATTransceiverMode.to_string(value))
  /external/libbrillo/brillo/http/
http_connection_curl_unittest.cc 231 {request_header::kContentLength, std::to_string(request_data.size())},
293 {response_header::kContentLength, std::to_string(response_data.size())},
313 EXPECT_EQ(std::to_string(response_data.size()),
  /frameworks/rs/api/
GenerateStubsWhiteList.cpp 180 return to_string(name.size()) + name;
428 const string name = "buf" + to_string((*variableNumber)++);
485 if (!file.start(slangTestDirectory, "all" + to_string(apiLevel) + ".rs")) {
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 474 string to_string( const T& v ) function
483 CPPUNIT_CHECK( to_string<int>(-1) == "-1" );
484 CPPUNIT_CHECK( to_string<long>(-1) == "-1" );
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 474 string to_string( const T& v ) function
483 CPPUNIT_CHECK( to_string<int>(-1) == "-1" );
484 CPPUNIT_CHECK( to_string<long>(-1) == "-1" );
  /external/libbrillo/brillo/
secure_blob_unittest.cc 116 std::string result_string = blob.to_string();
  /external/libbrillo/brillo/strings/
string_utils.h 103 // to a string. In most cases, it redirects the call to std::to_string with
107 return std::to_string(value);
114 // We overload this for double because std::to_string(double) uses %f to
  /external/libweave/src/notification/
xmpp_iq_stanza_handler.cc 86 BuildIqStanza(std::to_string(last_request_id_), type, to, from, body);
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 266 std::string s = std::to_string(average);
268 s += std::to_string(standard_dev);
273 "_" + std::to_string(simulation_config_->sample_rate_hz) + "Hz";
284 value_string += std::to_string(duration) + ",";

Completed in 872 milliseconds

1 2 3 45 6 7 8 910