HomeSort by relevance Sort by last modified time
    Searched full:c_str (Results 1976 - 2000 of 3714) sorted by null

<<71727374757677787980>>

  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 189 if (name.c_str() == nullptr) {
200 id, reinterpret_cast<const char*>(name.c_str()), vid, pid,
  /frameworks/base/libs/hwui/
PathParser.cpp 228 ALOGD("%s", os.str().c_str());
235 ALOGD("points are : %s", os.str().c_str());
  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 68 const char* col1 = info.name.c_str();
70 const char* col2 = info.description.c_str();
  /frameworks/base/services/core/jni/
com_android_server_power_PowerManagerService.cpp 117 acquire_wake_lock(PARTIAL_WAKE_LOCK, name.c_str());
122 release_wake_lock(name.c_str());
com_android_server_tv_TvUinputBridge.cpp 193 NativeConnection* connection = NativeConnection::open(name.c_str(), uniqueId.c_str(),
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 77 const ValueType* c_str() const { return m_PathName.c_str(); } function in class:mcld::sys::fs::Path
  /frameworks/compile/mclinker/lib/Support/Unix/
PathV3.inc 134 if (stat(p.c_str(), &path_stat) != 0) {
157 if (lstat(p.c_str(), &path_stat) != 0) {
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 57 llvm::StringRef result2 = m_pTestee->insertString(s2.c_str());
59 EXPECT_STREQ(s2.c_str(), result2.data());
  /frameworks/rs/
rsCppUtils.h 79 return this->c_str();
90 const char*const str = this->c_str();
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 157 DLOGE("Failed to start %s, error = %s", event_thread_name_.c_str());
195 prctl(PR_SET_NAME, event_thread_name_.c_str(), 0, 0, 0);
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_events.cpp 157 DLOGE("Failed to start %s, error = %s", event_thread_name_.c_str());
195 prctl(PR_SET_NAME, event_thread_name_.c_str(), 0, 0, 0);
  /ndk/sources/cxx-stl/stlport/src/
messages.cpp 125 nl_catd_type result = _M_message_obj ? _Locale_catopen(_M_message_obj, filename.c_str())
142 set, p_id, dfault.c_str()))
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-string.h 69 static const char* CloneCString(const char* c_str);
84 static LPCWSTR AnsiToUtf16(const char* c_str);
  /ndk/sources/third_party/googletest/googletest/test/
gtest-listener_test.cc 190 ASSERT_STREQ(expected_data[i], data[i].c_str())
196 printf(" Actual event #%d: %s\n", i, data[i].c_str());
gtest-param-test_test.cc 268 DogAdder(const DogAdder& other) : value_(other.value_.c_str()) {}
277 msg << value_.c_str() << other.value_.c_str();
278 return DogAdder(msg.GetString().c_str());
295 EXPECT_STREQ("cat", it->value().c_str());
298 EXPECT_STREQ("catdog", it->value().c_str());
590 msg.GetString().c_str())) {
805 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name());
    [all...]
gtest-port_test.cc 940 EXPECT_STREQ("abc", GetCapturedStdout().c_str());
950 EXPECT_STREQ("jkl", GetCapturedStderr().c_str());
963 EXPECT_STREQ("pqr", GetCapturedStdout().c_str());
964 EXPECT_STREQ("stu", GetCapturedStderr().c_str());
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 149 CPPUNIT_MESSAGE( loc.name().c_str() );
204 locale loc(locale::classic(), new numpunct_byname<char>(veryLongFacetName.c_str()));
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 149 CPPUNIT_MESSAGE( loc.name().c_str() );
204 locale loc(locale::classic(), new numpunct_byname<char>(veryLongFacetName.c_str()));
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_wstring.i 91 SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, message.c_str());
168 SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, message.c_str());
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServer.cpp 294 data.writeCString(device_address.c_str());
316 data.writeCString(device_address.c_str());
  /system/connectivity/shill/dhcp/
dhcp_config.cc 194 interface_arg = base::StringPrintf("%s=%s", device_name().c_str(),
195 lease_file_suffix_.c_str());
  /system/connectivity/shill/
http_request.cc 103 url.path().c_str(),
104 url.host().c_str(),
  /system/connectivity/shill/net/
ip_address.cc 145 in_addr_t mask_val = inet_network(mask.c_str());
206 if (inet_pton(family_, address_string.c_str(), address.GetData()) <= 0) {
  /system/connectivity/shill/wifi/
mac80211_monitor.cc 83 base::StringPrintf(kQueueStatusPathFormat, phy_name.c_str()));
85 base::StringPrintf(kWakeQueuesPathFormat, phy_name.c_str()));
  /system/connectivity/shill/wimax/
wimax_service.cc 305 kTypeWimax, name.c_str(), id.c_str()));

Completed in 1001 milliseconds

<<71727374757677787980>>