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

<<11121314151617181920>>

  /external/tinyxml/
xmltest.cpp 914 const char* doctype0 = "<element> This has leading and trailing space </element>";
916 const char* doctype2 = "<element> This has leading, trailing, and internal space </element>";
922 XmlTest( "White space kept.", " This has leading and trailing space ", text->Value() );
932 XmlTest( "White space kept.", " This has leading, trailing, and internal space ", text->Value() );
938 XmlTest( "White space condensed.", "This has leading and trailing space", text->Value() );
948 XmlTest( "White space condensed.", "This has leading, trailing, and internal space", text->Value() );
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 605 // For now, leading and trailing edges are always the same size.
622 private float constrainEdgeValue(float current, float leading) {
623 if (leading == 0) {
630 if (current < leading) {
633 return 1f - current / leading;
643 return current / -leading;
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 277 /* strip leading [s; will be added to end */
289 /* account for leading 'L' and trailing ';' */
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 552 * Ignore leading whitespace when nested in [..], (..), {..}.
593 Consume any leading whitespace if it starts on left edge.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 273 * Number with an optional leading minus sign (-).
288 * Number with an optional leading minus sign (-).
  /external/bison/djgpp/
README.in 101 (The name of the distribution archive and the leading directory of the
105 If the argument to `djunpack.bat' include leading directories, it MUST
  /external/bison/lib/
strtol.c 231 If BASE is 0 the base is determined by the presence of a leading
232 zero, indicating octal or a leading "0x" or "0X", indicating hexadecimal.
  /external/ceres-solver/internal/ceres/
polynomial.cc 114 // Remove leading terms with zero coefficients.
142 // Divide by leading term
  /external/chromium/chrome/common/extensions/
url_pattern.h 149 // Gets the path the pattern matches with the leading slash. This can have
249 // The host without any leading "*" components.
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 33 // UInt64 and Int64 cannot handle decimal numbers with leading 0s.
109 // Special case the first / to avoid adding a leading kEscapeChar.
  /external/chromium/webkit/glue/
multipart_response_delegate.cc 95 // Eat leading \r\n
115 // Eat leading \r\n
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.h 105 // should not contain a leading '.' (use "com" instead of ".com").
148 // Returns number of leading characters removed.
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 184 column_set->AddColumn(GridLayout::LEADING, GridLayout::FILL, 0,
245 single_column_set->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 1,
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view.cc 148 cs->AddColumn(views::GridLayout::LEADING, views::GridLayout::CENTER, 0,
199 cs->AddColumn(views::GridLayout::LEADING, views::GridLayout::CENTER, 0,
  /external/chromium_org/chrome/tools/
webforms_extractor.py 97 # By adding the leading |ur'<[^<>]*?'| and the trailing |'ur'[^<>]*?>'| the
111 # whitespaces for JS events. Do not match leading whitespace.
  /external/chromium_org/extensions/common/
url_pattern.h 113 // Gets the path the pattern matches with the leading slash. This can have
222 // The host without any leading "*" components.
  /external/chromium_org/native_client_sdk/src/web/
index.html 6 // Split a string in 2 parts. The first is the leading number, if any,
27 // first by leading digits, if any.
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 33 // UInt64 and Int64 cannot handle decimal numbers with leading 0s.
109 // Special case the first / to avoid adding a leading kEscapeChar.
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 78 // Strip single leading and trailing dots.
92 // Allow single leading '*.' or '!', saved here so it's not canonicalized.
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.cpp 96 // String::toDouble() accepts leading + and whitespace characters, which are not valid here.
120 // String::toDouble() accepts leading + and whitespace characters, which are not valid here.
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.cpp 144 // Remove the extra leading slash.
152 // Remove the extra leading slash.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filter.py 103 leading plus/minus (+/-) matches the beginning of the category
268 leading plus/minus (+/-) matches the beginning of the category
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_print.c 87 /* strip leading zeros */
345 /* strip leading zeros */
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 1368 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax; local
    [all...]
  /external/chromium_org/tools/grit/grit/node/
message.py 41 # We don't send leading and trailing whitespace into the translation
124 # then strip and store leading and trailing whitespace and create the

Completed in 507 milliseconds

<<11121314151617181920>>