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

1 2 3 4 5 67 8 910

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 152 event_thread_name_ += " - " + std::to_string(fb_num_);
hw_device.cpp 56 using std::to_string;
741 string file_name = fb_path_ + to_string(device_node) + "/msm_fb_panel_info";
764 string file_name = fb_path_ + to_string(device_node) + "/msm_fb_panel_info";
818 string file_name = fb_path_ + to_string(device_node) + "/msm_fb_type";
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_events.cpp 152 event_thread_name_ += " - " + std::to_string(fb_num_);
hw_device.cpp 59 using std::to_string;
120 dev_paths[i] += to_string(fb_node_index_);
809 string file_name = fb_path_ + to_string(device_node) + "/msm_fb_panel_info";
832 string file_name = fb_path_ + to_string(device_node) + "/msm_fb_panel_info";
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
printing.py 222 def to_string(self): member in class:_EnumInstance
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
printing.py 222 def to_string(self): member in class:_EnumInstance
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
printing.py 230 def to_string(self): member in class:_EnumInstance
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
printing.py 230 def to_string(self): member in class:_EnumInstance
  /system/core/bootstat/
boot_event_record_store_test.cpp 52 if (!android::base::WriteStringToFd(std::to_string(value), record_fd)) {
  /system/extras/tests/kernel.config/
aslr_test.cpp 48 std::string str_val = std::to_string(new_val);
  /system/update_engine/payload_generator/
cycle_breaker.cc 168 stack_str += std::to_string(index);
generate_delta_main.cc 163 string metadata_size_string = std::to_string(final_metadata_size);
573 string metadata_size_string = std::to_string(metadata_size);
payload_signer.cc 536 properties->SetString(kPayloadPropertyFileSize, std::to_string(file_size));
538 std::to_string(metadata_size));
  /system/weaved/buffet/
socket_stream.cc 67 std::string service = std::to_string(port);
  /system/webservd/webservd/
log_manager.cc 201 size_string = std::to_string(response_size);
server.cc 211 encryptor_->EncryptWithAuthentication(private_key.to_string(),
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 461 DLOGV("Display ID: %d enabled: %s", id_, to_string(enabled).c_str());
483 DLOGE("Failed. enabled = %s, error = %d", to_string(enabled).c_str(), error);
491 DLOGV("display = %d, mode = %s", id_, to_string(mode).c_str());
597 DLOGW("Spurious attribute type = %s", to_string(attribute).c_str());
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display.cpp 461 DLOGV("Display ID: %d enabled: %s", id_, to_string(enabled).c_str());
483 DLOGE("Failed. enabled = %s, error = %d", to_string(enabled).c_str(), error);
491 DLOGV("display = %d, mode = %s", id_, to_string(mode).c_str());
597 DLOGW("Spurious attribute type = %s", to_string(attribute).c_str());
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 247 return "resultArray" + std::to_string(CAT->getNumElement()) + "_" +
835 mOut.indent() << "if (" << ArrayName << ".length % " << std::to_string(VecSize)
838 << "\\\" is not a multiple of " << std::to_string(VecSize)
    [all...]
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 74 def to_string(self): member in class:Power_Monitor
122 device = device_list[0].to_string() # choose the first one
  /external/libweave/src/privet/
auth_manager.cc 536 return std::to_string(ToJ2000Time(Now())) + ":" +
537 std::to_string(++session_counter_);
  /external/libweave/third_party/chromium/base/strings/
string_number_conversions_unittest.cc 82 std::string size_t_max_string = std::to_string(size_t_max);
314 std::string size_t_max_string = std::to_string(size_t_max);
  /external/selinux/sepolgen/src/sepolgen/
audit.py 246 tcontext = self.tcontext.to_string()
247 scontext = self.scontext.to_string()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
audit.py 246 tcontext = self.tcontext.to_string()
247 scontext = self.scontext.to_string()
  /external/selinux/sepolgen/tests/
test_access.py 95 first, second = a.to_string().split(':')

Completed in 904 milliseconds

1 2 3 4 5 67 8 910