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

<<11121314151617181920>>

  /external/skia/src/gpu/vk/
GrVkTransferBuffer.cpp 56 traceMemoryDump->setMemoryBacking(dumpName.c_str(), "vk_buffer",
57 buffer_id.c_str());
  /external/skia/src/utils/
SkDumpCanvas.cpp 103 str->append(s.c_str());
218 this->dump(kSave_Verb, paint, str.c_str());
243 this->dump(kMatrix_Verb, nullptr, "concat(%s)", str.c_str());
253 this->dump(kMatrix_Verb, nullptr, "setMatrix(%s)", str.c_str());
266 this->dump(kClip_Verb, nullptr, "clipRect(%s %s %s)", str.c_str(), toString(op),
274 this->dump(kClip_Verb, nullptr, "clipRRect(%s %s %s)", str.c_str(), toString(op),
282 this->dump(kClip_Verb, nullptr, "clipPath(%s %s %s)", str.c_str(), toString(op),
290 this->dump(kClip_Verb, nullptr, "clipRegion(%s %s)", str.c_str(),
310 this->dump(kDrawOval_Verb, &paint, "drawOval(%s)", str.c_str());
316 this->dump(kDrawRect_Verb, &paint, "drawRect(%s)", str.c_str());
    [all...]
  /external/skia/tests/
BadIcoTest.cpp 32 SkString fullPath = SkOSPath::Join(resourcePath.c_str(), badImages[i]);
33 SkAutoTDelete<SkStream> stream(SkStream::NewFromFile(fullPath.c_str()));
  /external/skia/tools/VisualBench/
VisualSKPBench.cpp 23 return fName.c_str();
27 return fUniqueName.c_str();
  /external/webrtc/webrtc/base/
messagedigest_unittest.cc 96 ComputeHmac(DIGEST_MD5, key.c_str(), key.size(),
97 input.c_str(), input.size(), output, sizeof(output)));
101 ComputeHmac(DIGEST_MD5, key.c_str(), key.size(),
102 input.c_str(), input.size(), output, sizeof(output) - 1));
136 ComputeHmac(DIGEST_SHA_1, key.c_str(), key.size(),
137 input.c_str(), input.size(), output, sizeof(output)));
141 ComputeHmac(DIGEST_SHA_1, key.c_str(), key.size(),
142 input.c_str(), input.size(), output, sizeof(output) - 1));
  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager.cc 44 ALOGD("JavaAudioManager::ctor%s", GetThreadInfo().c_str());
48 ALOGD("JavaAudioManager::dtor%s", GetThreadInfo().c_str());
78 ALOGD("ctor%s", GetThreadInfo().c_str());
95 ALOGD("~dtor%s", GetThreadInfo().c_str());
102 ALOGD("SetActiveAudioLayer(%d)%s", audio_layer, GetThreadInfo().c_str());
119 ALOGD("Init%s", GetThreadInfo().c_str());
132 ALOGD("Close%s", GetThreadInfo().c_str());
202 ALOGD("OnCacheAudioParameters%s", GetThreadInfo().c_str());
  /external/webrtc/webrtc/test/testsupport/
fileutils_unittest.cc 46 ASSERT_EQ(chdir(original_working_dir_.c_str()), 0);
49 ASSERT_EQ(chdir(original_working_dir_.c_str()), 0);
99 remove(temp_filename.c_str());
106 remove(directory.c_str());
108 remove(directory.c_str());
140 FILE* file = fopen(temp_filename.c_str(), "wb");
145 ASSERT_GT(webrtc::test::GetFileSize(std::string(temp_filename.c_str())), 0u);
146 remove(temp_filename.c_str());
  /frameworks/base/core/jni/
android_app_ApplicationLoaders.cpp 32 loader_data.layer_path = layerPathChars.c_str();
36 layerPathChars.c_str(), ns);
  /frameworks/compile/mclinker/unittests/
