/external/lz4/contrib/gen_manual/ |
gen-lz4-manual.sh | 3 LIBVER_MAJOR_SCRIPT=`sed -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h` 4 LIBVER_MINOR_SCRIPT=`sed -n '/define LZ4_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h` 5 LIBVER_PATCH_SCRIPT=`sed -n '/define LZ4_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h`
|
/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>
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
BlankControl.cpp | 34 bool BlankControl::blank(int disp, bool blank) function in class:android::intel::BlankControl 37 return drm->setDpmsMode(disp, !blank);
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
printer.go | 52 blank 115 // If impliesSemi returns true for a non-blank line's final token tok, 163 case blank, indent, outdent: 188 case blank: 189 if prev != blank { 190 // at most one blank 193 prev = blank 295 x = blank 323 // p.print(c, blank) 336 // p.print(blank, c 51 blank const [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
printer.go | 52 blank 115 // If impliesSemi returns true for a non-blank line's final token tok, 163 case blank, indent, outdent: 188 case blank: 189 if prev != blank { 190 // at most one blank 193 prev = blank 295 x = blank 323 // p.print(c, blank) 336 // p.print(blank, c 51 blank const [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
navigate_unittest.py | 11 i = navigate.NavigateAction(url=self.UrlOfUnittestFile('blank.html')) 15 '/blank.html')
|
/external/pcre/dist2/ |
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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_doctest.txt | 9 We can make this fail by disabling the blank-line feature.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
inspector_page_unittest.py | 12 self.Navigate('blank.html') 25 '/blank.html') 28 self.Navigate('blank.html') 33 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/dist2/testdata/ |
greplist | 1 This is a file of patterns for testing the -f option. Don't include any blank
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
PrimaryDevice.cpp | 75 bool PrimaryDevice::blank(bool blank) function in class:android::intel::PrimaryDevice 80 return PhysicalDevice::blank(blank);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/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/gdb/darwin-x86/lib/python2.7/test/ |
test_doctest.txt | 9 We can make this fail by disabling the blank-line feature.
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_doctest.txt | 9 We can make this fail by disabling the blank-line feature.
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
blank.go | 5 // Package blank is a go/doc test for the handling of _. 7 package blank package 13 // T constants counting from a blank constant. 47 // Unexported constants counting from blank iota.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue7538a.go | 7 // Issue 7538: blank (_) labels handled incorrectly
|
issue7538b.go | 7 // Issue 7538: blank (_) labels handled incorrectly
|
issue8079.go | 7 // Issue 8079: gccgo crashes when compiling interface with blank type name.
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
blank.go | 5 // Package blank is a go/doc test for the handling of _. 7 package blank package 13 // T constants counting from a blank constant. 47 // Unexported constants counting from blank iota.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue7538a.go | 7 // Issue 7538: blank (_) labels handled incorrectly
|
issue7538b.go | 7 // Issue 7538: blank (_) labels handled incorrectly
|
issue8079.go | 7 // Issue 8079: gccgo crashes when compiling interface with blank type name.
|