| /external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
| esextcTextureBufferTextureBufferRange.hpp | 179 std::string get_image_format_name() 183 std::string get_image_type_name() 187 std::string get_sampler_type_name() 191 std::string get_output_type_name() 195 std::string get_value_selector() 215 std::string m_image_format_name; 216 std::string m_image_type_name; 217 std::string m_sampler_type_name; 218 std::string m_output_type_name; 219 std::string m_value_selector [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| vktSpvAsmConditionalBranchTests.cpp | 38 using std::string; 47 static const string conditions[] = { "true", "false" }; 62 map<string, string> specs; 63 string testName = string("same_labels_") + conditions[conditionIdx]; 145 map<string, string> fragments; 146 map<string, string> specs [all...] |
| /external/google-breakpad/src/common/dwarf/ |
| functioninfo.h | 38 #include <string> 50 string name; 52 string mangled_name; 54 string file; 65 string name; 71 typedef std::map<uint64, std::pair<string, uint32> > LineMap; 81 std::vector<string>* dirs, 87 virtual void DefineDir(const string& name, uint32 dir_num); 91 virtual void DefineFile(const string& name, int32 file_num, 107 std::vector<string>* dirs_ [all...] |
| /external/icu/icu4c/source/i18n/ |
| number_padding.cpp | 19 addPaddingHelper(UChar32 paddingCp, int32_t requiredPadding, NumberStringBuilder &string, int32_t index, 23 string.insertCodePoint(index, paddingCp, UNUM_FIELD_COUNT, status); 51 NumberStringBuilder &string, int32_t leftIndex, int32_t rightIndex, 54 int32_t requiredPadding = fWidth - modLength - string.codePointCount(); 56 rightIndex == string.length()); // fix the previous line to remove this assertion 61 length += mod1.apply(string, leftIndex, rightIndex, status); 62 length += mod2.apply(string, leftIndex, rightIndex + length, status); 69 length += addPaddingHelper(paddingCp, requiredPadding, string, leftIndex, status); 71 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); 73 length += mod1.apply(string, leftIndex, rightIndex + length, status) [all...] |
| /external/libbrillo/brillo/ |
| osrelease_reader_unittest.cc | 11 using std::string; 40 string hello = "hello"; 41 string ola = "ola"; 42 string bob = "bob"; 43 string osreleasecontent = "TEST_KEY=bonjour\nNAME=bob\n"; 51 string test_key_value; 54 string greetings_value; 57 string name_value; 60 string nonexistent_value; 61 // Getting the string should fail if the key does not exist [all...] |
| /external/libchrome/base/ |
| feature_list.h | 10 #include <string> 95 void InitializeFromCommandLine(const std::string& enable_features, 96 const std::string& disable_features); 112 bool IsFeatureOverriddenFromCommandLine(const std::string& feature_name, 120 void AssociateReportingFieldTrial(const std::string& feature_name, 131 void RegisterFieldTrialOverride(const std::string& feature_name, 146 void GetFeatureOverrides(std::string* enable_overrides, 147 std::string* disable_overrides); 159 // Splits a comma-separated string containing feature names into a vector. The 169 static bool InitializeInstance(const std::string& enable_features [all...] |
| /external/libcxx/test/std/re/re.badexp/ |
| regex_error.pass.cpp | 30 assert(e.what() == std::string("The expression contained an invalid collating element name.")); 35 assert(e.what() == std::string("The expression contained an invalid character class name.")); 40 assert(e.what() == std::string("The expression contained an invalid escaped character, or a " 46 assert(e.what() == std::string("The expression contained an invalid back reference.")); 51 assert(e.what() == std::string("The expression contained mismatched [ and ].")); 56 assert(e.what() == std::string("The expression contained mismatched ( and ).")); 61 assert(e.what() == std::string("The expression contained mismatched { and }.")); 66 assert(e.what() == std::string("The expression contained an invalid range in a {} expression.")); 71 assert(e.what() == std::string("The expression contained an invalid character range, " 77 assert(e.what() == std::string("There was insufficient memory to convert the expression into [all...] |
| /external/parameter-framework/upstream/parameter/ |
| ConfigurableElement.h | 55 CConfigurableElement(const std::string &strName = ""); 72 void listBelongingDomains(std::string &strResult, bool bVertical = true) const; 81 void listAssociatedDomains(std::string &strResult, bool bVertical = true) const; 85 void listRogueElements(std::string &strResult) const; 99 // Footprint as string 100 std::string getFootprintAsString() const; 112 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet, 146 virtual void showProperties(std::string &strResult) const; 156 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const = 0 [all...] |
| RuleParser.cpp | 36 using std::string; 48 CRuleParser::CRuleParser(const string &strApplicationRule, 61 bool CRuleParser::parse(CCompoundRule *pParentRule, string &strError) 147 bool CRuleParser::iterate(string &strError) 149 string::size_type delimiter; 154 if ((delimiter = _strApplicationRule.find_first_not_of(" ", _uiCurrentPos)) != string::npos) { 163 string::npos)) { 217 const string &CRuleParser::getType() const 241 bool CRuleParser::next(string &strNext, string &strError [all...] |
| /external/parameter-framework/upstream/test/functional-tests/include/ |
| ParameterFramework.hpp | 128 void setParameter(const std::string &path, std::string &value) 135 void getParameter(const std::string &path, std::string &value) 143 void setConfigurationParameter(const std::string domain, const std::string &configuration, 144 const std::string &path, std::string &value) 152 void getConfigurationParameter(const std::string &domain, const std::string &configuration [all...] |
| /external/perf_data_converter/src/quipper/ |
| dso_test.cc | 20 #include "compat/string.h" 31 const string expected_buildid = "\xde\xad\xf0\x0d"; 35 string buildid; 56 string buildid; 66 string buildid; 74 const string buildid_gnu = "\xde\xad\xf0\x0d"; 75 const string buildid_notes = "\xc0\xde\xf0\x0d"; 76 const string buildid_note = "\xfe\xed\xba\xad"; 78 std::vector<std::pair<string, string>> section_buildids [all...] |
| /external/tensorflow/tensorflow/core/profiler/internal/ |
| tfprof_node_show.h | 28 #include <string> 47 const string& name() const { return node->name(); } 61 string formatted_str; 91 bool ReInit(int64 step, const std::vector<string>& type_regexes); 93 const string& name() const { return node->name(); } 106 string formatted_str; 115 const string& suffix) 119 CodeNode* AddChildren(const string& name, const CallStack::Trace* trace, 120 const string suffix) { 136 string file() const { return trace_->file(); [all...] |
| /external/webrtc/talk/app/webrtc/ |
| rtpsender.h | 35 #include <string> 77 const std::string& stream_id, 103 std::string id() const override { return id_; } 105 void set_stream_id(const std::string& stream_id) override { 108 std::string stream_id() const override { return stream_id_; } 118 std::string id_; 119 std::string stream_id_; 136 const std::string& stream_id, 161 std::string id() const override { return id_; } 163 void set_stream_id(const std::string& stream_id) override [all...] |
| /external/webrtc/webrtc/base/ |
| json.h | 14 #include <string> 32 bool GetStringFromJson(const Json::Value& in, std::string* out); 44 std::string* out); 58 std::vector<std::string>* out); 68 Json::Value StringVectorToJsonArray(const std::vector<std::string>& in); 73 bool GetValueFromJsonObject(const Json::Value& in, const std::string& k, 75 bool GetIntFromJsonObject(const Json::Value& in, const std::string& k, 77 bool GetUIntFromJsonObject(const Json::Value& in, const std::string& k, 79 bool GetStringFromJsonObject(const Json::Value& in, const std::string& k, 80 std::string* out) [all...] |
| /external/webrtc/webrtc/libjingle/xmpp/ |
| xmpptask.h | 15 #include <string> 61 virtual std::string NextId() = 0; 65 const std::string& message) = 0; 119 std::string task_id() const { return id_; } 120 void set_task_id(std::string id) { id_ = id; } 130 XmppReturnStatus SetResult(const std::string& code); 133 const std::string& text); 144 const std::string& task_id); 146 static bool MatchRequestIq(const XmlElement* stanza, const std::string& type, 149 static XmlElement *MakeIq(const std::string& type [all...] |
| /external/webrtc/webrtc/p2p/base/ |
| transportdescription.h | 15 #include <string> 69 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role); 70 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str); 79 TransportDescription(const std::vector<std::string>& transport_options, 80 const std::string& ice_ufrag, 81 const std::string& ice_pwd, 93 TransportDescription(const std::string& ice_ufrag, 94 const std::string& ice_pwd) 125 bool HasOption(const std::string& option) const { 129 void AddOption(const std::string& option) [all...] |
| /frameworks/base/tools/aapt2/ |
| Resources.proto | 26 // A string pool that wraps the binary form of the C++ class android::ResStringPool. 39 // The index of the string path within the source string pool of a ResourceTable. 46 // The string pool containing source paths referenced throughout the resource table. This does 71 string package_name = 2; 82 // A set of resources grouped under a common type. Such types include string, layout, xml, dimen, 90 string name = 2; 123 string comment = 3; 133 string comment = 2; 142 string comment = 2 [all...] |
| /frameworks/native/services/surfaceflinger/TimeStats/ |
| TimeStats.h | 71 void setPostTime(const std::string& layerName, uint64_t frameNumber, nsecs_t postTime); 72 void setLatchTime(const std::string& layerName, uint64_t frameNumber, nsecs_t latchTime); 73 void setDesiredTime(const std::string& layerName, uint64_t frameNumber, nsecs_t desiredTime); 74 void setAcquireTime(const std::string& layerName, uint64_t frameNumber, nsecs_t acquireTime); 75 void setAcquireFence(const std::string& layerName, uint64_t frameNumber, 77 void setPresentTime(const std::string& layerName, uint64_t frameNumber, nsecs_t presentTime); 78 void setPresentFence(const std::string& layerName, uint64_t frameNumber, 80 void onDisconnect(const std::string& layerName); 81 void clearLayerRecord(const std::string& layerName); 82 void removeTimeRecord(const std::string& layerName, uint64_t frameNumber) [all...] |
| /packages/apps/Settings/src/com/android/settings/connecteddevice/usb/ |
| ConnectedUsbDeviceUpdater.java | 79 mUsbPreference.setTitle(R.string.usb_pref); 85 .setTitle(R.string.device_details_title) 104 return R.string.usb_summary_file_transfers; 106 return R.string.usb_summary_tether; 108 return R.string.usb_summary_photo_transfers; 110 return R.string.usb_summary_MIDI; 112 return R.string.usb_summary_charging_only; 116 return R.string.usb_summary_file_transfers_power; 118 return R.string.usb_summary_tether_power; 120 return R.string.usb_summary_photo_transfers_power [all...] |
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
| options.go | 60 func (goFlags) Bool(o string, d bool, c string) *bool { 64 func (goFlags) Int(o string, d int, c string) *int { 68 func (goFlags) Float64(o string, d float64, c string) *float64 { 72 func (goFlags) String(o, d, c string) *string { 73 return flag.String(o, d, c [all...] |
| /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
| options.go | 60 func (goFlags) Bool(o string, d bool, c string) *bool { 64 func (goFlags) Int(o string, d int, c string) *int { 68 func (goFlags) Float64(o string, d float64, c string) *float64 { 72 func (goFlags) String(o, d, c string) *string { 73 return flag.String(o, d, c [all...] |
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.badexp/ |
| regex_error.pass.cpp | 30 assert(e.what() == std::string("The expression contained an invalid collating element name.")); 35 assert(e.what() == std::string("The expression contained an invalid character class name.")); 40 assert(e.what() == std::string("The expression contained an invalid escaped character, or a " 46 assert(e.what() == std::string("The expression contained an invalid back reference.")); 51 assert(e.what() == std::string("The expression contained mismatched [ and ].")); 56 assert(e.what() == std::string("The expression contained mismatched ( and ).")); 61 assert(e.what() == std::string("The expression contained mismatched { and }.")); 66 assert(e.what() == std::string("The expression contained an invalid range in a {} expression.")); 71 assert(e.what() == std::string("The expression contained an invalid character range, " 77 assert(e.what() == std::string("There was insufficient memory to convert the expression into [all...] |
| /system/netd/tests/dns_responder/ |
| dns_responder.h | 25 #include <string> 45 DNSResponder(std::string listen_address, std::string listen_service, 56 const std::string& listen_address() const { 59 const std::string& listen_service() const { 62 std::vector<std::pair<std::string, ns_type>> queries() const; 68 std::string name; 70 QueryKey(std::string n, unsigned t) : name(n), type(t) {} 83 return std::hash<std::string>()(key.name) + 106 const std::string listen_address_ [all...] |
| /system/tools/aidl/ |
| type_namespace.cpp | 20 #include <string> 29 using std::string; 45 const char kStringCanonicalName[] = "java.lang.String"; 53 static const std::vector<std::string> kJavaKeywords{ 73 int kind, const string& package, const string& type_name, 74 const string& decl_file, int decl_line) 82 string ValidatableType::HumanReadableKind() const { 96 bool TypeNamespace::IsValidPackage(const string& /* package */) const { 101 const AidlType& raw_type, const string& filename [all...] |
| /system/update_engine/ |
| dbus_service.h | 23 #include <string> 44 const std::string& in_app_version, 45 const std::string& in_omaha_url) override; 48 const std::string& in_app_version, 49 const std::string& in_omaha_url, 68 std::string* out_current_operation, 69 std::string* out_new_version, 84 const std::string& in_target_channel, 93 std::string* out_channel) override; 96 const std::string& in_cohort_hint) override [all...] |