| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Refactoring/ |
| AtomicChange.h | 48 /// \brief Returns the atomic change as a YAML string. 49 std::string toYAMLString(); 56 const std::string &getKey() const { return Key; } 59 const std::string &getFilePath() const { return FilePath; } 70 /// \brief Returns the error message or an empty string if it does not exist. 71 const std::string &getError() const { return Error; } 107 llvm::ArrayRef<std::string> getInsertedHeaders() const { 111 llvm::ArrayRef<std::string> getRemovedHeaders() const { 118 AtomicChange(std::string Key, std::string FilePath, std::string Error [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/ |
| AtomicChange.h | 48 /// \brief Returns the atomic change as a YAML string. 49 std::string toYAMLString(); 56 const std::string &getKey() const { return Key; } 59 const std::string &getFilePath() const { return FilePath; } 70 /// \brief Returns the error message or an empty string if it does not exist. 71 const std::string &getError() const { return Error; } 107 llvm::ArrayRef<std::string> getInsertedHeaders() const { 111 llvm::ArrayRef<std::string> getRemovedHeaders() const { 118 AtomicChange(std::string Key, std::string FilePath, std::string Error [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/Refactoring/ |
| AtomicChange.h | 48 /// \brief Returns the atomic change as a YAML string. 49 std::string toYAMLString(); 56 const std::string &getKey() const { return Key; } 59 const std::string &getFilePath() const { return FilePath; } 70 /// \brief Returns the error message or an empty string if it does not exist. 71 const std::string &getError() const { return Error; } 107 llvm::ArrayRef<std::string> getInsertedHeaders() const { 111 llvm::ArrayRef<std::string> getRemovedHeaders() const { 118 AtomicChange(std::string Key, std::string FilePath, std::string Error [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/Refactoring/ |
| AtomicChange.h | 48 /// \brief Returns the atomic change as a YAML string. 49 std::string toYAMLString(); 56 const std::string &getKey() const { return Key; } 59 const std::string &getFilePath() const { return FilePath; } 70 /// \brief Returns the error message or an empty string if it does not exist. 71 const std::string &getError() const { return Error; } 107 llvm::ArrayRef<std::string> getInsertedHeaders() const { 111 llvm::ArrayRef<std::string> getRemovedHeaders() const { 118 AtomicChange(std::string Key, std::string FilePath, std::string Error [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/ |
| FuzzerUtil.h | 36 std::string Base64(const Unit &U); 40 std::string DescribePC(const char *SymbolizedFMT, uintptr_t PC); 53 int ExecuteCommand(const std::string &Command); 60 std::string CloneArgsWithoutX(const Vector<std::string> &Args, 63 inline std::string CloneArgsWithoutX(const Vector<std::string> &Args, 68 inline std::pair<std::string, std::string> SplitBefore(std::string X [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/ |
| FuzzerUtil.h | 36 std::string Base64(const Unit &U); 40 std::string DescribePC(const char *SymbolizedFMT, uintptr_t PC); 53 int ExecuteCommand(const std::string &Command); 60 std::string CloneArgsWithoutX(const Vector<std::string> &Args, 63 inline std::string CloneArgsWithoutX(const Vector<std::string> &Args, 68 inline std::pair<std::string, std::string> SplitBefore(std::string X [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/ |
| FuzzerUtil.h | 36 std::string Base64(const Unit &U); 40 std::string DescribePC(const char *SymbolizedFMT, uintptr_t PC); 53 int ExecuteCommand(const std::string &Command); 60 std::string CloneArgsWithoutX(const Vector<std::string> &Args, 63 inline std::string CloneArgsWithoutX(const Vector<std::string> &Args, 68 inline std::pair<std::string, std::string> SplitBefore(std::string X [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/ |
| FuzzerUtil.h | 36 std::string Base64(const Unit &U); 40 std::string DescribePC(const char *SymbolizedFMT, uintptr_t PC); 53 int ExecuteCommand(const std::string &Command); 60 std::string CloneArgsWithoutX(const Vector<std::string> &Args, 63 inline std::string CloneArgsWithoutX(const Vector<std::string> &Args, 68 inline std::pair<std::string, std::string> SplitBefore(std::string X [all...] |
| /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/ |
| library.go | 8 Objref string 9 Srcref string 10 File string 11 Pkg string 12 Shlib string 13 Hash string 14 ImportStrings []string 20 func (l Library) String() string {
|
| /prebuilts/go/linux-x86/src/cmd/link/internal/sym/ |
| library.go | 8 Objref string 9 Srcref string 10 File string 11 Pkg string 12 Shlib string 13 Hash string 14 ImportStrings []string 20 func (l Library) String() string {
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/memory/memory.resource.aliases/ |
| header_string_libcpp_version.pass.cpp | 12 // <experimental/string> 14 #include <experimental/string>
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/ |
| max_bucket_count.pass.cpp | 19 #include <string> 28 typedef std::unordered_map<int, std::string> C; 34 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 35 min_allocator<std::pair<const int, std::string>>> C;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/ |
| max_bucket_count.pass.cpp | 19 #include <string> 27 typedef std::unordered_multimap<int, std::string> C; 33 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 34 min_allocator<std::pair<const int, std::string>>> C;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/ |
| string.pass.cpp | 21 template <class String> 23 test(const String& p, unsigned mc) 25 std::basic_regex<typename String::value_type> r(p); 32 test(std::string("\\(a\\)"), 0); 33 test(std::string("\\(a[bc]\\)"), 0); 34 test(std::string("\\(a\\([bc]\\)\\)"), 0); 35 test(std::string("(a([bc]))"), 2);
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.traits/ |
| lookup_collatename.pass.cpp | 42 test("NUL", std::string("\x00", 1)); 43 test("alert", std::string("\x07")); 44 test("backspace", std::string("\x08")); 45 test("tab", std::string("\x09")); 46 test("carriage-return", std::string("\x0D")); 47 test("newline", std::string("\x0A")); 48 test("vertical-tab", std::string("\x0B")); 49 test("form-feed", std::string("\x0C")); 50 test("space", std::string(" ")); 51 test("exclamation-mark", std::string("!")); [all...] |
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/ |
| allocator_mismatch.fail.cpp | 10 // <string> 13 #include <string>
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
| eof.pass.cpp | 10 // <string> 16 #include <string>
|
| /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/ |
| format.h | 22 // Returns a string containing <prefix><key><infix><value><postfix> for every 25 std::string format(const Map& map, const std::string& prefix, 26 const std::string& infix, const std::string& postfix) {
|
| /system/bt/service/common/bluetooth/ |
| scan_result.h | 21 #include <string> 30 ScanResult(const std::string& device_address, 36 const std::string& device_address() const { return device_address_; } 49 std::string device_address_;
|
| /system/bt/service/ |
| switches.h | 19 #include <string>
|
| /system/core/adb/ |
| adb_listeners.h | 22 #include <string> 35 InstallStatus install_listener(const std::string& local_name, const char* connect_to, 37 std::string* error); 39 std::string format_listeners();
|
| /system/core/base/ |
| errors_unix.cpp | 24 std::string SystemErrorCodeToString(int error_code) {
|
| /system/core/fastboot/ |
| tcp.h | 33 #include <string> 46 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error); 53 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error);
|
| /system/core/init/ |
| persistent_properties.proto | 22 optional string name = 1; 23 optional string value = 2;
|
| /system/libhidl/transport/manager/1.1/ |
| IServiceManager.hal | 35 unregisterForNotifications(string fqName, 36 string name,
|