| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/ |
| CompilationDatabase.h | 36 #include <string> 46 std::vector<std::string> CommandLine, Twine Output) 53 std::string Directory; 56 std::string Filename; 59 std::vector<std::string> CommandLine; 62 std::string Output; 88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage); 95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage); 102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage); 117 virtual std::vector<std::string> getAllFiles() const = 0 [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/Rename/ |
| RenamingAction.h | 32 RenamingAction(const std::vector<std::string> &NewNames, 33 const std::vector<std::string> &PrevNames, 34 const std::vector<std::vector<std::string>> &USRList, 35 std::map<std::string, tooling::Replacements> &FileToReplaces, 43 const std::vector<std::string> &NewNames, &PrevNames; 44 const std::vector<std::vector<std::string>> &USRList; 45 std::map<std::string, tooling::Replacements> &FileToReplaces; 49 class NewNameOption : public RequiredRefactoringOption<std::string> { 67 const std::vector<std::string> &NewNames, 68 const std::vector<std::vector<std::string>> &USRList [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ |
| CompilationDatabase.h | 36 #include <string> 46 std::vector<std::string> CommandLine, Twine Output) 53 std::string Directory; 56 std::string Filename; 59 std::vector<std::string> CommandLine; 62 std::string Output; 88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage); 95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage); 102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage); 117 virtual std::vector<std::string> getAllFiles() const = 0 [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/Rename/ |
| RenamingAction.h | 32 RenamingAction(const std::vector<std::string> &NewNames, 33 const std::vector<std::string> &PrevNames, 34 const std::vector<std::vector<std::string>> &USRList, 35 std::map<std::string, tooling::Replacements> &FileToReplaces, 43 const std::vector<std::string> &NewNames, &PrevNames; 44 const std::vector<std::vector<std::string>> &USRList; 45 std::map<std::string, tooling::Replacements> &FileToReplaces; 49 class NewNameOption : public RequiredRefactoringOption<std::string> { 67 const std::vector<std::string> &NewNames, 68 const std::vector<std::vector<std::string>> &USRList [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ |
| CompilationDatabase.h | 36 #include <string> 46 std::vector<std::string> CommandLine, Twine Output) 53 std::string Directory; 56 std::string Filename; 59 std::vector<std::string> CommandLine; 62 std::string Output; 88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage); 95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage); 102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage); 117 virtual std::vector<std::string> getAllFiles() const = 0 [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/Rename/ |
| RenamingAction.h | 32 RenamingAction(const std::vector<std::string> &NewNames, 33 const std::vector<std::string> &PrevNames, 34 const std::vector<std::vector<std::string>> &USRList, 35 std::map<std::string, tooling::Replacements> &FileToReplaces, 43 const std::vector<std::string> &NewNames, &PrevNames; 44 const std::vector<std::vector<std::string>> &USRList; 45 std::map<std::string, tooling::Replacements> &FileToReplaces; 49 class NewNameOption : public RequiredRefactoringOption<std::string> { 67 const std::vector<std::string> &NewNames, 68 const std::vector<std::vector<std::string>> &USRList [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ |
| CompilationDatabase.h | 36 #include <string> 46 std::vector<std::string> CommandLine, Twine Output) 53 std::string Directory; 56 std::string Filename; 59 std::vector<std::string> CommandLine; 62 std::string Output; 88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage); 95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage); 102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage); 117 virtual std::vector<std::string> getAllFiles() const = 0 [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/Rename/ |
| RenamingAction.h | 32 RenamingAction(const std::vector<std::string> &NewNames, 33 const std::vector<std::string> &PrevNames, 34 const std::vector<std::vector<std::string>> &USRList, 35 std::map<std::string, tooling::Replacements> &FileToReplaces, 43 const std::vector<std::string> &NewNames, &PrevNames; 44 const std::vector<std::vector<std::string>> &USRList; 45 std::map<std::string, tooling::Replacements> &FileToReplaces; 49 class NewNameOption : public RequiredRefactoringOption<std::string> { 67 const std::vector<std::string> &NewNames, 68 const std::vector<std::vector<std::string>> &USRList [all...] |
| /prebuilts/go/darwin-x86/test/fixedbugs/issue5470.dir/ |
| a.go | 8 Hi() string 13 type tst1 map[string]bool 15 func (r tst1) Hi() string { return "Hi!" } 19 type tst2 []string 21 func (r tst2) Hi() string { return "Hi!" } 25 type tst3 chan string 27 func (r tst3) Hi() string { return "Hi!" }
|
| /prebuilts/go/linux-x86/test/fixedbugs/issue5470.dir/ |
| a.go | 8 Hi() string 13 type tst1 map[string]bool 15 func (r tst1) Hi() string { return "Hi!" } 19 type tst2 []string 21 func (r tst2) Hi() string { return "Hi!" } 25 type tst3 chan string 27 func (r tst3) Hi() string { return "Hi!" }
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/ |
| vkjson.h | 25 #include <string.h> 28 #include <string> 63 std::string VkJsonInstanceToJson(const VkJsonInstance& instance); 64 bool VkJsonInstanceFromJson(const std::string& json, 66 std::string* errors); 69 std::string VkJsonDeviceToJson(const VkJsonDevice& device); 70 bool VkJsonDeviceFromJson(const std::string& json, 72 std::string* errors); 74 std::string VkJsonImageFormatPropertiesToJson( 76 bool VkJsonImageFormatPropertiesFromJson(const std::string& json [all...] |
| /system/core/libutils/ |
| Printer.cpp | 47 ALOGE("%s: Failed to format string", __FUNCTION__); 75 void LogPrinter::printLine(const char* string) { 76 if (string == NULL) { 77 ALOGW("%s: NULL string passed in", __FUNCTION__); 81 if (mIgnoreBlankLines || (*string)) { 83 printRaw(string); 90 void LogPrinter::printRaw(const char* string) { 91 __android_log_print(mPriority, mLogTag, "%s%s", mPrefix, string); 109 void FdPrinter::printLine(const char* string) { 110 if (string == NULL) [all...] |
| /system/tools/hidl/ |
| MemoryType.cpp | 28 std::string MemoryType::getCppType(StorageMode mode, 30 const std::string base = 31 std::string(specifyNamespaces ? "::android::hardware::" : "") 46 std::string MemoryType::typeName() const { 50 std::string MemoryType::getVtsType() const { 56 const std::string &name, 57 const std::string &parcelObj, 61 const std::string parentName = "_hidl_" + name + "_parent"; 64 const std::string parcelObjDeref = 112 const std::string &name [all...] |
| /test/vts/agents/hal/ |
| VtsAgentMain.cpp | 46 string hal_driver_path32 = kDefaultHalDriverPath32; 47 string hal_driver_path64 = kDefaultHalDriverPath64; 48 string shell_driver_path32 = kDefaultShellDriverPath32; 49 string shell_driver_path64 = kDefaultShellDriverPath64; 50 string spec_dir_path = kDefaultSpecDirPath; 51 string log_severity = "INFO"; 85 log_severity = string(optarg); 89 hal_driver_path32 = string(optarg); 93 hal_driver_path64 = string(optarg); 97 shell_driver_path32 = string(optarg) [all...] |
| /test/vts/compilation_tools/vtsc/code_gen/driver/ |
| DriverCodeGenBase.h | 20 #include <string> 55 const string& fuzzer_extended_class_name); 60 const string& fuzzer_extended_class_name); 65 const string& fuzzer_extended_class_name) = 0; 70 const string& fuzzer_extended_class_name) = 0; 75 const string& fuzzer_extended_class_name); 80 const string& fuzzer_extended_class_name); 85 const string& /*fuzzer_extended_class_name*/) {}; 94 const string& /*fuzzer_extended_class_name*/) {}; 99 const string& /*fuzzer_extended_class_name*/) {} [all...] |
| /build/blueprint/proptools/ |
| extend_test.go | 83 in1: &struct{ S string }{ 86 in2: &struct{ S string }{ 89 out: &struct{ S string }{ 95 in1: &struct{ S string }{ 98 in2: &struct{ S string }{ 101 out: &struct{ S string }{ 233 in1: &struct{ S1, S2, S3, S4 *string }{ 237 in2: &struct{ S1, S2, S3, S4 *string }{ 241 out: &struct{ S1, S2, S3, S4 *string }{ 250 in1: &struct{ S1, S2, S3, S4 *string }{ [all...] |
| /external/curl/lib/ |
| escape.c | 24 * allocated string or NULL if an error occurred. */ 68 char *curl_escape(const char *string, int inlength) 70 return curl_easy_escape(NULL, string, inlength); 74 char *curl_unescape(const char *string, int length) 76 return curl_easy_unescape(NULL, string, length, NULL); 79 char *curl_easy_escape(struct Curl_easy *data, const char *string, 94 alloc = (inlength?(size_t)inlength:strlen(string)) + 1; 103 in = *string; 130 string++; 137 * Curl_urldecode() URL decodes the given string [all...] |
| /external/deqp/external/openglcts/modules/gl/ |
| gl4cShaderViewportLayerArrayTests.hpp | 38 #include <string> 61 std::string m_varName; 63 std::string m_vs; 64 std::string m_tcs; 65 std::string m_tes; 66 std::string m_gs; 67 std::string m_fs; 69 void adaptShaderToPipeline(std::string& shader, const std::string& varKey, const std::string& vsVersion [all...] |
| /external/dtc/tests/ |
| base01.asm | 35 .string "" 61 .string "memory@0" 80 .string "cpus" 154 .string "model" 155 .string "compatible" 156 .string "#address-cells" 157 .string "#size-cells" 158 .string "device_type" 159 .string "reg" 160 .string "d10 [all...] |
| /external/protobuf/src/google/protobuf/compiler/javamicro/ |
| javamicro_params.h | 51 typedef map<string, string> NameMap; 52 typedef set<string> NameSet; 54 string empty_; 55 string base_name_; 64 Params(const string & base_name) : 72 const string& base_name() const { 76 bool has_java_package(const string& file_name) const { 80 void set_java_package(const string& file_name, 81 const string& java_package) [all...] |
| /external/protobuf/src/google/protobuf/compiler/python/ |
| python_generator.h | 38 #include <string> 69 const string& parameter, 71 string* error) const; 88 const string& list_variable_name, 98 void PrintMessage(const Descriptor& message_descriptor, const string& prefix, 99 vector<string>* to_register) const; 101 const string& prefix, 102 vector<string>* to_register) const; 110 const string& python_dict_name) const; 114 string FieldReferencingExpression(const Descriptor* containing_type [all...] |
| /prebuilts/go/darwin-x86/test/ |
| escape_array.go | 11 var Ssink *string 13 type U [2]*string 15 func bar(a, b *string) U { // ERROR "leaking param: a to result ~r2 level=0$" "leaking param: b to result ~r2 level=0$" 23 func bff(a, b *string) U { // ERROR "leaking param: a to result ~r2 level=0$" "leaking param: b to result ~r2 level=0$" 27 func tbff1() *string { 36 func tbff2() *string { 44 func car(x U) *string { // ERROR "leaking param: x to result ~r1 level=0$" 49 func fun(x U, y *string) *string { // ERROR "leaking param: x to result ~r2 level=0$" "leaking param: y to result ~r2 level=0$" 54 func fup(x *U, y *string) *string { // ERROR "leaking param: x to result ~r2 level=1$" "leaking param: y$ [all...] |
| /prebuilts/go/linux-x86/test/ |
| escape_array.go | 11 var Ssink *string 13 type U [2]*string 15 func bar(a, b *string) U { // ERROR "leaking param: a to result ~r2 level=0$" "leaking param: b to result ~r2 level=0$" 23 func bff(a, b *string) U { // ERROR "leaking param: a to result ~r2 level=0$" "leaking param: b to result ~r2 level=0$" 27 func tbff1() *string { 36 func tbff2() *string { 44 func car(x U) *string { // ERROR "leaking param: x to result ~r1 level=0$" 49 func fun(x U, y *string) *string { // ERROR "leaking param: x to result ~r2 level=0$" "leaking param: y to result ~r2 level=0$" 54 func fup(x *U, y *string) *string { // ERROR "leaking param: x to result ~r2 level=1$" "leaking param: y$ [all...] |
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/python/ |
| python_generator.h | 38 #include <string> 69 const string& parameter, 71 string* error) const; 88 const string& list_variable_name, 98 void PrintMessage(const Descriptor& message_descriptor, const string& prefix, 99 vector<string>* to_register) const; 101 const string& prefix, 102 vector<string>* to_register) const; 110 const string& python_dict_name) const; 114 string FieldReferencingExpression(const Descriptor* containing_type [all...] |
| /system/vold/model/ |
| VolumeBase.h | 28 #include <string> 78 const std::string& getId() { return mId; } 79 const std::string& getDiskId() { return mDiskId; } 80 const std::string& getPartGuid() { return mPartGuid; } 85 const std::string& getPath() { return mPath; } 86 const std::string& getInternalPath() { return mInternalPath; } 88 status_t setDiskId(const std::string& diskId); 89 status_t setPartGuid(const std::string& partGuid); 97 std::shared_ptr<VolumeBase> findVolume(const std::string& id); 103 status_t format(const std::string& fsType) [all...] |