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

<<11121314151617181920>>

  /external/chromium_org/ui/message_center/cocoa/
settings_controller.mm 32 // Calculated additional blank space above the header text, including
33 // the intrinsic blank space above the header label.
37 // Calculated additional blank space above the subheader text, including
38 // the intrinsic blank space above the subheader label.
44 // blank space included with the drop-down control.
49 // Calculated additional horizontal blank space for the drop down, including
50 // the blank space included with the drop-down control.
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.cpp 94 // That token should be the first non-comment or blank token
133 // We have reached the first non-blank character outside
141 // parsed version string correctly, blank out the
209 // parse the source and blank out precision statements
284 *r = ' '; //blank the character
  /external/chromium_org/chrome/browser/autocomplete/
builtin_provider_unittest.cc 234 const base::string16 kBlank = ASCIIToUTF16("blank");
245 // Typing an about:blank prefix should yield about:blank, among other URLs.
249 // Using any separator that is supported by fixup should yield about:blank.
251 // for about:blank; check "about:blan" and "about;blan" substrings instead.
261 // Using the chrome scheme should not yield about:blank.
267 // Adding trailing text should not yield about:blank.
274 // Interrupting "blank" with conflicting text should not yield about:blank.
  /hardware/intel/img/hwcomposer/common/base/
Hwcomposer.cpp 166 bool Hwcomposer::blank(int disp, int blank) function in class:android::intel::Hwcomposer
169 ALOGTRACE("disp = %d, blank = %d", disp, blank);
184 return device->blank(blank ? true : false);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ActivityLoggerTest.cpp 453 "location.href = 'about:blank';";
455 "blinkSetAttribute | LocalDOMWindow | url | about:blank | data:text/html;charset=utf-8,A\n"
456 "blinkSetAttribute | LocalDOMWindow | url | about:blank | data:text/html;charset=utf-8,B\n"
457 "blinkSetAttribute | LocalDOMWindow | url | about:blank | data:text/html;charset=utf-8,C\n"
458 "blinkSetAttribute | LocalDOMWindow | url | about:blank | protocol:blank\n"
459 "blinkSetAttribute | LocalDOMWindow | url | about:blank | about:pathname\n"
460 "blinkSetAttribute | LocalDOMWindow | url | about:blank | about:blank?search\n"
461 "blinkSetAttribute | LocalDOMWindow | url | about:blank | about:blank#hash\n
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewCtsActivity.java 29 * Also accepts non-blank renderers to allow its use for more complex tests.
50 /** To override the blank renderer, or other settings, these
  /cts/tests/tests/hardware/src/android/hardware/cts/
GLSurfaceViewCtsActivity.java 29 * Also accepts non-blank renderers to allow its use for more complex tests.
50 /** To override the blank renderer, or other settings, these
  /cts/tests/tests/view/src/android/view/cts/
GLSurfaceViewCtsActivity.java 29 * Also accepts non-blank renderers to allow its use for more complex tests.
50 /** To override the blank renderer, or other settings, these
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 35 * A blank listener that does nothing; useful for real classes so
36 * they don't have to have lots of blank methods and are less
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 36 * A blank listener that does nothing; useful for real classes so
37 * they don't have to have lots of blank methods and are less
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
BlankDebugEventListener.java 33 /** A blank listener that does nothing; useful for real classes so
34 * they don't have to have lots of blank methods and are less
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
NavigationPopupTest.java 64 1, "about:blank", null, null, "About Blank", null));
  /external/chromium_org/chrome/browser/extensions/
extension_url_rewrite_browsertest.cc 79 // Navigate to chrome://newtab and check that the location bar text is blank.
88 // is blank after navigating to chrome://newtab.
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 287 // User initiated navigation, target blank, from HTTP to HTTP.
298 // User initiated navigation, target blank, from HTTPS to HTTP.
309 // User initiated navigation, middle click, target blank, from HTTP to HTTP.
320 // User initiated navigation, middle click, target blank, from HTTPS to HTTP.
425 // User initiated navigation, target blank, from HTTP to HTTP via server
437 // User initiated navigation, target blank, from HTTPS to HTTP via server
449 // User initiated navigation, middle click, target blank, from HTTP to HTTP via
461 // User initiated navigation, middle click, target blank, from HTTPS to HTTP
  /external/chromium_org/chrome/browser/ui/find_bar/
find_backend_unittest.cc 42 // Initial state for the WebContents is blank strings.
53 // No search has still been issued, strings should be blank.
  /external/chromium_org/chrome/installer/util/
auto_launch_util.h 33 // ALSO NOTE: |application_path| is optional and should be blank in most cases
50 // blank, defaults to the application path of the current executable.
  /external/chromium_org/chrome/test/perf/
mach_ports_performancetest.cc 104 ASSERT_EQ(4, tab_count); // Also count about:blank.
107 // last tab, which is about:blank.
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewLocationTest.java 130 new LoadUrlParams("about:blank"));
173 new LoadUrlParams("about:blank"));
  /external/chromium_org/content/shell/renderer/
leak_detector.cc 17 // The initial states of the DOM objects at about:blank. The four nodes are a
22 // hard-coded values. Instead, we need to load about:blank ahead of the layout
  /external/chromium_org/content/test/
accessibility_browser_test_utils.cc 92 // Skip any accessibility notifications related to "about:blank",
94 // listening for accessibility events and "about:blank" loading.
  /external/chromium_org/extensions/browser/
extension_icon_image.h 41 // provided with blank, transparent image.
46 // representation will be left blank if the resource loading fails.
  /external/chromium_org/third_party/mozilla/
NSString+Utils.h 96 // Returns true if the string represents a "blank" URL ("" or "about:blank")
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive3_test.cc 69 "[[:alnum:]] [[:alpha:]] [[:blank:]] [[:cntrl:]] [[:digit:]] "
82 "[[:alnum:]] [[:alpha:]] [[:blank:]] [[:cntrl:]] [[:digit:]] "
  /external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
main.cpp 74 SkDebugf("%s missing two blank line delimiter in %s\n", argv[0], argv[1]);
77 insert += 1; // include first blank line
  /external/chromium_org/tools/grit/grit/
xtb_reader_unittest.py 35 and another after a blank line.</translation>
45 self.failUnless(messages[4][1][7][1] == 'and another after a blank line.')

Completed in 591 milliseconds

<<11121314151617181920>>