| /external/protobuf/src/google/protobuf/ |
| any.h | 34 #include <string> 62 void PackFrom(const Message& message, const string& type_url_prefix); 95 bool ParseAnyTypeUrl(const string& type_url, string* full_type_name);
|
| /external/protobuf/src/google/protobuf/compiler/javamicro/ |
| javamicro_helpers.cc | 58 const string& FieldName(const FieldDescriptor* field) { 69 string UnderscoresToCamelCaseImpl(const string& input, bool cap_next_letter) { 70 string result; 102 string UnderscoresToCamelCase(const FieldDescriptor* field) { 106 string UnderscoresToCapitalizedCamelCase(const FieldDescriptor* field) { 110 string UnderscoresToCamelCase(const MethodDescriptor* method) { 114 string StripProto(const string& filename) { 122 string FileClassName(const Params& params, const FileDescriptor* file) [all...] |
| /external/protobuf/src/google/protobuf/compiler/objectivec/ |
| objectivec_file.h | 34 #include <string> 64 const string& RootClassName() const { return root_class_name_; } 65 const string Path() const; 76 string root_class_name_;
|
| /external/protobuf/src/google/protobuf/compiler/ |
| subprocess.h | 45 #include <string> 68 void Start(const string& program, SearchMode search_mode); 75 bool Communicate(const Message& input, Message* output, string* error); 80 static string Win32ErrorMessage(DWORD error_code);
|
| /external/protobuf/src/google/protobuf/testing/ |
| googletest.cc | 67 string TestSourceDir() { 78 string prefix = "."; 96 string GetTemporaryDirectoryName() { 101 return string(from_environment) + "/protobuf_tmpdir"; 108 string result = tmpnam(b); 134 string GetTempDir() { 147 string name_; 154 string TestTempDir() { 160 static string stdout_capture_filename_; 161 static string stderr_capture_filename_ [all...] |
| /external/python/cpython2/Demo/sockets/ |
| rpython.py | 7 import string 19 i = string.find(host, ':') 21 port = string.atoi(port[i+1:]) 23 command = string.join(sys.argv[2:])
|
| /external/python/cpython2/Lib/test/ |
| test_future2.py | 3 from __future__ import nested_scopes; import string
|
| /external/python/cpython2/Modules/expat/ |
| winconfig.h | 18 #include <string.h>
|
| /external/python/cpython3/Modules/expat/ |
| winconfig.h | 18 #include <string.h>
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/gradleapp/ |
| R.java | 5 public static class string { class in class:R
|
| /external/sfntly/cpp/src/test/ |
| test_xml_utils.cc | 18 #include <string> 23 void InternalGetNodesWithName(const TiXmlNode* node, const std::string& name, 34 const std::string& name) { 41 const std::string& name) {
|
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
| Escaper.java | 25 * For example, an XML escaper would convert the literal string 28 * parsed, the parser API will return this text as the original literal string 45 * Returns the escaped form of a given literal string. 61 * @param string 62 * the literal string to be escaped 63 * @return the escaped form of {@code string} 65 * if {@code string} is null 67 * if {@code string} contains badly formed UTF-16 or cannot be 70 public String escape(String string) [all...] |
| /external/strace/tests/ |
| umovestr.c | 29 #include <string.h>
|
| /external/strace/tests-m32/ |
| umovestr.c | 29 #include <string.h>
|
| /external/strace/tests-mx32/ |
| umovestr.c | 29 #include <string.h>
|
| /external/stressapptest/src/ |
| logger.h | 21 #include <string> 120 void QueueLogLine(string *line); 124 void WriteAndDeleteLogLine(string *line); 137 vector<string*> queued_lines_;
|
| /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
| ast.ml | 11 | Variable of string 20 | Call of string * expr array 26 | For of string * expr * expr * expr option * expr 29 | Var of (string * expr option) array * expr 35 | Prototype of string * string array 36 | BinOpPrototype of string * string array * int
|
| /external/swiftshader/third_party/LLVM/include/llvm/Support/ |
| Signals.h | 30 bool RemoveFileOnSignal(const Path &Filename, std::string* ErrMsg = 0);
|
| /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
| EDToken.h | 21 #include <string> 28 /// EDToken - Encapsulates a single token, which can provide a string 43 /// The token's string representation 45 /// The token's string representation, but in a form suitable for export 46 std::string PermStr; 65 /// @arg str - The string corresponding to the token 96 /// string - Returns the string representation of the token 97 llvm::StringRef string() const; 116 /// tokenize - Tokenizes a string using the platform- and syntax-specifi [all...] |
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| PluginLoader.cpp | 23 static ManagedStatic<std::vector<std::string> > Plugins; 26 void PluginLoader::operator=(const std::string &Filename) { 28 std::string Error; 42 std::string &PluginLoader::getPlugin(unsigned num) {
|
| /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
| SPUSubtarget.cpp | 26 SPUSubtarget::SPUSubtarget(const std::string &TT, const std::string &CPU, 27 const std::string &FS) : 35 std::string default_cpu("v0"); 37 // Parse features string.
|
| /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
| MBlazeSubtarget.cpp | 26 MBlazeSubtarget::MBlazeSubtarget(const std::string &TT, 27 const std::string &CPU, 28 const std::string &FS): 33 // Parse features string. 34 std::string CPUName = CPU;
|
| MBlazeSubtarget.h | 19 #include <string> 45 MBlazeSubtarget(const std::string &TT, const std::string &CPU, 46 const std::string &FS); 48 /// ParseSubtargetFeatures - Parses features string setting specified
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| Process.h | 77 // string. \arg Name is assumed to be in UTF-8 encoding too. 78 static Optional<std::string> GetEnv(StringRef name); 84 static Optional<std::string> FindInEnvPath(const std::string& EnvName, 85 const std::string& FileName);
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| Errno.cpp | 17 #include <string.h>
32 std::string StrError() {
37 std::string StrError(int errnum) {
38 std::string str;
|