HomeSort by relevance Sort by last modified time
    Searched full:leading (Results 101 - 125 of 2905) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_button_unittest.mm 156 // Middle button mouse up without leading mouse down in the view.
162 // Middle button mouse dragged in the view and up without leading mouse down.
216 // Middle button mouse up without leading mouse down in the view.
222 // Middle button mouse dragged in the view and up without leading mouse down.
  /external/chromium_org/chrome/browser/ui/views/
conflicting_module_view_win.cc 145 views::GridLayout::LEADING, views::GridLayout::LEADING,
149 views::GridLayout::LEADING, views::GridLayout::LEADING,
global_error_bubble_view.cc 116 cs->AddColumn(views::GridLayout::LEADING, views::GridLayout::LEADING,
130 cs->AddColumn(views::GridLayout::TRAILING, views::GridLayout::LEADING,
134 cs->AddColumn(views::GridLayout::TRAILING, views::GridLayout::LEADING,
  /external/chromium_org/chrome/common/extensions/api/
file_browser_handler_internal.json 54 "description": "List of file extensions that the selected file can have. The list is also used to specify what files to be shown in the select file dialog. Files with the listed extensions are only shown in the dialog. Extensions should not include the leading '.'. Example: ['jpg', 'png']"
  /external/chromium_org/chrome_frame/
chrome_launcher.h 45 // Returns a string that is equivalent in input_str without any leading
  /external/chromium_org/content/renderer/pepper/
pepper_file_ref_renderer_host.cc 57 // We strip off the leading slash when passing the URL to Resolve().
  /external/chromium_org/net/base/
platform_mime_util_win.cc 35 // Strip off the leading dot, this should always be the case.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGNumberList.cpp 32 // The spec strangely doesn't allow leading whitespace. We might choose to violate that intentionally. (section 4.1)
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Token.h 71 // It disregards any leading whitespace.
  /external/chromium_org/third_party/opus/src/silk/
bwexpander_32.c 36 opus_int32 *ar, /* I/O AR filter to be expanded (without leading 1) */
  /external/chromium_org/third_party/opus/src/silk/float/
bwexpander_FLP.c 36 silk_float *ar, /* I/O AR filter to be expanded (without leading 1) */
  /external/chromium_org/tools/gn/
source_file.cc 51 // Windows path, strip the leading slash.
  /external/chromium_org/ui/views/examples/
progress_bar_example.cc 44 column_set->AddColumn(GridLayout::LEADING, GridLayout::FILL,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-696.js 31 // leading numbers.
  /external/clang/include/clang/Basic/
CommentOptions.h 28 /// Should not include the leading backslash.
  /external/compiler-rt/lib/
clzdi2.c 17 /* Returns: the number of leading 0-bits */
clzti2.c 19 /* Returns: the number of leading 0-bits */
  /external/dropbear/libtommath/
bn_mp_montgomery_calc_normalization.c 22 * the leading bit of b. This saves alot of multiple precision shifting.
  /external/icu4c/samples/layout/
pflow.c 113 le_int32 leading = 0; local
194 if (pLeading > leading) {
195 leading = pLeading;
213 flow->fLineHeight = ascent + descent + leading;
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
HtmlWhiteSpaceStripper.java 22 * HTML whitespace stripper to be used by JSilver. It removes leading and
33 * It also strips out empty lines and leading whitespace inside HTML tags (i.e.
221 // Omit leading whitespace
271 * what a 'line' of content is for doing leading and trailing whitespace removal and empty line
  /external/openssh/contrib/aix/
inventory.sh 43 $name =~ s|^.||; # Strip leading dot from path
  /external/v8/test/mjsunit/regress/
regress-696.js 31 // leading numbers.
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ItemSimpleGestureListener.java 33 * that the user's first tap is not followed by a second tap leading
  /cts/tests/tests/text/src/android/text/style/cts/
DrawableMarginSpanTest.java 106 assertEquals(0, fm.leading);
109 // should not change ascent, leading and top.
116 assertEquals(0, fm.leading);
  /external/blktrace/
strverscmp.c 49 If the common prefix contains only leading zeroes, the longest part is less
63 @result{} <0 // @r{idem, but with leading zeroes only.}
73 fractional parts, S_Z: idem but with leading Zeroes only */

Completed in 1756 milliseconds

1 2 3 45 6 7 8 91011>>