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

<<41424344454647484950>>

  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.cpp 87 UniformBlock& block = m_interface.allocBlock((string("Block") + (char)('A' + m_blockNdx)).c_str());
95 block.setInstanceName((string("block") + (char)('A' + m_blockNdx)).c_str());
151 block.addUniform(Uniform(name.c_str(), type, flags));
173 StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
184 structType.addMember((string("m") + (char)('A' + ndx)).c_str(), memberTypes[ndx], flags);
glsLongStressTestUtil.cpp 74 return tcu::StringTemplate(templ.c_str()).specialize(params);
126 gls::ProgramContext context(substitute(vertexTemplate, firstLevelParams).c_str(), substitute(fragmentTemplate).c_str(), "a_position");
161 gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate).c_str(), "a_position");
230 gls::ProgramContext context(substitute(vertexTemplate, firstLevelParams).c_str(), substitute(fragmentTemplate, firstLevelParams).c_str(), "a_position");
382 gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate).c_str(), "a_position${NS}");
536 gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate).c_str(), "a_position${NS}")
    [all...]
glsTextureStateQueryTests.cpp     [all...]
  /external/google-breakpad/src/processor/
source_line_resolver_base.cc 97 int error_code = stat(map_file.c_str(), &buf);
120 FILE *f = fopen(map_file.c_str(), "rt");
206 memcpy(memory_buffer, map_buffer.c_str(), map_buffer.size());
331 return strcmp(s1.c_str(), s2.c_str()) < 0;
postfix_evaluator_unittest.cc 255 evaluate_test->expression.c_str(),
279 identifier.c_str(), expected_value);
290 identifier.c_str(), expected_value, observed_value);
308 identifier.c_str(), expected_assigned, observed_assigned);
371 v->first.c_str(), v->second);
376 v->first.c_str(), v->second, a->second);
388 remaining->first.c_str(), remaining->second);
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 159 printf("* Detail of %s test failure:\n", name_.c_str());
168 printf("%s%s(%d): ", indent.c_str(), failure.file_, failure.line_);
171 printf("%s\n", failure.expr_.c_str());
177 printf("%s\n", reindented.c_str());
321 printf("%s\n", testNameAt(index).c_str());
  /external/libbrillo/brillo/
process_unittest.cc 111 ExpectFileEquals("hello world\n", output_file_.c_str());
119 ExpectFileEquals("--hello world\n", output_file_.c_str());
126 ExpectFileEquals("--answer 42\n", output_file_.c_str());
132 ExpectFileEquals("", output_file_.c_str());
231 ExpectFileEquals(kMessage, output_file_.c_str());
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 212 debug_printf("error: no assembly info for target %s\n", Triple.c_str());
223 debug_printf("error: no disassembler for target %s\n", Triple.c_str());
238 debug_printf("error: no register info for target %s\n", Triple.c_str());
244 debug_printf("error: no instruction info for target %s\n", Triple.c_str());
263 debug_printf("error: no instruction printer for target %s\n", Triple.c_str());
  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 109 comment << "TypeParam = " << GetTypeName<int>().c_str();
191 EXPECT_STREQ(GetExpectedTestCaseComment().c_str(), test_case->comment());
202 EXPECT_STREQ(GetExpectedTestCaseComment().c_str(),
269 EXPECT_STREQ(GetExpectedTestCaseComment().c_str(),
322 EXPECT_STREQ(GetExpectedTestCaseComment().c_str(),
  /external/skia/bench/
GLInstancedArraysBench.cpp 61 return fName.c_str();
147 fsOutName = oFragColor.c_str();
158 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str());
368 DumpImage(gl, kScreenWidth, kScreenHeight, filename.c_str());
  /external/skia/src/views/
SkEvent.cpp 39 initialize(type.c_str(), type.size(), targetID);
79 return this->isType(str.c_str(), str.size());
117 setType(type.c_str());
189 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32());
262 #define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str.c_str()); } while (0)
  /external/webrtc/webrtc/tools/agc/
activity_metric.cc 179 true_vad_fid = fopen(FLAGS_true_vad.c_str(), "rb");
190 results_fid = fopen(FLAGS_result.c_str(), "r");
198 results_fid = fopen(FLAGS_result.c_str(), "a");
211 video_vad_fid = fopen(FLAGS_video_vad.c_str(), "rb");
220 audio_content_fid = fopen(FLAGS_audio_content.c_str(), "wb");
  /system/bt/osi/test/
alarm_test.cpp 282 alarms[i] = alarm_new(alarm_name.c_str());
315 alarms[i] = alarm_new(alarm_name.c_str());
353 alarms[i] = alarm_new(alarm_name.c_str());
411 alarms[i] = alarm_new_periodic(alarm_name.c_str());
460 alarm_t *alarm = alarm_new(alarm_name.c_str());
  /system/update_engine/payload_generator/
payload_file.cc 191 TEST_AND_RETURN_FALSE_ERRNO(writer.Open(payload_file.c_str(),
242 int blobs_fd = open(ordered_blobs_path.c_str(), O_RDONLY, 0);
279 int in_fd = open(data_blobs_path.c_str(), O_RDONLY, 0);
285 writer.Open(new_data_blobs_path.c_str(),
350 object.name.c_str());
  /toolchain/binutils/binutils-2.25/gold/
binary.cc 129 gold_error(_("cannot open %s: %s:"), this->filename_.c_str(),
164 strtab.add(start_symbol_name.c_str(), false, NULL);
165 strtab.add(end_symbol_name.c_str(), false, NULL);
166 strtab.add(size_symbol_name.c_str(), false, NULL);
353 osym.put_st_name(name.empty() ? 0 : strtab->get_offset(name.c_str()));
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 215 StructType* const structType = new StructType(("structType" + de::toString(curStructIdx++)).c_str());
218 structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst, rnd));
333 res->m_uniforms.push_back(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(type, prec)));
341 res->m_uniforms.push_back(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(glu::VarType(type, prec), 3)));
351 StructType* const structType = new StructType((string("structType") + nameSuffix).c_str());
361 res->addUniform(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(structType)));
378 StructType* const structType = new StructType((string("structType") + nameSuffix).c_str());
379 StructType* const subStructType = new StructType((string("subStructType") + nameSuffix).c_str());
380 StructType* const subSubStructType = new StructType((string("subSubStructType") + nameSuffix).c_str());
397 res->addUniform(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(structType)))
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 111 std::__throw_logic_error(error.c_str());
120 std::__throw_logic_error(error.c_str());
140 std::__throw_logic_error(error.c_str());
149 std::__throw_logic_error(error.c_str());
173 std::__throw_logic_error(error.c_str());
182 std::__throw_logic_error(error.c_str());
219 std::__throw_logic_error(error.c_str());
254 std::__throw_logic_error(error.c_str());
268 std::__throw_logic_error(error.c_str());
289 std::__throw_logic_error(error.c_str());
    [all...]
  /system/core/adb/
