Home
last modified time | relevance | path

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

12345678910>>...31

/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 …]
Dadb_io_test.cpp100 std::string s; in POSIX_TEST() local
117 std::string s; in POSIX_TEST() local
143 std::string s; in POSIX_TEST() local
156 std::string s; in POSIX_TEST() local
/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/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.cpp150 static bool do_lstat_v1(int s, const char* path) { in do_lstat_v1()
162 static bool do_stat_v2(int s, uint32_t id, const char* path) { in do_stat_v2()
194 static bool do_list(int s, const char* path) { in do_list()
254 static bool do_list_v1(int s, const char* path) { in do_list_v1()
258 static bool do_list_v2(int s, const char* path) { in do_list_v2()
278 static bool handle_send_file_data(borrowed_fd s, unique_fd fd, uint32_t* timestamp, in handle_send_file_data()
354 static bool handle_send_file(borrowed_fd s, const char* path, uint32_t* timestamp, uid_t uid, in handle_send_file()
461 static bool handle_send_link(int s, const std::string& path, uint32_t* timestamp, bool dry_run, in handle_send_link()
514 static bool send_impl(int s, const std::string& path, mode_t mode, CompressionType compression, in send_impl()
561 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.java36 public Bundle editProperties(AccountAuthenticatorResponse r, String s) { in editProperties()
44 AccountAuthenticatorResponse r, String s, String s2, String[] strings, Bundle bundle) in addAccount()
62 AccountAuthenticatorResponse r, Account account, String s, Bundle bundle) in getAuthToken()
70 public String getAuthTokenLabel(String s) { in getAuthTokenLabel()
78 AccountAuthenticatorResponse r, Account account, String s, Bundle bundle) 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/IPsec/src/java/com/android/internal/net/ipsec/ike/
DAbstractSessionStateMachine.java297 protected void log(String s) { in log()
302 protected void logd(String s) { in logd()
306 protected void logd(String s, Throwable e) { in logd()
311 protected void logv(String s) { in logv()
316 protected void logi(String s) { in logi()
320 protected void logi(String s, Throwable cause) { in logi()
325 protected void logw(String s) { in logw()
330 protected void loge(String s) { in loge()
335 protected void loge(String s, Throwable e) { in loge()
339 protected void logWtf(String s) { in logWtf()
[all …]
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DSlice.h79 inline const Slice makeSlice(const std::string& s) { in makeSlice()
97 inline std::pair<const Slice, const Slice> split(const Slice s, size_t cut) { in split()
103 inline const Slice take(const Slice s, size_t cut) { in take()
108 inline const Slice drop(const Slice s, size_t cut) { in drop()
153 inline const Slice findFirstMatching(const Slice s, uint8_t c) { in findFirstMatching()
/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/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/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DStructNlMsgHdrTest.java78 String s = struct.toString(); in testToString() local
97 String s = struct.toString(OsConstants.NETLINK_ROUTE); in testToStringWithNetlinkFamily() local
118 String s = struct.toString(OsConstants.NETLINK_ROUTE); in testToString_flags_dumpRequest() local
133 String s = struct.toString(OsConstants.NETLINK_ROUTE); in testToString_flags_root() 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/modules/Bluetooth/system/gd/packet/parser/fields/
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()
Dcustom_field_fixed_size.cc34 int CustomFieldFixedSize::GenBounds(std::ostream& s, Size start_offset, Size end_offset, Size size)… in GenBounds()
47 void CustomFieldFixedSize::GenExtractor(std::ostream& s, int, bool) const { in GenExtractor()
67 void CustomFieldFixedSize::GenStringRepresentation(std::ostream& s, std::string accessor) const { in GenStringRepresentation()
/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
51 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
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationProvider.java38 public int update(Uri uri, ContentValues contentValues, String s, String[] strings) { in update()
43 public int delete(Uri uri, String s, String[] strings) { in delete()
58 public Cursor query(Uri uri, String[] strings, String s, String[] strings1, String s1) { in query()
/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_hook.cpp112 SourceManager *s = reinterpret_cast<SourceManager*>(cinfo->src); in Mgr_init_source_fcn() local
171 SourceManager *s = reinterpret_cast<SourceManager*>(cinfo->src); in MakeSrc() local
186 SourceManager* s = reinterpret_cast<SourceManager*>(cinfo->src); in UpdateSrcEnv() local
192 SourceManager *s = reinterpret_cast<SourceManager*>(cinfo->src); in CleanSrc() local

12345678910>>...31