| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
| DebugCounter.h | 52 #include <string> 62 void push_back(const std::string &); 130 unsigned getCounterId(const std::string &Name) const { 138 std::pair<std::string, std::string> getCounterInfo(unsigned ID) const { 143 typedef UniqueVector<std::string> CounterVector; 150 unsigned addCounter(const std::string &Name, const std::string &Desc) { 156 DenseMap<unsigned, std::string> CounterDesc;
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ |
| RefactoringCallbacks.h | 57 std::map<std::string, Replacements> &FileToReplaces); 74 std::map<std::string, Replacements> &FileToReplaces; 85 std::string FromId; 86 std::string ToText; 93 /// replaced by the text of the node bound to ${NodeName}. The string 104 std::string Value; 108 std::string FromId; 120 std::string FromId; 121 std::string ToId; 133 std::string Id [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/ |
| Config.h | 39 std::string CPU; 41 std::vector<std::string> MAttrs; 56 /// will be the one specified by the string. Only works with the new pass 58 std::string OptPipeline; 61 // identified by the string. Only works with the new pass manager, in 63 std::string AAPipeline; 67 std::string OverrideTriple; 71 std::string DefaultTriple; 74 std::string SampleProfile; 77 std::string RemarksFilename = "" [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
| DebugCounter.h | 52 #include <string> 62 void push_back(const std::string &); 130 unsigned getCounterId(const std::string &Name) const { 138 std::pair<std::string, std::string> getCounterInfo(unsigned ID) const { 143 typedef UniqueVector<std::string> CounterVector; 150 unsigned addCounter(const std::string &Name, const std::string &Desc) { 156 DenseMap<unsigned, std::string> CounterDesc;
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ |
| RefactoringCallbacks.h | 57 std::map<std::string, Replacements> &FileToReplaces); 74 std::map<std::string, Replacements> &FileToReplaces; 85 std::string FromId; 86 std::string ToText; 93 /// replaced by the text of the node bound to ${NodeName}. The string 104 std::string Value; 108 std::string FromId; 120 std::string FromId; 121 std::string ToId; 133 std::string Id [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/ |
| Config.h | 39 std::string CPU; 41 std::vector<std::string> MAttrs; 56 /// will be the one specified by the string. Only works with the new pass 58 std::string OptPipeline; 61 // identified by the string. Only works with the new pass manager, in 63 std::string AAPipeline; 67 std::string OverrideTriple; 71 std::string DefaultTriple; 74 std::string SampleProfile; 77 std::string RemarksFilename = "" [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
| DebugCounter.h | 52 #include <string> 62 void push_back(const std::string &); 130 unsigned getCounterId(const std::string &Name) const { 138 std::pair<std::string, std::string> getCounterInfo(unsigned ID) const { 143 typedef UniqueVector<std::string> CounterVector; 150 unsigned addCounter(const std::string &Name, const std::string &Desc) { 156 DenseMap<unsigned, std::string> CounterDesc;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ |
| RefactoringCallbacks.h | 57 std::map<std::string, Replacements> &FileToReplaces); 74 std::map<std::string, Replacements> &FileToReplaces; 85 std::string FromId; 86 std::string ToText; 93 /// replaced by the text of the node bound to ${NodeName}. The string 104 std::string Value; 108 std::string FromId; 120 std::string FromId; 121 std::string ToId; 133 std::string Id [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/ |
| Config.h | 39 std::string CPU; 41 std::vector<std::string> MAttrs; 56 /// will be the one specified by the string. Only works with the new pass 58 std::string OptPipeline; 61 // identified by the string. Only works with the new pass manager, in 63 std::string AAPipeline; 67 std::string OverrideTriple; 71 std::string DefaultTriple; 74 std::string SampleProfile; 77 std::string RemarksFilename = "" [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
| DebugCounter.h | 52 #include <string> 62 void push_back(const std::string &); 130 unsigned getCounterId(const std::string &Name) const { 138 std::pair<std::string, std::string> getCounterInfo(unsigned ID) const { 143 typedef UniqueVector<std::string> CounterVector; 150 unsigned addCounter(const std::string &Name, const std::string &Desc) { 156 DenseMap<unsigned, std::string> CounterDesc;
|
| /prebuilts/go/darwin-x86/src/runtime/pprof/ |
| runtime_test.go | 17 wantLabels := map[string]string{} 29 wantLabels = map[string]string{"key": "value"} 43 wantLabels = map[string]string{} 59 wantLabels := map[string]string{} 65 wantLabels := map[string]string{"key1": "value1", "key2": "value2" [all...] |
| /prebuilts/go/linux-x86/src/runtime/pprof/ |
| runtime_test.go | 17 wantLabels := map[string]string{} 29 wantLabels = map[string]string{"key": "value"} 43 wantLabels = map[string]string{} 59 wantLabels := map[string]string{} 65 wantLabels := map[string]string{"key1": "value1", "key2": "value2" [all...] |
| /system/core/init/test_service/ |
| test_service.cpp | 19 #include <string> 42 std::string status; 48 std::map<std::string, std::string> fields; 49 std::vector<std::string> lines = android::base::Split(status, "\n"); 51 std::vector<std::string> tokens = android::base::Split(line, ":"); 53 std::string field = tokens[0]; 54 std::string value = android::base::Trim(tokens[1]); 63 std::string expected_value = argv[i + 1];
|
| /system/tpm/tpm_manager/server/ |
| tpm_nvram_impl.h | 24 #include <string> 45 const std::string& authorization_value, 49 const std::string& data, 50 const std::string& authorization_value) override; 52 std::string* data, 53 const std::string& authorization_value) override; 57 const std::string& authorization_value) override; 79 bool SetUsagePolicy(const std::string& authorization_value, 91 bool GetOwnerPassword(std::string* owner_password);
|
| /system/tpm/trunks/ |
| background_command_transceiver_test.cc | 40 std::string GetThreadName() { 41 return std::string(base::PlatformThread::GetName()); 49 void Assign(std::string* to, const std::string& from) { 54 std::string* output) { 83 std::string output = "not_assigned"; 90 EXPECT_EQ(std::string(kTestThreadName), output); 96 std::string output = "not_assigned"; 104 EXPECT_EQ(std::string("test_thread"), output);
|
| /system/update_engine/common/ |
| subprocess.h | 24 #include <string> 56 using ExecCallback = base::Callback<void(int, const std::string&)>; 72 pid_t Exec(const std::vector<std::string>& cmd, const ExecCallback& callback); 73 pid_t ExecFlags(const std::vector<std::string>& cmd, 91 static bool SynchronousExec(const std::vector<std::string>& cmd, 93 std::string* stdout); 94 static bool SynchronousExecFlags(const std::vector<std::string>& cmd, 97 std::string* stdout); 126 std::string stdout;
|
| /system/update_engine/ |
| common_service.h | 22 #include <string> 50 const std::string& in_app_version, 51 const std::string& in_omaha_url, 83 const std::string& in_target_channel, 92 std::string* out_channel); 97 bool SetCohortHint(brillo::ErrorPtr* error, std::string in_cohort_hint); 101 bool GetCohortHint(brillo::ErrorPtr* error, std::string* out_cohort_hint); 129 // Returns the version string of OS that was used before the last reboot 131 // update from previous version, otherwise an empty string is returned. 132 bool GetPrevVersion(brillo::ErrorPtr* error, std::string* out_prev_version) [all...] |
| /system/update_engine/payload_generator/ |
| delta_diff_utils.h | 20 #include <string> 64 const std::string& old_part, 65 const std::string& new_part, 83 const std::string& old_part, 84 const std::string& new_part, 89 const std::string& name, 103 bool ReadExtentsToDiff(const std::string& old_part, 104 const std::string& new_part, 147 bool IsExtFilesystem(const std::string& device);
|
| /art/profman/ |
| profile_assistant.h | 20 #include <string> 55 const std::vector<std::string>& profile_files, 56 const std::string& reference_profile_file,
|
| /art/runtime/ |
| common_runtime_test.h | 23 #include <string> 54 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; 62 explicit ScratchFile(const std::string& filename); 74 const std::string& GetFilename() const { 88 std::string filename_; 100 static void SetUpAndroidData(std::string& android_data); 102 static void TearDownAndroidData(const std::string& android_data, bool fail_on_error); 105 static std::vector<std::string> GetLibCoreDexFileNames(); 108 static std::string GetAndroidHostToolsDir(); 111 static std::string GetAndroidTargetToolsDir(InstructionSet isa) [all...] |
| /art/runtime/jit/ |
| profile_saver.h | 34 const std::string& output_filename, 36 const std::vector<std::string>& code_paths) 60 static bool HasSeenMethod(const std::string& profile, bool hot, MethodReference ref); 64 const std::string& output_filename, 66 const std::vector<std::string>& code_paths); 93 void AddTrackedLocations(const std::string& output_filename, 94 const std::vector<std::string>& code_paths) 116 SafeMap<std::string, std::set<std::string>> tracked_dex_base_locations_ 122 SafeMap<std::string, std::set<std::string>> tracked_dex_base_locations_to_be_resolved [all...] |
| /art/tools/ahat/src/main/com/android/ahat/ |
| Doc.java | 28 void title(String format, Object... args); 33 void menu(DocString string); 38 void section(String title); 43 void println(DocString string); 48 void big(DocString string);
|
| /bionic/tools/versioner/src/ |
| Arch.cpp | 21 #include <string> 23 std::string to_string(const Arch& arch) { 47 Arch arch_from_string(const std::string& name) {
|
| /build/blueprint/ |
| mangle.go | 17 func packageNamespacePrefix(packageName string) string { 21 func moduleNamespacePrefix(moduleName string) string { 25 func singletonNamespacePrefix(singletonName string) string {
|
| /build/kati/ |
| eval.h | 54 string EvalVar(Symbol name); 63 void Error(const string& msg); 73 const vector<string>& delayed_output_commands() const { 76 void add_delayed_output_command(const string& c) { 89 string GetShell(); 90 string GetShellFlag(); 91 string GetShellAndFlag(); 105 export_message_.reset(new string(msg.as_string())); 108 export_message_.reset(new string(msg.as_string())); 118 void DoInclude(const string& fname) [all...] |