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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 292 * white space will be trimmed from the beginning and end of
293 * the URL. (Just the actual white space characters are trimmed, not
348 * @return the trimmed string
NetworkUtils.java 264 * @return a string propertly trimmed
  /frameworks/base/media/java/android/media/videoeditor/
MediaItem.java 242 * timeline (trimmed duration)
247 * @return The is the full duration of the media item (not trimmed)
549 * requested (even if trimmed).
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 496 String trimmed = node.getTextContent().trim(); local
497 if (trimmed.length() > 0) {
498 serializer.text(trimmed);
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 601 * @return {String} Trimmed string.
613 * @return {String} Trimmed string.
625 * @return {String} Trimmed string.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 601 * @return {String} Trimmed string.
613 * @return {String} Trimmed string.
625 * @return {String} Trimmed string.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteSelectionCommand.cpp 482 // in a text node that needs to be trimmed
502 // in a text node that needs to be trimmed
543 // in a text node that needs to be trimmed
    [all...]
ApplyBlockElementCommand.cpp 253 // \n at the beginning of the text node immediately following the current paragraph is trimmed by moveParagraphWithClones.
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 180 * The input string is trimmed so any space around the first letter (-/+/@) or
  /external/chromium/base/
pickle.h 132 // be 'trimmed' if the amount of data required is less than originally
string_util.h 245 // (1) Leading and trailing whitespace is trimmed.
247 // sequences containing a CR or LF are trimmed.
  /external/chromium/googleurl/
README.txt 157 you are canonicalizing, these newlines may or may not be trimmed off.
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.cc 46 // Menus more than this many chars long will get trimmed.
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 279 * Following the switch to hash tables, this need to be trimmed up at
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.h 393 * trimmed out of the buffer. This number is only valid for vtxfmt!
  /external/dhcpcd/
dhcpcd.conf.5 40 Leading and trailing whitespace for the option and value are trimmed.
dhcpcd.conf.5.in 40 Leading and trailing whitespace for the option and value are trimmed.
  /external/libxml2/include/libxml/
xpath.h 280 * Following the switch to hash tables, this need to be trimmed up at
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 393 * trimmed out of the buffer. This number is only valid for vtxfmt!
  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 158 // When canonicalized, the path separators are trimmed
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 103 * Arg2 configuration line (trimmed of trailing white
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieMediaItem.java 330 * timeline (trimmed duration)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_manifest_attrs.xml 21 This file has been trimmed down to only extract a number of interesting cases
  /external/chromium_org/base/strings/
string_util.cc 191 // Return where we trimmed from.
273 // Set flags to pretend we're already in a trimmed whitespace sequence, so we
string_util.h 231 // (1) Leading and trailing whitespace is trimmed.
233 // sequences containing a CR or LF are trimmed.

Completed in 479 milliseconds

1 2 3 4 56 7 8 91011>>