PathTest.cpp 132 EXPECT_STREQ("/usr/lib/", m_pTestee->generic_string().c_str());
137 EXPECT_STREQ("aa/bb/cc", m_pTestee->parent_path().c_str());
140 EXPECT_STREQ("/aa/bb", m_pTestee->parent_path().c_str());
143 EXPECT_STREQ("/aa", m_pTestee->parent_path().c_str());
146 EXPECT_STREQ("aa", m_pTestee->parent_path().c_str());
154 EXPECT_STREQ("cc", m_pTestee->filename().c_str());
157 EXPECT_STREQ("", m_pTestee->filename().c_str());
160 EXPECT_STREQ("aa", m_pTestee->filename().c_str());
  /hardware/libhardware/modules/input/evdev/
InputDeviceManager.cpp 31 ALOGE("got input event for unknown node %s", node->getPath().c_str());
43 ALOGE("could not remove unknown node %s", node->getPath().c_str());
InputHub.cpp 88 ALOGV("closing %s (fd=%d)", mPath.c_str(), mFd);
157 auto fd = TEMP_FAILURE_RETRY(::open(path.c_str(), O_RDONLY | O_NONBLOCK | O_CLOEXEC));
159 ALOGE("could not open evdev device %s. err=%d", path.c_str(), errno);
178 path.c_str(), ret);
189 ALOGV("could not get device name for %s.", mPath.c_str());
197 ALOGE("could not get driver version for %s. err=%d", mPath.c_str(), errno);
203 ALOGE("could not get device input id for %s. err=%d", mPath.c_str(), errno);
212 ALOGV("could not get location for %s.", mPath.c_str());
219 ALOGV("could not get unique id for %s.", mPath.c_str());
225 ALOGV("add device %s", mPath.c_str());
    [all...]
  /libcore/include/
