| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
| command_line_interface.h | 42 #include <string> 111 void RegisterGenerator(const string& flag_name, 113 const string& help_text); 123 void RegisterGenerator(const string& flag_name, 124 const string& option_flag_name, 126 const string& help_text); 157 void AllowPlugins(const string& exe_name_prefix); 181 void SetVersionInfo(const string& text) { 223 bool ParseArgument(const char* arg, string* name, string* value) [all...] |
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
| command_line_interface.h | 42 #include <string> 111 void RegisterGenerator(const string& flag_name, 113 const string& help_text); 123 void RegisterGenerator(const string& flag_name, 124 const string& option_flag_name, 126 const string& help_text); 157 void AllowPlugins(const string& exe_name_prefix); 181 void SetVersionInfo(const string& text) { 223 bool ParseArgument(const char* arg, string* name, string* value) [all...] |
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
| command_line_interface.h | 42 #include <string> 111 void RegisterGenerator(const string& flag_name, 113 const string& help_text); 123 void RegisterGenerator(const string& flag_name, 124 const string& option_flag_name, 126 const string& help_text); 157 void AllowPlugins(const string& exe_name_prefix); 181 void SetVersionInfo(const string& text) { 223 bool ParseArgument(const char* arg, string* name, string* value) [all...] |
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/ |
| command_line_interface.h | 42 #include <string> 111 void RegisterGenerator(const string& flag_name, 113 const string& help_text); 123 void RegisterGenerator(const string& flag_name, 124 const string& option_flag_name, 126 const string& help_text); 157 void AllowPlugins(const string& exe_name_prefix); 181 void SetVersionInfo(const string& text) { 223 bool ParseArgument(const char* arg, string* name, string* value) [all...] |
| /toolchain/binutils/binutils-2.27/bfd/ |
| cpu-h8300.c | 27 h8300_scan (const struct bfd_arch_info *info, const char *string) 29 if (*string != 'h' && *string != 'H') 32 string++; 33 if (*string != '8') 36 string++; 37 if (*string == '/') 38 string++; 40 if (*string != '3') 42 string++ [all...] |
| /external/tensorflow/tensorflow/core/debug/ |
| debug_graph_utils.h | 35 // string attribute "tensor_name" to indicate what tensor it watches. 85 static const string GetCopyNodeName(const string& node_name, 89 static const string GetDebugNodeName(const string& tensor_name, 91 const string& debug_op_name); 96 const string& src_node_name, const int src_output, const DataType src_dt, 97 const string& tensor_name, const std::vector<string>& debug_ops, 98 const std::vector<string>& debug_urls, Node** copy_node) [all...] |
| /external/tensorflow/tensorflow/core/platform/posix/ |
| posix_file_system.h | 31 const string& filename, 34 Status NewWritableFile(const string& fname, 37 Status NewAppendableFile(const string& fname, 41 const string& filename, 44 Status FileExists(const string& fname) override; 46 Status GetChildren(const string& dir, std::vector<string>* result) override; 48 Status Stat(const string& fname, FileStatistics* stats) override; 50 Status DeleteFile(const string& fname) override; 52 Status CreateDir(const string& name) override [all...] |
| /hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
| PrefixParser.h | 33 #include <string.h> 44 using ::std::string; 51 bool add(vector<string> /* in */); 52 bool add(string /* in */); 53 bool addV4(vector<string> /* in */); 54 bool addV4(string /* in */); 55 bool addV6(vector<string> /* in */); 56 bool addV6(string /* in */); 60 string getLastErrAsStr(); 62 bool add(string /* in */, IP_FAM /* famHint */) [all...] |
| /system/core/init/ |
| util.h | 26 #include <string> 44 Result<std::string> ReadFile(const std::string& path); 45 Result<Success> WriteFile(const std::string& path, const std::string& content); 47 Result<uid_t> DecodeUid(const std::string& name); 49 bool mkdir_recursive(const std::string& pathname, mode_t mode); 52 const std::function<void(const std::string&, const std::string&, bool)>&); 53 bool make_dir(const std::string& path, mode_t mode) [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| Constants.cs | 44 public static readonly string VERSION = "3.1b1"; 47 public static readonly string DEBUG_PROTOCOL_VERSION = "2"; 49 public static readonly string ANTLRWORKS_DIR = "antlrworks";
|
| /external/clang/test/CXX/over/over.oper/over.literal/ |
| p8.cpp | 3 struct string; 9 string operator "" _i18n(const char*, std::size_t); // ok 13 string operator "" 5X(const char *, std::size_t); // expected-error {{expected identifier}}
|
| /external/clang/test/SemaCXX/ |
| conversion-incomplete-type.cpp | 3 struct string {}; struct 11 void test(const string& s) { 12 expectStringPiece(s); // expected-error {{no viable conversion from 'const string' to incomplete type 'const StringPiece'}} 19 static void test(const string& s) { 20 expectStringPiece(s); // expected-error {{no viable conversion from 'const string' to incomplete type 'const StringPiece'}}
|
| /external/deqp/external/vulkancts/modules/vulkan/ |
| vktShaderLibrary.hpp | 33 de::MovePtr<tcu::TestCaseGroup> createShaderLibraryGroup (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const std::string& filename);
|
| /external/libbrillo/brillo/ |
| key_value_store.h | 13 #include <string> 38 bool LoadFromString(const std::string& data); 45 // Returns a string with the contents of the store as key=value lines. 47 // result if the original string contained backslash-terminated lines (i.e. 49 std::string SaveToString() const; 52 bool GetString(const std::string& key, std::string* value) const; 55 void SetString(const std::string& key, const std::string& value); 59 bool GetBoolean(const std::string& key, bool* value) const [all...] |
| /external/libchrome/base/ |
| base64.h | 8 #include <string> 15 // Encodes the input string in base64. The encoding can be done in-place. 16 BASE_EXPORT void Base64Encode(const StringPiece& input, std::string* output); 18 // Decodes the base64 input string. Returns true if successful and false 19 // otherwise. The output string is only modified if successful. The decoding can 21 BASE_EXPORT bool Base64Decode(const StringPiece& input, std::string* output);
|
| /external/libchrome/base/test/ |
| scoped_locale.h | 8 #include <string> 18 explicit ScopedLocale(const std::string& locale); 22 std::string prev_locale_;
|
| /external/libcxx/test/std/strings/basic.string/string.cons/ |
| brace_assignment.pass.cpp | 12 // <string> 17 #include <string> 27 std::string s = "hello world"; 32 std::string s = "hello world";
|
| /external/libevent/test/ |
| regress.rpc | 4 string /* sender */ from_name = 1; /* be verbose */ 5 string to_name = 2; 11 string weapon = 0x10121; 12 string action = 2; 17 string how = 1; 21 array string notes = 4;
|
| /external/libmojo/base/android/ |
| locale_utils.h | 10 #include <string> 17 BASE_EXPORT std::string GetDefaultCountryCode(); 19 // Return the current default locale of the device as string. 20 BASE_EXPORT std::string GetDefaultLocaleString();
|
| /external/libtextclassifier/util/calendar/ |
| calendar-icu.h | 20 #include <string> 35 const std::string& reference_timezone, 36 const std::string& reference_locale,
|
| /external/parameter-framework/upstream/parameter/ |
| ComponentLibrary.h | 36 #include <string> 43 const CComponentType *getComponentType(const std::string &strName) const; 45 virtual std::string getKind() const;
|
| ElementLocator.h | 34 #include <string> 42 bool locate(const std::string &strPath, CElement **ppElement, std::string &strError);
|
| FrameworkConfigurationGroup.h | 34 #include <string> 39 CFrameworkConfigurationGroup(const std::string &strName, const std::string &strKind)
|
| ParameterBlockType.h | 34 #include <string> 39 CParameterBlockType(const std::string &strName); 42 virtual std::string getKind() const;
|
| Rule.h | 34 #include <string> 43 virtual bool parse(CRuleParser &ruleParser, std::string &strError) = 0; 46 virtual std::string dump() const = 0;
|