Home
last modified time | relevance | path

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

12345678910>>...111

/external/apache-harmony/security/src/test/api/java.injected/java/security/
DSignatureTest.java38 MySignature1 s = new MySignature1("ABC"); in testClone() local
47 MySignature1 s = new MySignature1("ABC"); in testGetProvider() local
54 MySignature1 s = new MySignature1("ABC"); in testGetAlgorithm() local
64 MySignature1 s = new MySignature1("ABC"); in testInitVerifyPublicKey() local
75 MySignature1 s = new MySignature1("ABC"); in testInitVerifyCertificate() local
86 MySignature1 s = new MySignature1("ABC"); in testInitSignPrivateKey() local
97 MySignature1 s = new MySignature1("ABC"); in testInitSignPrivateKeySecureRandom() local
108 MySignature1 s = new MySignature1("ABC"); in testSign() local
133 MySignature1 s = new MySignature1("ABC"); in testVerifybyteArray() local
158 MySignature1 s = new MySignature1("ABC"); in testVerifybyteArrayintint() local
[all …]
/external/v8/test/mjsunit/third_party/
Dstring-trim.js48 {s : '\u0009', t : 'HORIZONTAL TAB'}, property
49 {s : '\u000A', t : 'LINE FEED OR NEW LINE'}, property
50 {s : '\u000B', t : 'VERTICAL TAB'}, property
51 {s : '\u000C', t : 'FORMFEED'}, property
52 {s : '\u000D', t : 'CARRIAGE RETURN'}, property
53 {s : '\u0020', t : 'SPACE'}, property
54 {s : '\u00A0', t : 'NO-BREAK SPACE'}, property
55 {s : '\u2000', t : 'EN QUAD'}, property
56 {s : '\u2001', t : 'EM QUAD'}, property
57 {s : '\u2002', t : 'EN SPACE'}, property
[all …]
/external/clang/test/CodeGen/
Dcompound-literal.c4 struct s {int a, b, c;} * b = &(struct s) {1, 2, 3}; argument
10 struct s {int a, b, c;} * b = &(struct s) {1, 2, 3}; in xxx() struct
18 struct S s; in f() local
Ddebug-info-var-location.c7 struct s { struct
9 struct s *next; argument
12 int foo(struct s *s) { in foo()
/external/chromium/googleurl/src/
Durl_canon_stdstring.h97 void SetSchemeStr(const STR& s) { in SetSchemeStr()
101 void SetUsernameStr(const STR& s) { in SetUsernameStr()
105 void SetPasswordStr(const STR& s) { in SetPasswordStr()
109 void SetHostStr(const STR& s) { in SetHostStr()
113 void SetPortStr(const STR& s) { in SetPortStr()
117 void SetPathStr(const STR& s) { in SetPathStr()
121 void SetQueryStr(const STR& s) { in SetQueryStr()
125 void SetRefStr(const STR& s) { in SetRefStr()
/external/mesa3d/src/glsl/
Dir_hv_accept.cpp48 ir_visitor_status s = ir->accept(v); in visit_list_elements() local
69 ir_visitor_status s = v->visit_enter(this); in accept() local
112 ir_visitor_status s = v->visit_enter(this); in accept() local
128 ir_visitor_status s = v->visit_enter(this); in accept() local
140 ir_visitor_status s = v->visit_enter(this); in accept() local
166 ir_visitor_status s = v->visit_enter(this); in accept() local
222 ir_visitor_status s = v->visit_enter(this); in accept() local
241 ir_visitor_status s = v->visit_enter(this); in accept() local
264 ir_visitor_status s = v->visit_enter(this); in accept() local
276 ir_visitor_status s = v->visit_enter(this); in accept() local
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DStringTest.java72 String s = new String(new byte[] { 65, 66, 67, 68, 69 }, 0); in test_Constructor$BI() local
98 String s = new String(new byte[] { 65, 66, 67, 68, 69 }, 0, 1, 3); in test_Constructor$BIII() local
108 String s = new String(new byte[] { 65, 66, 67, 68, 69 }, 0, 5, "8859_1"); in test_Constructor$BIILjava_lang_String() local
123 String s = new String(new byte[] { 65, 66, 67, 68, 69 }, "8859_1"); in test_Constructor$BLjava_lang_String() local
140 String s = new String(buf, 0, buf.length); in test_Constructor$CII() local
154 String s = new String("Hello World"); in test_ConstructorLjava_lang_String() local
234 String s = "abc"; in test_contentEqualsLjava_lang_CharSequence() local
256 String s = "abc"; in test_boolean_contentEquals_StringBuffer() local
279 String s = "abcdefghijklmnopqrstuvwxyz"; in test_containsLjava_lang_CharSequence() local
356 String s = "abc"; in test_offsetByCodePoints_II() local
[all …]
/external/icu4c/common/unicode/
Dutf_old.h336 #define UTF8_GET_CHAR_UNSAFE(s, i, c) { \ argument
343 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
350 #define UTF8_NEXT_CHAR_UNSAFE(s, i, c) { \ argument
370 #define UTF8_APPEND_CHAR_UNSAFE(s, i, c) { \ argument
390 #define UTF8_FWD_1_UNSAFE(s, i) { \ argument
395 #define UTF8_FWD_N_UNSAFE(s, i, n) { \ argument
404 #define UTF8_SET_CHAR_START_UNSAFE(s, i) { \ argument
409 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
421 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \ argument
430 #define UTF8_FWD_1_SAFE(s, i, length) U8_FWD_1(s, i, length) argument
[all …]
Dutf8.h197 #define U8_GET_UNSAFE(s, i, c) { \ argument
221 #define U8_GET(s, start, i, length, c) { \ argument
246 #define U8_NEXT_UNSAFE(s, i, c) { \ argument
283 #define U8_NEXT(s, i, length, c) { \ argument
325 #define U8_APPEND_UNSAFE(s, i, c) { \ argument
361 #define U8_APPEND(s, i, capacity, c, isError) { \ argument
386 #define U8_FWD_1_UNSAFE(s, i) { \ argument
401 #define U8_FWD_1(s, i, length) { \ argument
427 #define U8_FWD_N_UNSAFE(s, i, n) { \ argument
448 #define U8_FWD_N(s, i, length, n) { \ argument
[all …]
Dutf16.h166 #define U16_GET_UNSAFE(s, i, c) { \ argument
197 #define U16_GET(s, start, i, length, c) { \ argument
234 #define U16_NEXT_UNSAFE(s, i, c) { \ argument
261 #define U16_NEXT(s, i, length, c) { \ argument
285 #define U16_APPEND_UNSAFE(s, i, c) { \ argument
311 #define U16_APPEND(s, i, capacity, c, isError) { \ argument
332 #define U16_FWD_1_UNSAFE(s, i) { \ argument
349 #define U16_FWD_1(s, i, length) { \ argument
367 #define U16_FWD_N_UNSAFE(s, i, n) { \ argument
388 #define U16_FWD_N(s, i, length, n) { \ argument
[all …]
/external/qemu/android/utils/
Dstralloc.c54 stralloc_reset( stralloc_t* s ) in stralloc_reset()
63 stralloc_ready( stralloc_t* s, unsigned int len ) in stralloc_ready()
85 stralloc_readyplus( stralloc_t* s, unsigned int len ) in stralloc_readyplus()
98 stralloc_copy( stralloc_t* s, stralloc_t* from ) in stralloc_copy()
106 stralloc_append( stralloc_t* s, stralloc_t* from ) in stralloc_append()
114 stralloc_add_c( stralloc_t* s, int c ) in stralloc_add_c()
120 stralloc_add_str( stralloc_t* s, const char* str ) in stralloc_add_str()
126 stralloc_add_bytes( stralloc_t* s, const void* from, unsigned len ) in stralloc_add_bytes()
134 stralloc_cstr( stralloc_t* s ) in stralloc_cstr()
142 stralloc_lstrip( stralloc_t* s ) in stralloc_lstrip()
[all …]
Ddirscanner.c39 _dirScannerInit( DirScanner* s ) in _dirScannerInit() argument
57 _dirScanner_done( DirScanner* s ) in _dirScanner_done()
66 dirScanner_next( DirScanner* s ) in dirScanner_next()
99 _dirScannerInit( DirScanner* s ) in _dirScannerInit() argument
111 _dirScanner_done( DirScanner* s ) in _dirScanner_done()
120 dirScanner_next( DirScanner* s ) in dirScanner_next()
153 DirScanner* s = android_alloc0(sizeof *s); in dirScanner_new() local
175 dirScanner_free( DirScanner* s ) in dirScanner_free()
186 dirScanner_nextFull( DirScanner* s ) in dirScanner_nextFull()
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf8.h166 #define U8_GET_UNSAFE(s, i, c) { \ argument
190 #define U8_GET(s, start, i, length, c) { \ argument
215 #define U8_NEXT_UNSAFE(s, i, c) { \ argument
252 #define U8_NEXT(s, i, length, c) { \ argument
276 #define U8_APPEND_UNSAFE(s, i, c) { \ argument
312 #define U8_APPEND(s, i, length, c, isError) { \ argument
330 #define U8_FWD_1_UNSAFE(s, i) { \ argument
345 #define U8_FWD_1(s, i, length) { \ argument
371 #define U8_FWD_N_UNSAFE(s, i, n) { \ argument
392 #define U8_FWD_N(s, i, length, n) { \ argument
[all …]
Dutf16.h157 #define U16_GET_UNSAFE(s, i, c) { \ argument
188 #define U16_GET(s, start, i, length, c) { \ argument
225 #define U16_NEXT_UNSAFE(s, i, c) { \ argument
252 #define U16_NEXT(s, i, length, c) { \ argument
276 #define U16_APPEND_UNSAFE(s, i, c) { \ argument
302 #define U16_APPEND(s, i, capacity, c, isError) { \ argument
323 #define U16_FWD_1_UNSAFE(s, i) { \ argument
340 #define U16_FWD_1(s, i, length) { \ argument
358 #define U16_FWD_N_UNSAFE(s, i, n) { \ argument
379 #define U16_FWD_N(s, i, length, n) { \ argument
[all …]
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf8.h166 #define U8_GET_UNSAFE(s, i, c) { \ argument
190 #define U8_GET(s, start, i, length, c) { \ argument
215 #define U8_NEXT_UNSAFE(s, i, c) { \ argument
252 #define U8_NEXT(s, i, length, c) { \ argument
276 #define U8_APPEND_UNSAFE(s, i, c) { \ argument
312 #define U8_APPEND(s, i, length, c, isError) { \ argument
330 #define U8_FWD_1_UNSAFE(s, i) { \ argument
345 #define U8_FWD_1(s, i, length) { \ argument
371 #define U8_FWD_N_UNSAFE(s, i, n) { \ argument
392 #define U8_FWD_N(s, i, length, n) { \ argument
[all …]
Dutf16.h157 #define U16_GET_UNSAFE(s, i, c) { \ argument
188 #define U16_GET(s, start, i, length, c) { \ argument
225 #define U16_NEXT_UNSAFE(s, i, c) { \ argument
252 #define U16_NEXT(s, i, length, c) { \ argument
276 #define U16_APPEND_UNSAFE(s, i, c) { \ argument
302 #define U16_APPEND(s, i, capacity, c, isError) { \ argument
323 #define U16_FWD_1_UNSAFE(s, i) { \ argument
340 #define U16_FWD_1(s, i, length) { \ argument
358 #define U16_FWD_N_UNSAFE(s, i, n) { \ argument
379 #define U16_FWD_N(s, i, length, n) { \ argument
[all …]
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutf8.h166 #define U8_GET_UNSAFE(s, i, c) { \ argument
190 #define U8_GET(s, start, i, length, c) { \ argument
215 #define U8_NEXT_UNSAFE(s, i, c) { \ argument
252 #define U8_NEXT(s, i, length, c) { \ argument
276 #define U8_APPEND_UNSAFE(s, i, c) { \ argument
312 #define U8_APPEND(s, i, length, c, isError) { \ argument
330 #define U8_FWD_1_UNSAFE(s, i) { \ argument
345 #define U8_FWD_1(s, i, length) { \ argument
371 #define U8_FWD_N_UNSAFE(s, i, n) { \ argument
392 #define U8_FWD_N(s, i, length, n) { \ argument
[all …]
Dutf16.h157 #define U16_GET_UNSAFE(s, i, c) { \ argument
188 #define U16_GET(s, start, i, length, c) { \ argument
225 #define U16_NEXT_UNSAFE(s, i, c) { \ argument
252 #define U16_NEXT(s, i, length, c) { \ argument
276 #define U16_APPEND_UNSAFE(s, i, c) { \ argument
302 #define U16_APPEND(s, i, capacity, c, isError) { \ argument
323 #define U16_FWD_1_UNSAFE(s, i) { \ argument
340 #define U16_FWD_1(s, i, length) { \ argument
358 #define U16_FWD_N_UNSAFE(s, i, n) { \ argument
379 #define U16_FWD_N(s, i, length, n) { \ argument
[all …]
/external/webkit/Source/WebCore/icu/unicode/
Dutf8.h166 #define U8_GET_UNSAFE(s, i, c) { \ argument
190 #define U8_GET(s, start, i, length, c) { \ argument
215 #define U8_NEXT_UNSAFE(s, i, c) { \ argument
252 #define U8_NEXT(s, i, length, c) { \ argument
276 #define U8_APPEND_UNSAFE(s, i, c) { \ argument
312 #define U8_APPEND(s, i, length, c, isError) { \ argument
330 #define U8_FWD_1_UNSAFE(s, i) { \ argument
345 #define U8_FWD_1(s, i, length) { \ argument
371 #define U8_FWD_N_UNSAFE(s, i, n) { \ argument
392 #define U8_FWD_N(s, i, length, n) { \ argument
[all …]
Dutf16.h157 #define U16_GET_UNSAFE(s, i, c) { \ argument
188 #define U16_GET(s, start, i, length, c) { \ argument
225 #define U16_NEXT_UNSAFE(s, i, c) { \ argument
252 #define U16_NEXT(s, i, length, c) { \ argument
276 #define U16_APPEND_UNSAFE(s, i, c) { \ argument
302 #define U16_APPEND(s, i, capacity, c, isError) { \ argument
323 #define U16_FWD_1_UNSAFE(s, i) { \ argument
340 #define U16_FWD_1(s, i, length) { \ argument
358 #define U16_FWD_N_UNSAFE(s, i, n) { \ argument
379 #define U16_FWD_N(s, i, length, n) { \ argument
[all …]
/external/qemu/
Dmigration.c53 MigrationState *s = NULL; in do_migrate() local
77 MigrationState *s = current_migration; in do_migrate_cancel() local
87 FdMigrationState *s; in do_migrate_set_speed() local
142 MigrationState *s = current_migration; in do_info_migrate() local
168 void migrate_fd_monitor_suspend(FdMigrationState *s) in migrate_fd_monitor_suspend()
178 void migrate_fd_error(FdMigrationState *s) in migrate_fd_error()
185 void migrate_fd_cleanup(FdMigrationState *s) in migrate_fd_cleanup()
206 FdMigrationState *s = opaque; in migrate_fd_put_notify() local
214 FdMigrationState *s = opaque; in migrate_fd_put_buffer() local
230 void migrate_fd_connect(FdMigrationState *s) in migrate_fd_connect()
[all …]
/external/openssl/ssl/
Dd1_lib.c94 int dtls1_new(SSL *s) in dtls1_new()
132 static void dtls1_clear_queues(SSL *s) in dtls1_clear_queues()
185 void dtls1_free(SSL *s) in dtls1_free()
200 void dtls1_clear(SSL *s) in dtls1_clear()
239 long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg) in dtls1_ctrl()
285 void dtls1_start_timer(SSL *s) in dtls1_start_timer()
301 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft) in dtls1_get_timeout()
346 int dtls1_is_timer_expired(SSL *s) in dtls1_is_timer_expired()
366 void dtls1_double_timeout(SSL *s) in dtls1_double_timeout()
374 void dtls1_stop_timer(SSL *s) in dtls1_stop_timer()
[all …]
/external/chromium/third_party/libevent/
Dmin_heap.h58 void min_heap_ctor(min_heap_t* s) { s->p = 0; s->n = 0; s->a = 0; } in min_heap_ctor()
59 void min_heap_dtor(min_heap_t* s) { free(s->p); } in min_heap_dtor()
61 int min_heap_empty(min_heap_t* s) { return 0u == s->n; } in min_heap_empty()
62 unsigned min_heap_size(min_heap_t* s) { return s->n; } in min_heap_size()
63 struct event* min_heap_top(min_heap_t* s) { return s->n ? *s->p : 0; } in min_heap_top()
65 int min_heap_push(min_heap_t* s, struct event* e) in min_heap_push()
73 struct event* min_heap_pop(min_heap_t* s) in min_heap_pop()
85 int min_heap_erase(min_heap_t* s, struct event* e) in min_heap_erase()
106 int min_heap_reserve(min_heap_t* s, unsigned n) in min_heap_reserve()
122 void min_heap_shift_up_(min_heap_t* s, unsigned hole_index, struct event* e) in min_heap_shift_up_()
[all …]
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
DX500PrincipalTest.java60 String s = principal.toString(); in testStreamPosition() local
81 String s = principal.toString(); in testStreamPosition_0() local
109 String s = principal.getName(X500Principal.RFC1779); in testStreamPosition_1() local
124 String s = principal.getName(X500Principal.RFC1779); in testStreamPosition_2() local
140 String s = principal.toString(); in testEncodingFromFile() local
174 String s = principal.toString(); in testToString() local
229 String s = principal.getName(X500Principal.RFC1779); in testKWAsOid_RFC1779() local
244 String s = principal.getName(X500Principal.RFC2253); in testKWAsOid_RFC2253() local
259 String s = principal.getName(X500Principal.CANONICAL); in testKWAsOid_CANONICAL() local
275 String s = principal.getName(X500Principal.RFC1779); in testOid_RFC1779() local
[all …]
/external/chromium/chrome/browser/webdata/
Dautofill_table.cc61 sql::Statement* s) { in BindAutofillProfileToStatement()
84 AutofillProfile* AutofillProfileFromStatement(const sql::Statement& s) { in AutofillProfileFromStatement()
103 sql::Statement* s) { in BindCreditCardToStatement()
121 CreditCard* CreditCardFromStatement(const sql::Statement& s) { in CreditCardFromStatement()
148 sql::Statement s(db->GetUniqueStatement( in AddAutofillProfileNamesToProfile() local
175 sql::Statement s(db->GetUniqueStatement( in AddAutofillProfileEmailsToProfile() local
196 sql::Statement s(db->GetUniqueStatement( in AddAutofillProfilePhonesToProfile() local
218 sql::Statement s(db->GetUniqueStatement( in AddAutofillProfileFaxesToProfile() local
252 sql::Statement s(db->GetUniqueStatement( in AddAutofillProfileNames() local
280 sql::Statement s(db->GetUniqueStatement( in AddAutofillProfileEmails() local
[all …]

12345678910>>...111