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

<<71727374757677787980>>

  /system/core/metricsd/uploader/
bn_metricsd_impl.cc 96 *dump = String16(str_dump.c_str());
  /system/extras/libfec/include/fec/
io.h 138 int rc = fec_open(&fh, fn.c_str(), mode, flags, roots);
  /system/extras/perfprofd/quipper/
perf_utils.h 43 FILE* fp = fopen(filename.c_str(), "wb");
  /system/extras/zram-perf/
zram-perf.cpp 139 result = system((string("mkswap ") + string(zram_blkdev_path)).c_str());
  /system/netd/server/
ClatdController.cpp 92 (char *) progname.c_str(),
  /system/tools/aidl/
aidl_language_l.ll 43 return yy::parser::token::C_STR; }
  /system/tools/aidl/tests/
test_util.cpp 55 *rel_path = CanonicalNameToPath(package_class.c_str(), ".aidl");
  /system/tpm/attestation/common/
proto_print.py 339 value.GetTypeName().c_str());
365 'string': '"%%s", %(value)s.c_str()',
367 %(value)s.size()).c_str()"""}
369 'indent_size + 2).c_str()')
  /system/update_engine/
binder_service_android.cc 31 1, android::String8{error->GetMessage().c_str()});
certificate_checker_unittest.cc 50 cert_key_prefix_.c_str(),
  /system/update_engine/common/
hash_calculator.cc 48 int fd = HANDLE_EINTR(open(name.c_str(), O_RDONLY));
  /system/update_engine/payload_generator/
block_mapping_unittest.cc 76 int old_fd = HANDLE_EINTR(open(old_part_path_.c_str(), O_RDONLY));
  /system/vold/
vdc.cpp 103 if (TEMP_FAILURE_RETRY(write(sock, cmd.c_str(), cmd.length() + 1)) < 0) {
  /toolchain/binutils/binutils-2.25/gold/
attributes.cc 106 reinterpret_cast<const unsigned char*>(this->string_value_.c_str());
411 name, in_attr->string_value().c_str());
421 in_attr->string_value().c_str(),
423 out_attr->string_value().c_str());
  /art/runtime/jdwp/
jdwp_handler.cc 43 return StringPrintf("%#" PRIx64 " (%s)", field_id, Dbg::GetFieldName(field_id).c_str());
47 return StringPrintf("%#" PRIx64 " (%s)", method_id, Dbg::GetMethodName(method_id).c_str());
53 return StringPrintf("%#" PRIx64 " (%s)", ref_type_id, signature.c_str());
96 class_id, method_id, Dbg::GetClassName(class_id).c_str(),
97 Dbg::GetMethodName(method_id).c_str());
155 Dbg::FindLoadedClassBySignature(classDescriptor.c_str(), &ids);
906 VLOG(jdwp) << StringPrintf(" --> %s", PrintableString(str.c_str()).c_str());
925 VLOG(jdwp) << StringPrintf(" Name of thread %#" PRIx64 " is \"%s\"", thread_id, name.c_str());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFloatStateQueryTests.cpp     [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 754 if (!ParseLine(line.c_str(), "=\n", tokens, max_count, &token_count)) {
777 if (!ParseLine(line.c_str(), tokens, max_count, &token_count)) {
822 DLOGW("File not found %s", file_name.c_str());
831 if ((strncmp(line.c_str(), "mipi dsi cmd panel", strlen("mipi dsi cmd panel")) == 0)) {
834 } else if ((strncmp(line.c_str(), "mipi dsi video panel", strlen("mipi dsi video panel")) == 0)) {
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 852 if (context.c_str() == NULL) {
857 XML_Parser entityParser = XML_ExternalEntityParserCreate(parent, context.c_str(), NULL);
977 if (encoding.c_str() == NULL) {
982 parser = XML_ParserCreateNS(encoding.c_str(), '|');
984 parser = XML_ParserCreate(encoding.c_str());
    [all...]
  /art/compiler/jit/
jit_compiler.cc 183 perf_file_.reset(OS::CreateEmptyFileWriteOnly(perf_filename.c_str()));
233 bool res = perf_file_->WriteFully(str.c_str(), str.size());
  /art/dexlist/
dexlist.cc 128 char* typeDesc = strdup(signature.ToString().c_str());
186 fputs(error_msg.c_str(), stderr);
  /art/runtime/gc/accounting/
space_bitmap.cc 70 std::unique_ptr<MemMap> mem_map(MemMap::MapAnonymous(name.c_str(), nullptr, bitmap_size,
93 return StringPrintf("%s: %p-%p", name_.c_str(), reinterpret_cast<void*>(HeapBegin()),
  /art/runtime/mirror/
string-inl.h 179 PrettyDescriptor(string_class).c_str(),
180 utf16_length).c_str());
  /external/ceres-solver/examples/
pgm_image.h 186 std::ofstream outputfile(filename.c_str());
234 std::ifstream inputfile(filename.c_str());
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 187 if (llvm::sys::DynamicLibrary::LoadLibraryPermanently(Path.c_str(), &Error))
201 Args[i + 1] = Clang->getFrontendOpts().LLVMArgs[i].c_str();
  /external/deqp/executor/tools/
xeMergeTestLogs.cpp 153 readLogFile(&batchResult, filename->c_str(), cmdLine.flags);
156 xe::writeBatchResultToFile(batchResult, cmdLine.dstFilename.c_str());

Completed in 796 milliseconds

<<71727374757677787980>>