HomeSort by relevance Sort by last modified time
    Searched full:blank (Results 26 - 50 of 2393) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
add_frame_in_unload.html 7 iframe.src = 'about:blank';
ime-on-focus-after-frame-load-on-gesture.html 18 <iframe src="about:blank"></iframe>
  /external/chromium_org/tools/telemetry/unittest_data/data/
archive_blank.json 5 "blank.html"
  /external/valgrind/main/exp-bbv/tests/
filter_stderr 10 # Remove all blank lines
  /external/oprofile/libutil/
op_string.h 48 * return a pointer to the first location in c which is not a blank space
49 * where blank space are in " \t\n"
56 * return a pointer to the first location in c which is a blank space
57 * where blank space are in " \t\n"
64 * return non zero if c string contains only blank space
65 * where blank space are in " \t\n"
73 * blank space at left then a '#' character. Blank space are in " \t\n"
  /hardware/intel/img/hwcomposer/ips/common/
BlankControl.cpp 34 bool BlankControl::blank(int disp, bool blank) function in class:android::intel::BlankControl
37 // use PM to trigger screen blank/unblank
38 VLOGTRACE("blank is not supported yet, disp %d, blank %d", disp, blank);
  /dalvik/dx/tests/108-string-annotation/
Blort.java 20 // This space intentionally left blank.
25 // This space intentionally left blank.
30 // This space intentionally left blank.
  /external/mdnsresponder/mDNSPosix/
Services.txt 5 # Blank lines indicate the end of a service record specification.
9 # Note that any line beginning with white space is considered a blank line.
18 # <One or more blank lines between records>
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
navigate_unittest.py 11 i = navigate.NavigateAction(url=self.UrlOfUnittestFile('blank.html'))
15 '/blank.html')
  /external/pcre/dist/
CleanTxt 20 # the blank line that follows. Any others (e.g. at end of document) and the
21 # following blank line are dropped.
32 $_=<STDIN>; # Remove a blank that follows
46 # has a different indentation, put back one blank line.
55 # We get here only when we have a non-blank line in hand. If it was preceded
56 # by 3 or more blank lines, read the next 3 lines and see if they are blank.
69 # Cut out chunks of the form <3 blanks><non-blank><3 blanks>
97 # This non-blank line is not preceded by 3 or more blank lines. Outpu
    [all...]
  /external/chromium_org/
.gitattributes 1 ## This page intentionally left blank. ##
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_page_unittest.py 10 self.Navigate('blank.html')
23 '/blank.html')
26 self.Navigate('blank.html')
31 self.Navigate('blank.html',
  /external/markdown/tests/extensions-x-toc/
invalid.txt 8 clue the author in that s/he needs to add a blank line between the TOC and
  /external/markdown/tests/misc/
tabs-in-lists.txt 7 Just a blank line:
  /external/pcre/dist/testdata/
greplist 1 This is a file of patterns for testing the -f option. Don't include any blank
  /hardware/intel/img/hwcomposer/common/devices/
PrimaryDevice.cpp 50 bool PrimaryDevice::blank(bool blank) function in class:android::intel::PrimaryDevice
55 return PhysicalDevice::blank(blank);
  /libcore/luni/src/test/resources/
SimpleParserTest.xml 3 <!-- This space intentionally left blank. -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.txt 9 We can make this fail by disabling the blank-line feature.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.txt 9 We can make this fail by disabling the blank-line feature.
  /external/lldb/test/
progress.py 14 blank String to use for "filled" used to represent remaining space.
27 blank=unichr(0x25CC).encode("utf-8"),
29 format='[%(fill)s%(marker)s%(blank)s] %(progress)s%%',
37 self.blank = blank
59 blank = (self.width - progressed) * self.blank
60 return self.format % {'fill': fill, 'blank': blank, 'marker': self.marker, 'progress': int(self.progress)}
83 blank=unichr(0x25CC).encode("utf-8"),
    [all...]
  /external/chromium_org/extensions/renderer/
script_context_browsertest.cc 29 GURL blank_url("about:blank");
63 // Load a blank document in a frame from a different origin.
74 // top -> srcdoc -> about:blank = inherit
76 // top -> srcdoc -> about:blank sandboxed = same URL
81 // top -> srcdoc [sandboxed] -> about:blank = same URL
86 // top -> different origin -> about:blank = inherit
  /dalvik/dx/tests/059-dex-call-super/
Zorch.java 20 // This space intentionally left blank.
28 // This space intentionally left blank.
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 25 // This space intentionally left blank.
31 // This space intentionally left blank.
  /dalvik/dx/tests/077-dex-code-alignment/
Blort.java 20 // This space intentionally left blank.
24 // This space intentionally left blank.
  /external/chromium_org/content/browser/web_contents/
opened_by_dom_browsertest.cc 90 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1");
91 GURL url2 = test_server()->GetURL("files/site_isolation/blank.html?2");
105 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1");
106 GURL url2 = test_server()->GetURL("files/site_isolation/blank.html?2");
107 GURL url3 = test_server()->GetURL("files/site_isolation/blank.html?3");
122 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1");
124 GURL url2 = test_server()->GetURL("files/site_isolation/blank.html?2");
130 GURL url3 = test_server()->GetURL("files/site_isolation/blank.html?3");

Completed in 724 milliseconds

12 3 4 5 6 7 8 91011>>