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

<<31323334353637383940>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-string.h 34 // This header file declares the String class and functions used internally by
45 // string.h is not guaranteed to provide strcpy on C++ Builder.
49 #include <string.h>
50 #include <string>
57 // String - an abstract class holding static string utilities.
58 class GTEST_API_ String {
62 // Clones a 0-terminated C string, allocating memory using new. The
64 // delete[]. Returns the cloned string, or NULL if the input is
67 // This is different from strdup() in string.h, which allocate
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h 41 #include <string>
72 virtual bool FindFileByName(const string& filename,
78 virtual bool FindFileContainingSymbol(const string& symbol_name,
85 virtual bool FindFileContainingExtension(const string& containing_type,
99 virtual bool FindAllExtensionNumbers(const string& /* extendee_type */,
145 bool FindFileByName(const string& filename,
147 bool FindFileContainingSymbol(const string& symbol_name,
149 bool FindFileContainingExtension(const string& containing_type,
152 bool FindAllExtensionNumbers(const string& extendee_type,
168 bool AddSymbol(const string& name, Value value)
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 89 repeated string ticket = 1;
96 repeated string filter = 2;
101 map<string, bytes> facts = 2;
105 string definition = 5;
115 map<string, NodeInfo> nodes = 1;
121 repeated string ticket = 1;
125 repeated string kind = 2;
139 repeated string filter = 3;
164 string page_token = 9;
183 string target_ticket = 1
    [all...]
filetree.proto 35 string name = 1;
36 repeated string root = 2;
42 string corpus = 1;
43 string root = 2;
44 string path = 3;
49 repeated string subdirectory = 1;
52 repeated string file = 2;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
code_generator.h 42 #include <string>
78 const string& parameter,
80 string* error) const = 0;
105 virtual io::ZeroCopyOutputStream* Open(const string& filename) = 0;
114 const string& filename, const string& insertion_point);
135 extern void ParseGeneratorParameter(const string&,
136 vector<pair<string, string> >*);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 41 #include <string>
72 virtual bool FindFileByName(const string& filename,
78 virtual bool FindFileContainingSymbol(const string& symbol_name,
85 virtual bool FindFileContainingExtension(const string& containing_type,
99 virtual bool FindAllExtensionNumbers(const string& extendee_type,
144 bool FindFileByName(const string& filename,
146 bool FindFileContainingSymbol(const string& symbol_name,
148 bool FindFileContainingExtension(const string& containing_type,
151 bool FindAllExtensionNumbers(const string& extendee_type,
167 bool AddSymbol(const string& name, Value value)
    [all...]
  /system/core/bootstat/
boot_event_record_store.h 23 #include <string>
33 typedef std::pair<std::string, int32_t> BootEventRecord;
38 void AddBootEvent(const std::string& event);
41 void AddBootEventWithValue(const std::string& event, int32_t value);
46 bool GetBootEvent(const std::string& event, BootEventRecord* record) const;
61 void SetStorePath(const std::string& path);
64 std::string GetBootEventPath(const std::string& event) const;
67 std::string store_path_;
  /system/libvintf/include/vintf/
HalManifest.h 23 #include <string>
46 std::map<std::string /* interface */, std::set<std::string /* instance */>>;
63 Transport getTransport(const std::string &name, const Version &v,
64 const std::string &interfaceName, const std::string &instanceName) const;
73 bool checkCompatibility(const CompatibilityMatrix &mat, std::string *error = nullptr) const;
79 std::set<std::string> getHalNames() const;
84 std::set<std::string> getHalNamesAndVersions() const;
105 std::string getXmlFilePath(const std::string& xmlFileName, const Version& version) const
    [all...]
  /system/update_engine/
omaha_response.h 24 #include <string>
39 std::string version;
40 std::string system_version;
45 std::vector<std::string> payload_urls;
48 std::string metadata_signature;
49 std::string hash;
56 std::string more_info_url;
57 std::string deadline;
77 std::string public_key_rsa;
  /system/vold/model/
PublicVolume.h 50 status_t doFormat(const std::string& fsType) override;
59 std::string mDevPath;
61 std::string mRawPath;
63 std::string mFuseDefault;
64 std::string mFuseRead;
65 std::string mFuseWrite;
71 std::string mFsType;
73 std::string mFsUuid;
75 std::string mFsLabel;
  /test/vts/drivers/hal/common/include/binder/
VtsFuzzerBinderService.h 20 #include <string>
53 virtual int32_t LoadHal(const string& path, int target_class, int target_type,
54 float target_version, const string& module_name) = 0;
60 virtual string Call(const string& call_payload) = 0;
73 int32_t LoadHal(const string& path, int target_class, int target_type,
74 float target_version, const string& module_name);
76 string Call(const string& call_payload);
  /test/vts/utils/native/trace_processor/
VtsCoverageProcessor.h 35 void MergeCoverage(const std::string& coverage_file_dir,
36 const std::string& merged_coverage_file);
40 void CompareCoverage(const std::string& ref_msg_file,
41 const std::string& new_msg_file);
44 void ParseCoverageData(const std::string& coverage_file,
54 void GetSubsetCoverage(const std::string& ref_msg_file,
55 const std::string& full_msg_file,
56 const std::string& result_msg_file);
59 void GetCoverageSummary(const std::string& coverage_msg_file);
  /toolchain/binutils/binutils-2.27/bfd/
cpu-i960.c 26 /* This routine is provided a string, and tries to work out if it
32 const char *string)
37 /* Look for the string i960 at the front of the string. */
38 if (strncasecmp ("i960", string, 4) == 0)
40 string += 4;
43 if (* string == 0)
47 if (* string != ':')
50 string ++;
54 else if (CONST_STRNEQ (string, "80960")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERUTF8String.java 15 private final byte[] string; field in class:DERUTF8String
18 * Return an UTF8 string from the passed in object.
49 * Return an UTF8 String from a tagged object.
77 * Basic constructor - byte encoded string.
79 DERUTF8String(byte[] string)
81 this.string = string;
87 * @param string the string to be carried in the UTF8String object,
89 public DERUTF8String(String string
    [all...]
DERNumericString.java 9 * DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.
15 private final byte[] string; field in class:DERNumericString
18 * return a Numeric string from the passed in object
48 * return an Numeric String from a tagged object.
77 byte[] string)
79 this.string = string;
86 String string)
88 this(string, false)
    [all...]
  /external/google-breakpad/src/testing/src/
gmock-matchers.cc 34 // This file implements Matcher<const string&>, Matcher<string>, and
40 #include <string.h>
42 #include <string>
46 // Constructs a matcher that matches a const string& whose value is
48 Matcher<const internal::string&>::Matcher(const internal::string& s) {
52 // Constructs a matcher that matches a const string& whose value is
54 Matcher<const internal::string&>::Matcher(const char* s) {
55 *this = Eq(internal::string(s))
    [all...]
  /external/tensorflow/tensorflow/core/platform/
env.h 21 #include <string>
66 virtual Status GetFileSystemForFile(const string& fname, FileSystem** result);
69 virtual Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes);
72 virtual Status RegisterFileSystem(const string& scheme,
91 Status NewRandomAccessFile(const string& fname,
107 Status NewWritableFile(const string& fname,
122 Status NewAppendableFile(const string& fname,
137 const string& fname, std::unique_ptr<ReadOnlyMemoryRegion>* result);
140 Status FileExists(const string& fname);
145 bool FilesExist(const std::vector<string>& files
    [all...]
  /external/tensorflow/tensorflow/core/platform/s3/
s3_file_system.h 31 const string& fname, std::unique_ptr<RandomAccessFile>* result) override;
33 Status NewWritableFile(const string& fname,
36 Status NewAppendableFile(const string& fname,
40 const string& fname,
43 Status FileExists(const string& fname) override;
45 Status GetChildren(const string& dir, std::vector<string>* result) override;
47 Status Stat(const string& fname, FileStatistics* stat) override;
49 Status DeleteFile(const string& fname) override;
51 Status CreateDir(const string& name) override
    [all...]
  /external/vboot_reference/utility/include/
gbb_utility.h 9 #include <string>
53 std::string get_property(PROPINDEX i) const;
57 bool set_property(PROPINDEX i, const std::string &value);
60 // return the name for valid properties, otherwise unexpected empty string.
61 std::string get_property_name(PROPINDEX i) const;
65 bool set_rootkey(const std::string &value);
66 bool set_bmpfv(const std::string &value);
67 bool set_recovery_key(const std::string &value);
68 std::string get_hwid() const { return get_property(PROP_HWID); }
69 std::string get_rootkey() const { return get_property(PROP_ROOTKEY);
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/csv/
writer_test.go 14 Input [][]string
15 Output string
18 {Input: [][]string{{"abc"}}, Output: "abc\n"},
19 {Input: [][]string{{"abc"}}, Output: "abc\r\n", UseCRLF: true},
20 {Input: [][]string{{`"abc"`}}, Output: `"""abc"""` + "\n"},
21 {Input: [][]string{{`a"b`}}, Output: `"a""b"` + "\n"},
22 {Input: [][]string{{`"a"b"`}}, Output: `"""a""b"""` + "\n"},
23 {Input: [][]string{{" abc"}}, Output: `" abc"` + "\n"},
24 {Input: [][]string{{"abc,def"}}, Output: `"abc,def"` + "\n"},
25 {Input: [][]string{{"abc", "def"}}, Output: "abc,def\n"}
    [all...]
  /prebuilts/go/linux-x86/src/encoding/csv/
writer_test.go 14 Input [][]string
15 Output string
18 {Input: [][]string{{"abc"}}, Output: "abc\n"},
19 {Input: [][]string{{"abc"}}, Output: "abc\r\n", UseCRLF: true},
20 {Input: [][]string{{`"abc"`}}, Output: `"""abc"""` + "\n"},
21 {Input: [][]string{{`a"b`}}, Output: `"a""b"` + "\n"},
22 {Input: [][]string{{`"a"b"`}}, Output: `"""a""b"""` + "\n"},
23 {Input: [][]string{{" abc"}}, Output: `" abc"` + "\n"},
24 {Input: [][]string{{"abc,def"}}, Output: `"abc,def"` + "\n"},
25 {Input: [][]string{{"abc", "def"}}, Output: "abc,def\n"}
    [all...]
  /system/core/adb/
adb_utils.h 22 #include <string>
31 bool getcwd(std::string* cwd);
32 bool directory_exists(const std::string& path);
35 std::string adb_get_homedir_path();
38 std::string adb_get_android_dir_path();
40 bool mkdirs(const std::string& path);
42 std::string escape_arg(const std::string& s);
44 std::string dump_hex(const void* ptr, size_t byte_count);
46 std::string perror_str(const char* msg)
    [all...]
  /system/netd/server/
IptablesBaseTest.h 27 typedef std::vector<std::pair<IptablesTarget, std::string>> ExpectedIptablesCommands;
31 static int fakeExecIptablesRestore(IptablesTarget target, const std::string& commands);
32 static int fakeExecIptablesRestoreWithOutput(IptablesTarget target, const std::string& commands,
33 std::string *output);
34 static int fakeExecIptablesRestoreCommand(IptablesTarget target, const std::string& table,
35 const std::string& commands, std::string *output);
37 void expectIptablesRestoreCommands(const std::vector<std::string>& expectedCmds);
44 static void addIptablesRestoreOutput(std::string contents) {
48 static void addIptablesRestoreOutput(std::string contents1, std::string contents2)
    [all...]
  /system/tools/hidl/
FmqType.h 28 std::string fullName() const;
30 std::string templatedTypeName() const;
32 std::string getCppType(
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...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ia64/
merge4.s 2 .LC1: .string "foo"
3 .LC2: .string "foo"
4 .LC3: .string "bar"
5 .LC4: .string "bar"
6 .LC5: .string "baz"
7 .LC6: .string "baz"
13 .LC7: .string "mumble"

Completed in 720 milliseconds

<<31323334353637383940>>