/external/icu4c/common/ |
util.h | 97 * skipWhitespace(text, start, limit) will advance start past leading 102 * leading or trailing whitespace, respectively 104 * leading or trailing whitespace, respectively
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
boolhuff_armv5te.asm | 79 ; Counting the leading zeros is used to normalize range. 155 ; Counting the leading zeros is used to normalize range. 249 ; Counting the leading zeros is used to normalize range.
|
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 167 /// StripSpaces - This removes leading and trailing spaces from the StringRef. 195 // Capture segment, remove leading and trailing whitespace. 207 // Capture section, remove leading and trailing whitespace.
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_config.c | 120 /* skip leading spaces */ 239 /* skip leading spaces */ 255 /* skip leading spaces before value */
|
/libcore/luni/src/main/java/java/lang/ |
StringToReal.java | 67 * Returns a StringExponentPair containing a String with no leading or trailing white 258 // We don't use startsWith because there might be a leading sign. 299 // We don't use startsWith because there might be a leading sign.
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FatLfnDirectory.java | 120 * According to the FAT file system specification, leading and trailing 176 * According to the FAT file system specification, leading and trailing 219 * According to the FAT file system specification, leading and trailing
|
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 59 * configured, grid index {@code 0} is fixed to the leading edge of the 646 private int getDefaultMargin(View c, boolean horizontal, boolean leading) { 653 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean leading) { 654 return /*isAtEdge ? DEFAULT_CONTAINER_MARGIN :*/ getDefaultMargin(c, horizontal, leading); 657 private int getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean leading) { 664 boolean leading1 = (horizontal && isLayoutRtl()) ? !leading : leading; 667 return getDefaultMargin(c, isAtEdge, horizontal, leading); 670 int getMargin1(View view, boolean horizontal, boolean leading) { 673 (leading ? lp.leftMargin : lp.rightMargin) [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 60 * configured, grid index {@code 0} is fixed to the leading edge of the 642 private int getDefaultMargin(View c, boolean horizontal, boolean leading) { 649 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean leading) { 650 return /*isAtEdge ? DEFAULT_CONTAINER_MARGIN :*/ getDefaultMargin(c, horizontal, leading); 653 private int getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean leading) { 660 boolean leading1 = (horizontal && isLayoutRtlCompat()) ? !leading : leading; 663 return getDefaultMargin(c, isAtEdge, horizontal, leading); 666 int getMargin1(View view, boolean horizontal, boolean leading) { 669 (leading ? lp.leftMargin : lp.rightMargin) [all...] |
/bionic/libc/bionic/ |
strntoumax.c | 57 /* skip leading space */
|
/bionic/libc/unistd/ |
fnmatch.c | 56 * in a bracket expression matching list, e.g. "[.abc]" does NOT match a leading 66 * character class expressions. A partial range expression with a leading 160 /* Handle negation, either leading ! or ^ operators (never both) */ 310 /* At the beginning of each segment, validate leading period behavior.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_nan.c | 58 /* Allow a leading '0x'. (It's expected, but redundant.) */
|
/build/core/ |
multi_prebuilt.mk | 52 $(error $(LOCAL_PATH): Leading or trailing colons in "$(1)")) \
|
notice_files.mk | 28 # Includes the leading slash
|
/build/tools/fs_config/ |
fs_config.c | 34 // The leading slash should be stripped from the input.
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextView_CommaTokenizerTest.java | 46 // FIXME: does it worked as intended? findTokenStart does not exclude this leading
|
/external/bison/build-aux/ |
gitlog-to-changelog | 78 --strip-tab remove one additional leading TAB from commit message lines. 275 # Extract leading hash. 332 # Remove leading and trailing blank lines. 393 # Remove one additional leading TAB from each line.
|
/external/bison/lib/ |
progname.c | 75 /* But don't strip off a leading <dirname>/ in general, because when the user
|
/external/chromium/base/ |
string_split.h | 22 // Every substring is trimmed of any leading or trailing white space.
|
/external/chromium/base/test/ |
test_file_util_posix.cc | 70 // Strip the leading '/' (if any).
|
/external/chromium/chrome/browser/chromeos/login/ |
network_selection_view.cc | 210 GridLayout::LEADING, GridLayout::CENTER); 215 GridLayout::LEADING, GridLayout::CENTER); 261 column_set->AddColumn(GridLayout::LEADING, GridLayout::FILL, 0, 274 column_set->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 1,
|
/external/chromium/chrome/browser/history/ |
download_create_info.h | 47 // The chain of redirects that leading up to and including the final URL.
|
/external/chromium/chrome/browser/net/ |
url_fixer_upper.h | 48 // are already present.) This TLD should not have a leading '.' (use "com"
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view.cc | 326 column_set->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 0, 337 column_set->AddColumn(GridLayout::FILL, GridLayout::LEADING, 0, 340 column_set->AddColumn(GridLayout::FILL, GridLayout::LEADING, 0, 343 column_set->AddColumn(GridLayout::FILL, GridLayout::LEADING, 0,
|
/external/chromium/chrome/browser/ui/views/download/ |
download_in_progress_dialog_view.cc | 62 column_set->AddColumn(views::GridLayout::FILL, views::GridLayout::LEADING, 1,
|
/external/chromium/chrome/browser/ui/views/ |
hung_renderer_view.cc | 377 column_set->AddColumn(GridLayout::LEADING, GridLayout::LEADING, 0, 413 column_set->AddColumn(GridLayout::LEADING, GridLayout::LEADING, 0,
|