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

<<31323334353637383940>>

  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
tab.py 248 force: Iff true, navigates to about:blank which destroys the previous
269 self.Navigate('about:blank')
  /external/libcxx/src/
regex.cpp 203 {"blank", ctype_base::blank},
  /external/toolchain-utils/crosperf/
experiment.py 51 # If locks_directory (self.lock_dir) not blank, we will use the file
52 # locking mechanism; if it is blank then we will use the AFE server
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgi.py 133 keep_blank_values: flag indicating whether blank values in
134 percent-encoded forms should be treated as blank strings.
136 blank strings. The default false value indicates that
137 blank values are to be ignored and treated as if they were
412 keep_blank_values: flag indicating whether blank values in
413 percent-encoded forms should be treated as blank strings.
415 blank strings. The default false value indicates that
416 blank values are to be ignored and treated as if they were
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strftime.py 144 ('%e', '%2d' % now[2], 'day of month as number, blank padded ( 0-31)'),
146 ('%k', '%2d' % now[3], 'hour, blank padded ( 0-23)'),
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgi.py 133 keep_blank_values: flag indicating whether blank values in
134 percent-encoded forms should be treated as blank strings.
136 blank strings. The default false value indicates that
137 blank values are to be ignored and treated as if they were
412 keep_blank_values: flag indicating whether blank values in
413 percent-encoded forms should be treated as blank strings.
415 blank strings. The default false value indicates that
416 blank values are to be ignored and treated as if they were
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strftime.py 144 ('%e', '%2d' % now[2], 'day of month as number, blank padded ( 0-31)'),
146 ('%k', '%2d' % now[3], 'hour, blank padded ( 0-23)'),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
regex.cpp 203 {"blank", ctype_base::blank},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 133 keep_blank_values: flag indicating whether blank values in
134 percent-encoded forms should be treated as blank strings.
136 blank strings. The default false value indicates that
137 blank values are to be ignored and treated as if they were
412 keep_blank_values: flag indicating whether blank values in
413 percent-encoded forms should be treated as blank strings.
415 blank strings. The default false value indicates that
416 blank values are to be ignored and treated as if they were
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strftime.py 144 ('%e', '%2d' % now[2], 'day of month as number, blank padded ( 0-31)'),
146 ('%k', '%2d' % now[3], 'hour, blank padded ( 0-23)'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 133 keep_blank_values: flag indicating whether blank values in
134 percent-encoded forms should be treated as blank strings.
136 blank strings. The default false value indicates that
137 blank values are to be ignored and treated as if they were
412 keep_blank_values: flag indicating whether blank values in
413 percent-encoded forms should be treated as blank strings.
415 blank strings. The default false value indicates that
416 blank values are to be ignored and treated as if they were
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strftime.py 144 ('%e', '%2d' % now[2], 'day of month as number, blank padded ( 0-31)'),
146 ('%k', '%2d' % now[3], 'hour, blank padded ( 0-23)'),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 105 org.eclipse.jface.text.Document blank = new org.eclipse.jface.text.Document(); local
106 String lineSeparator = TextUtilities.getDefaultLineDelimiter(blank);
  /tools/repohooks/rh/
config.py 200 # Reject blank custom hooks.
203 raise ValidationError('%s: custom hook "%s" cannot be blank' %
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
CommonIpf.dsc 171 Blank.pad \
189 Blank.pad \
207 Blank.pad \
245 Blank.pad \
265 Blank.pad \
384 Blank.pad
  /external/protobuf/objectivec/DevTools/
pddm.py 52 trailing blank lines are included in the macro. You can also end a definition
58 The first line of the expansion is always a blank like just for readability.
92 can be used to avoid adding extra blank lines/returns (or make it clear when
227 # Allow blank lines between macro definitions.
480 # Always add a blank line, seems to read better. (If need be, add an
605 # Without a collection the expansions become blank, removing them.
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search2/
DatabaseIndexingManagerTest.java     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcBoot.c 287 CHAR8 Blank[PXEBC_DISPLAY_MAX_LINE];
313 SetMem (Blank, sizeof(Blank), ' ');
357 Blank[MenuArray[Select]->DescLen] = 0;
358 AsciiPrint ("%a\r", Blank);
432 Blank[MenuArray[LastSelect]->DescLen] = 0;
433 AsciiPrint ("%a\r", Blank);
    [all...]
  /external/jdiff/src/jdiff/
DiffMyers.java 345 /** Adjust inserts/deletes of blank lines to join changes
739 /** Adjust inserts/deletes of blank lines to join changes
742 We do something when a run of changed lines include a blank
743 line at one end and have an excluded blank line at the other.
744 We are free to choose which blank line is included.
746 but usually it is cleaner to consider the following blank line
747 to be the "change". The only exception is if the preceding blank line
  /external/libcxx/include/
__locale 347 static const mask blank = _ISblank;
359 static const mask blank = _BLANK;
380 static const mask blank = _CTYPE_BL;
382 static const mask blank = _CTYPE_B;
395 static const mask blank = _ISBLANK;
408 static const mask blank = _B;
423 static const mask blank = 1<<9;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
__locale 331 static const mask blank = _ISblank;
343 static const mask blank = _BLANK;
362 static const mask blank = _CTYPE_BL;
364 static const mask blank = _CTYPE_B;
377 static const mask blank = _ISBLANK;
403 static const mask blank = 0x100;
415 static const mask blank = 1<<9;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
__locale 331 static const mask blank = _ISblank;
343 static const mask blank = _BLANK;
362 static const mask blank = _CTYPE_BL;
364 static const mask blank = _CTYPE_B;
377 static const mask blank = _ISBLANK;
403 static const mask blank = 0x100;
415 static const mask blank = 1<<9;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
__locale 345 static const mask blank = _ISblank;
357 static const mask blank = _BLANK;
378 static const mask blank = _CTYPE_BL;
380 static const mask blank = _CTYPE_B;
393 static const mask blank = _ISBLANK;
406 static const mask blank = _B;
421 static const mask blank = 1<<9;
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 615 # If previous line was a blank line, assume that the headers are
    [all...]
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 169 assert(local_blank_count == 1 && "More than one blank is not supported");
170 assert(s.back() == '_' && "The blank character must only be at the end of the string");
246 "Arguments without a blank (_) must provide either a value map or a value list");
336 // Extract out the blank value from arguments
437 // Handle the regular case where we parsed an unknown value from a blank.

Completed in 2623 milliseconds

<<31323334353637383940>>