HomeSort by relevance Sort by last modified time
    Searched full:to_string (Results 301 - 325 of 899) sorted by null

<<11121314151617181920>>

  /external/parameter-framework/upstream/parameter/
ArrayParameter.cpp 67 strResult += std::to_string(getArrayLength());
280 std::to_string(valueIndex + uiStartIndex));
FixedPointParameterType.cpp 63 strResult += std::to_string(_uiIntegral);
65 strResult += std::to_string(_uiFractional);
  /external/perfetto/src/ftrace_reader/
ftrace_procfs.cc 92 std::string path = root_ + "per_cpu/cpu" + std::to_string(cpu) + "/stats";
215 root_ + "per_cpu/cpu" + std::to_string(cpu) + "/trace_pipe_raw";
  /external/skia/src/sksl/
SkSLMetalCodeGenerator.cpp 79 this->write(to_string(type.columns()));
182 this->write(to_string(c.fType.rows()));
378 this->write(to_string(i.fValue & 0xffffffff) + "u");
380 this->write(to_string((int32_t) i.fValue));
385 this->write(to_string(f.fValue));
408 to_string(fUniformBuffer) + ")]]");
448 this->write("[" + to_string(s) + "]");
790 to_string(var.fVar->fModifiers.fLayout.fLocation) + ")]]");
    [all...]
SkSLCPPCodeGenerator.cpp 93 String name = "sk_TransformedCoords2D_" + to_string(index);
98 to_string(index) + "]);\n";
111 "args.fTexSamplers[" + to_string(index) + "]).c_str()");
204 return "args.fTexSamplers[" + to_string(samplerCount) + "]";
214 this->write(to_string((int32_t) i.fValue));
315 String childName = "_child" + to_string(index);
317 " this->emitChild(" + to_string(index) + ", &" + childName +
    [all...]
  /external/skqp/src/sksl/
SkSLMetalCodeGenerator.cpp 79 this->write(to_string(type.columns()));
182 this->write(to_string(c.fType.rows()));
378 this->write(to_string(i.fValue & 0xffffffff) + "u");
380 this->write(to_string((int32_t) i.fValue));
385 this->write(to_string(f.fValue));
408 to_string(fUniformBuffer) + ")]]");
448 this->write("[" + to_string(s) + "]");
790 to_string(var.fVar->fModifiers.fLayout.fLocation) + ")]]");
    [all...]
SkSLCPPCodeGenerator.cpp 93 String name = "sk_TransformedCoords2D_" + to_string(index);
98 to_string(index) + "]);\n";
111 "args.fTexSamplers[" + to_string(index) + "]).c_str()");
204 return "args.fTexSamplers[" + to_string(samplerCount) + "]";
214 this->write(to_string((int32_t) i.fValue));
315 String childName = "_child" + to_string(index);
317 " this->emitChild(" + to_string(index) + ", &" + childName +
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 175 displayId, to_string(error).c_str(), intError);
241 ") failed: %s (%d)", mId, to_string(error).c_str(), intError);
246 ": %s (%d)", mId, to_string(error).c_str(),
388 layer->getId(), to_string(type).c_str());
704 configId, to_string(attribute).c_str(),
705 to_string(error).c_str(), intError);
734 to_string(error).c_str(), intError);
771 " failed: %s (%d)", mDisplayId, mId, to_string(error).c_str(),
  /hardware/google/easel/amber/camera/libhdrplusclient/
