HomeSort by relevance Sort by last modified time
    Searched full:trimmed (Results 51 - 75 of 326) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/
Formattable.java 51 * output. The length of the output is trimmed down to this size
  /external/chromium_org/ui/views/controls/
styled_label.h 26 // supported and will be trimmed on StyledLabel construction. Leading
56 // Note that any trailing whitespace in |text| will be trimmed.
  /external/chromium_org/v8/test/mjsunit/third_party/
string-trim.js 80 leftTrimString = testString + wsString; // Trimmed from the left.
81 rightTrimString = wsString + testString; // Trimmed from the right.
  /external/chromium_org/v8/test/webkit/
string-trim.js 70 leftTrimString = testString + wsString; //trimmed from the left
71 rightTrimString = wsString + testString; //trimmed from the right
  /external/v8/test/mjsunit/third_party/
string-trim.js 80 leftTrimString = testString + wsString; // Trimmed from the left.
81 rightTrimString = wsString + testString; // Trimmed from the right.
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.cc 237 // further stars. Also the trimmed host needs to end with the trimmed
245 // The trimmed host needs to have a dot separating the subdomain from the
  /external/chromium/base/
string_split.h 22 // Every substring is trimmed of any leading or trailing white space.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller.mm 21 // Menus more than this many pixels wide will get trimmed
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field_cell.mm 30 // decorations need to be trimmed.
  /external/chromium/net/disk_cache/
mem_backend_impl.h 98 // If empty is true, the whole cache will be trimmed, regardless of being in
  /external/chromium_org/base/debug/
stack_trace.h 40 // trimmed to |kMaxTraces|.
  /external/chromium_org/base/strings/
string_split.h 21 // Every substring is trimmed of any leading or trailing white space.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller.mm 28 // Menus more than this many pixels wide will get trimmed
  /external/chromium_org/chrome/test/ppapi/
ppapi_test.cc 52 std::string trimmed; local
53 base::TrimString(json, "\"", &trimmed);
54 if (trimmed == "...")
56 message_ = trimmed;
  /external/chromium_org/tools/gn/
path_output.h 73 // current dir. This assumes leading slashes have been trimmed.
  /external/chromium_org/tools/page_cycler/webpagereplay/tests/
2012Q2.js 63 // Not included (trimmed pageSets to keep test under 10 minutes).
  /external/chromium_org/url/
url_parse_internal.h 26 // to eliminate "should-be-trimmed" characters. Note that the length does *not*
  /external/qemu/android/
charmap.h 38 * Charmap name, extracted by this routine is a name of the kcm file, trimmed
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListing.java 69 * formatted XML-string in a trimmed byte array
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
HtmlUtilsTest.java 98 // Newlines should be trimmed.
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/
EmailAddressTest.java 87 // Ensure that white space is trimmed from the name
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SpannableStringUtils.java 32 * or end after <code>end</code> but overlap this range are trimmed
  /external/chromium/net/websockets/
websocket_handshake_draft75_unittest.cc 155 // :80 should be trimmed as it's the default port for ws://.
166 // :443 should be trimmed as it's the default port for wss://.
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 79 /// live range trimmed or entirely removed.
201 /// (allDefsAreDead returns true). This may cause live intervals to be trimmed
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 178 String trimmed = s.trim(); local
179 assertFalse("split lines are not encoded", trimmed.startsWith("=?"));
219 String trimmed = s.trim(); local
221 trimmed.startsWith("=?") && trimmed.endsWith("?="));

Completed in 1737 milliseconds

1 23 4 5 6 7 8 91011>>