/external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/ |
empty.s | 1 # This file intentionally left blank.
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 188 int blank = buffer.indexOf(' ', i, indexTo); local 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); local 320 if (blank < 0) { 324 String method = buffer.substringTrimmed(i, blank); 325 cursor.updatePos(blank); 330 blank = buffer.indexOf(' ', i, indexTo) 415 int blank = buffer.indexOf(' ', i, indexTo); local [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
Letters.java | 92 // search last blank character before this word
93 LetterQuad blank = l;
local 94 while (!blank.isBlank()) {
95 if (blank.isLineStart() || blank.isHead()) {
98 blank = null;
101 blank = blank.getPrevious();
103 if (blank != null) {
104 blank.setEndOfLine(); [all...] |
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/ |
main_unittest.py | 50 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')
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
is_many.pass.cpp | 47 assert(!(m[0] & F::blank)); 61 assert( (m[1] & F::blank)); 75 assert(!(m[2] & F::blank)); 89 assert(!(m[3] & F::blank)); 103 assert(!(m[4] & F::blank)); 117 assert(!(m[5] & F::blank)); 131 assert(!(m[6] & F::blank)); 156 assert(!(m[0] & F::blank)); 170 assert( (m[1] & F::blank)); 184 assert(!(m[2] & F::blank)); [all...] |
scan_is.pass.cpp | 43 assert(f.scan_is(F::blank, in.data(), in.data() + in.size()) - in.data() == 1); 64 assert(f.scan_is(F::blank, in.data(), in.data() + in.size()) - in.data() == 1);
|
/external/chromium_org/chrome/test/pyautolib/chromeos/ |
enable_testing.py | 15 sudo python enable_testing.py --extra-chrome-flags="--homepage=about:blank"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
is_many.pass.cpp | 44 assert( (m[0] & F::blank)); 58 assert(!(m[1] & F::blank)); 72 assert(!(m[2] & F::blank)); 86 assert(!(m[3] & F::blank)); 100 assert(!(m[4] & F::blank)); 114 assert(!(m[5] & F::blank));
|
scan_is.pass.cpp | 40 assert(f.scan_is(F::blank, in.data(), in.data() + in.size()) - in.data() == 0);
|
scan_not.pass.cpp | 40 assert(f.scan_not(F::blank, in.data(), in.data() + in.size()) - in.data() == 1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
is_many.pass.cpp | 44 assert( (m[0] & F::blank)); 58 assert(!(m[1] & F::blank)); 72 assert(!(m[2] & F::blank)); 86 assert(!(m[3] & F::blank)); 100 assert(!(m[4] & F::blank)); 114 assert(!(m[5] & F::blank));
|
scan_is.pass.cpp | 40 assert(f.scan_is(F::blank, in.data(), in.data() + in.size()) - in.data() == 0);
|
scan_not.pass.cpp | 40 assert(f.scan_not(F::blank, in.data(), in.data() + in.size()) - in.data() == 1);
|
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 542 * blank(..., blank) 545 * Turns the screen off when blank is nonzero, on when blank is zero. 546 * Multiple sequential calls with the same blank value must be supported. 552 int (*blank)(struct hwc_composer_device_1* dev, int disp, int blank); member in struct:hwc_composer_device_1
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
lookup_classname.pass.cpp | 63 test("blank", std::ctype_base::blank); 64 test("Blank", std::ctype_base::blank); 65 test("blank", std::ctype_base::blank, true); 66 test("Blank", std::ctype_base::blank, true); 151 test(L"blank", std::ctype_base::blank); [all...] |
/bootable/recovery/minui/ |
minui.h | 36 void gr_fb_blank(bool blank);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc.cpp | 270 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) 278 blank==1 ? "Blanking":"Unblanking", dpy); 279 if(blank) { 281 // when we get a blank for either display 289 if(blank) { 298 if(blank) { 299 // call external framebuffer commit on blank, 316 ctx->dpyAttr[dpy].isActive = !blank; 319 blank==1 ? "blanking":"unblanking", dpy, strerror(errno)); 324 blank==1 ? "blanking":"unblanking", dpy) [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc.cpp | 318 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) 326 blank==1 ? "Blanking":"Unblanking", dpy); 327 if(blank) { 329 // when we get a blank for either display 338 if(blank) { 347 if(blank) { 348 // call external framebuffer commit on blank, 362 ctx->dpyAttr[dpy].isActive = !blank; 365 blank==1 ? "blanking":"unblanking", dpy, strerror(errno)); 370 blank==1 ? "blanking":"unblanking", dpy) [all...] |
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc.cpp | 271 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) 279 blank==1 ? "Blanking":"Unblanking", dpy); 280 if(blank) { 282 // when we get a blank for either display 290 if(blank) { 299 if(blank) { 300 // call external framebuffer commit on blank, 317 ctx->dpyAttr[dpy].isActive = !blank; 320 blank==1 ? "blanking":"unblanking", dpy, strerror(errno)); 325 blank==1 ? "blanking":"unblanking", dpy) [all...] |
/frameworks/native/include/gui/ |
ISurfaceComposer.h | 106 virtual void blank(const sp<IBinder>& display) = 0; 142 BLANK,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/ |
ctype_base.pass.cpp | 75 test(std::ctype_base::blank);
|
/system/core/libdiskconfig/ |
config_mbr.c | 269 struct part_info blank; local 271 memset(&blank, 0, sizeof(struct part_info)); 272 if (!(temp_wr = mk_pri_pentry(dinfo, &blank, cnt, &cur_lba))) { 273 ALOGE("Cannot create blank partition %d.", cnt);
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des.c | 863 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/ |
des.c | 863 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/ |
frame_navigation_state_unittest.cc | 150 const GURL blank("about:blank"); 154 navigation_state.TrackFrame(frame_id2, frame_id1, blank, false, false, true);
|