Searched defs:chars (Results 26 - 50 of 275) sorted by last modified time

1234567891011

/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c846 BYTE chars[2]; local
849 if (ToAsciiEx(vkey, scancode, (PBYTE) keystate, (WORD*)chars, 0, GetKeyboardLayout(0)) == 1) {
850 return MultiByteToWideChar(codepage, 0, (LPCSTR) chars, 1, wchars, wsize);
/external/qemu/distrib/zlib-1.2.8/
H A Dgzlib.c40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
48 if (chars != 0) {
50 if (chars >= 2
51 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
52 chars -= 2;
53 msgbuf[chars] = 0;
56 if (chars > sizeof (buf) - 1) {
57 chars = sizeof (buf) - 1;
58 msgbuf[chars]
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/pcre/dist/
H A Dpcre_jit_compile.c3185 static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars) argument
3267 max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars);
3290 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars);
3414 chars[0] = mask;
3415 chars[1] = mask;
3421 chars += 2;
3477 if (chars[0] == NOTACHAR && chars[1] == 0)
3479 if (chars[0] == NOTACHAR)
3482 chars[
3522 pcre_uint32 chars[MAX_N_CHARS * 2]; local
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzlib.c40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
48 if (chars != 0) {
50 if (chars >= 2
51 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
52 chars -= 2;
53 msgbuf[chars] = 0;
56 if (chars > sizeof (buf) - 1) {
57 chars = sizeof (buf) - 1;
58 msgbuf[chars]
[all...]
/external/openssl/apps/
H A Dapps.c342 char *chars=":]>"; local
344 while(*chars != '\0')
346 q=strrchr(p,*chars);
349 chars++;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
H A DDistinguishedNameParser.java37 private char[] chars; field in class:DistinguishedNameParser
49 // skip preceding space chars, they can present after
51 for (; pos < length && chars[pos] == ' '; pos++) {
60 // attribute type chars
62 for (; pos < length && chars[pos] != '=' && chars[pos] != ' '; pos++) {
73 // skip trailing space chars between attribute type and '='
75 if (chars[pos] == ' ') {
76 for (; pos < length && chars[pos] != '=' && chars[po
[all...]
/external/lzma/CPP/Common/
H A DMyString.h216 CStringBase(const T *chars): _chars(0), _length(0), _capacity(0) argument
218 int length = MyStringLen(chars);
220 MyStringCopy(_chars, chars); // can be optimized by memove()
263 CStringBase& operator=(const T *chars) argument
266 int length = MyStringLen(chars);
268 MyStringCopy(_chars, chars);
568 CStringBase<T> operator+(const CStringBase<T>& s, const T * chars) argument
571 result += chars;
576 CStringBase<T> operator+(const T * chars, const CStringBase<T>& s) argument
578 CStringBase<T> result(chars);
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c942 mDNSu32 divisor = 1, chars = 2; // Shortest possible RFC1034 name suffix is 2 characters ("-2") local
943 if (RichText) chars = 4; // Shortest possible RichText suffix is 4 characters (" (2)")
948 while (divisor < 0xFFFFFFFFUL/10 && val >= divisor * 10) { divisor *= 10; chars++; }
950 name->c[0] = (mDNSu8) TruncateUTF8ToLength(name->c+1, name->c[0], MAX_DOMAIN_LABEL - chars);
3059 // and (j-i) is the number of continuation-chars we found
/external/llvm/lib/Support/
H A Dregcclass.h46 const char *chars; member in struct:cclass
/external/libvterm/include/
H A Dvterm.h103 const uint32_t *chars; member in struct:__anon25011
210 uint32_t chars[VTERM_MAX_CHARS_PER_CELL]; member in struct:__anon25015
252 size_t vterm_screen_get_chars(const VTermScreen *screen, uint32_t *chars, size_t len, const VTermRect rect);
/external/libvterm/src/
H A Dencoding.c176 const uint32_t chars[128]; member in struct:StaticTableEncoding
192 if(table->chars[c])
193 cp[(*cpi)++] = table->chars[c];
H A Dscreen.c33 uint32_t chars[VTERM_MAX_CHARS_PER_CELL]; member in struct:__anon25026
89 new_cell->chars[0] = 0;
179 for(i = 0; i < VTERM_MAX_CHARS_PER_CELL && info->chars[i]; i++) {
180 cell->chars[i] = info->chars[i];
184 cell->chars[i] = 0;
187 getcell(screen, pos.row, pos.col + col)->chars[0] = (uint32_t)-1;
272 cell->chars[0] = 0;
658 if(cell->chars[0] == 0)
661 else if(cell->chars[
684 vterm_screen_get_chars(const VTermScreen *screen, uint32_t *chars, size_t len, const VTermRect rect) argument
[all...]
H A Dstate.c20 static void putglyph(VTermState *state, const uint32_t chars[], int width, VTermPos pos) argument
23 .chars = chars,
32 fprintf(stderr, "libvterm: Unhandled putglyph U+%04x at (%d,%d)\n", chars[0], pos.col, pos.row);
183 printf("DEBUG: COMBINING SPLIT GLYPH of chars {");
189 /* Find where we need to append these combining chars */
228 uint32_t chars[glyph_ends - glyph_starts + 1]; local
231 chars[i - glyph_starts] = codepoints[i];
235 chars[glyph_ends - glyph_starts] = 0;
240 printf("DEBUG: COMBINED GLYPH of %d chars {", glyph_end
[all...]

Completed in 330 milliseconds

1234567891011