| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LineEditor/ |
| LineEditor.h | 17 #include <string> 40 /// \return The line, or llvm::Optional<std::string>() on EOF. 41 llvm::Optional<std::string> readLine() const; 46 static std::string getDefaultHistoryPath(StringRef ProgName); 60 std::string Text; 63 std::vector<std::string> Completions; 69 Completion(const std::string &TypedText, const std::string &DisplayText) 74 std::string TypedText; 78 std::string DisplayText [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| winstring.h | 40 HRESULT WINAPI WindowsCreateString(LPCWSTR sourceString, UINT32 length, HSTRING *string); 42 HRESULT WINAPI WindowsCreateStringReference(PCWSTR sourceString, UINT32 length, HSTRING_HEADER *hstringHeader, HSTRING *string); 44 HRESULT WINAPI WindowsDeleteString(HSTRING string); 48 HRESULT WINAPI WindowsDuplicateString(HSTRING string, HSTRING *newString); 50 UINT32 WINAPI WindowsGetStringLen(HSTRING string); 52 PCWSTR WINAPI WindowsGetStringRawBuffer(HSTRING string, UINT32 *length); 58 BOOL WINAPI WindowsIsStringEmpty(HSTRING string); 62 HRESULT WindowsPromoteStringBuffer(HSTRING_BUFFER bufferHandle, HSTRING *string); 64 HRESULT WINAPI WindowsReplaceString(HSTRING string, HSTRING stringReplaced, HSTRING stringReplaceWith, HSTRING *newString); 66 HRESULT WINAPI WindowsStringHasEmbeddedNull(HSTRING string, BOOL *hasEmbedNull) [all...] |
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/ |
| python_generator.h | 38 #include <string> 68 const string& parameter, 70 string* error) const; 87 const string& list_variable_name, 106 const string& python_dict_name) const; 108 string FieldReferencingExpression(const Descriptor* containing_type, 110 const string& python_dict_name) const; 127 string OptionsValue(const string& class_name, 128 const string& serialized_options) const [all...] |
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/ |
| python_generator.h | 38 #include <string> 68 const string& parameter, 70 string* error) const; 87 const string& list_variable_name, 106 const string& python_dict_name) const; 108 string FieldReferencingExpression(const Descriptor* containing_type, 110 const string& python_dict_name) const; 127 string OptionsValue(const string& class_name, 128 const string& serialized_options) const [all...] |
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/python/ |
| python_generator.h | 38 #include <string> 68 const string& parameter, 70 string* error) const; 87 const string& list_variable_name, 106 const string& python_dict_name) const; 108 string FieldReferencingExpression(const Descriptor* containing_type, 110 const string& python_dict_name) const; 127 string OptionsValue(const string& class_name, 128 const string& serialized_options) const [all...] |
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/python/ |
| python_generator.h | 38 #include <string> 68 const string& parameter, 70 string* error) const; 87 const string& list_variable_name, 106 const string& python_dict_name) const; 108 string FieldReferencingExpression(const Descriptor* containing_type, 110 const string& python_dict_name) const; 127 string OptionsValue(const string& class_name, 128 const string& serialized_options) const [all...] |
| /system/libvintf/test/ |
| utils-fake.h | 39 Invoke([this](const std::string& path, std::vector<std::string>* out, 40 std::string* error) { return real_.listFiles(path, out, error); })); 43 MOCK_METHOD2(fetch, status_t(const std::string& path, std::string& fetched)); 44 MOCK_METHOD3(listFiles, status_t(const std::string&, std::vector<std::string>*, std::string*)); 46 status_t fetch(const std::string& path, std::string& fetched, std::string*) override final [all...] |
| /system/netd/server/ |
| IptablesBaseTest.cpp | 20 #include <string> 42 std::string cmd = argv[0]; 69 std::string realCmd = StringPrintf("echo '%s'", sPopenContents.front().c_str()); 75 const std::string& commands, 76 std::string *output) { 87 int IptablesBaseTest::fakeExecIptablesRestore(IptablesTarget target, const std::string& commands) { 92 const std::string& table, 93 const std::string& command, 94 std::string *output) { 95 std::string fullCmd = StringPrintf("-t %s %s", table.c_str(), command.c_str()) [all...] |
| /system/tools/hidl/ |
| HandleType.cpp | 32 std::string HandleType::typeName() const { 36 std::string HandleType::getCppType(StorageMode mode, 38 const std::string base = 39 std::string(specifyNamespaces ? "::android::hardware::" : "") 54 std::string HandleType::getVtsType() const { 60 const std::string &name, 61 const std::string &parcelObj, 65 const std::string parcelObjDeref = 99 const std::string &name, 100 const std::string &sanitizedName [all...] |
| /system/tools/hidl/utils/include/hidl-util/ |
| Formatter.h | 22 #include <string> 79 Formatter& sIf(const std::string& cond, const std::function<void(void)>& block); 80 Formatter& sElseIf(const std::string& cond, const std::function<void(void)>& block); 86 Formatter& sFor(const std::string& stmts, const std::function<void(void)>& block); 97 Formatter& sCatch(const std::string& exception, const std::function<void(void)>& block); 103 Formatter& sWhile(const std::string& cond, const std::function<void(void)>& block); 110 const I begin, const I end, const std::string& separator, 113 Formatter &operator<<(const std::string &out); 132 void setNamespace(const std::string &space); 138 void setLinePrefix(const std::string& prefix) [all...] |
| /system/update_engine/payload_consumer/ |
| install_plan.h | 20 #include <string> 39 std::string InstallPayloadTypeToString(InstallPayloadType type); 55 std::string download_url; // url to download from 56 std::string version; // version we are installing. 58 std::string system_version; 63 std::string metadata_signature; // signature of the metadata in base64 95 std::string name; 97 std::string source_path; 101 std::string target_path; 108 std::string postinstall_path [all...] |
| /art/runtime/arch/arm64/ |
| instruction_set_features_arm64.h | 30 // Process a CPU variant string like "krait" or "cortex-a15" and create InstructionSetFeatures. 31 static Arm64FeaturesUniquePtr FromVariant(const std::string& variant, std::string* error_msg); 58 // Return a string of the form "a53" or "none". 59 std::string GetFeatureString() const OVERRIDE; 76 AddFeaturesFromSplitString(const std::vector<std::string>& features, 77 std::string* error_msg) const OVERRIDE;
|
| /art/runtime/arch/mips64/ |
| instruction_set_features_mips64.h | 30 // Process a CPU variant string like "r4000" and create InstructionSetFeatures. 31 static Mips64FeaturesUniquePtr FromVariant(const std::string& variant, 32 std::string* error_msg); 59 std::string GetFeatureString() const OVERRIDE; 71 AddFeaturesFromSplitString(const std::vector<std::string>& features, 72 std::string* error_msg) const OVERRIDE;
|
| /build/soong/cc/config/ |
| x86_64_device.go | 24 x86_64Cflags = []string{ 29 x86_64Cppflags = []string{} 31 x86_64Ldflags = []string{ 35 x86_64ArchVariantCflags = map[string][]string{ 36 "": []string{ 39 "haswell": []string{ 42 "ivybridge": []string{ 45 "sandybridge": []string{ 48 "silvermont": []string{ [all...] |
| x86_windows_host.go | 24 windowsCflags = []string{ 44 windowsClangCflags = append(ClangFilterUnknownCflags(windowsCflags), []string{}...) 46 windowsIncludeFlags = []string{ 51 windowsClangCppflags = []string{ 56 windowsX86ClangCppflags = []string{ 60 windowsX8664ClangCppflags = []string{ 64 windowsLdflags = []string{ 67 windowsClangLdflags = append(ClangFilterUnknownCflags(windowsLdflags), []string{}...) 69 windowsX86Cflags = []string{ 73 windowsX8664Cflags = []string{ [all...] |
| /build/soong/cmd/zip2zip/ |
| zip2zip_test.go | 27 name string 29 inputFiles []string 32 args []string 33 excludes []string 35 outputFiles []string 41 args: []string{"a\\b:b"}, 48 inputFiles: []string{ 57 args: []string{"OTA/android-info.txt:android-info.txt", "IMAGES/*.img:."}, 59 outputFiles: []string{ 69 inputFiles: []string{ [all...] |
| /cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
| utils.h | 21 #include <string>
52 std::string StripLambda(const char(&shader)[size]) {
53 return std::string(shader + 6, shader + size - 2);
58 bool CompileShader(GLuint shader, const std::string& shader_string);
65 GLenum GLCheckErrorStr(std::string str);
|
| /cts/tests/tests/jni/libjnitest/ |
| android_jni_cts_BasicLoaderTest.cpp | 30 #include <string> 38 static bool run_test(std::string* error_msg) { 55 *error_msg = std::string("The library \"") + 62 *error_msg = std::string("Unexpected error on mprotect: ") + strerror(errno); 71 std::string error_str;
|
| /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
| PriorityPresets.java | 27 R.string.default_priority, Notification.PRIORITY_DEFAULT); 30 new SimplePriorityPreset(R.string.min_priority, Notification.PRIORITY_MIN), 31 new SimplePriorityPreset(R.string.low_priority, Notification.PRIORITY_LOW), 33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH), 34 new SimplePriorityPreset(R.string.max_priority, Notification.PRIORITY_MAX)
|
| /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
| PriorityPresets.java | 27 R.string.default_priority, Notification.PRIORITY_DEFAULT); 30 new SimplePriorityPreset(R.string.min_priority, Notification.PRIORITY_MIN), 31 new SimplePriorityPreset(R.string.low_priority, Notification.PRIORITY_LOW), 33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH), 34 new SimplePriorityPreset(R.string.max_priority, Notification.PRIORITY_MAX)
|
| /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
| PriorityPresets.java | 27 R.string.default_priority, Notification.PRIORITY_DEFAULT); 30 new SimplePriorityPreset(R.string.min_priority, Notification.PRIORITY_MIN), 31 new SimplePriorityPreset(R.string.low_priority, Notification.PRIORITY_LOW), 33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH), 34 new SimplePriorityPreset(R.string.max_priority, Notification.PRIORITY_MAX)
|
| /development/vndk/tools/header-checker/header-abi-dumper/src/ |
| frontend_action.h | 25 #include <string> 35 const std::string &dump_name_; 36 std::set<std::string> &exported_headers_; 41 const std::string &dump_name, 42 std::set<std::string> &exported_headers,
|
| /device/generic/goldfish/dhcp/common/ |
| result.h | 21 #include <string> 29 static Result error(std::string message) { 39 return Result(std::string(buffer)); 48 explicit Result(std::string message) 51 std::string mMessage;
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
| DotTreeGenerator.cs | 59 readonly string[] HeaderLines = 70 const string Footer = "}"; 71 const string NodeFormat = " {0} [label=\"{1}\"];"; 72 const string EdgeFormat = " {0} -> {1} // \"{2}\" -> \"{3}\""; 95 public virtual string ToDot( object tree, ITreeAdaptor adaptor ) 98 foreach ( string line in HeaderLines ) 120 public virtual string ToDot( ITree tree ) 124 protected virtual IEnumerable<string> DefineNodes( object tree, ITreeAdaptor adaptor ) 150 protected virtual IEnumerable<string> DefineEdges( object tree, ITreeAdaptor adaptor ) 163 string parentName = "n" + GetNodeNumber( tree ) [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/ |
| DOTTreeGenerator.cs | 57 readonly string[] HeaderLines = 68 const string Footer = "}"; 69 const string NodeFormat = " {0} [label=\"{1}\"];"; 70 const string EdgeFormat = " {0} -> {1} // \"{2}\" -> \"{3}\""; 93 public virtual string ToDot(object tree, ITreeAdaptor adaptor) { 95 foreach (string line in HeaderLines) 117 public virtual string ToDot(ITree tree) { 120 protected virtual IEnumerable<string> DefineNodes(object tree, ITreeAdaptor adaptor) { 143 protected virtual IEnumerable<string> DefineEdges(object tree, ITreeAdaptor adaptor) { 154 string parentName = "n" + GetNodeNumber(tree) [all...] |