HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 2751 - 2775 of 46739) sorted by null

<<111112113114115116117118119120>>

  /external/llvm/include/llvm/Support/
Signals.h 18 #include <string>
33 bool RemoveFileOnSignal(StringRef Filename, std::string* ErrMsg = nullptr);
  /external/llvm/lib/Target/BPF/
BPFSubtarget.cpp 28 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU,
29 const std::string &FS, const TargetMachine &TM)
  /external/llvm/lib/Target/XCore/
XCoreSubtarget.cpp 28 XCoreSubtarget::XCoreSubtarget(const Triple &TT, const std::string &CPU,
29 const std::string &FS, const TargetMachine &TM)
  /external/llvm/tools/llvm-mc/
Disassembler.h 18 #include <string>
32 const std::string &Triple,
  /external/llvm/utils/TableGen/
AsmWriterInst.h 11 // the string into operands, which can be literal strings (the constant bits of
12 // the string), actual operands (i.e., operands from the MachineInstr), and
20 #include <string>
46 std::string Str;
48 /// MiModifier - For isMachineInstrOperand, this is the modifier string for
50 std::string MiModifier;
55 AsmWriterOperand(const std::string &LitStr,
59 AsmWriterOperand(const std::string &Printer,
61 const std::string &Modifier,
76 std::string getCode(bool PassSubtarget) const
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
StringUtil.java 22 * Contains static String-related utility methods.
30 * Pad the specified String with spaces to the right to the specified width. If the length
31 * of string is already equal to or greater than width, then just return string.
33 * @param string - the String to pad
35 * @return a String of at least width characters, padded on the right with spaces as necessary
37 public static String padRight(String string, int width) {
    [all...]
  /external/parameter-framework/upstream/parameter/
CompoundRule.cpp 35 using std::string;
41 string CCompoundRule::getKind() const
53 string CCompoundRule::logValue(utility::ErrorContext & /*ctx*/) const
60 bool CCompoundRule::parse(CRuleParser &ruleParser, string &strError)
82 string CCompoundRule::dump() const
84 string output = string(_apcTypes[_bTypeAll]) + "{";
133 string strType;
FileIncluderElementBuilder.h 44 CFileIncluderElementBuilder(bool bValidateWithSchemas, const std::string &schemaBaseUri)
58 const std::string _schemaBaseUri;
IntegerParameterType.h 34 #include <string>
42 CIntegerParameterType(const std::string &strName);
51 // String
52 virtual bool toBlackboard(const std::string &strValue, uint32_t &uiValue,
54 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
76 virtual void showProperties(std::string &strResult) const;
82 virtual std::string getKind() const;
88 // Conversion from std::string
89 bool convertValueFromString(const std::string &strValue, int64_t &iData,
94 bool checkValueAgainstRange(const std::string &strValue, type value, type minValue
    [all...]
VirtualSyncer.cpp 34 using std::string;
42 bool CVirtualSyncer::sync(CParameterBlackboard &parameterBlackboard, bool bBack, string &strError)
XmlParameterSerializingContext.cpp 34 using std::string;
37 string &strError)
XmlParameterSerializingContext.h 35 #include <string>
42 CXmlParameterSerializingContext(CParameterAccessContext &context, std::string &strError);
  /external/pdfium/third_party/bigint/
BigIntegerUtils.cc 10 std::string bigUnsignedToString(const BigUnsigned &x) {
11 return std::string(BigUnsignedInABase(x, 10));
14 std::string bigIntegerToString(const BigInteger &x) {
16 ? (std::string("-") + bigUnsignedToString(x.getMagnitude()))
20 BigUnsigned stringToBigUnsigned(const std::string &s) {
24 BigInteger stringToBigInteger(const std::string &s) {
47 std::string s = std::string(BigUnsignedInABase(x, base));
  /external/perf_data_converter/src/quipper/androidbase/base/
logging.h 9 #include <string.h> // for strerror
13 #include <string>
  /external/perfetto/include/perfetto/tracing/core/
data_source_config.h 32 #include <string>
72 const std::string& name() const { return name_; }
73 void set_name(const std::string& value) { name_ = value; }
99 const std::string& legacy_config() const { return legacy_config_; }
100 void set_legacy_config(const std::string& value) { legacy_config_ = value; }
106 std::string name_ = {};
113 std::string legacy_config_ = {};
118 std::string unknown_fields_;
  /external/perfetto/protos/perfetto/config/chrome/
chrome_config.proto 26 optional string trace_config = 1;
  /external/perfetto/protos/perfetto/config/
data_source_descriptor.proto 29 optional string name = 1; // e.g., "linux.ftrace", "chromium.tracing"
  /external/perfetto/protos/perfetto/trace/
test_event.proto 24 // Arbitary string used in tests.
25 optional string str = 1;
  /external/perfetto/src/ipc/test/
deferred_unittest_messages.proto 24 optional string str = 2;
  /external/perfetto/test/
task_runner_thread_delegates.h 29 ServiceDelegate(const std::string& producer_socket,
30 const std::string& consumer_socket)
42 std::string producer_socket_;
43 std::string consumer_socket_;
50 ProbesProducerDelegate(const std::string& producer_socket)
60 std::string producer_socket_;
66 FakeProducerDelegate(const std::string& producer_socket,
81 std::string producer_socket_;
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.h 42 #include <string>
76 // the given string and returns false otherwise.
77 bool Validate(string* error);
84 void GenerateSiblings(const string& package_dir,
86 vector<string>* file_list);
88 const string& java_package() { return java_package_; }
89 const string& classname() { return classname_; }
100 string java_package_;
101 string classname_;
java_name_resolver.cc 34 #include <string>
54 string StripPackageName(const string& full_name,
65 string ClassNameWithoutPackage(const Descriptor* descriptor,
72 string ClassNameWithoutPackage(const EnumDescriptor* descriptor,
85 string ClassNameWithoutPackage(const ServiceDescriptor* descriptor,
87 string full_name = StripPackageName(descriptor->full_name(),
90 GOOGLE_CHECK(full_name.find('.') == string::npos);
96 const string& classname) {
119 string ClassNameResolver::GetFileDefaultImmutableClassName
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.h 65 #include <string>
84 string* error_msg);
  /external/protobuf/src/google/protobuf/util/internal/
object_location_tracker.h 34 #include <string>
53 virtual string ToString() const { return ""; }
  /external/puffin/src/
unittest_common.cc 9 using std::string;
11 bool MakeTempFile(string* filename, int* fd) {

Completed in 1065 milliseconds

<<111112113114115116117118119120>>