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

<<71727374757677787980>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DOTGraphTraits.h 20 #include <string>
45 static std::string getGraphName(const GraphType &) { return ""; }
51 static std::string getGraphProperties(const GraphType &) {
71 std::string getNodeLabel(const void *, const GraphType &) {
75 // getNodeIdentifierLabel - Returns a string representing the
79 static std::string getNodeIdentifierLabel(const void *, const GraphType &) {
84 static std::string getNodeDescription(const void *, const GraphType &) {
91 static std::string getNodeAttributes(const void *,
99 static std::string getEdgeAttributes(const void *, EdgeIter,
107 static std::string getEdgeSourceLabel(const void *, EdgeIter)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
tagkey_test.go 12 V string `json:"$%-/"`
16 V string `json:"0123456789"`
20 V string `json:"ABCDEFGHIJKLMO"`
24 V string `json:"PQRSTUVWXYZ_"`
28 V string `json:"abcdefghijklmno"`
32 V string `json:"pqrstuvwxyz"`
36 V string `json:"?????"`
40 V string `json:"text/html%"` // https://golang.org/issue/2718
44 V string `json:"!#$%&()*+-./:<=>?@[]^_{|}~"` // https://golang.org/issue/3546
48 V string `json:"-,"
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug059.go 11 func P(a []string) string {
24 m := make(map[string] []string);
25 as := new([2]string);
  /prebuilts/go/linux-x86/src/encoding/json/
tagkey_test.go 12 V string `json:"$%-/"`
16 V string `json:"0123456789"`
20 V string `json:"ABCDEFGHIJKLMO"`
24 V string `json:"PQRSTUVWXYZ_"`
28 V string `json:"abcdefghijklmno"`
32 V string `json:"pqrstuvwxyz"`
36 V string `json:"?????"`
40 V string `json:"text/html%"` // https://golang.org/issue/2718
44 V string `json:"!#$%&()*+-./:<=>?@[]^_{|}~"` // https://golang.org/issue/3546
48 V string `json:"-,"
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug059.go 11 func P(a []string) string {
24 m := make(map[string] []string);
25 as := new([2]string);
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
director.swg 13 #include <string>
23 std::string swig_msg;
28 DirectorException(const std::string &msg) : swig_msg(msg) {
30 const std::string& what() const {
40 DirectorPureVirtualException(const char* msg) : DirectorException(std::string("Attempt to invoke pure virtual method ") + msg) {
  /prebuilts/misc/common/swig/include/2.0.11/d/
director.swg 13 #include <string>
23 std::string swig_msg;
28 DirectorException(const std::string &msg) : swig_msg(msg) {
30 const std::string& what() const {
41 DirectorPureVirtualException(const char* msg) : DirectorException(std::string("Attempted to invoke pure virtual method ") + msg) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message_lite.h 85 virtual string GetTypeName() const = 0;
104 virtual string InitializationErrorString() const;
135 // Parse a protocol buffer contained in a string.
136 bool ParseFromString(const string& data);
139 bool ParsePartialFromString(const string& data);
183 // Serialize the message and store it in the given string. All required
185 bool SerializeToString(string* output) const;
187 bool SerializePartialToString(string* output) const;
194 // Make a string encoding the message. Is equivalent to calling
195 // SerializeToString() on a string and using that. Returns the empt
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message_lite.h 85 virtual string GetTypeName() const = 0;
104 virtual string InitializationErrorString() const;
135 // Parse a protocol buffer contained in a string.
136 bool ParseFromString(const string& data);
139 bool ParsePartialFromString(const string& data);
183 // Serialize the message and store it in the given string. All required
185 bool SerializeToString(string* output) const;
187 bool SerializePartialToString(string* output) const;
194 // Make a string encoding the message. Is equivalent to calling
195 // SerializeToString() on a string and using that. Returns the empt
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message_lite.h 85 virtual string GetTypeName() const = 0;
104 virtual string InitializationErrorString() const;
135 // Parse a protocol buffer contained in a string.
136 bool ParseFromString(const string& data);
139 bool ParsePartialFromString(const string& data);
183 // Serialize the message and store it in the given string. All required
185 bool SerializeToString(string* output) const;
187 bool SerializePartialToString(string* output) const;
194 // Make a string encoding the message. Is equivalent to calling
195 // SerializeToString() on a string and using that. Returns the empt
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message_lite.h 85 virtual string GetTypeName() const = 0;
104 virtual string InitializationErrorString() const;
135 // Parse a protocol buffer contained in a string.
136 bool ParseFromString(const string& data);
139 bool ParsePartialFromString(const string& data);
183 // Serialize the message and store it in the given string. All required
185 bool SerializeToString(string* output) const;
187 bool SerializePartialToString(string* output) const;
194 // Make a string encoding the message. Is equivalent to calling
195 // SerializeToString() on a string and using that. Returns the empt
    [all...]
  /system/core/libutils/tests/
String8_test.cpp 38 EXPECT_STREQ(tmp.string(), "Hello, world!");
47 EXPECT_STREQ(dst1.string(), "Hello, world!");
48 EXPECT_STREQ(src1.string(), "Hello, ");
54 EXPECT_STREQ(dst2.string(), "Hello, world!");
55 EXPECT_STREQ(src1.string(), "Hello, ");
56 EXPECT_STREQ(ssrc2.string(), "world!");
65 EXPECT_STREQ(src1.string(), "My voice is my passport.");
66 EXPECT_STREQ(src2.string(), " is my passport.");
68 // Adding const char* to the previous string.
71 EXPECT_STREQ(src1.string(), "My voice is my passport. Verify me.")
    [all...]
  /system/libvintf/include/vintf/
ManifestHal.h 23 #include <string>
43 ManifestHal(HalFormat fmt, std::string&& n, std::vector<Version>&& vs, TransportArch ta,
44 std::map<std::string, HalInterface>&& intf)
54 std::string name;
57 std::map<std::string, HalInterface> interfaces;
63 inline const std::string& getName() const { return name; }
74 void insertLegacyInstance(const std::string& interface, const std::string& instance);
79 friend bool parse(const std::string &s, ManifestHal *hal);
96 bool insertInstances(const std::set<FqInstance>& fqInstances, std::string* error = nullptr)
    [all...]
  /system/netd/server/
WakeupController.h 35 std::string prefix;
42 std::string srcIp;
43 std::string dstIp;
66 // be delivered along with the arbitrary string |prefix| to
68 netdutils::Status addInterface(const std::string& ifName, const std::string& prefix,
73 netdutils::Status delInterface(const std::string& ifName, const std::string& prefix,
77 netdutils::Status execIptables(const std::string& action, const std::string& ifName
    [all...]
  /system/timezone/tzlookup_generator/src/main/proto/
country_zones_file.proto 25 required string ianaVersion = 1;
30 required string isoCode = 1;
31 optional string defaultTimeZoneId = 2;
36 required string id = 1;
37 required string utcOffset = 2;
  /system/tools/hidl/
HandleType.h 30 std::string typeName() const override;
32 std::string getCppType(
36 std::string getVtsType() const override;
40 const std::string &name,
41 const std::string &parcelObj,
49 const std::string &name,
50 const std::string &sanitizedName,
52 const std::string &parcelObj,
56 const std::string &parentName,
57 const std::string &offsetText) const override
    [all...]
MemoryType.h 28 std::string typeName() const override;
30 std::string getCppType(
34 std::string getVtsType() const override;
38 const std::string &name,
39 const std::string &parcelObj,
47 const std::string &name,
48 const std::string &sanitizedName,
50 const std::string &parcelObj,
54 const std::string &parentName,
55 const std::string &offsetText) const override
    [all...]
  /system/tools/hidl/c2hal/
Expression.h 23 #include <string>
42 static std::string getTypeDescription(Type type) {
54 static std::string getTypeName(Type type) {
66 static Type integralType(const std::string& integer);
70 static Expression *atom(Type type, const std::string &value, bool isId = false);
71 static Expression *unary(std::string op, Expression *rhs);
72 static Expression *binary(Expression *lhs, std::string op, Expression *rhs);
74 static Expression *arraySubscript(std::string id, Expression *subscript);
75 static Expression *functionCall(std::string id, std::vector<Expression *> *args);
79 // convert this expression to a string
    [all...]
  /system/tpm/trunks/
password_authorization_delegate_test.cc 17 #include <string>
34 // to the expected authorization string.
36 std::string expected_auth(
44 std::string authorization;
45 std::string command_hash;
56 std::string auth_response(
62 std::string response_hash;
71 std::string auth_response(
78 std::string response_hash;
88 std::string plaintext_parameter("parameter")
    [all...]
  /system/update_engine/
fake_p2p_manager.h 20 #include <string>
55 void LookupUrlForFile(const std::string& file_id,
62 bool FileShare(const std::string& file_id,
67 base::FilePath FileGetPath(const std::string& file_id) override {
71 ssize_t FileGetSize(const std::string& file_id) override {
75 ssize_t FileGetExpectedSize(const std::string& file_id) override {
79 bool FileGetVisible(const std::string& file_id,
84 bool FileMakeVisible(const std::string& file_id) override {
113 void SetLookupUrlForFileResult(const std::string& url) {
123 std::string lookup_url_for_file_result_
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ia64/
merge3.s 2 .LC1: .string "foo"
3 .LC2: .string "foo"
4 .LC3: .string "bar"
5 .LC4: .string "bar"
10 .LC5: .string "mumble"
  /external/tensorflow/tensorflow/core/distributed_runtime/
message_wrappers.h 55 virtual const string& session_handle() const = 0;
59 virtual const string& partial_run_handle() const = 0;
63 virtual const string& feed_name(size_t i) const = 0;
73 virtual const string& fetch_name(size_t i) const = 0;
78 virtual const string& target_name(size_t i) const = 0;
91 virtual string DebugString() const = 0;
102 virtual void set_session_handle(const string& handle) = 0;
103 virtual void set_partial_run_handle(const string& handle) = 0;
104 virtual void add_feed(const string& name, const Tensor& value) = 0;
105 virtual void add_fetch(const string& name) = 0
    [all...]
  /art/runtime/
exec_utils_test.cc 25 std::string PrettyArguments(const char* signature);
26 std::string PrettyReturnType(const char* signature);
31 std::vector<std::string> command;
33 std::string android_root(GetAndroidRoot());
38 std::string error_msg;
50 std::vector<std::string> command;
52 std::string error_msg;
66 std::vector<std::string> command;
68 std::string android_root(GetAndroidRoot());
74 std::string error_msg
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
UserRestrictions.java 33 private static final String[] RESTRICTION_IDS_FOR_POLICY_TRANSPARENCY = new String[] {
62 private static final ArrayMap<String, UserRestrictionItem> USER_RESTRICTION_ITEMS;
65 R.string.disallow_add_user,
66 R.string.disallow_adjust_volume,
67 R.string.disallow_apps_control,
68 R.string.disallow_config_cell_broadcasts,
69 R.string.disallow_config_credentials,
70 R.string.disallow_config_mobile_networks,
71 R.string.disallow_config_tethering
    [all...]
  /external/libbrillo/brillo/dbus/
async_event_sequencer.h 9 #include <string>
42 using ExportHandler = base::Callback<void(const std::string& interface_name,
43 const std::string& method_name,
53 Handler GetHandler(const std::string& descriptive_message,
59 ExportHandler GetExportHandler(const std::string& interface_name,
60 const std::string& method_name,
61 const std::string& descriptive_message,
81 const std::string& error_message,
87 const std::string& expected_interface_name,
88 const std::string& expected_method_name
    [all...]

Completed in 1067 milliseconds

<<71727374757677787980>>