HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 5251 - 5275 of 46739) sorted by null

<<211212213214215216217218219220>>

  /external/webrtc/webrtc/libjingle/xmpp/
mucroomconfigtask_unittest.cc 11 #include <string>
62 std::string room_name;
68 std::vector<std::string> room_features;
78 std::string expected_iq =
100 std::string response_iq =
112 std::vector<std::string> room_features;
118 std::string error_iq =
  /frameworks/base/tools/aapt2/io/
FileStream.h 23 #include <string>
35 explicit FileInputStream(const std::string& path,
49 std::string GetError() const override;
55 std::string error_;
65 explicit FileOutputStream(const std::string& path,
88 std::string GetError() const override;
97 std::string error_;
  /frameworks/base/tools/aapt2/java/
ProguardRules.h 23 #include <string>
50 inline void AddManifestClass(const UsageLocation& file, const std::string& class_name) {
54 inline void AddConditionalClass(const UsageLocation& file, const std::string& class_name) {
58 inline void AddMethod(const UsageLocation& file, const std::string& method_name) {
73 std::map<std::string, std::set<UsageLocation>> manifest_class_set_;
74 std::map<std::string, std::set<UsageLocation>> method_set_;
75 std::map<std::string, std::set<UsageLocation>> conditional_class_set_;
  /frameworks/native/libs/vr/libpdx/
variant_tests.cpp 5 #include <string>
179 Variant<int, std::string> v;
182 ASSERT_FALSE(v.is<std::string>());
186 Variant<int, std::string> v;
190 ASSERT_FALSE(v.is<std::string>());
195 Variant<int, std::string> v;
196 v = std::string("test");
199 ASSERT_TRUE(v.is<std::string>());
200 EXPECT_EQ("test", std::get<std::string>(v));
204 Variant<int, std::string> v
    [all...]
  /hardware/interfaces/drm/1.0/
IDrmPlugin.hal 97 string mimeType, KeyType keyType, KeyedVector optionalParameters)
99 KeyRequestType requestType, string defaultUrl);
189 * does not provide a defaultUrl, the returned string must be empty.
191 getProvisionRequest(string certificateType, string certificateAuthority)
192 generates (Status status, vec<uint8_t> request, string defaultUrl);
294 * "vendor" [string] identifies the maker of the drm scheme
295 * "version" [string] identifies the version of the drm scheme
296 * "description" [string] describes the drm scheme
307 * Read a string property value given the property name
    [all...]
  /hardware/interfaces/gnss/1.0/default/
GnssConfiguration.cpp 39 std::string config = "SUPL_ES=" + std::to_string(enabled ? 1 : 0) + "\n";
50 std::string config = "SUPL_VER=" + std::to_string(version) + "\n";
62 std::string config = "SUPL_MODE=" + std::to_string(mode) + "\n";
73 std::string config = "LPP_PROFILE=" + std::to_string(lppProfile) + "\n";
84 std::string config = "A_GLONASS_POS_PROTOCOL_SELECT=" +
96 std::string config = "GPS_LOCK=" + std::to_string(lock) + "\n";
107 std::string config = "USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=" + std::to_string(enabled ? 1 : 0)
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantP2pIface.hal 103 * @param postfix String to be appended to SSID.
128 setGroupIdle(string groupIfName, uint32_t timeoutInSec)
143 setPowerSave(string groupIfName, bool enable)
212 string preSelectedPin,
216 generates (SupplicantStatus status, string generatedPin);
283 removeGroup(string groupIfName) generates (SupplicantStatus status);
318 invite(string groupIfName, MacAddress goDeviceAddress, MacAddress peerAddress)
460 addUpnpService(uint32_t version, string serviceName)
475 removeUpnpService(uint32_t version, string serviceName)
549 startWpsPbc(string groupIfName, Bssid bssid
    [all...]
  /libcore/ojluni/src/main/java/java/text/
CharacterIteratorFieldDelegate.java 83 // Add new string
85 AttributedString string = new AttributedString( local
88 string.addAttribute(attr, value);
89 attributedStrings.add(string);
102 * to iterate over the resulting formatted String.
104 * @pararm string Result of formatting.
106 public AttributedCharacterIterator getIterator(String string) {
108 // assert(size <= string.length());
109 if (string.length() > size)
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialsInstallDialog.java 30 private static final String NETWORK_NAME = "network_name";
31 private static final String INSTALL_STATE = "install_state";
52 String networkName = bundle.getString(NETWORK_NAME);
53 text.setText(String.format(getResources().getString(R.string.install_done), networkName));
54 builder.setTitle(getResources().getString(R.string.install_done_title));
56 text.setText(getResources().getString(R.string.wifi_installer_fail));
57 builder.setTitle(R.string.wifi_installer_fail_title);
59 text.setText(getResources().getString(R.string.wifi_installer_fail_no_wifi));
60 builder.setTitle(R.string.wifi_installer_fail_no_wifi_title)
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/util/
AccountFilterUtil.java 51 headerTextView.setText(R.string.list_filter_phones);
56 context.getString(R.string.listAllContactsInAccount, filter.accountName));
59 headerTextView.setText(R.string.listCustomView);
65 headerTextView.setText(R.string.list_filter_all_accounts);
70 context.getString(R.string.listAllContactsInAccount, filter.accountName));
73 headerTextView.setText(R.string.listCustomView);
76 headerTextView.setText(R.string.listSingleContact);
  /packages/apps/Dialer/java/com/android/incallui/speakerbuttonlogic/
SpeakerButtonInfo.java 50 label = R.string.incall_label_audio;
58 contentDescription = R.string.incall_content_description_bluetooth;
65 contentDescription = R.string.incall_content_description_speaker;
72 contentDescription = R.string.incall_content_description_headset;
78 contentDescription = R.string.incall_content_description_earpiece;
83 label = R.string.incall_label_speaker;
88 contentDescription = R.string.incall_content_description_speaker;
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
DeveloperOptionFragment.java 39 private static final String TAG = "DeveloperOptionFragment";
40 private static final String TRACKER_LABEL = "debug options";
43 protected String getTitle() {
44 return getString(R.string.menu_developer_options);
48 public String getTrackerLabel() {
57 new ActionItem(getString(R.string.dev_item_dvr_history)) {
66 new ActionItem(getString(R.string.dev_item_watch_history)) {
75 getString(R.string.dev_item_store_ts_on),
76 getString(R.string.dev_item_store_ts_off),
77 getString(R.string.dev_item_store_ts_description))
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/messagereader/
messagereader.cpp 2 // The JSON should be an object with key-string pairs.
7 #include <string>
13 typedef map<string, string> MessageMap;
34 bool String(const char* str, SizeType length, bool) {
37 name_ = string(str, length);
41 messages_.insert(MessageMap::value_type(name_, string(str, length)));
59 std::string name_;
76 cout << " at offset " << o << " near '" << string(json).substr(o, 10) << "...'" << endl;
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/function/
strfns.py 1 # Useful gdb string convenience functions.
49 """$_strlen - compute string length
55 Length of string a, assumed to be a string in the current language.
61 s = a.string()
66 """$_streq - check string equality
82 return a.string() == b.string()
86 """$_regex - check if a string matches a regular expression
89 $_regex(string, regex
    [all...]
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/function/
strfns.py 1 # Useful gdb string convenience functions.
49 """$_strlen - compute string length
55 Length of string a, assumed to be a string in the current language.
61 s = a.string()
66 """$_streq - check string equality
82 return a.string() == b.string()
86 """$_regex - check if a string matches a regular expression
89 $_regex(string, regex
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
index_test.go 23 desc string
24 sampleTypes []string
25 defaultSampleType string
26 index string
34 sampleTypes: []string{"zero", "default"},
41 sampleTypes: []string{"zero", "default", "two"},
48 sampleTypes: []string{"zero", "one", "default"},
54 sampleTypes: []string{"zero", "one", "two"},
61 sampleTypes: []string{"zero", "default", "two"},
67 sampleTypes: []string{"zero", "one", "two", "three"}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
index_test.go 23 desc string
24 sampleTypes []string
25 defaultSampleType string
26 index string
34 sampleTypes: []string{"zero", "default"},
41 sampleTypes: []string{"zero", "default", "two"},
48 sampleTypes: []string{"zero", "one", "default"},
54 sampleTypes: []string{"zero", "one", "two"},
61 sampleTypes: []string{"zero", "default", "two"},
67 sampleTypes: []string{"zero", "one", "two", "three"}
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/
bucket_size.pass.cpp 23 #include <string>
32 typedef std::unordered_multimap<int, std::string> C;
33 typedef std::pair<int, std::string> P;
55 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
56 min_allocator<std::pair<const int, std::string>>> C;
57 typedef std::pair<int, std::string> P;
80 typedef std::unordered_multimap<int, std::string> C;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 12 #include <string>
29 static_assert ( !is_transparent<std::plus<std::string>>::value, "" );
34 static_assert ( !is_transparent<std::minus<std::string>>::value, "" );
39 static_assert ( !is_transparent<std::multiplies<std::string>>::value, "" );
44 static_assert ( !is_transparent<std::divides<std::string>>::value, "" );
49 static_assert ( !is_transparent<std::modulus<std::string>>::value, "" );
54 static_assert ( !is_transparent<std::negate<std::string>>::value, "" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/comparisons/
transparent.pass.cpp 12 #include <string>
29 static_assert ( !is_transparent<std::less<std::string>>::value, "" );
34 static_assert ( !is_transparent<std::less_equal<std::string>>::value, "" );
39 static_assert ( !is_transparent<std::equal_to<std::string>>::value, "" );
44 static_assert ( !is_transparent<std::not_equal_to<std::string>>::value, "" );
49 static_assert ( !is_transparent<std::greater<std::string>>::value, "" );
54 static_assert ( !is_transparent<std::greater_equal<std::string>>::value, "" );
  /system/core/libunwindstack/include/unwindstack/
Maps.h 23 #include <string>
43 virtual const std::string GetMapsFile() const { return ""; }
45 void Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, const std::string& name,
72 virtual const std::string GetMapsFile() const override;
97 FileMaps(const std::string& file) : file_(file) {}
100 const std::string GetMapsFile() const override { return file_; }
103 const std::string file_;
  /system/core/property_service/libpropertyinfoserializer/
property_info_file.cpp 33 bool IsTypeValid(const std::vector<std::string>& type_strings) {
38 // There must be at least one string following 'enum'
43 // There should not be any string following any other types.
49 static const char* const no_parameter_types[] = {"string", "bool", "int",
59 bool ParsePropertyInfoLine(const std::string& line, PropertyInfoEntry* out, std::string* error) {
78 auto type_strings = std::vector<std::string>{};
96 void ParsePropertyInfoFile(const std::string& file_contents,
98 std::vector<std::string>* errors) {
110 auto parse_error = std::string{};
    [all...]
  /system/libvintf/
MatrixInstance.cpp 47 const std::string& MatrixInstance::package() const {
55 const std::string& MatrixInstance::interface() const {
69 bool MatrixInstance::matchInstance(const std::string& e) const {
80 const std::string& MatrixInstance::regexPattern() const {
81 static const std::string kEmptyString;
85 const std::string& MatrixInstance::exactInstance() const {
86 static const std::string kEmptyString;
  /system/update_engine/common/
fake_boot_control.h 21 #include <string>
45 bool GetPartitionDevice(const std::string& partition_name,
47 std::string* device) const override {
88 void SetPartitionDevice(const std::string& partition_name,
90 const std::string& device) {
105 std::vector<std::map<std::string, std::string>> devices_;
  /system/update_engine/
mock_payload_state.h 20 #include <string>
48 void(const std::string& target_version_uid));
54 MOCK_METHOD1(SetP2PUrl, void(const std::string&));
58 MOCK_METHOD0(GetResponseSignature, std::string());
61 MOCK_METHOD0(GetCurrentUrl, std::string());
71 MOCK_METHOD0(GetRollbackVersion, std::string());
77 MOCK_CONST_METHOD0(GetP2PUrl, std::string());

Completed in 1483 milliseconds

<<211212213214215216217218219220>>