| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang-c/ |
| CXString.h | 24 * \defgroup CINDEX_STRING String manipulation routines 31 * \brief A character string. 34 * the ownership of that string might differ from one call to the next. 35 * Use \c clang_getCString() to retrieve the string data and, once finished 36 * with the string data, call \c clang_disposeString() to free the string. 49 * \brief Retrieve the character data associated with the given string. 51 CINDEX_LINKAGE const char *clang_getCString(CXString string); 54 * \brief Free the given string. 56 CINDEX_LINKAGE void clang_disposeString(CXString string); [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/ |
| IPDBDataStream.h | 16 #include <string> 31 virtual std::string getName() const = 0;
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
| IRPrintingPasses.h | 23 #include <string> 38 const std::string &Banner = "", 44 const std::string &Banner = ""); 49 const std::string &Banner = ""); 63 std::string Banner; 68 PrintModulePass(raw_ostream &OS, const std::string &Banner = "", 82 std::string Banner; 86 PrintFunctionPass(raw_ostream &OS, const std::string &Banner = "");
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
| Signals.h | 18 #include <string> 33 bool RemoveFileOnSignal(StringRef Filename, std::string* ErrMsg = nullptr);
|
| TrigramIndex.h | 33 #include <string> 43 void insert(std::string Regex);
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/ |
| SampleProfile.h | 24 SampleProfileLoaderPass(std::string File = "", bool IsThinLTOPreLink = false) 28 std::string ProfileFileName;
|
| /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/ |
| FuzzerSHA1.h | 27 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]); 29 std::string Hash(const Unit &U);
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/ |
| PathDiagnosticConsumers.h | 17 #include <string> 33 const std::string &Prefix,\
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Frontend/ |
| CheckerRegistration.h | 15 #include <string> 27 ArrayRef<std::string> plugins, DiagnosticsEngine &diags);
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/Rename/ |
| SymbolName.h | 28 /// // ^~ string 0 ~~~~~ ^~ string 1 ~~~~~ 35 // array of strings instead of just one string. 40 ArrayRef<std::string> getNamePieces() const { return Name; } 43 llvm::SmallVector<std::string, 1> Name;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang-c/ |
| CXString.h | 24 * \defgroup CINDEX_STRING String manipulation routines 31 * \brief A character string. 34 * the ownership of that string might differ from one call to the next. 35 * Use \c clang_getCString() to retrieve the string data and, once finished 36 * with the string data, call \c clang_disposeString() to free the string. 49 * \brief Retrieve the character data associated with the given string. 51 CINDEX_LINKAGE const char *clang_getCString(CXString string); 54 * \brief Free the given string. 56 CINDEX_LINKAGE void clang_disposeString(CXString string); [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/ |
| IPDBDataStream.h | 16 #include <string> 31 virtual std::string getName() const = 0;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
| IRPrintingPasses.h | 23 #include <string> 38 const std::string &Banner = "", 44 const std::string &Banner = ""); 49 const std::string &Banner = ""); 63 std::string Banner; 68 PrintModulePass(raw_ostream &OS, const std::string &Banner = "", 82 std::string Banner; 86 PrintFunctionPass(raw_ostream &OS, const std::string &Banner = "");
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
| Signals.h | 18 #include <string> 33 bool RemoveFileOnSignal(StringRef Filename, std::string* ErrMsg = nullptr);
|
| TrigramIndex.h | 33 #include <string> 43 void insert(std::string Regex);
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/ |
| SampleProfile.h | 24 SampleProfileLoaderPass(std::string File = "", bool IsThinLTOPreLink = false) 28 std::string ProfileFileName;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/ |
| FuzzerSHA1.h | 27 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]); 29 std::string Hash(const Unit &U);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
| sm_inter.x | 60 string mon_name<SM_MAXSTRLEN>; 64 string my_name<SM_MAXSTRLEN>; /* name of the site initiating the monitoring request*/ 71 string mon_name<SM_MAXSTRLEN>; /* name of the site to be monitored */ 107 string mon_name<SM_MAXSTRLEN>;
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
| testcode.py | 1 import string 29 string.capwords(1)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
| testcode.py | 1 import string 29 string.capwords(1)
|
| /prebuilts/go/darwin-x86/misc/swig/callback/ |
| callback.h | 8 virtual std::string run() { return "Callback::run"; } 19 std::string call();
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/generate/ |
| generate_test.go | 14 in string 15 out []string 20 {"x", []string{"x"}}, 21 {" a b\tc ", []string{"a", "b", "c"}}, 22 {` " a " `, []string{" a "}}, 23 {"$GOARCH", []string{runtime.GOARCH}}, 24 {"$GOOS", []string{runtime.GOOS}}, 25 {"$GOFILE", []string{"proc.go"}}, 26 {"$GOPACKAGE", []string{"sys"}}, 27 {"a $XXNOTDEFINEDXX b", []string{"a", "", "b"}} [all...] |
| /prebuilts/go/darwin-x86/src/cmd/objdump/testdata/ |
| fmthello.go | 10 func Println(s string) {
|
| /prebuilts/go/darwin-x86/test/fixedbugs/ |
| bug058.go | 10 var m map[string] *Box; 13 m := make(map[string] *Box); 21 (MAP[<string>*STRING]*<Box>{}) 22 (<string>*STRING)
|
| /prebuilts/go/darwin-x86/test/fixedbugs/bug467.dir/ |
| p1.go | 5 func (s SockaddrUnix) Error() string { return "blah" }
|