HomeSort by relevance Sort by last modified time
    Searched full:blank (Results 276 - 300 of 2862) sorted by null

<<11121314151617181920>>

  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IDisplayDevice.h 80 virtual bool blank(bool blank) = 0;
PhysicalDevice.h 43 virtual bool blank(bool blank);
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_hdmi.h 53 virtual DisplayError Blank(bool blank) { return kErrorNone; }
display_primary.h 58 virtual DisplayError Blank(bool blank) { return kErrorNone; }
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_hdmi.h 52 virtual DisplayError Blank(bool blank) { return kErrorNone; }
display_primary.h 57 virtual DisplayError Blank(bool blank) { return kErrorNone; }
  /prebuilts/go/darwin-x86/src/cmd/vet/
buildtag.go 30 // a blank line.
58 fmt.Fprintf(os.Stderr, "%s:%d: +build comment must appear before package clause and be followed by a blank line\n", name, i+1)
  /prebuilts/go/darwin-x86/src/syscall/
mkpost.go 38 // Replace padding fields inserted by cgo with blank identifiers.
45 // Replace other unwanted fields with blank identifiers.
  /prebuilts/go/linux-x86/src/cmd/vet/
buildtag.go 30 // a blank line.
58 fmt.Fprintf(os.Stderr, "%s:%d: +build comment must appear before package clause and be followed by a blank line\n", name, i+1)
  /prebuilts/go/linux-x86/src/syscall/
mkpost.go 38 // Replace padding fields inserted by cgo with blank identifiers.
45 // Replace other unwanted fields with blank identifiers.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 31 # result 3: just strip blank lines
37 # result 4: default, strip comments, blank lines,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 31 # result 3: just strip blank lines
37 # result 4: default, strip comments, blank lines,
  /prebuilts/tools/linux-x86/swt/about_files/
about_cairo.html 27 the terms and conditions of Mozilla Public License Version 1.1 (&quot;MPL&quot;). 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>
  /prebuilts/tools/linux-x86_64/swt/about_files/
about_cairo.html 27 the terms and conditions of Mozilla Public License Version 1.1 (&quot;MPL&quot;). 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>
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc.cpp 269 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank)
277 blank==1 ? "Blanking":"Unblanking", dpy);
278 if(blank) {
280 // when we get a blank for either display
288 if(blank) {
297 if(blank) {
298 // call external framebuffer commit on blank,
315 ctx->dpyAttr[dpy].isActive = !blank;
318 blank==1 ? "blanking":"unblanking", dpy, strerror(errno));
323 blank==1 ? "blanking":"unblanking", dpy)
    [all...]
  /bionic/libc/
SECCOMP_BLACKLIST.TXT 7 # Each non-blank, non-comment line has the following format:
  /bootable/recovery/minui/
graphics_adf.h 38 void Blank(bool) override;
graphics_drm.h 39 void Blank(bool) override;
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
WebViewTest.java 60 mOnUiThread.loadUrlAndWaitForCompletion("about:blank");
  /cts/tests/tests/view/src/android/view/cts/
GLSurfaceViewCtsActivity.java 26 * Also accepts non-blank renderers to allow its use for more complex tests.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
ConservativeTranslationAdvice.java 33 // This space intentionally left blank.
  /dalvik/dexgen/src/com/android/dexgen/util/
Writers.java 30 // This space intentionally left blank.
  /dalvik/dx/src/com/android/dx/rop/code/
ConservativeTranslationAdvice.java 33 // This space intentionally left blank.
  /dalvik/dx/src/com/android/dx/util/
Writers.java 30 // This space intentionally left blank.
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
Blort.java 32 // This space intentionally left blank.

Completed in 763 milliseconds

<<11121314151617181920>>