/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 4 that (optionally) takes care of stripping comments, ignoring blank 17 comment character), skip blank lines, join adjacent lines by 66 None for end-of-file: an empty string might just be a blank line (or 267 # blank line (whether we rstrip'ed or not)? skip to next line
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.c | 287 int blank; local 291 blank=0; 302 blank=1; 304 blank=0; 306 while(blank); [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
options_browsertest.js | 418 * will be prepended to each. An initial 'about:blank' history entry is 427 // The history always starts with a blank page. 428 assertEquals('about:blank', results.shift());
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
android_browser_backend.py | 268 # If we have no existing tabs start with a blank page since default 270 url = 'about:blank'
|
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.h | 207 virtual void blank(const sp<IBinder>& display); 238 // called on the main thread in response to blank()
|
/ndk/sources/host-tools/make-3.81/ |
read.c | 146 int stop2, int blank, int ignorevars)); [all...] |
/build/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 173 <!-- blank TD from Windows rowspan -->
|
/external/chromium_org/chrome/browser/resources/ |
plugins.js | 244 // Only display the description if it's not blank and if it's not just the
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_swap_frame_usage.spec | 158 time and does not synchronize to vertical blank.
|
/external/chromium_org/v8/src/ |
execution.cc | 546 ThreadLocal blank; local 554 thread_local_ = blank;
|
/external/kernel-headers/original/linux/ |
cdrom.h | 862 __u8 blank : 1; member in struct:__anon19894 877 __u8 blank : 1; member in struct:__anon19894 [all...] |
fb.h | 329 #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); [all...] |
/external/mesa3d/docs/ |
MESA_swap_frame_usage.spec | 158 time and does not synchronize to vertical blank.
|
/external/v8/src/ |
execution.cc | 500 ThreadLocal blank; local 508 thread_local_ = blank;
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 324 # match consecutive blank lines with /\n+/ instead of something 457 (?<=\n\n) # Starting after a blank line 492 (?=\n{2,}|\Z) # followed by a blank line or end of document 501 (?=\n{2,}|\Z) # followed by a blank line or end of document 512 (?=\n{2,}|\Z) # followed by a blank line or end of document [all...] |
/hardware/libhardware/tests/hwc/ |
cnativewindow.c | 422 hwc->blank(hwc, 0, 0);
|
/external/chromium_org/chrome_frame/ |
CFInstall.js | 181 var src = args['src'] || 'about:blank';
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.cpp | 734 return (status_t)mHwc->blank(mHwc, disp, 1); 742 return (status_t)mHwc->blank(mHwc, disp, 0); [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | 497 if (str.blank()) return false; 527 blank: function() { [all...] |
/build/tools/droiddoc/templates-ds/ |
sdkpage.cs | 275 <!-- blank TD from Windows rowspan -->
|
/build/tools/droiddoc/templates-sac/ |
sdkpage.cs | 274 <!-- blank TD from Windows rowspan -->
|
/external/chromium_org/native_client_sdk/src/tools/ |
common.mk | 215 # the 'all' target. Here we leave it blank to be first, but define it later
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 967 final HTMLTable.IRow blank = table.newRow (); local [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 273 // Add a couple blank apps pages for testing. TODO(estade): remove this. 616 // Add an extra blank page in case the user wants to create a new page
|