/prebuilts/go/linux-x86/src/net/http/ |
header_test.go | 66 "Blank": {""}, 67 "Double-Blank": {"", ""}, 70 "Blank: \r\nDouble-Blank: \r\nDouble-Blank: \r\n",
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
devtools_client_backend_unittest.py | 73 self.assertEqual(c1.contexts[0]['url'], 'about:blank') 77 backend.Navigate(self.UrlOfUnittestFile('blank.html'), None, 10) 80 self.assertTrue('blank.html' in c2.contexts[0]['url'])
|
/external/ltp/testcases/network/stress/ns-tools/ |
killall_icmp_traffic | 64 #ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l [[:blank:]]ping6*[[:blank:]] >/dev/null 2>&1 ; echo $?'` 65 ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l /ping6*[[:blank:]] >/dev/null 2>&1 ; echo $?'`
|
killall_tcp_traffic | 83 ##ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '[[:blank:]]ns-tcpclient[[:blank:]]' >/dev/null 2>&1; echo $?'` 84 ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '/ns-tcpclient[[:blank:]]' >/dev/null 2>&1; echo $?'`
|
killall_udp_traffic | 83 #ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '[[:blank:]]ns-udpclient[[:blank:]]' >/dev/null 2>&1; echo $?'` 84 ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '/ns-udpclient[[:blank:]]' >/dev/null 2>&1; echo $?'`
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
COVERAGE.signals | 28 to tester's name if in progress. Blank items are open. 30 Set to tester's name if in progress. Blank items are open. 32 to tester's name if in progress. Blank items are open.
|
/external/regex-re2/re2/ |
perl_groups.cc | 43 static URange16 code7[] = { /* [:blank:] */ 94 { "[:blank:]", +1, code7, 2 }, 95 { "[:^blank:]", -1, code7, 2 },
|
/external/vboot_reference/tests/ |
vb2_secdata_tests.c | 42 /* Blank data is invalid */ 45 VB2_ERROR_SECDATA_CRC, "Check blank CRC"); 47 VB2_ERROR_SECDATA_CRC, "Init blank CRC");
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
perl_groups.go | 50 var code7 = []rune{ /* [:blank:] */ 112 `[:blank:]`: {+1, code7}, 113 `[:^blank:]`: {-1, code7},
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
perl_groups.go | 50 var code7 = []rune{ /* [:blank:] */ 112 `[:blank:]`: {+1, code7}, 113 `[:^blank:]`: {-1, code7},
|
/system/core/libutils/include/utils/ |
Printer.h | 44 // - Unless ignoreBlankLines is false, print blank lines to logcat 45 // (Note that the default ALOG behavior is to ignore blank lines) 67 // - Each line will be prefixed with 'indent' number of blank spaces.
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
ExternalDevice.cpp | 88 bool ExternalDevice::blank(bool blank) function in class:android::intel::ExternalDevice 90 if (!PhysicalDevice::blank(blank)) { 94 if (blank) { 265 WLOGTRACE("external device is blank");
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_text_file.py | 31 # result 3: just strip blank lines
37 # result 4: default, strip comments, blank lines,
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
browser_unittest.py | 46 self.assertEquals(new_tab.url, 'about:blank') 53 self._browser.tabs[0].Navigate(self.UrlOfUnittestFile('blank.html')) 58 tab.Navigate(self.UrlOfUnittestFile('blank.html')) 65 tab.Navigate(self.UrlOfUnittestFile('blank.html')) 151 t.Navigate(self.UrlOfUnittestFile('blank.html')) 191 blank_file_path = os.path.join(path.GetUnittestDataDir(), 'blank.html') 249 # old tabs and a new blank tab. 278 tab.Navigate('about:blank')
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
about_cairo.html | 27 the terms and conditions of Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided (<a href="mpl-v11.txt" target="blank">mpl-v11.txt</a>) 42 Your use of pixman is subject to the terms and conditions of the licenses in <a href="pixman-licenses.txt" target="blank">pixman-licenses.txt</a>.</p>
|
/external/pcre/dist2/doc/ |
pcre2-config.txt | 58 some -I options, but is blank on many systems). 63 library (this may include some -I options, but is blank on
|
/external/protobuf/examples/ |
AddPerson.java | 25 stdout.print("Enter email address (blank for none): "); 32 stdout.print("Enter a phone number (or leave blank to finish): ");
|
add_person.cc | 20 cout << "Enter email address (blank for none): "; 28 cout << "Enter a phone number (or leave blank to finish): ";
|
/frameworks/base/data/keyboards/ |
Vendor_05ac_Product_0239.kl | 117 # key 229 blank special function on F5 118 # key 230 blank special function on F6
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
DisplayAnalyzer.h | 46 void postBlankEvent(bool blank); 84 void handleBlankEvent(bool blank);
|
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
MultiDisplayObserver.h | 50 status_t blankSecondaryDisplay(bool blank); 85 status_t blankSecondaryDisplay(bool blank);
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
Hwcomposer.h | 52 virtual bool blank(int disp, int blank);
|
IDisplayDevice.h | 80 virtual bool blank(bool blank) = 0;
|
PhysicalDevice.h | 55 virtual bool blank(bool blank);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
Hwcomposer.h | 48 virtual bool blank(int disp, int blank);
|