/external/v8/test/mjsunit/third_party/ |
D | string-trim.js | 48 {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/chromium/googleurl/src/ |
D | url_canon_stdstring.h | 97 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/icu4c/common/unicode/ |
D | utf_old.h | 336 #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 …]
|
D | utf8.h | 197 #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 …]
|
D | utf16.h | 166 #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/chromium/third_party/icu/public/common/unicode/ |
D | utf_old.h | 336 #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 …]
|
D | utf8.h | 166 #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 294 #define U8_APPEND_UNSAFE(s, i, c) { \ argument 330 #define U8_APPEND(s, i, capacity, c, isError) { \ argument 355 #define U8_FWD_1_UNSAFE(s, i) { \ argument 370 #define U8_FWD_1(s, i, length) { \ argument 396 #define U8_FWD_N_UNSAFE(s, i, n) { \ argument 417 #define U8_FWD_N(s, i, length, n) { \ argument [all …]
|
D | utf16.h | 166 #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/webkit/JavaScriptCore/icu/unicode/ |
D | utf8.h | 166 #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 …]
|
D | utf16.h | 157 #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/JavaScriptGlue/icu/unicode/ |
D | utf8.h | 166 #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 …]
|
D | utf16.h | 157 #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/WebKit/mac/icu/unicode/ |
D | utf8.h | 166 #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 …]
|
D | utf16.h | 157 #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/WebCore/icu/unicode/ |
D | utf8.h | 166 #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 …]
|
D | utf16.h | 157 #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/ |
D | migration.c | 53 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/ |
D | d1_lib.c | 94 int dtls1_new(SSL *s) in dtls1_new() 132 void dtls1_free(SSL *s) in dtls1_free() 183 void dtls1_clear(SSL *s) in dtls1_clear() 192 long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg) in dtls1_ctrl() 238 void dtls1_start_timer(SSL *s) in dtls1_start_timer() 254 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft) in dtls1_get_timeout() 299 int dtls1_is_timer_expired(SSL *s) in dtls1_is_timer_expired() 319 void dtls1_double_timeout(SSL *s) in dtls1_double_timeout() 327 void dtls1_stop_timer(SSL *s) in dtls1_stop_timer() 335 int dtls1_handle_timeout(SSL *s) in dtls1_handle_timeout() [all …]
|
D | ssl_lib.c | 182 int SSL_clear(SSL *s) in SSL_clear() 274 SSL *s; in SSL_new() local 470 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose) in SSL_CTX_set_purpose() 475 int SSL_set_purpose(SSL *s, int purpose) in SSL_set_purpose() 480 int SSL_CTX_set_trust(SSL_CTX *s, int trust) in SSL_CTX_set_trust() 485 int SSL_set_trust(SSL *s, int trust) in SSL_set_trust() 500 void SSL_free(SSL *s) in SSL_free() 593 void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio) in SSL_set_bio() 613 BIO *SSL_get_rbio(const SSL *s) in SSL_get_rbio() 616 BIO *SSL_get_wbio(const SSL *s) in SSL_get_wbio() [all …]
|
/external/qemu/android/utils/ |
D | stralloc.c | 54 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_to_tempstr( stralloc_t* s ) in stralloc_to_tempstr() [all …]
|
D | dirscanner.c | 38 _dirScannerInit( DirScanner* s ) in _dirScannerInit() argument 56 _dirScanner_done( DirScanner* s ) in _dirScanner_done() 65 dirScanner_next( DirScanner* s ) in dirScanner_next() 98 _dirScannerInit( DirScanner* s ) in _dirScannerInit() argument 110 _dirScanner_done( DirScanner* s ) in _dirScanner_done() 119 dirScanner_next( DirScanner* s ) in dirScanner_next() 152 DirScanner* s = qemu_mallocz(sizeof *s); in dirScanner_new() local 174 dirScanner_free( DirScanner* s ) in dirScanner_free() 185 dirScanner_nextFull( DirScanner* s ) in dirScanner_nextFull()
|
/external/chromium/third_party/libevent/ |
D | min_heap.h | 58 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/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | vector-fst.h | 45 for (StateId s = 0; s < (StateId)states_.size(); ++s) in ~VectorFstBaseImpl() local 51 Weight Final(StateId s) const { return states_[s]->final; } in Final() 55 size_t NumArcs(StateId s) const { return states_[s]->arcs.size(); } in NumArcs() 57 void SetStart(StateId s) { start_ = s; } in SetStart() 59 void SetFinal(StateId s, Weight w) { states_[s]->final = w; } in SetFinal() 71 void AddArc(StateId s, const Arc &arc) { in AddArc() 80 for (StateId s = 0; s < (StateId)states_.size(); ++s) { in DeleteStates() local 91 for (StateId s = 0; s < (StateId)states_.size(); ++s) { in DeleteStates() local 115 for (StateId s = 0; s < (StateId)states_.size(); ++s) in DeleteStates() local 121 void DeleteArcs(StateId s, size_t n) { in DeleteArcs() [all …]
|
D | queue.h | 79 void Enqueue(StateId s) { Enqueue_(s); } in Enqueue() 81 void Update(StateId s) { Update_(s); } in Update() 108 void Enqueue(StateId s) { front_ = s; } in Enqueue() 110 void Update(StateId s) {} in Update() 117 virtual void Enqueue_(StateId s) { Enqueue(s); } in Enqueue_() 119 virtual void Update_(StateId s) { Update(s); } in Update_() 141 void Enqueue(StateId s) { push_front(s); } in Enqueue() 143 void Update(StateId s) {} in Update() 149 virtual void Enqueue_(StateId s) { Enqueue(s); } in Enqueue_() 151 virtual void Update_(StateId s) { Update(s); } in Update_() [all …]
|
/external/webkit/WebKit/gtk/gdom/ |
D | ConvertToGCharPrivate.h | 28 inline gchar* copyAsGchar(WebCore::String const& s) in copyAsGchar() 33 inline gchar* copyAsGchar(WebCore::KURL const& s) in copyAsGchar() 38 inline gchar* copyAsGchar(const JSC::UString& s) in copyAsGchar() 43 inline gchar* copyAsGchar(WebCore::AtomicString const& s) in copyAsGchar()
|