Searched refs:blank (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/
H A Dempty.s1 # This file intentionally left blank.
/external/apache-http/src/org/apache/http/message/
H A DBasicLineParser.java188 int blank = buffer.indexOf(' ', i, indexTo);
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);
320 if (blank < 0) {
324 String method = buffer.substringTrimmed(i, blank);
325 cursor.updatePos(blank);
330 blank
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetters.java92 // search last blank character before this word
93 LetterQuad blank = l;
94 while (!blank.isBlank()) {
95 if (blank.isLineStart() || blank.isHead()) {
98 blank = null;
101 blank = blank.getPrevious();
103 if (blank != null) {
104 blank
[all...]
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
H A Dmain_unittest.py50 request = webapp2.Request.blank('/updatelog')
64 request = webapp2.Request.blank('/updatelog')
74 request = webapp2.Request.blank('/updatelog')
88 request = webapp2.Request.blank('/updatelog')
99 request = webapp2.Request.blank('/updatelog')
110 request = webapp2.Request.blank('/updatelog')
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Ddes.c863 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/openssl/crypto/des/
H A Ddes.c863 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/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dframe_navigation_state_unittest.cc150 const GURL blank("about:blank");
154 navigation_state.TrackFrame(frame_id2, frame_id1, blank, false, false, true);
/external/qemu/hw/
H A Dgoldfish_fb.c58 uint32_t blank : 1; member in struct:goldfish_fb_state
83 qemu_put_byte(f, s->blank);
121 s->blank = qemu_get_byte(f);
516 if (s->blank)
627 s->blank = val;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb154 =begin This actually differs with reset in CommonTreeNodeStream -- why is this one blank?
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator.cc362 AuthResults blank; local
363 auth_results_ = blank;
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java504 * with a blank line, and then a line containing the cipher suite. Next
530 String blank = reader.readLine();
531 if (blank.length() > 0) {
532 throw new IOException("expected \"\" but was \"" + blank + "\"");
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java120 * the application's version, the value count, and a blank line.
250 String blank = reader.readLine();
255 || !"".equals(blank)) {
257 + valueCountString + ", " + blank + "]");
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
H A Daudio_player.css169 .track .art.blank {
179 .track .art.blank img {
/external/chromium_org/chrome/test/perf/frame_rate/
H A Dframe_rate_tests.cc97 // UI tests boot up render views starting from about:blank. This causes
285 FRAME_RATE_TEST_WITH_AND_WITHOUT_ACCELERATED_COMPOSITING(blank);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_ssse3.asm23 jne .blank
195 .blank:
/external/chromium_org/ui/base/x/
H A Dx11_util.cc525 Pixmap blank = XCreateBitmapFromData(xdisplay, local
528 invisible_cursor = XCreatePixmapCursor(xdisplay, blank, blank,
530 XFreePixmap(xdisplay, blank);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c287 int blank; local
291 blank=0;
302 blank=1;
304 blank=0;
306 while(blank);
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_frame_usage.spec158 time and does not synchronize to vertical blank.
/external/chromium_org/v8/src/
H A Dexecution.cc546 ThreadLocal blank; local
554 thread_local_ = blank;
/external/kernel-headers/original/linux/
H A Dcdrom.h862 __u8 blank : 1; member in struct:__anon20215
877 __u8 blank : 1; member in struct:__anon20215
H A Dfb.h329 #define FB_VBLANK_VBLANKING 0x001 /* currently in a vertical blank */
330 #define FB_VBLANK_HBLANKING 0x002 /* currently in a horizontal blank */
548 /* A hardware display blank change occurred */
555 /* A software display blank change occurred */
662 /* blank display */
663 int (*fb_blank)(int blank, struct fb_info *info);
993 extern int fb_blank(struct fb_info *info, int blank);
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec158 time and does not synchronize to vertical blank.
/external/v8/src/
H A Dexecution.cc500 ThreadLocal blank; local
508 thread_local_ = blank;
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex1440 % The following causes blank lines not to be ignored
1469 % The following causes blank lines not to be ignored
1488 % The following causes blank lines not to be ignored
1506 % The following causes blank lines not to be ignored
1520 % The following causes blank lines not to be ignored
1534 % The following causes blank lines not to be ignored
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js154 // Save dojo/resources/blank.html to your domain and set `djConfig.dojoBlankHtmlUrl`
155 // to the path on your domain your copy of blank.html.
8531 var blank = "";
8533 if(!elem){ return blank; }
8535 return elem.className || blank;
8538 return elem.htmlFor || blank;
8541 return elem.style.cssText || blank;
8543 return (caseSensitive ? elem.getAttribute(attr) : elem.getAttribute(attr, 2)) || blank;

Completed in 3218 milliseconds

12