Home
last modified time | relevance | path

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

12345678910>>...27

/packages/modules/adb/
Dsockets.cpp80 void install_local_socket(asocket* s) { in install_local_socket()
93 void remove_socket(asocket* s) { in remove_socket()
121 static SocketFlushResult local_socket_flush_incoming(asocket* s) { in local_socket_flush_incoming()
152 static bool local_socket_flush_outgoing(asocket* s) { in local_socket_flush_outgoing()
221 static int local_socket_enqueue(asocket* s, apacket::payload_type data) { in local_socket_enqueue()
239 static void local_socket_ready(asocket* s) { in local_socket_ready()
297 static void local_socket_destroy(asocket* s) { in local_socket_destroy()
313 static void local_socket_close(asocket* s) { in local_socket_close()
352 asocket* s = reinterpret_cast<asocket*>(_s); in local_socket_event_func() local
390 asocket* s = new asocket(); in create_local_socket() local
[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/IPsec/src/java/com/android/internal/net/ipsec/ike/
DAbstractSessionStateMachine.java222 protected void log(String s) { in log()
227 protected void logd(String s) { in logd()
231 protected void logd(String s, Throwable e) { in logd()
236 protected void logv(String s) { in logv()
241 protected void logi(String s) { in logi()
245 protected void logi(String s, Throwable cause) { in logi()
250 protected void logw(String s) { in logw()
255 protected void loge(String s) { in loge()
260 protected void loge(String s, Throwable e) { in loge()
264 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()
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()
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()
163 void ScalarField::GenRustGetter(std::ostream& s, Size start_offset, Size end_offset, std::string pa… in GenRustGetter()
220 void ScalarField::GenRustWriter(std::ostream& s, Size start_offset, Size end_offset) 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()
111 void PayloadField::GenStringRepresentation(std::ostream& s, std::string) const { in GenStringRepresentation()
120 void PayloadField::GenBoundsCheck(std::ostream& s, Size start_offset, Size, std::string parent_name… in GenBoundsCheck()
142 void PayloadField::GenRustGetter(std::ostream& s, Size start_offset, Size, std::string) const { in GenRustGetter()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Drapidjsontest.cpp68 InsituStringStream s(temp_); in TEST_F() local
78 InsituStringStream s(temp_); in TEST_F() local
87 StringStream s(json_); in TEST_F() local
96 StringStream s(json_); in TEST_F() local
105 StringStream s(json_); in TEST_F() local
115 InsituStringStream s(temp_); in TEST_F() local
124 StringStream s(json_); in TEST_F() local
261 NullStream s; in TEST_F() local
271 StringBuffer s(0, 1024 * 1024); in TEST_F() local
283 StringBuffer s(0, 2048 * 1024); in TEST_F() local
[all …]
/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/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodedstreamtest.cpp88 StringStream s(json_); in TestEncodedInputStream() local
106 StringStream s(json_); in TestEncodedInputStream() local
129 StringStream s(json_); in TestAutoUTFInputStream() local
147 StringStream s(json_); in TestAutoUTFInputStream() local
170 StringStream s(json_); in TestEncodedOutputStream() local
185 StringStream s(json_); in TestEncodedOutputStream() local
204 StringStream s(json_); in TestAutoUTFOutputStream() local
219 StringStream s(json_); in TestAutoUTFOutputStream() local
/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/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>>...27