/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | UTF16CollationIterator.java | 29 public UTF16CollationIterator(CollationData d, boolean numeric, CharSequence s, int p) { in UTF16CollationIterator() 62 public void setText(boolean numeric, CharSequence s, int p) { in setText() 75 char c = seq.charAt(pos++); in nextCodePoint() local 91 char c = seq.charAt(--pos); in previousCodePoint() local 107 char c = seq.charAt(pos++); in handleNextCE32() local 124 char c = seq.charAt(pos++); in forwardNumCodePoints() local 136 char c = seq.charAt(--pos); in backwardNumCodePoints() local 145 protected CharSequence seq; field in UTF16CollationIterator
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | UTF16CollationIterator.java | 31 public UTF16CollationIterator(CollationData d, boolean numeric, CharSequence s, int p) { in UTF16CollationIterator() 64 public void setText(boolean numeric, CharSequence s, int p) { in setText() 77 char c = seq.charAt(pos++); in nextCodePoint() local 93 char c = seq.charAt(--pos); in previousCodePoint() local 109 char c = seq.charAt(pos++); in handleNextCE32() local 126 char c = seq.charAt(pos++); in forwardNumCodePoints() local 138 char c = seq.charAt(--pos); in backwardNumCodePoints() local 147 protected CharSequence seq; field in UTF16CollationIterator
|
/external/python/cpython2/Python/ |
D | ast.c | 121 ast_warn(struct compiling *c, const node *n, char *msg) in ast_warn() 134 forbidden_check(struct compiling *c, const node *n, const char *x) in forbidden_check() 221 stmt_ty s; in PyAST_FromNode() local 223 struct compiling c; in PyAST_FromNode() local 370 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) in set_context() 372 asdl_seq *s = NULL; in set_context() local 488 ast_for_augassign(struct compiling *c, const node *n) in ast_for_augassign() 526 ast_for_comp_op(struct compiling *c, const node *n) in ast_for_comp_op() 578 seq_for_testlist(struct compiling *c, const node *n) in seq_for_testlist() 581 asdl_seq *seq; in seq_for_testlist() local [all …]
|
D | symtable.c | 222 asdl_seq *seq; in PySymtable_Build() local 697 PyObject *c = PyList_GET_ITEM(ste->ste_children, i); in analyze_block() local 1001 symtable_visit_stmt(struct symtable *st, stmt_ty s) in symtable_visit_stmt() 1139 asdl_seq *seq = s->v.Global.names; in symtable_visit_stmt() local 1456 symtable_visit_slice(struct symtable *st, slice_ty s) in symtable_visit_slice()
|
D | bltinmodule.c | 246 PyObject *func, *seq, *result, *it, *arg; in builtin_filter() local 383 char s[1]; in builtin_chr() local 425 int c; in builtin_cmp() local 781 struct stat s; in builtin_execfile() local 1275 PyObject *s; in builtin_intern() local 2057 char *s; in builtin_raw_input() local 2229 PyObject *newlist, *v, *seq, *compare=NULL, *keyfunc=NULL, *newargs; in builtin_sorted() local 2309 PyObject *seq; in builtin_sum() local
|
/external/fio/ |
D | gettime.c | 232 struct timeval s, e; in get_cycles_per_usec() local 382 uint64_t utime_since(const struct timeval *s, const struct timeval *e) in utime_since() 402 uint64_t utime_since_now(const struct timeval *s) in utime_since_now() 416 uint64_t mtime_since(const struct timeval *s, const struct timeval *e) in mtime_since() 435 uint64_t mtime_since_now(const struct timeval *s) in mtime_since_now() 449 uint64_t time_since_now(const struct timeval *s) in time_since_now() 461 uint32_t seq; member 473 uint32_t *seq; member 477 static inline uint32_t atomic32_inc_return(uint32_t *seq) in atomic32_inc_return() 485 struct clock_entry *c; in clock_thread_fn() local [all …]
|
D | iolog.c | 719 struct io_sample *s; in flush_hist_samples() local 762 struct io_sample *s; in flush_samples() local 806 static struct iolog_compress *get_new_chunk(unsigned int seq) in get_new_chunk() 808 struct iolog_compress *c; in get_new_chunk() local 848 unsigned int seq; member 1135 struct iolog_compress *c; in log_chunk_sizes() local 1148 struct iolog_compress *c = NULL; in gz_work() local 1150 unsigned int seq; in gz_work() local
|
/external/fio/t/ |
D | read-to-pipe-async.c | 72 struct stats s; member 82 struct stats s; member 92 int seq; member 103 uint64_t utime_since(const struct timeval *s, const struct timeval *e) in utime_since() 123 static struct work_item *find_seq(struct writer_thread *w, unsigned int seq) in find_seq() 200 static void add_lat(struct stats *s, unsigned int us, const char *name) in add_lat() 221 struct timeval s, e; in write_work() local 243 unsigned int seq = 1; in writer_fn() local 272 struct timeval s, e; in reader_work() local 444 static void show_latencies(struct stats *s, const char *msg) in show_latencies() [all …]
|
/external/openssh/ |
D | clientloop.c | 576 client_global_request_reply(int type, u_int32_t seq, void *ctxt) in client_global_request_reply() 805 client_status_confirm(int type, Channel *c, void *ctx) in client_status_confirm() 866 client_abandon_status_confirm(Channel *c, void *ctx) in client_abandon_status_confirm() 909 char *s, *cmd; in process_cmdline() local 1089 process_escapes(Channel *c, Buffer *bin, Buffer *bout, Buffer *berr, in process_escapes() 1097 char *s; in process_escapes() local 1477 client_simple_escape_filter(Channel *c, char *buf, int len) in client_simple_escape_filter() 1800 client_input_stdout_data(int type, u_int32_t seq, void *ctxt) in client_input_stdout_data() 1811 client_input_stderr_data(int type, u_int32_t seq, void *ctxt) in client_input_stderr_data() 1822 client_input_exit_status(int type, u_int32_t seq, void *ctxt) in client_input_exit_status() [all …]
|
D | channels.c | 199 Channel *c; in channel_by_id() local 216 Channel *c; in channel_by_remote_id() local 234 Channel *c; in channel_lookup() local 261 channel_register_fds(Channel *c, int rfd, int wfd, int efd, in channel_register_fds() 310 Channel *c; in channel_new() local 388 Channel *c; in channel_find_maxfd() local 417 channel_close_fds(Channel *c) in channel_close_fds() 427 channel_free(Channel *c) in channel_free() 429 char *s; in channel_free() local 541 Channel *c; in channel_stop_listening() local [all …]
|
D | kex.c | 155 char *s, *cp, *p; in kex_names_valid() local 326 kex_protocol_error(int type, u_int32_t seq, void *ctxt) in kex_protocol_error() 386 kex_input_ext_info(int type, u_int32_t seq, void *ctxt) in kex_input_ext_info() 425 kex_input_newkeys(int type, u_int32_t seq, void *ctxt) in kex_input_newkeys() 478 kex_input_kexinit(int type, u_int32_t seq, void *ctxt) in kex_input_kexinit() 889 char c = id; in derive_key() local
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
D | UnicodeEscaper.java | 187 protected final String escapeSlow(String s, int index) { in escapeSlow() 310 char c = csq.charAt(index++); in escape() local 372 public Appendable append(char c) throws IOException { in escape() 455 protected static final int codePointAt(CharSequence seq, int index, int end) { in codePointAt()
|
/external/python/cpython2/Modules/ |
D | stropmodule.c | 30 split_whitespace(char *s, Py_ssize_t len, Py_ssize_t maxsplit) in split_whitespace() 101 char *s, *sub; in strop_splitfields() local 169 PyObject *seq; in strop_joinfields() local 306 char *s, *sub; in strop_find() local 349 char *s, *sub; in strop_rfind() local 383 char *s; in do_strip() local 462 char *s, *s_new; in strop_lower() local 476 int c = Py_CHARMASK(*s++); in strop_lower() local 501 char *s, *s_new; in strop_upper() local 515 int c = Py_CHARMASK(*s++); in strop_upper() local [all …]
|
D | _json.c | 131 #define S_CHAR(c) (c >= ' ' && c <= '~' && c != '\\' && c != '"') argument 132 #define IS_WHITESPACE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) argument 159 ascii_escape_char(Py_UNICODE c, char *output, Py_ssize_t chars) in ascii_escape_char() 236 Py_UNICODE c = input_unicode[i]; in ascii_escape_unicode() local 286 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i]; in ascii_escape_str() local 336 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i]; in ascii_escape_str() local 369 raise_errmsg(char *msg, PyObject *s, Py_ssize_t end) in raise_errmsg() 463 Py_UNICODE c = 0; in scanstring_str() local 636 Py_UNICODE c = 0; in scanstring_unicode() local 855 PyScannerObject *s; in scanner_traverse() local [all …]
|
/external/tcpdump/ |
D | print-tcp.c | 79 tcp_seq seq; member 92 tcp_seq seq; member 170 uint32_t seq, ack, thseq, thack; in tcp_print() local 470 uint32_t s, e; in tcp_print() local 792 int c; in print_tcp_rst_data() local
|
/external/regex-re2/re2/ |
D | parse.cc | 447 bool Regexp::ParseState::PushRepeatOp(RegexpOp op, const StringPiece& s, in PushRepeatOp() 469 const StringPiece& s, in PushRepetition() 1122 static bool ParseInteger(StringPiece* s, int* np) { in ParseInteger() 1129 int c; in ParseInteger() local 1151 StringPiece s = *sp; in MaybeParseRepetition() local 1204 static bool IsValidUTF8(const StringPiece& s, RegexpStatus* status) { in IsValidUTF8() 1215 static int IsHex(int c) { in IsHex() 1222 static int UnHex(int c) { in UnHex() 1236 static bool ParseEscape(StringPiece* s, Rune* rp, in ParseEscape() 1250 Rune c, c1; in ParseEscape() local [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedCollator.java | 1006 void internalAddContractions(int c, UnicodeSet set) { in internalAddContractions() 1128 private void writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) { in writeSortKey() 1149 private void writeIdenticalLevel(CharSequence s, CollationKeyByteSink sink) { in writeIdenticalLevel() 1477 int c = Character.codePointAt(decomp, index); in nextCodePoint() local 1490 final int nextDecomposedCodePoint(Normalizer2Impl nfcImpl, int c) { in nextDecomposedCodePoint() 1511 void setText(CharSequence seq, int start) { in setText() 1520 int c = Character.codePointAt(s, pos); in nextRawCodePoint() local 1525 protected CharSequence s; field in RuleBasedCollator.UTF16NFDIterator 1531 void setText(Normalizer2Impl nfcImpl, CharSequence seq, int start) { in setText() 1715 final boolean isUnsafe(int c) { in isUnsafe()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | RuleBasedCollator.java | 1030 void internalAddContractions(int c, UnicodeSet set) { in internalAddContractions() 1154 private void writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) { in writeSortKey() 1175 private void writeIdenticalLevel(CharSequence s, CollationKeyByteSink sink) { in writeIdenticalLevel() 1514 int c = Character.codePointAt(decomp, index); in nextCodePoint() local 1527 final int nextDecomposedCodePoint(Normalizer2Impl nfcImpl, int c) { in nextDecomposedCodePoint() 1548 void setText(CharSequence seq, int start) { in setText() 1557 int c = Character.codePointAt(s, pos); in nextRawCodePoint() local 1562 protected CharSequence s; field in RuleBasedCollator.UTF16NFDIterator 1568 void setText(Normalizer2Impl nfcImpl, CharSequence seq, int start) { in setText() 1751 final boolean isUnsafe(int c) { in isUnsafe()
|
/external/iputils/ |
D | ping6.c | 330 static int seq = -1; in niquery_nonce() local 354 static inline void niquery_fill_nonce(__u16 seq, __u8 *nonce) in niquery_fill_nonce() 375 __u16 seq = ntohsp((__u16 *)nonce); in niquery_check_nonce() local 1446 static void putchar_safe(char c) in putchar_safe() 1593 struct cmsghdr *c; in parse_reply() local 1631 int seq = niquery_check_nonce(nih->ni_nonce); in parse_reply() local 1813 static char *s; in pr_addr() local
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 173 char *s; in PyString_FromFormatV() local 416 PyObject *PyString_Decode(const char *s, in PyString_Decode() 496 PyObject *PyString_Encode(const char *s, in PyString_Encode() 605 PyObject *PyString_DecodeEscape(const char *s, in PyString_DecodeEscape() 611 int c; in PyString_DecodeEscape() local 765 char *s; in string_getsize() local 775 char *s; in string_getbuffer() local 800 register char **s, in PyString_AsStringAndSize() 856 char c; in string_print() local 943 register char c; in PyString_Repr() local [all …]
|
D | abstract.c | 1093 int c; local 1198 sequence_repeat(ssizeargfunc repeatfunc, PyObject *seq, PyObject *n) 1468 int_from_string(const char *s, Py_ssize_t len) 1687 long_from_string(const char *s, Py_ssize_t len) 1844 PySequence_Check(PyObject *s) 1857 PySequence_Size(PyObject *s) 1876 PySequence_Length(PyObject *s) 1883 PySequence_Concat(PyObject *s, PyObject *o) 1936 PySequence_InPlaceConcat(PyObject *s, PyObject *o) 1989 PySequence_GetItem(PyObject *s, Py_ssize_t i) [all …]
|
D | fileobject.c | 200 const char *s, *c; in _PyVerify_Mode_WINNT() local 939 int c; in file_tell() local 1408 int c; in get_line() local 1588 char *s = PyString_AS_STRING(result); in PyFile_GetLine() local 1611 Py_UNICODE *s = PyUnicode_AS_UNICODE(result); in PyFile_GetLine() local 1802 const char *s; in file_write() local 1870 file_writelines(PyFileObject *f, PyObject *seq) in file_writelines() 2277 PyStringObject* s; in readahead_get_line_skip() local 2618 PyFile_WriteString(const char *s, PyObject *f) in PyFile_WriteString() 2730 int c; in Py_UniversalNewlineFgets() local [all …]
|
D | unicodeobject.c | 671 makefmt(char *fmt, int longflag, int size_tflag, int zeropad, int width, int precision, char c) in makefmt() 711 Py_UNICODE *s; in PyUnicode_FromFormatV() local 819 const char *s = va_arg(count, const char*); in PyUnicode_FromFormatV() local 1124 Py_UNICODE s[1]; in PyUnicode_FromOrdinal() local 1167 const char *s = NULL; in PyUnicode_FromEncodedObject() local 1235 PyObject *PyUnicode_Decode(const char *s, in PyUnicode_Decode() 1306 PyObject *PyUnicode_Encode(const Py_UNICODE *s, in PyUnicode_Encode() 1559 #define IS_BASE64(c) \ argument 1567 #define FROM_BASE64(c) \ argument 1583 #define DECODE_DIRECT(c) \ argument [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
D | PKCS12KeyStoreSpi.java | 291 Certificate c = (Certificate)certs.remove(alias); in engineDeleteEntry() local 323 Certificate c = (Certificate)certs.get(alias); in engineGetCertificate() local 347 Enumeration c = certs.elements(); in engineGetCertificateAlias() local 391 Certificate c = engineGetCertificate(alias); in engineGetCertificateChain() local 431 Principal s = x509c.getSubjectDN(); in engineGetCertificateChain() local 860 ContentInfo[] c = authSafe.getContentInfo(); in engineLoad() local 867 ASN1Sequence seq = (ASN1Sequence)dIn.readObject(); in engineLoad() local 961 ASN1Sequence seq = (ASN1Sequence)ASN1Primitive.fromByteArray(octets); in engineLoad() local
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.c | 254 int s; in open_socket() local 714 u64 val, seq, ind; in inc_sqn() local 885 static int process(int s) in process() 1006 int c; in main() local
|