/external/deqp/modules/egl/ |
teglGLES2SharedRenderingPerfTests.cpp | 376 throw std::runtime_error(log.c_str()); 398 throw std::runtime_error(log.c_str()); 431 throw std::runtime_error(log.c_str()); 984 testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString((float)((double)average/1000.0), 2).c_str()); 1152 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), "")); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fIndexedStateQueryTests.cpp | 70 if (!contextSupports(context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !context.getContextInfo().isExtensionSupported(extensionName.c_str())) 71 TCU_THROW(NotSupportedError, (std::string("Extension ") + extensionName + std::string(" not supported.")).c_str()); 73 else if (!context.getContextInfo().isExtensionSupported(extensionName.c_str())) 74 TCU_THROW(NotSupportedError, (std::string("Extension ") + extensionName + std::string(" not supported.")).c_str()); [all...] |
/external/google-breakpad/src/common/ |
stabs_to_module_unittest.cc | 65 EXPECT_STREQ("function", function->name.c_str()); 95 EXPECT_STREQ("MorphTableGetNextMorphChain", extern1->name.c_str()); 98 EXPECT_STREQ("dyldGlobalLockAcquire()", extern2->name.c_str()); 101 EXPECT_STREQ("foo", extern3->name.c_str()); 167 EXPECT_STREQ("function", function->name.c_str()); 217 function->name.c_str());
|
/external/google-breakpad/src/tools/windows/symupload/ |
symupload.cc | 247 _wunlink(symbol_file.c_str()); 251 pdb_info.cpu.c_str(), pdb_info.debug_file.c_str(), 252 pdb_info.debug_identifier.c_str(), code_file.c_str(), 253 file_version.c_str());
|
/external/libbrillo/brillo/ |
flag_helper_unittest.cc | 63 EXPECT_STREQ(FLAGS_string_1.c_str(), ""); 64 EXPECT_STREQ(FLAGS_string_2.c_str(), "value"); 127 EXPECT_STREQ(FLAGS_string_1.c_str(), ""); 128 EXPECT_STREQ(FLAGS_string_2.c_str(), "value"); 185 EXPECT_STREQ(FLAGS_string_1.c_str(), ""); 186 EXPECT_STREQ(FLAGS_string_2.c_str(), "value");
|
/external/libbrillo/brillo/glib/ |
dbus.cc | 301 dbus_bus_add_match(dbus_conn, GetDBusMatchString().c_str(), &error); 329 dbus_bus_remove_match(dbus_conn, GetDBusMatchString().c_str(), &error); 338 interface_.c_str(), signal_.c_str()); 347 message, self->interface_.c_str(), self->signal_.c_str())) {
|
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngineBindings.cpp | 113 *OutError = strdup(Error.c_str()); 128 *OutError = strdup(Error.c_str()); 145 *OutError = strdup(Error.c_str()); 209 *OutError = strdup(Error.c_str()); 360 SectionName.str().c_str()); 367 SectionName.str().c_str(),
|
/external/llvm/lib/Fuzzer/ |
FuzzerDriver.cpp | 70 ProgName->c_str()); 147 if (ParseOneFlag(Args[A].c_str())) continue; 170 Printf("%s", ToRun.c_str()); 171 int ExitCode = ExecuteCommand(ToRun.c_str()); 187 if (FlagValue(S.c_str(), "jobs") || FlagValue(S.c_str(), "workers"))
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITCAPITest.cpp | 58 *errMsg = LLVMCreateMessage(errMsgString.c_str()); 167 LLVMSetTarget(Module, HostTriple.c_str()); 187 LLVMSetTarget(Module, HostTriple.c_str()); 217 LLVMSetTarget(Module, HostTriple.c_str()); 353 LLVMSetTarget(Module, HostTriple.c_str()); 481 LLVMSetTarget(Module, HostTriple.c_str());
|
/external/opencv3/modules/ts/src/ |
ocl_test.cpp | 116 DUMP_MESSAGE_STDOUT(" " << platform->name().c_str()); 123 DUMP_MESSAGE_STDOUT( " " << deviceTypeStr << ": " << current_device.name().c_str() << " (" << current_device.version().c_str() << ")"); 126 platform->name().c_str(), deviceTypeStr, current_device.name().c_str(), current_device.version().c_str()) );
|
ts_perf.cpp | 223 LOGE("Failed to open sanity data for reading: %s", storageInPath.c_str()); 255 LOGE("Could not open \"%s\" file for writing", storageOutPath.c_str()); 469 verify(node, actual, eps, cv::format("%s[%d]", node.name().c_str(), idx), err); 668 std::ifstream infile(fileName.c_str()); 702 std::ofstream outfile((perf_validation_results_directory + perf_validation_results_outfile).c_str()); 806 printf("No such strategy: %s\n", perf_strategy.c_str()); 834 fputs(available_impls[i].c_str(), stdout); 842 printf("No such implementation: %s\n", param_impl.c_str()); 862 printf("[----------]\n[ INFO ] \tImplementation variant: %s.\n[----------]\n", param_impl.c_str()), fflush(stdout); [all...] |
/external/pdfium/samples/ |
image_diff.cc | 69 FILE* f = fopen(path.c_str(), "rb"); 225 fprintf(stderr, "image_diff: Unable to open file \"%s\"\n", file1.c_str()); 229 fprintf(stderr, "image_diff: Unable to open file \"%s\"\n", file2.c_str()); 287 fprintf(stderr, "image_diff: Unable to open file \"%s\"\n", file1.c_str()); 291 fprintf(stderr, "image_diff: Unable to open file \"%s\"\n", file2.c_str()); 305 FILE* f = fopen(out_file.c_str(), "wb");
|
/external/skia/src/svg/parser/ |
SkSVGParser.cpp | 258 _addAttributeLen("use", elementID.c_str(), elementID.size()); 275 _addAttribute("use", stringID->c_str()); 279 SkASSERT(strncmp(string.c_str(), "matrix", 6) == 0); 287 const char* str = string.c_str(); 297 str = mat.c_str(); 324 char* valCh = (char*) vals.c_str();
|
/external/webrtc/webrtc/base/ |
httpcommon.h | 186 return (::_stricmp(lhs.c_str(), rhs.c_str()) < 0); 208 Url(const string& url) { do_set_url(url.c_str(), url.size()); } 224 do_set_url(val.c_str(), val.size()); 231 do_set_address(val.c_str(), val.size()); 238 do_set_full_path(val.c_str(), val.size());
|
httpcommon.cc | 48 if (_stricmp(needle.c_str(), haystack[index]) == 0) { 204 return (_stricmp(connection.c_str(), "Keep-Alive") == 0); 351 if (7 != sscanf(date.c_str(), "%*3s, %d %3s %d %d:%d:%d %5c", 530 line = line_str.c_str(); 544 if (!FromString(verb, sverb.c_str())) { 649 line = line_str.c_str(); 764 if (_stricmp(auth_method.c_str(), "basic") == 0) { 790 if (_stricmp(auth_method.c_str(), "digest") == 0) { 822 pos += strcpyn(sensitive + pos, len - pos, realm.c_str()); 841 ASSERT(strcmp(dig_response.c_str(), DIGEST_RESPONSE) == 0) [all...] |
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
mixing_test.cc | 94 output_filename_.c_str())); 96 while (GetFileDurationMs(output_filename_.c_str()) < kTestDurationMs) { 113 FILE* input_file = fopen(input_filename_.c_str(), "wb"); 123 FILE* output_file = fopen(output_filename_.c_str(), "rb"); 149 input_filename_.c_str(), true)); 193 input_filename_.c_str(), true));
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDecoderPassThrough.cpp | 62 ALOGV("[%s] onConfigure", mComponentName.c_str()); 108 mComponentName.c_str(), mCachedBytes, mReachedEOS, mPaused); 314 mComponentName.c_str(), (long long)resumeAtMediaTimeUs); 328 mComponentName.c_str(), (long long)timeUs); 414 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), 415 msg->debugString().c_str());
|
/hardware/libhardware/modules/input/evdev/ |
InputDevice.cpp | 116 node->getName().c_str(), 120 node->getUniqueId().c_str()); 222 ALOGD("device %s classes=0x%x %zu mappers", mDeviceNode->getPath().c_str(), mClasses, 252 ALOGD(log.c_str(), mDeviceNode->getPath().c_str(), event.when, event.type, event.code, 298 mDeviceNode->getPath().c_str(), event.when, time, currentTime);
|
/system/connectivity/shill/ |
process_manager.cc | 53 setenv(key_value.first.c_str(), key_value.second.c_str(), 0); 143 args.push_back(const_cast<char*>(program.value().c_str())); 145 args.push_back(const_cast<char*>(arg.c_str())); 151 if (!minijail_->DropRoot(jail, user.c_str(), group.c_str())) {
|
/system/connectivity/shill/wimax/ |
wimax.cc | 153 pending_service_->unique_name().c_str(), 154 service->GetStorageIdentifier().c_str())); 188 pending_service_->unique_name().c_str(), 189 service->GetStorageIdentifier().c_str())); 197 selected_service()->unique_name().c_str(), 198 service->GetStorageIdentifier().c_str()));
|
/system/netd/server/ |
ResolverController.cpp | 152 server_ptrs.push_back(servers[i].c_str()); 169 return setDnsServers(netId, domains_str.c_str(), server_ptrs.data(), server_ptrs.size(), 221 dw.println("%s (%d, %d, %d, %d, %d, %dms, %ds)%s", servers[i].c_str(), 225 dw.println("%s <no data>", servers[i].c_str()); 228 dw.println("%s <no stats>", servers[i].c_str()); 237 dw.println("search domains: %s", domains_str.c_str());
|
/frameworks/av/media/libstagefright/ |
ACodec.cpp | 613 ALOGV("[%s] signalFlush", mComponentName.c_str()); 834 mComponentName.c_str(), [all...] |
/external/google-breakpad/src/client/linux/handler/ |
exception_handler_unittest.cc | 105 const char* c_file = file.c_str(); 252 ASSERT_EQ(0, stat(minidump_path.c_str(), &st)); 254 unlink(minidump_path.c_str()); 538 ASSERT_EQ(0, stat(minidump_path.c_str(), &st)); 578 unlink(minidump_path.c_str()); 630 ASSERT_EQ(0, stat(minidump_path.c_str(), &st)); 666 unlink(minidump_path.c_str()); 721 ASSERT_EQ(0, stat(minidump_path.c_str(), &st)); 757 unlink(minidump_path.c_str()); 788 ASSERT_EQ(0, stat(minidump_path.c_str(), &st)) [all...] |
/external/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 681 fragBuilder->appendTextureLookup(&noiseCode, args.fSamplers[0], xCoords.c_str(), 692 fragBuilder->appendTextureLookup(&noiseCode, args.fSamplers[0], xCoords.c_str(), 717 fragBuilder->appendTextureLookup(&noiseCode, args.fSamplers[1], latticeCoords.c_str(), 729 fragBuilder->appendTextureLookup(&noiseCode, args.fSamplers[1], latticeCoords.c_str(), 745 fragBuilder->appendTextureLookup(&noiseCode, args.fSamplers[1], latticeCoords.c_str(), 757 fragBuilder->appendTextureLookup(&noiseCode, args.fSamplers[1], latticeCoords.c_str(), 772 gPerlinNoiseStitchArgs, noiseCode.c_str(), &noiseFuncName); [all...] |
/external/ceres-solver/examples/ |
nist.cc | 165 std::ifstream ifs(filename.c_str(), std::ifstream::in); 170 const int kNumResponses = std::atoi(pieces[1].c_str()); 173 const int kNumPredictors = std::atoi(pieces[0].c_str()); 176 const int kNumObservations = std::atoi(pieces[0].c_str()); 180 const int kNumParameters = std::atoi(pieces[0].c_str()); 196 initial_parameters_(i, parameter_id) = std::atof(pieces[i + 2].c_str()); 198 final_parameters_(0, parameter_id) = std::atof(pieces[2 + kNumTries].c_str()); 205 initial_parameters_(i, parameter_id) = std::atof(pieces[i + 2].c_str()); 207 final_parameters_(0, parameter_id) = std::atof(pieces[2 + kNumTries].c_str()); 213 certified_cost_ = std::atof(pieces[4].c_str()) / 2.0 [all...] |