Home
last modified time | relevance | path

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

12345678910>>...126

/external/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java180 private void doTestNoMatches(CharMatcher matcher, String s) { in doTestNoMatches()
182 reallyTestAllMatches(matcher.negate(), s); in doTestNoMatches() local
183 reallyTestNoMatches(matcher.precomputed(), s); in doTestNoMatches() local
184 reallyTestAllMatches(matcher.negate().precomputed(), s); in doTestNoMatches() local
185 reallyTestAllMatches(matcher.precomputed().negate(), s); in doTestNoMatches() local
186 reallyTestNoMatches(forPredicate(matcher), s); in doTestNoMatches() local
207 private void doTestAllMatches(CharMatcher matcher, String s) { in doTestAllMatches()
209 reallyTestNoMatches(matcher.negate(), s); in doTestAllMatches() local
210 reallyTestAllMatches(matcher.precomputed(), s); in doTestAllMatches() local
211 reallyTestNoMatches(matcher.negate().precomputed(), s); in doTestAllMatches() local
[all …]
/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
11 struct s {int a, b, c;} * b = &(struct s) {1, 2, 3}; in xxx() argument
19 struct S s; in f() local
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestIntervalSet.java45 IntervalSet s = IntervalSet.of(99); in testSingleElement() local
51 IntervalSet s = new IntervalSet(); in testIsolatedElements() local
60 IntervalSet s = new IntervalSet(); in testMixedRangesAndElements() local
69 IntervalSet s = IntervalSet.of(10,20); in testSimpleAnd() local
77 IntervalSet s = IntervalSet.of('a','z'); in testRangeAndIsolatedElement() local
85 IntervalSet s = IntervalSet.of('a','z'); in testEmptyIntersection() local
93 IntervalSet s = IntervalSet.of('a'); in testEmptyIntersectionSingleElements() local
103 IntervalSet s = IntervalSet.of(50,50); in testNotSingleElement() local
111 IntervalSet s = IntervalSet.of(50,60); in testNotSet() local
121 IntervalSet s = IntervalSet.of(1,1000); in testNotEqualSet() local
[all …]
/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/guava/guava-tests/test/com/google/common/testing/
DNullPointerTesterTest.java60 public static void staticOneArgCorrectlyThrowsNpe(String s) { in staticOneArgCorrectlyThrowsNpe()
63 public static void staticOneArgThrowsOtherThanNpe(String s) { in staticOneArgThrowsOtherThanNpe()
66 public static void staticOneArgShouldThrowNpeButDoesnt(String s) { in staticOneArgShouldThrowNpeButDoesnt()
70 staticOneArgNullableCorrectlyDoesNotThrowNPE(@Nullable String s) { in staticOneArgNullableCorrectlyDoesNotThrowNPE()
74 staticOneArgNullableCorrectlyThrowsOtherThanNPE(@Nullable String s) { in staticOneArgNullableCorrectlyThrowsOtherThanNPE()
78 staticOneArgNullableThrowsNPE(@Nullable String s) { in staticOneArgNullableThrowsNPE()
82 public void oneArgCorrectlyThrowsNpe(String s) { in oneArgCorrectlyThrowsNpe()
85 public void oneArgThrowsOtherThanNpe(String s) { in oneArgThrowsOtherThanNpe()
88 public void oneArgShouldThrowNpeButDoesnt(String s) { in oneArgShouldThrowNpeButDoesnt()
91 public void oneArgNullableCorrectlyDoesNotThrowNPE(@Nullable String s) { in oneArgNullableCorrectlyDoesNotThrowNPE()
[all …]
/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/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/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/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 …]
/external/clang/utils/analyzer/
DSumTimerInfo.py39 s = line.split() variable
45 s = line.split() variable
48 s = line.split() variable
51 s = line.split() variable
54 s = line.split() variable
57 s = line.split() variable
61 s = line.split() variable
64 s = line.split() variable
67 s = line.split() variable
70 s = line.split() variable
/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/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/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/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/openssl/ssl/
Dd1_lib.c95 int dtls1_new(SSL *s) in dtls1_new()
133 static void dtls1_clear_queues(SSL *s) in dtls1_clear_queues()
186 void dtls1_free(SSL *s) in dtls1_free()
201 void dtls1_clear(SSL *s) in dtls1_clear()
247 long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg) in dtls1_ctrl()
293 void dtls1_start_timer(SSL *s) in dtls1_start_timer()
318 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft) in dtls1_get_timeout()
363 int dtls1_is_timer_expired(SSL *s) in dtls1_is_timer_expired()
383 void dtls1_double_timeout(SSL *s) in dtls1_double_timeout()
391 void dtls1_stop_timer(SSL *s) in dtls1_stop_timer()
[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/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 …]

12345678910>>...126