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

<<31323334353637383940>>

  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.h 35 const string& fname, std::unique_ptr<RandomAccessFile>* result) override;
37 Status NewWritableFile(const string& fname,
40 Status NewAppendableFile(const string& fname,
44 const string& fname,
47 Status FileExists(const string& fname) override;
49 Status GetChildren(const string& dir, std::vector<string>* result) override;
51 Status GetMatchingPaths(const string& pattern,
52 std::vector<string>* result) override;
54 Status Stat(const string& fname, FileStatistics* stat) override
    [all...]
  /external/webrtc/webrtc/base/
helpers.h 14 #include <string>
26 // Generates a (cryptographically) random string of the given length.
29 std::string CreateRandomString(size_t length);
31 // Generates a (cryptographically) random string of the given length.
34 bool CreateRandomString(size_t length, std::string* str);
36 // Generates a (cryptographically) random string of the given length,
39 bool CreateRandomString(size_t length, const std::string& table,
40 std::string* str);
42 // Generates a (cryptographically) random UUID version 4 string.
43 std::string CreateRandomUuid()
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
discoitemsquerytask.h 37 #include <string>
45 std::string jid;
46 std::string node;
47 std::string name;
53 const Jid& to, const std::string& node);
58 static XmlElement* MakeRequest(const std::string& node);
  /external/xmlrpcpp/src/
XmlRpcSocket.h 11 # include <string>
31 static bool nbRead(int socket, std::string& s, bool *eof);
34 static bool nbWrite(int socket, std::string& s, int *bytesSoFar);
54 static bool connect(int socket, std::string& host, int port);
61 static std::string getErrorMsg();
64 static std::string getErrorMsg(int error);
  /frameworks/base/cmds/incident_helper/src/
TextParserBase.cpp 28 string content;
30 fprintf(stderr, "[%s]Failed to read data from incidentd\n", this->name.string());
34 fprintf(stderr, "[%s]Failed to write data to incidentd\n", this->name.string());
43 string content;
45 fprintf(stderr, "[%s]Failed to read data from incidentd\n", this->name.string());
51 fprintf(stderr, "[%s]Failed to write data to incidentd\n", this->name.string());
  /frameworks/base/core/proto/android/content/
locale.proto 28 optional string language = 1;
29 optional string country = 2;
30 optional string variant = 3;
  /hardware/qcom/display/msm8909/sdm/include/utils/
factory.h 35 #include <string>
42 int Add(const std::string &name, const Creator &creator) {
43 map_.insert(std::pair<std::string, Creator>(name, creator));
48 Creator Get(const std::string &name) {
49 typename std::map<std::string, Creator>::iterator it = map_.find(name);
58 std::map<std::string, Creator> map_;
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
factory.h 35 #include <string>
42 int Add(const std::string &name, const Creator &creator) {
43 map_.insert(std::pair<std::string, Creator>(name, creator));
48 Creator Get(const std::string &name) {
49 typename std::map<std::string, Creator>::iterator it = map_.find(name);
58 std::map<std::string, Creator> map_;
  /hardware/qcom/display/msm8998/sdm/include/utils/
factory.h 35 #include <string>
42 int Add(const std::string &name, const Creator &creator) {
43 map_.insert(std::pair<std::string, Creator>(name, creator));
48 Creator Get(const std::string &name) {
49 typename std::map<std::string, Creator>::iterator it = map_.find(name);
58 std::map<std::string, Creator> map_;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 21 #include <string>
37 std::string DefaultArch;
38 std::vector<std::string> DsymHints;
41 bool RelativeAddresses = false, std::string DefaultArch = "")
52 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
54 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
56 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
59 static std::string DemangleName(const std::string &Name,
72 getOrCreateModuleInfo(const std::string &ModuleName)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/Symbolize/
Symbolize.h 21 #include <string>
37 std::string DefaultArch;
38 std::vector<std::string> DsymHints;
41 bool RelativeAddresses = false, std::string DefaultArch = "")
52 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
54 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
56 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
59 static std::string
60 DemangleName(const std::string &Name,
73 getOrCreateModuleInfo(const std::string &ModuleName)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/Symbolize/
Symbolize.h 21 #include <string>
37 std::string DefaultArch;
38 std::vector<std::string> DsymHints;
41 bool RelativeAddresses = false, std::string DefaultArch = "")
52 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
54 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
56 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
59 static std::string
60 DemangleName(const std::string &Name,
73 getOrCreateModuleInfo(const std::string &ModuleName)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/Symbolize/
Symbolize.h 25 #include <string>
43 std::string DefaultArch;
44 std::vector<std::string> DsymHints;
48 bool RelativeAddresses = false, std::string DefaultArch = "")
60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
63 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
66 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
70 static std::string
71 DemangleName(const std::string &Name,
84 getOrCreateModuleInfo(const std::string &ModuleName, StringRef DWPName = "")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/Symbolize/
Symbolize.h 25 #include <string>
43 std::string DefaultArch;
44 std::vector<std::string> DsymHints;
48 bool RelativeAddresses = false, std::string DefaultArch = "")
60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
63 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
66 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
70 static std::string
71 DemangleName(const std::string &Name,
84 getOrCreateModuleInfo(const std::string &ModuleName, StringRef DWPName = "")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/Symbolize/
Symbolize.h 25 #include <string>
43 std::string DefaultArch;
44 std::vector<std::string> DsymHints;
48 bool RelativeAddresses = false, std::string DefaultArch = "")
60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
63 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
66 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
70 static std::string
71 DemangleName(const std::string &Name,
84 getOrCreateModuleInfo(const std::string &ModuleName, StringRef DWPName = "")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/Symbolize/
Symbolize.h 25 #include <string>
43 std::string DefaultArch;
44 std::vector<std::string> DsymHints;
48 bool RelativeAddresses = false, std::string DefaultArch = "")
60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
63 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
66 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
70 static std::string
71 DemangleName(const std::string &Name,
84 getOrCreateModuleInfo(const std::string &ModuleName, StringRef DWPName = "")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/Symbolize/
Symbolize.h 21 #include <string>
37 std::string DefaultArch;
38 std::vector<std::string> DsymHints;
41 bool RelativeAddresses = false, std::string DefaultArch = "")
52 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
54 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
56 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
59 static std::string DemangleName(const std::string &Name,
72 getOrCreateModuleInfo(const std::string &ModuleName)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/Symbolize/
Symbolize.h 21 #include <string>
37 std::string DefaultArch;
38 std::vector<std::string> DsymHints;
41 bool RelativeAddresses = false, std::string DefaultArch = "")
52 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
54 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
56 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
59 static std::string
60 DemangleName(const std::string &Name,
73 getOrCreateModuleInfo(const std::string &ModuleName)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/Symbolize/
Symbolize.h 21 #include <string>
37 std::string DefaultArch;
38 std::vector<std::string> DsymHints;
41 bool RelativeAddresses = false, std::string DefaultArch = "")
52 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
54 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
56 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
59 static std::string
60 DemangleName(const std::string &Name,
73 getOrCreateModuleInfo(const std::string &ModuleName)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/Symbolize/
Symbolize.h 25 #include <string>
43 std::string DefaultArch;
44 std::vector<std::string> DsymHints;
48 bool RelativeAddresses = false, std::string DefaultArch = "")
60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
63 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
66 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
70 static std::string
71 DemangleName(const std::string &Name,
84 getOrCreateModuleInfo(const std::string &ModuleName, StringRef DWPName = "")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/Symbolize/
Symbolize.h 25 #include <string>
43 std::string DefaultArch;
44 std::vector<std::string> DsymHints;
48 bool RelativeAddresses = false, std::string DefaultArch = "")
60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
63 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
66 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
70 static std::string
71 DemangleName(const std::string &Name,
84 getOrCreateModuleInfo(const std::string &ModuleName, StringRef DWPName = "")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/Symbolize/
Symbolize.h 25 #include <string>
43 std::string DefaultArch;
44 std::vector<std::string> DsymHints;
48 bool RelativeAddresses = false, std::string DefaultArch = "")
60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
63 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
66 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
70 static std::string
71 DemangleName(const std::string &Name,
84 getOrCreateModuleInfo(const std::string &ModuleName, StringRef DWPName = "")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/Symbolize/
Symbolize.h 25 #include <string>
43 std::string DefaultArch;
44 std::vector<std::string> DsymHints;
48 bool RelativeAddresses = false, std::string DefaultArch = "")
60 Expected<DILineInfo> symbolizeCode(const std::string &ModuleName,
63 Expected<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
66 Expected<DIGlobal> symbolizeData(const std::string &ModuleName,
70 static std::string
71 DemangleName(const std::string &Name,
84 getOrCreateModuleInfo(const std::string &ModuleName, StringRef DWPName = "")
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/
string_flg.pass.cpp 22 template <class String>
24 test(const String& p, std::regex_constants::syntax_option_type f, unsigned mc)
26 std::basic_regex<typename String::value_type> r(p, f);
33 test(std::string("\\(a\\)"), std::regex_constants::basic, 1);
34 test(std::string("\\(a[bc]\\)"), std::regex_constants::basic, 1);
35 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::basic, 2);
36 test(std::string("(a([bc]))"), std::regex_constants::basic, 0);
38 test(std::string("\\(a\\)"), std::regex_constants::extended, 0);
39 test(std::string("\\(a[bc]\\)"), std::regex_constants::extended, 0);
40 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::extended, 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.results/re.results.acc/
str.pass.cpp 26 assert(m.str() == std::string(m[0]));
27 assert(m.str(0) == std::string(m[0]));
28 assert(m.str(1) == std::string(m[1]));
29 assert(m.str(2) == std::string(m[2]));
30 assert(m.str(3) == std::string(m[3]));
31 assert(m.str(4) == std::string(m[4]));

Completed in 925 milliseconds

<<31323334353637383940>>