commandline.cpp 79 gProductOutPath.c_str(), OS_PATH_SEPARATOR_STR, extra);
83 fprintf(stderr, "%s\n", adb_version().c_str());
628 android::base::Join(args, ',').c_str(),
629 command.c_str());
655 fprintf(stderr,"error: %s\n", error.c_str());
718 fprintf(stderr, "error: %s\n", error.c_str());
    [all...]
  /system/extras/libfec/
fec_verity.cpp 356 error("unsupported verity table version: %s", token.c_str());
364 error("unsupported verity block size: %s", token.c_str());
369 if (parse_uint64(token.c_str(), f->data_size / FEC_BLOCKSIZE,
372 token.c_str());
377 if (parse_uint64(token.c_str(), f->data_size / FEC_BLOCKSIZE,
379 error("invalid verity hash start block: %s", token.c_str());
387 error("unsupported verity hash algorithm: %s", token.c_str());
392 if (parse_hex(root, sizeof(root), token.c_str()) == -1) {
393 error("invalid verity root hash: %s", token.c_str());
409 if (parse_hex(salt.get(), v->salt_size, token.c_str()) == -1)
    [all...]
  /system/extras/simpleperf/
record.cpp 178 RecordTypeToString(header.type).c_str(), header.type, header.misc, header.size);
203 strcpy(p, filename.c_str());
216 PrintIndented(indent, "pgoff 0x%" PRIx64 ", filename %s\n", data.pgoff, filename.c_str());
235 strcpy(p, filename.c_str());
252 filename.c_str());
271 strcpy(p, comm.c_str());
278 PrintIndented(indent, "pid %u, tid %u, comm %s\n", data.pid, data.tid, comm.c_str());
509 GetRegName(i, ScopedCurrentArch::GetCurrentArch()).c_str(),
552 strcpy(p, filename.c_str());
559 PrintIndented(indent, "build_id %s\n", build_id.ToString().c_str());
    [all...]
  /build/kati/
expr.cc 141 return StringPrintf("SymRef(%s)", name_.c_str());
166 return StringPrintf("VarRef(%s)", name_->DebugString().c_str());
202 name_->DebugString().c_str(),
203 pat_->DebugString().c_str(),
204 subst_->DebugString().c_str());
225 LOG("Invoke func %s(%s)", name(), JoinValues(args_, ",").c_str());
234 JoinValues(args_, ",").c_str());
  /external/ceres-solver/internal/ceres/
solver.cc 492 given.c_str(),
493 used.c_str());
510 given.c_str(),
511 used.c_str());
531 line_search_direction_string.c_str());
539 line_search_type_string.c_str());
602 TerminationTypeToString(termination_type), message.c_str());
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 138 de::MovePtr<gls::DrawTest> test (new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()));
147 test->addIteration(spec, iterationDesc.c_str());
394 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str()));
433 unalignedGroup->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx]));
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 44 const char* str_value() const {return m_str_value.c_str();}
305 pParam = new CNfcParam(token.c_str(), strValue);
307 pParam = new CNfcParam(token.c_str(), numValue);
318 pParam = new CNfcParam(token.c_str(), strValue);
384 theInstance.readConfig(strPath.c_str(), true);
534 if (**it < pParam->c_str())
734 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);
  /external/libnfc-nci/src/adaptation/
config.cpp 44 const char* str_value() const {return m_str_value.c_str();}
316 pParam = new CNfcParam(token.c_str(), strValue);
318 pParam = new CNfcParam(token.c_str(), numValue);
329 pParam = new CNfcParam(token.c_str(), strValue);
399 theInstance.readConfig(strPath.c_str(), true);
549 if (**it < pParam->c_str())
749 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);

Completed in 1354 milliseconds

<<41424344454647484950>>