ScopedIcuLocale.h 35 if (localeName.c_str() == NULL) {
39 mLocale = icu::Locale::createFromName(localeName.c_str());
  /ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 53 cout << "************************************************ vector value " << value->signon_realm.c_str() << std::endl;
59 cout << "************************************************ set value " << value->signon_realm.c_str() << std::endl;
  /system/core/crash_reporter/
udev_collector_test.cc 94 collector_.dev_coredump_directory_.c_str(),
95 device_name.c_str()))));
98 collector_.dev_coredump_directory_.c_str(),
99 device_name.c_str()));
107 collector_.dev_coredump_directory_.c_str(),
108 device_name.c_str()))));
111 collector_.dev_coredump_directory_.c_str(),
112 device_name.c_str()));
unclean_shutdown_collector_test.cc 65 collector_.unclean_shutdown_file_ = test_unclean_.value().c_str();
93 mkdir(test_directory_.value().c_str(), 0777);
142 mkdir(test_directory_.value().c_str(), 0700);
143 if (mkdir(test_unclean_.value().c_str(), 0700)) {
152 rmdir(test_unclean_.value().c_str());
  /system/tools/aidl/
io_delegate.cpp 48 DWORD path_len = GetFullPathName(path.c_str(), sizeof(buf), buf, nullptr);
113 return (0 == _access(path.c_str(), 0)) && // mode 0=exist
114 (0 == _access(path.c_str(), 4)); // mode 4=readable
116 return (0 == access(path.c_str(), R_OK));
134 success = _mkdir(base_dir.c_str()) == 0;
136 success = mkdir(base_dir.c_str(),
183 _unlink(file_path.c_str());
185 unlink(file_path.c_str());
  /system/update_engine/
binder_service_brillo.cc 46 1, String8{error->get()->GetMessage().c_str()});
93 status->current_operation_ = String16{current_op.c_str()};
94 status->new_version_ = String16{new_version.c_str()};
117 *out_channel = String16(channel_string.c_str());
157 *out_prev_version = String16(version_string.c_str());
168 *out_rollback_partition = String16(partition_string.c_str());
221 String16{str_status.c_str()},
222 String16{new_version.c_str()},
  /external/libchrome/base/test/
trace_event_analyzer_unittest.cc 113 EXPECT_STREQ(str, event.GetKnownArgAsString("string").c_str());
240 EXPECT_STREQ("name1", found[0]->name.c_str());
241 EXPECT_STREQ("name2", found[1]->name.c_str());
245 EXPECT_STREQ("name2", found[0]->name.c_str());
251 EXPECT_STREQ("name3", found[0]->name.c_str());
252 EXPECT_STREQ("name4", found[1]->name.c_str());
256 EXPECT_STREQ("name1", found[0]->name.c_str());
257 EXPECT_STREQ("name3", found[1]->name.c_str());
258 EXPECT_STREQ("name4", found[2]->name.c_str());
263 EXPECT_STREQ("name1", found[0]->name.c_str());
    [all...]
  /bionic/linker/
linker_utils.cpp 65 const char* needle = dir.c_str();
66 const char* haystack = file.c_str();
75 const char* needle = dir.c_str();
76 const char* haystack = file.c_str();
91 const char* const path = normalized_path.c_str();
  /cts/tests/aslr/src/
AslrMallocTest.cpp 89 ASSERT_TRUE(execl(self_.c_str(), self_.c_str(), argPrint.c_str(),
90 android::base::StringPrintf("%zu", allocSize).c_str(),
105 ASSERT_TRUE(android::base::ParseUint(output.c_str(), &address));
  /external/boringssl/src/tool/
args.cc 35 if (strcmp(arg.c_str(), templates[j].name) == 0) {
42 fprintf(stderr, "Unknown argument: %s\n", arg.c_str());
47 fprintf(stderr, "Duplicate argument: %s\n", arg.c_str());
55 fprintf(stderr, "Missing argument for option: %s\n", arg.c_str());
96 unsigned long int num = strtoul(value.c_str(), &endptr, 10);
  /frameworks/opt/net/wifi/tests/wifitests/jni/
wifi_nan_hal_mock.cpp 119 JNIObject < jstring > json_write_string = helper.newStringUTF(str.c_str());
166 JNIObject < jstring > json_write_string = helper.newStringUTF(str.c_str());
183 JNIObject < jstring > json_write_string = helper.newStringUTF(str.c_str());
227 JNIObject < jstring > json_write_string = helper.newStringUTF(str.c_str());
245 JNIObject < jstring > json_write_string = helper.newStringUTF(str.c_str());
271 JNIObject < jstring > json_write_string = helper.newStringUTF(str.c_str());
336 HalMockJsonReader jsonR(chars.c_str());
340 chars.c_str());
391 HalMockJsonReader jsonR(chars.c_str());
396 chars.c_str());
    [all...]
  /system/weaved/buffet/
avahi_mdns_client.cc 94 txt_vector_ptr.push_back(i.c_str());
107 service_name_.c_str(), service_type.c_str(), nullptr, txt_list.get());
119 service_name_.c_str(), service_type.c_str(), nullptr, nullptr, port,
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 88 ASSERT_TRUE(WriteMinidump(templ.c_str(), child, &context, sizeof(context)));
90 ASSERT_EQ(0, stat(templ.c_str(), &st));
115 int fd = open(templ.c_str(), O_CREAT | O_WRONLY, S_IRWXU);
120 ASSERT_EQ(0, stat(templ.c_str(), &st));
196 ASSERT_TRUE(WriteMinidump(templ.c_str(), child, &context, sizeof(context),
266 int fd = open(tempfile.c_str(), O_RDWR | O_CREAT, 0);
268 unlink(tempfile.c_str());
316 ASSERT_TRUE(WriteMinidump(dumpfile.c_str(), child, &context, sizeof(context),
351 ASSERT_TRUE(CopyFile(helper_path.c_str(), binpath.c_str()))
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 203 systrace_path.c_str());
205 systrace_path.c_str(), NULL)) {
215 MYLOGE("Unable to add systrace file %s to zip file\n", systrace_path.c_str());
217 if (remove(systrace_path.c_str())) {
218 MYLOGE("Error removing systrace file %s: %s", systrace_path.c_str(), strerror(errno));
247 "-o", raft_log_path.c_str(), NULL);
249 MYLOGE("Unable to add raft log %s to zip file\n", raft_log_path.c_str());
251 if (remove(raft_log_path.c_str())) {
252 MYLOGE("Error removing raft file %s: %s\n", raft_log_path.c_str(), strerror(errno));
564 printf("Bugreport format version: %s\n", version.c_str());
    [all...]

Completed in 752 milliseconds

<<11121314151617181920>>