HomeSort by relevance Sort by last modified time
    Searched refs:blank (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 188 int blank = buffer.indexOf(' ', i, indexTo); local
189 if (blank == -1) {
190 blank = indexTo;
194 minor = Integer.parseInt(buffer.substringTrimmed(i, blank));
201 cursor.updatePos(blank);
319 int blank = buffer.indexOf(' ', i, indexTo); local
320 if (blank < 0) {
324 String method = buffer.substringTrimmed(i, blank);
325 cursor.updatePos(blank);
330 blank = buffer.indexOf(' ', i, indexTo)
415 int blank = buffer.indexOf(' ', i, indexTo); local
    [all...]
  /external/icu4c/tools/genpname/
SyntheticPropertyAliases.txt 49 n/a; blank
  /external/webkit/Tools/Scripts/
run-leaks 144 my ($leakCount) = ($leaksOutput->[1] =~ /[[:blank:]]+([0-9]+)[[:blank:]]+leaks?/);
  /external/webkit/LayoutTests/storage/domstorage/events/resources/
eventTestHarness.js 7 iframe.src = "about:blank";
  /external/webkit/Tools/android/flex-2.5.4a/
scan.l 75 WS [[:blank:]]+
76 OPTWS [[:blank:]]*
77 NOT_WS [^[:blank:]\n]
145 ^{OPTWS}{NL} ++linenum; /* allows blank lines in section 1 */
324 ^{OPTWS}{NL} ++linenum; /* allow blank lines in section 2 */
337 "$"/([[:blank:]]|{NL}) return '$';
521 "[:blank:]" BEGIN(CCL); return CCE_BLANK;
  /bootable/recovery/minui/
minui.h 32 void gr_fb_blank(bool blank);
graphics.c 372 void gr_fb_blank(bool blank)
376 ret = ioctl(gr_fb_fd, FBIOBLANK, blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK);
378 perror("ioctl(): blank");
  /bionic/libc/kernel/arch-sh/asm/
sh7760fb.h 117 void (*blank) (int); member in struct:sh7760fb_platdata
  /system/core/libdiskconfig/
config_mbr.c 269 struct part_info blank; local
271 memset(&blank, 0, sizeof(struct part_info));
272 if (!(temp_wr = mk_pri_pentry(dinfo, &blank, cnt, &cur_lba))) {
273 LOGE("Cannot create blank partition %d.", cnt);
  /external/openssl/crypto/des/
des.c 863 unsigned int blank=(unsigned int)'\n'-' '; local
868 if (n == blank)
899 if (w == blank) k=1;
900 if (x == blank) k=2;
901 if (y == blank) k=3;
902 if (z == blank) k=4;
  /external/webkit/Tools/DumpRenderTree/qt/
fonts.conf 44 These are the default Unicode chars that are expected to be blank
45 in fonts. All other blank chars are assumed to be broken and
48 <blank>
107 </blank>
  /external/qemu/hw/
goldfish_fb.c 58 uint32_t blank : 1; member in struct:goldfish_fb_state
83 qemu_put_byte(f, s->blank);
121 s->blank = qemu_get_byte(f);
507 if (s->blank)
618 s->blank = val;
  /libcore/luni/src/main/java/libcore/net/http/
HttpResponseCache.java 336 * with a blank line, and then a line containing the cipher suite. Next
361 String blank = Streams.readAsciiLine(in);
362 if (!blank.isEmpty()) {
363 throw new IOException("expected \"\" but was \"" + blank + "\"");
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 362 AuthResults blank; local
363 auth_results_ = blank;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLFrameElement02.js 106 assertEquals("longdescLink","about:blank",vlongdesc);
HTMLIFrameElement04.js 106 assertEquals("longdescLink","about:blank",vlongdesc);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLFrameElement02.js 106 assertEquals("longdescLink","about:blank",vlongdesc);
HTMLIFrameElement04.js 106 assertEquals("longdescLink","about:blank",vlongdesc);
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 119 * the application's version, the value count, and a blank line.
228 String blank = Streams.readAsciiLine(in); local
233 || !"".equals(blank)) {
235 + magic + ", " + version + ", " + valueCountString + ", " + blank + "]");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textiselementcontentwhitespace05.js 122 nonBlankNode = doc.createTextNode("not blank");
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 341 <!-- These are the default Unicode chars that are expected to be blank
342 in fonts. All other blank chars are assumed to be broken and won't
344 <blank>
403 </blank>
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 76 /** The time to wait before enabling the blank the screen due to the proximity sensor. */
78 /** The time to wait before disabling the blank the screen due to the proximity sensor. */
135 /** Used to show a blank view and hide the action bar. */
139 View blankView = findViewById(R.id.blank);
144 /** Used to remove the blank view and show the action bar. */
148 View blankView = findViewById(R.id.blank);
168 View blankView = findViewById(R.id.blank);
179 View blankView = findViewById(R.id.blank);
    [all...]
  /bionic/libc/kernel/common/linux/
cdrom.h 673 __u8 blank : 1; member in struct:__anon213
688 __u8 blank : 1; member in struct:__anon213
  /development/ndk/platforms/android-3/include/linux/
cdrom.h 673 __u8 blank : 1; member in struct:__anon876
688 __u8 blank : 1; member in struct:__anon876
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 862 __u8 blank : 1; member in struct:__anon20897
877 __u8 blank : 1; member in struct:__anon20897

Completed in 1763 milliseconds

1 2 3 4