Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/packages/modules/adb/
Dsockets.cpp81 void install_local_socket(asocket* s) { in install_local_socket()
94 void remove_socket(asocket* s) { in remove_socket()
122 static SocketFlushResult local_socket_flush_incoming(asocket* s) { in local_socket_flush_incoming()
176 static bool local_socket_flush_outgoing(asocket* s) { in local_socket_flush_outgoing()
252 static int local_socket_enqueue(asocket* s, apacket::payload_type data) { in local_socket_enqueue()
270 static void local_socket_ready(asocket* s) { in local_socket_ready()
328 static void local_socket_destroy(asocket* s) { in local_socket_destroy()
344 static void local_socket_close(asocket* s) { in local_socket_close()
383 asocket* s = reinterpret_cast<asocket*>(_s); in local_socket_event_func() local
418 void local_socket_ack(asocket* s, std::optional<int32_t> acked_bytes) { in local_socket_ack()
[all …]
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DStaticIpConfigurationTest.java73 private void checkEmpty(StaticIpConfiguration s) { in checkEmpty()
81 StaticIpConfiguration s = new StaticIpConfiguration(); in makeTestObject() local
93 StaticIpConfiguration s = new StaticIpConfiguration(); in testConstructor() local
114 StaticIpConfiguration s = new StaticIpConfiguration(); in testHashCodeAndEquals() local
163 StaticIpConfiguration s = new StaticIpConfiguration(); in testToLinkProperties() local
216 private StaticIpConfiguration passThroughParcel(StaticIpConfiguration s) { in passThroughParcel()
232 StaticIpConfiguration s = makeTestObject(); in testParceling() local
242 final StaticIpConfiguration s = new StaticIpConfiguration.Builder() in testBuilder() local
285 final StaticIpConfiguration s = new StaticIpConfiguration((StaticIpConfiguration) null); in testAddDnsServers() local
301 final StaticIpConfiguration s = makeTestObject(); in testGetRoutes() local
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/velocity/
DOnDevicePersonalizationVelocityTool.java30 public static String encodeHtml(String s) { in encodeHtml()
37 public static String encodeUrl(String s) { in encodeUrl()
44 public static String encodeJs(String s) { in encodeJs()
51 public static String encodeCssString(String s) { in encodeCssString()
58 public static String encodeCssUrl(String s) { in encodeCssUrl()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DAbstractSessionStateMachine.java229 protected void log(String s) { in log()
234 protected void logd(String s) { in logd()
238 protected void logd(String s, Throwable e) { in logd()
243 protected void logv(String s) { in logv()
248 protected void logi(String s) { in logi()
252 protected void logi(String s, Throwable cause) { in logi()
257 protected void logw(String s) { in logw()
262 protected void loge(String s) { in loge()
267 protected void loge(String s, Throwable e) { in loge()
271 protected void logWtf(String s) { in logWtf()
[all …]
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/accounts/
DAuthenticator.java33 public Bundle editProperties(AccountAuthenticatorResponse r, String s) { in editProperties()
38 public Bundle addAccount(AccountAuthenticatorResponse r, String s, String s2, String[] strings, in addAccount()
53 public Bundle getAuthToken(AccountAuthenticatorResponse r, Account account, String s, in getAuthToken()
59 public String getAuthTokenLabel(String s) { in getAuthTokenLabel()
64 public Bundle updateCredentials(AccountAuthenticatorResponse r, Account account, String s, in updateCredentials()
/packages/modules/adb/daemon/
Dfile_sync_service.cpp143 static bool do_lstat_v1(int s, const char* path) { in do_lstat_v1()
155 static bool do_stat_v2(int s, uint32_t id, const char* path) { in do_stat_v2()
187 static bool do_list(int s, const char* path) { in do_list()
247 static bool do_list_v1(int s, const char* path) { in do_list_v1()
251 static bool do_list_v2(int s, const char* path) { in do_list_v2()
271 static bool handle_send_file_data(borrowed_fd s, unique_fd fd, uint32_t* timestamp, in handle_send_file_data()
347 static bool handle_send_file(borrowed_fd s, const char* path, uint32_t* timestamp, uid_t uid, in handle_send_file()
454 static bool handle_send_link(int s, const std::string& path, uint32_t* timestamp, bool dry_run, in handle_send_link()
507 static bool send_impl(int s, const std::string& path, mode_t mode, CompressionType compression, in send_impl()
554 static bool do_send_v1(int s, const std::string& spec, std::vector<char>& buffer) { in do_send_v1()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DAuthenticator.java37 public Bundle editProperties(AccountAuthenticatorResponse r, String s) { in editProperties()
44 public Bundle addAccount(AccountAuthenticatorResponse r, String s, String s2, String[] strings, in addAccount()
61 public Bundle getAuthToken(AccountAuthenticatorResponse r, Account account, String s, in getAuthToken()
69 public String getAuthTokenLabel(String s) { in getAuthTokenLabel()
76 public Bundle updateCredentials(AccountAuthenticatorResponse r, Account account, String s, in updateCredentials()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DWakeLockStateMachine.java247 protected void log(String s) { in log()
248 Log.d(getName(), s); in log() local
256 protected void loge(String s) { in loge()
257 Log.e(getName(), s); in loge() local
266 protected void loge(String s, Throwable e) { in loge()
267 Log.e(getName(), s, e); in loge() local
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DMimeUtility.java53 public static String unfold(String s) { in unfold()
65 public static String decode(String s) { in decode()
72 public static String unfoldAndDecode(String s) { in unfoldAndDecode()
79 public static String foldAndEncode(String s) { in foldAndEncode()
93 public static String foldAndEncode2(String s, int usedCharacters) { in foldAndEncode2()
119 public static String fold(String s, int usedCharacters) { in fold()
155 private static int indexOfWsp(String s, int fromIndex) { in indexOfWsp()
/packages/modules/Bluetooth/system/gd/packet/parser/fields/
Dcustom_field_fixed_size.cc38 int CustomFieldFixedSize::GenBounds(std::ostream& s, Size start_offset, Size end_offset, Size size)… in GenBounds()
51 void CustomFieldFixedSize::GenExtractor(std::ostream& s, int, bool) const { in GenExtractor()
71 void CustomFieldFixedSize::GenStringRepresentation(std::ostream& s, std::string accessor) const { in GenStringRepresentation()
80 void CustomFieldFixedSize::GenRustGetter(std::ostream& s, Size start_offset, Size end_offset, std::… in GenRustGetter()
95 void CustomFieldFixedSize::GenRustWriter(std::ostream& s, Size start_offset, Size end_offset) const… in GenRustWriter()
Dstruct_field.cc42 void StructField::GenExtractor(std::ostream& s, int, bool) const { in GenExtractor()
53 void StructField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
87 void StructField::GenStringRepresentation(std::ostream& s, std::string accessor) const { in GenStringRepresentation()
99 void StructField::GenRustGetter(std::ostream& s, Size start_offset, Size, std::string) const { in GenRustGetter()
105 void StructField::GenRustWriter(std::ostream& s, Size start_offset, Size) const { in GenRustWriter()
Dfixed_scalar_field.cc37 void FixedScalarField::GenStringRepresentation(std::ostream& s, std::string) const { in GenStringRepresentation()
41 void FixedScalarField::GenRustWriter(std::ostream& s, Size start_offset, Size end_offset) const { in GenRustWriter()
47 std::ostream& s, Size start_offset, Size end_offset, std::string parent_name) const { in GenRustGetter()
Dscalar_field.cc52 int ScalarField::GenBounds(std::ostream& s, Size start_offset, Size end_offset, Size size) const { in GenBounds()
69 void ScalarField::GenExtractor(std::ostream& s, int num_leading_bits, bool) const { in GenExtractor()
99 void ScalarField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
135 void ScalarField::GenStringRepresentation(std::ostream& s, std::string accessor) const { in GenStringRepresentation()
166 void ScalarField::GenRustGetter(std::ostream& s, Size start_offset, Size end_offset, std::string pa… in GenRustGetter()
223 void ScalarField::GenRustWriter(std::ostream& s, Size start_offset, Size end_offset) const { in GenRustWriter()
Dvector_field.cc110 void VectorField::GenExtractor(std::ostream& s, int num_leading_bits, bool for_struct) const { in GenExtractor()
153 void VectorField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
234 void VectorField::GenStringRepresentation(std::ostream& s, std::string accessor) const { in GenStringRepresentation()
257 void VectorField::GenBoundsCheck(std::ostream& s, Size start_offset, Size, std::string parent_name)… in GenBoundsCheck()
304 void VectorField::GenRustGetter(std::ostream& s, Size start_offset, Size, std::string) const { in GenRustGetter()
366 void VectorField::GenRustWriter(std::ostream& s, Size start_offset, Size) const { in GenRustWriter()
Darray_field.cc86 void ArrayField::GenExtractor(std::ostream& s, int num_leading_bits, bool for_struct) const { in GenExtractor()
115 void ArrayField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
179 void ArrayField::GenStringRepresentation(std::ostream& s, std::string accessor) const { in GenStringRepresentation()
203 void ArrayField::GenRustGetter(std::ostream& s, Size start_offset, Size, std::string) const { in GenRustGetter()
210 void ArrayField::GenRustWriter(std::ostream& s, Size start_offset, Size) const { in GenRustWriter()
Dpayload_field.cc65 void PayloadField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
103 void PayloadField::GenStringRepresentation(std::ostream& s, std::string) const { in GenStringRepresentation()
112 void PayloadField::GenBoundsCheck(std::ostream& s, Size start_offset, Size, std::string parent_name… in GenBoundsCheck()
134 void PayloadField::GenRustGetter(std::ostream& s, Size start_offset, Size, std::string) const { in GenRustGetter()
/packages/apps/Settings/res/raw/
Duser_aspect_ratio_education.json1 …":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"k":[{"s":[38.5,-79.5,0],"t":… array
/packages/modules/Connectivity/tests/cts/net/src/android/net/ipv6/cts/
DPingTest.java90 FileDescriptor s = Os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6); in createPingSocket() local
98 private void sendPing(FileDescriptor s, in sendPing()
111 private void checkResponse(FileDescriptor s, InetAddress dest, in checkResponse()
162 FileDescriptor s = createPingSocket(); in testLoopbackPing() local
/packages/modules/AdServices/adservices/scripts/
Dgenerate_test_ota.py87 s = ET.tostring(strings_xml, encoding="unicode") variable
88 s = s.replace('&lt;', '<') variable
89 s = s.replace('&gt;', '>') variable
/packages/modules/Bluetooth/system/embdrv/g722/
Dg722_enc_dec.h54 #define NLDECOMPRESS_APPLY_GAIN(s,g) (((s) * (int32_t)(g)) >> 16) argument
56 #define NLDECOMPRESS_APPLY_GAIN_CONVERTED_DAC(s,g) (uint16_t)((uint16_t)(((s) * (int32_t)(g)) >> 20… argument
58 #define NLDECOMPRESS_APPLY_GAIN(s,g) (((int32_t)(s) * (int32_t)(g)) >> 16) argument
62 #define NLDECOMPRESS_PREPROCESS_PCM_SAMPLE_WITH_GAIN(s,g) NLDECOMPRESS_APPLY_GAIN_CONVERTED_DAC((s)… argument
63 #define NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN(s,g) ((int16_t)NLDECOMPRESS_APPLY_GAIN((s),(g))) argument
66 #define NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN(s,g) ((int16_t)(NLDECOMPRESS_APPLY_GAIN((s),(g)))) argument
70 int s; member
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DMoreDatabaseUtils.java107 String s = c.getString(i); in dumpCursor() local
121 public static String sqlEscapeNullableString(@Nullable String s) { in sqlEscapeNullableString()
132 public static void appendEscapedSQLStringOrLiteralNull(StringBuilder sb, @Nullable String s) { in appendEscapedSQLStringOrLiteralNull()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java172 public void afterTextChanged(Editable s) { in afterTextChanged()
185 public void onConfigurationChanged(Configuration newConfig, CharSequence s) { in onConfigurationChanged()
193 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
197 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/connectivity/
DWifiConfigHelperTest.java58 String s = mConfig.SSID.substring(1, mConfig.SSID.length() - 1); in testSetConfigSsid() local
85 private boolean isDoubleQuoted(String s) { in isDoubleQuoted()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/stableuris/dao/
DBackupIdRowTest.java34 String s = BackupIdRow.serialize(row); in testSimple() local
50 String s = BackupIdRow.serialize(row); in testAllFields() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java53 Set<Integer> s = accounts.get(acctId); in mergeComponentsWithDisjointAccounts() local
65 final Set<Integer> s = accounts.get(accountId); in mergeComponentsWithDisjointAccounts() local
79 final Set<Integer> s = accounts.get(accountId); in mergeComponentsWithDisjointAccounts() local

12345678910>>...29