HdrPlusClientUtils.cpp 99 outfile << " " << std::to_string(width) << " " << std::to_string(height) << " 255 ";
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h 58 std::string to_string(const T& val) { function in namespace:std
230 return std::to_string((long long)string);
  /system/tools/hidl/c2hal/test/
test.h 65 inline std::string to_string(T value) { return to_string(static_cast<E>(value)); } function
  /system/vold/model/
PublicVolume.cpp 174 "-U", std::to_string(getMountUserId()).c_str(),
185 "-U", std::to_string(getMountUserId()).c_str(),
  /test/vts-testcase/hal/treble/vintf/
VtsTrebleVintfTestBase.cpp 71 using android::vintf::to_string;
91 to_string(manifest_instance.version()),
vts_treble_vintf_test_o_mr1.cpp 52 using android::vintf::to_string;
109 to_string(manifest_instance.version()),
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp 67 std::string output = symbol.to_string();
341 r_txt_printer->Print(" ").Print(id.to_string());
469 .Print(to_string(name.type))
473 .Println(real_id.to_string());
477 const StringPiece& type_str = to_string(name.type);
607 to_string(type->type), ClassQualifier::kStatic, force_creation_if_empty);
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp 130 using ::android::to_string;
138 using std::to_string;
159 std::string to_string(std::set<T> set) { function
171 ss << to_string(item);
607 EXPECT_EQ(difference.size(), 0u) << "service(s) not registered " << to_string(difference);
631 << "service(s) not registered " << to_string(difference);
686 EXPECT_EQ(to_string(registrations.data(), registrations.size()),
746 to_string(registrations.data(), registrations.size()),
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 113 res->comment = trimmed_comment.to_string();
354 first_segment->data = trimmed.to_string();
362 last_segment->data = trimmed.to_string();
453 parsed_resource.product = maybe_product.value().to_string();
543 resource_type = maybe_type.value().to_string();
567 resource_type = maybe_type.value().to_string();
588 out_resource->name.entry = maybe_name.value().to_string();
630 out_resource->name.entry = maybe_name.value().to_string();
656 out_resource->name.entry = maybe_name.value().to_string();
681 out_resource->name.entry = maybe_name.value().to_string();
    [all...]
  /external/v8/src/js/
i18n.js 298 matcher = TO_STRING(matcher);
379 value = TO_STRING(value);
550 return '-' + key + '-' + TO_STRING(value);
784 var localeString = TO_STRING(localeID);
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 11 from lit.util import to_bytes, to_string
371 def to_string(bytes): function in function:_executeShCmd
388 out = to_string(out.decode('utf-8', errors='replace'))
395 err = to_string(err.decode('utf-8', errors='replace'))
480 data = to_string(data.decode('utf-8', errors='replace'))
593 yield (line_number, to_string(keyword.decode('utf-8')),
594 to_string(ln.decode('utf-8')))
    [all...]
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 144 Label += to_string(StreamIdx);
217 Value + " (" + to_string(File.getStreamByteSize(StreamIdx)) + " bytes)";
244 Name += to_string(StreamIdx);
330 P.printString(to_string(ID), Str);
477 to_string(Modi.SourceFiles.size()) + " Contributing Source Files";
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 119 return ResourcePathData{Source(path), dir_str.to_string(), name.to_string(),
120 extension.to_string(), config_str.to_string(), config};
312 r_txt_printer.Print(to_string(type->type));
  /frameworks/base/tools/aapt2/format/proto/
ProtoSerialize.cpp 288 pb_type->set_name(to_string(type->type).to_string());
346 pb_ref->set_name(ref.name.value().to_string());
584 out_file->set_resource_name(file.name.to_string());
591 pb_symbol->set_resource_name(exported.name.to_string());
  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_info_drm.cpp 82 using std::to_string;
421 string path = "/dev/video" + to_string(v4l2_index);
448 string path = v4l2_path + to_string(i) + "/name";
456 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
462 string caps_path = v4l2_path + to_string(i) + "/device/caps";
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_info.cpp 53 using std::to_string;
137 + to_string(kHWCapabilitiesNode) + "/mdp/caps";
397 string path = v4l2_path + to_string(i) + "/name";
406 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
411 string caps_path = v4l2_path + to_string(i) + "/device/caps";
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_info_drm.cpp 82 using std::to_string;
410 string path = "/dev/video" + to_string(v4l2_index);
437 string path = v4l2_path + to_string(i) + "/name";
445 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
451 string caps_path = v4l2_path + to_string(i) + "/device/caps";

Completed in 1010 milliseconds

<<11121314151617181920>>