/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-dlltool.1 | 158 [\fB\-\-no\-leading\-underscore\fR] [\fB\-\-leading\-underscore\fR] 301 contain a leading underscore. This is only meaningful when 371 .IP "\fB\-\-no\-leading\-underscore\fR" 4 372 .IX Item "--no-leading-underscore" 374 .IP "\fB\-\-leading\-underscore\fR" 4 375 .IX Item "--leading-underscore" 413 external and import symbols with no leading underscore.
|
/system/core/libcutils/ |
strdup8to16.c | 29 /* Clever trick from Dianne that returns 1-4 depending on leading bit sequence*/ 121 /* Bytes that start with bits "10" are not leading characters. */
|
/external/chromium/chrome/browser/ui/views/ |
collected_cookies_win.cc | 266 column_set->AddColumn(GridLayout::LEADING, GridLayout::FILL, 1, 279 layout->AddView(block_allowed_button_, 1, 1, GridLayout::LEADING, 325 column_set->AddColumn(GridLayout::LEADING, GridLayout::FILL, 1, 330 column_set->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 0, 333 column_set->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 0,
|
/external/chromium_org/ash/shelf/ |
shelf_button.cc | 516 icon_view_->SetVerticalAlignment(views::ImageView::LEADING); 534 views::ImageView::LEADING)); 536 shelf_layout_manager_->PrimaryAxisValue(views::ImageView::LEADING, 578 views::ImageView::LEADING, 586 views::ImageView::LEADING));
|
/external/chromium_org/chrome/browser/ui/views/ |
collected_cookies_views.cc | 393 column_set->AddColumn(GridLayout::LEADING, GridLayout::FILL, 1, 407 layout->AddView(block_allowed_button_, 1, 1, GridLayout::LEADING, 458 column_set->AddColumn(GridLayout::LEADING, GridLayout::FILL, 1, 463 column_set->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 0, 466 column_set->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 0,
|
profile_reset_bubble_view.cc | 98 cs->AddColumn(GridLayout::FILL, GridLayout::LEADING, 1, 289 cs->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 0, 305 cs->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 0, 308 cs->AddColumn(GridLayout::LEADING, GridLayout::TRAILING, 0, 311 cs->AddColumn(GridLayout::LEADING, GridLayout::TRAILING, 0,
|
/external/chromium_org/ui/views/layout/ |
grid_layout.h | 43 // a horizontal and vertical alignment of leading regardless of that defined 45 // layout->AddView(v1, 1, 1, LEADING, LEADING); 74 // Leading equates to left along the horizontal axis, and top along the 76 LEADING,
|
/external/chromium_org/webkit/common/fileapi/ |
file_system_util.cc | 157 url += (kTemporaryDir + 1); // We don't want the leading slash. 160 url += (kPersistentDir + 1); // We don't want the leading slash. 163 url += (kExternalDir + 1); // We don't want the leading slash. 166 url += (kIsolatedDir + 1); // We don't want the leading slash. 169 url += (kTestDir + 1); // We don't want the leading slash.
|
/external/chromium/net/http/ |
http_util.cc | 94 // Trim leading and trailing whitespace from type. We include '(' in 136 // Trim leading and trailing whitespace from charset_val. We include 359 // leading whitespace 510 // Helper used by AssembleRawHeaders, to skip past leading LWS. 526 // Skip any leading slop, since the consumers of this output 551 // Join continuation; reduce the leading LWS to a single SP. 655 // Leading LWS implies a line continuation, and these should have
|
/external/chromium_org/v8/src/ |
conversions-inl.h | 147 // Skip leading 0s. 256 // Ignore leading sign; skip following spaces. 299 // Skip leading zeros. 459 // or insignificant leading zeros of the fractional part are dropped. 474 // Ignore leading sign. 546 // Ignore leading zeros in the integer part. 591 // leading zeros (if any).
|
/external/icu4c/layoutex/layout/ |
ParagraphLayout.h | 103 * Get the leading of the line. This is the maximum leading 106 * @return the leading of the line. 294 * A convenience method which returns the leading value for the font 297 * @return the leading value of this run's font. 485 * Return the max leading value for all the fonts 488 * @return the leading value.
|
/external/v8/src/ |
conversions-inl.h | 142 // Skip leading 0s. 253 // Ignore leading sign; skip following spaces. 298 // Skip leading zeros. 458 // or insignificant leading zeros of the fractional part are dropped. 467 // Ignore leading sign. 512 // Ignore leading zeros in the integer part. 557 // leading zeros (if any).
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 52 and leading and trailing whitespace are removed, otherwise 247 # Strip leading and trailing tabs and spaces 251 Return a copy of the string s with leading and trailing 259 # Strip leading tabs and spaces 263 Return a copy of the string s with leading whitespace removed. 398 is chosen from the leading characters of s, 0 for octal, 0x or 413 is 0, it is chosen from the leading characters of s, 0 for
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_textwrap.py | 309 # word was handled incorrectly, except for a leading "--", which 359 # Check that drop_whitespace does not drop leading whitespace (if 361 # SF bug #622849 reported inconsistent handling of leading 363 text = " This is a sentence with leading whitespace." 365 [" This is a sentence with leading whitespace."]) 367 [" This is a sentence with", "leading whitespace."]) 370 # Check that drop_whitespace skips the whole line if a non-leading
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 52 and leading and trailing whitespace are removed, otherwise 247 # Strip leading and trailing tabs and spaces 251 Return a copy of the string s with leading and trailing 259 # Strip leading tabs and spaces 263 Return a copy of the string s with leading whitespace removed. 398 is chosen from the leading characters of s, 0 for octal, 0x or 413 is 0, it is chosen from the leading characters of s, 0 for
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_textwrap.py | 309 # word was handled incorrectly, except for a leading "--", which 359 # Check that drop_whitespace does not drop leading whitespace (if 361 # SF bug #622849 reported inconsistent handling of leading 363 text = " This is a sentence with leading whitespace." 365 [" This is a sentence with leading whitespace."]) 367 [" This is a sentence with", "leading whitespace."]) 370 # Check that drop_whitespace skips the whole line if a non-leading
|
/external/bison/m4/ |
getopt.m4 | 69 dnl POSIX 2008 does not specify leading '+' behavior, but see 71 dnl the next version of POSIX. For now, we only guarantee leading '+' 203 [# Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
|
/external/chromium/chrome/browser/importer/ |
nss_decryptor.cc | 70 // by a leading '~'. Otherwise, we should decrypt the text. 100 // Deletes the leading '~' before decoding. 209 // The element name has a leading '*'.
|
/external/chromium/net/tools/tld_cleanup/ |
tld_cleanup.cc | 18 // * Strips a single leading and/or trailing dot from each rule, if present. 106 // Strip single leading and trailing dots. 120 // Allow single leading '*.' or '!', saved here so it's not canonicalized.
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bubble_view.cc | 179 cs->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 0, 187 cs->AddColumn(GridLayout::LEADING, GridLayout::TRAILING, 0, 190 cs->AddColumn(GridLayout::LEADING, GridLayout::TRAILING, 0,
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
media_galleries_dialog_views.cc | 108 columns->AddColumn(views::GridLayout::LEADING, 109 views::GridLayout::LEADING, 122 views::GridLayout::FILL, views::GridLayout::LEADING,
|
/external/chromium_org/chrome/utility/importer/ |
nss_decryptor.cc | 70 // by a leading '~'. Otherwise, we should decrypt the text. 100 // Deletes the leading '~' before decoding. 210 // The element name has a leading '*'.
|
/external/chromium_org/third_party/icu/source/common/ |
util.h | 98 * skipWhitespace(text, start, limit) will advance start past leading 103 * leading or trailing whitespace, respectively 105 * leading or trailing whitespace, respectively
|
/external/chromium_org/ui/gfx/ |
render_text_mac.cc | 142 CGFloat leading = 0; local 144 double width = CTLineGetTypographicBounds(line_, &ascent, &descent, &leading); 154 string_size_ = SizeF(width, ascent + descent + leading);
|
/external/clang/lib/Format/ |
BreakableToken.h | 166 // as leading whitespace: 183 // Contains the text of the lines of the block comment, excluding the leading 195 // Note that this excludes a leading "* " or "*" in case all lines have
|