| /bionic/tests/ |
| dlfcn_symlink_support.h | 20 #include <string> 22 void create_dlfcn_test_symlink(const char* suffix, std::string* result); 23 void remove_dlfcn_test_symlink(const std::string& path); 35 const std::string& get_symlink_path() const { 40 std::string symlink_path_;
|
| /bionic/tools/versioner/src/ |
| SymbolDatabase.h | 21 #include <string> 26 using LibrarySymbolDatabase = std::unordered_set<std::string>; 27 std::unordered_set<std::string> getSymbols(const std::string& filename); 34 using NdkSymbolDatabase = std::map<std::string, std::map<CompilationType, NdkSymbolType>>;
|
| /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
| HttpBootConfigStrings.uni | 2 String definitions for HTTP Boot configuration.
18 #string STR_HTTP_BOOT_CONFIG_FORM_TITLE #language en-US "HTTP Boot Configuration"
19 #string STR_HTTP_BOOT_CONFIG_FORM_HELP #language en-US "Configure HTTP Boot parameters."
20 #string STR_HTTP_BOOT_IP_VERSION_PROMPT #language en-US "Internet Protocol"
21 #string STR_HTTP_BOOT_IP_VERSION_HELP #language en-US "Select the version of Internet Protocol."
22 #string STR_HTTP_BOOT_IP_VERSION_4 #language en-US "IP4"
23 #string STR_HTTP_BOOT_IP_VERSION_6 #language en-US "IP6"
24 #string STR_BOOT_URI_PROMPT #language en-US "Boot URI"
25 #string STR_BOOT_URI_HELP #language en-US "A new Boot Option will be created accroding to this Boot URI."
26 #string STR_BOOT_DESCRIPTION_PROMPT #language en-US "Input the description" [all...] |
| /external/clang/test/CodeGenCXX/ |
| crash.cpp | 21 struct string { struct in namespace:PR17476 22 string(const char *__s); 23 string &operator+=(const string &__str); 28 string start("__");
|
| /external/google-breakpad/src/tools/windows/converter/ |
| ms_symbol_server_converter.h | 70 #include <string> 75 using std::string; 83 string code_file; 84 string code_identifier; 85 string debug_file; 86 string debug_identifier; 87 string version; 100 // Converts |identifier|, a debug_identifier-formatted string, into its 104 bool InitializeFromString(const string &identifier); 140 // preference, with the first string in the vector identifying the firs [all...] |
| /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/ |
| pairingrequestackmessage.h | 18 #include <string> 33 explicit PairingRequestAckMessage(const std::string& server_name); 36 std::string server_name() const; 42 virtual std::string ToString() const; 44 std::string server_name_;
|
| /external/parameter-framework/upstream/parameter/ |
| FrameworkConfigurationLocation.h | 34 #include <string> 39 CFrameworkConfigurationLocation(const std::string &strName, const std::string &strKind); 43 const std::string &getUri() const; 49 std::string _configurationUri;
|
| KindElement.h | 34 #include <string> 39 CKindElement(const std::string &strName, const std::string &strKind) 44 virtual std::string getKind() const { return _strKind; } 46 std::string _strKind;
|
| XmlElementSerializingContext.h | 34 #include <string> 41 CXmlElementSerializingContext(std::string &strError); 44 void set(const CElementLibrary *pElementLibrary, const std::string &xmlUri); 50 const std::string &getXmlUri() const; 54 std::string _xmlUri;
|
| /external/parameter-framework/upstream/test/test-subsystem/ |
| TESTSubsystem.h | 37 CTESTSubsystem(const std::string &strName, core::log::Logger &logger); 46 static std::string read(const std::string &strFileName); 48 static void write(const std::string &strFileName, const std::string &strContent);
|
| /external/perf_data_converter/src/quipper/ |
| perf_protobuf_io.h | 9 #include "compat/string.h" 17 bool SerializeFromFile(const string& filename, PerfDataProto* proto); 21 bool SerializeFromFileWithOptions(const string& filename, 26 bool DeserializeToFile(const PerfDataProto& proto, const string& filename); 30 const string& filename); 35 const string& filename);
|
| scoped_temp_path.h | 8 #include <string> 12 #include "compat/string.h" 22 const string& path() const { return path_; } 25 string path_; 34 // |path_|. If not, |path_| will be an empty string. 38 explicit ScopedTempFile(string prefix); 44 // |path_|. If not, |path_| will be an empty string. 48 explicit ScopedTempDir(string prefix);
|
| /external/protobuf/src/google/protobuf/compiler/java/ |
| java_name_resolver.h | 35 #include <string> 59 string GetFileClassName(const FileDescriptor* file, bool immutable); 61 string GetFileImmutableClassName(const FileDescriptor* file); 64 string GetFileDefaultImmutableClassName(const FileDescriptor* file); 69 const string& classname); 75 string GetDescriptorClassName(const FileDescriptor* file); 78 string GetClassName(const Descriptor* descriptor, bool immutable); 79 string GetClassName(const EnumDescriptor* descriptor, bool immutable); 80 string GetClassName(const ServiceDescriptor* descriptor, bool immutable); 81 string GetClassName(const FileDescriptor* descriptor, bool immutable) [all...] |
| java_names.h | 41 #include <string> 59 string ClassName(const Descriptor* descriptor); 66 string ClassName(const EnumDescriptor* descriptor); 73 string ClassName(const FileDescriptor* descriptor); 80 string ClassName(const ServiceDescriptor* descriptor);
|
| /external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
| Disassembler.h | 18 #include <string> 29 const std::string &tripleString, 30 const std::string &Cpu, 31 const std::string &FeaturesStr, 35 static int disassembleEnhanced(const std::string &tripleString,
|
| /external/syslinux/gpxe/src/hci/ |
| readline.c | 22 #include <string.h> 37 static void sync_console ( struct edit_string *string ) __nonnull; 40 * Synchronise console with edited string 42 * @v string Editable string 44 static void sync_console ( struct edit_string *string ) { 45 unsigned int mod_start = string->mod_start; 46 unsigned int mod_end = string->mod_end; 47 unsigned int cursor = string->last_cursor; 48 size_t len = strlen ( string->buf ) 88 struct edit_string string; local [all...] |
| /external/tensorflow/tensorflow/core/api_def/ |
| update_api_def.h | 26 string CreateApiDef(const OpDef& op); 32 string RemoveDoc(const OpDef& op, const string& file_contents, 41 void CreateApiDefs(const OpList& ops, const string& api_def_dir, 42 const string& op_file_pattern);
|
| /external/tensorflow/tensorflow/core/graph/ |
| quantize_training.h | 38 Status DoQuantizeTraining(int32 num_bits, const string& quant_op_type, 43 Status DoQuantizeTrainingOnSerializedGraphDef(const string& input_graph, 45 const string& quant_op_type, 46 string* result_graph); 51 int32 num_bits, const string& quant_op_type,
|
| /external/tensorflow/tensorflow/core/platform/ |
| protobuf.h | 35 // Parses a protocol buffer contained in a string in the binary wire format. 40 const string& serialized); 44 // Returns the string value for the value of a string or bytes protobuf field. 45 inline const string& ProtobufStringToString(const string& s) { return s; } 49 inline void SetProtobufStringSwapAllowed(string* src, string* dest) {
|
| /external/webrtc/webrtc/examples/peerconnection/client/ |
| defaults.h | 15 #include <string> 24 std::string GetEnvVarOrDefault(const char* env_var_name, 26 std::string GetPeerConnectionString(); 27 std::string GetDefaultServerName(); 28 std::string GetPeerName();
|
| /frameworks/base/tools/bit/ |
| util.h | 21 #include <string> 35 explicit FileInfo(const string& filename); 47 string filename; 52 explicit TrackedFile(const string& filename); 63 void get_directory_contents(const string& dir, map<string,FileInfo>* results); 65 bool directory_contents_differ(const map<string,FileInfo>& before, 66 const map<string,FileInfo>& after); 68 string escape_quotes(const char* str); 70 string escape_for_commandline(const char* str) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/ |
| FuzzerIO.h | 19 long GetEpoch(const std::string &Path); 21 Unit FileToVector(const std::string &Path, size_t MaxSize = 0, 24 std::string FileToString(const std::string &Path); 26 void CopyFileToErr(const std::string &Path); 28 void WriteToFile(const Unit &U, const std::string &Path); 34 std::string DirPlusFile(const std::string &DirPath, 35 const std::string &FileName); 38 std::string DirName(const std::string &FileName) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/ |
| FuzzerIO.h | 19 long GetEpoch(const std::string &Path); 21 Unit FileToVector(const std::string &Path, size_t MaxSize = 0, 24 std::string FileToString(const std::string &Path); 26 void CopyFileToErr(const std::string &Path); 28 void WriteToFile(const Unit &U, const std::string &Path); 34 std::string DirPlusFile(const std::string &DirPath, 35 const std::string &FileName); 38 std::string DirName(const std::string &FileName) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/ |
| FuzzerIO.h | 19 long GetEpoch(const std::string &Path); 21 Unit FileToVector(const std::string &Path, size_t MaxSize = 0, 24 std::string FileToString(const std::string &Path); 26 void CopyFileToErr(const std::string &Path); 28 void WriteToFile(const Unit &U, const std::string &Path); 34 std::string DirPlusFile(const std::string &DirPath, 35 const std::string &FileName); 38 std::string DirName(const std::string &FileName) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/ |
| FuzzerIO.h | 19 long GetEpoch(const std::string &Path); 21 Unit FileToVector(const std::string &Path, size_t MaxSize = 0, 24 std::string FileToString(const std::string &Path); 26 void CopyFileToErr(const std::string &Path); 28 void WriteToFile(const Unit &U, const std::string &Path); 34 std::string DirPlusFile(const std::string &DirPath, 35 const std::string &FileName); 38 std::string DirName(const std::string &FileName) [all...] |