HomeSort by relevance Sort by last modified time
    Searched refs:trim (Results 101 - 125 of 979) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 56 if (value == null || value.trim().length() == 0) {
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwBrowserProcess.java 68 String keySystem = fragments[0].trim();
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
TestHttpServerClient.java 67 expectedResponse, new String(buffer, 0, length).trim());
  /external/chromium_org/extensions/browser/
file_highlighter.cc 136 size_t trim = contents_.find_last_not_of(" \t\n\r", end_ - 1); local
137 if (trim < end_ && trim > start_)
138 end_ = trim + 1;
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
ads2gas_apple.pl 42 # Perl trim function to remove whitespace from the start and end of the string
43 sub trim($) subroutine
132 $register_aliases{trim($1)} = trim($2);
148 $function = trim($1);
192 $trimmed = trim($_);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DoubleObjectPropertyEditor.java 66 text = text.trim();
DoublePropertyEditor.java 64 text = text.trim();
FloatPropertyEditor.java 63 text = text.trim();
IntegerObjectPropertyEditor.java 66 text = text.trim();
IntegerPropertyEditor.java 63 text = text.trim();
LongObjectPropertyEditor.java 66 text = text.trim();
LongPropertyEditor.java 63 text = text.trim();
ShortObjectPropertyEditor.java 66 text = text.trim();
ShortPropertyEditor.java 63 text = text.trim();
  /external/hamcrest/library/src/org/hamcrest/text/
IsEqualIgnoringWhiteSpace.java 52 return result.toString().trim();
  /external/jpeg/
transupp.h 71 * The "trim" option causes untransformable partial iMCUs to be dropped;
75 * (For example, -rot 270 -trim trims only the bottom edge, but -rot 90 -trim
76 * followed by -rot 180 -trim trims both edges.)
89 boolean trim; /* if TRUE, trim partial MCUs as needed */ member in struct:__anon27355
  /external/libvpx/libvpx/build/make/
ads2gas_apple.pl 42 # Perl trim function to remove whitespace from the start and end of the string
43 sub trim($) subroutine
132 $register_aliases{trim($1)} = trim($2);
148 $function = trim($1);
192 $trimmed = trim($_);
  /external/nist-sip/java/gov/nist/javax/sip/header/
AcceptLanguage.java 127 this.languageRange = languageRange.trim();
SIPHeader.java 104 return buffer.toString().trim();
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StatusLineParser.java 69 return this.lexer.getRest().trim();
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 72 addParameters(OAuth.decodeForm(body.trim()));
  /external/oprofile/libregex/tests/
regex_test.cpp 39 last = trim(last);
  /external/oprofile/libutil++/
string_manip.h 48 /// remove trim chars from start of input string return the new string
50 /// remove trim chars from end of input string return the new string
53 std::string trim(std::string const & str, std::string const & totrim = "\t ");
  /external/pdfium/core/src/fxcodec/libjpeg/
transupp.h 71 * The "trim" option causes untransformable partial iMCUs to be dropped;
75 * (For example, -rot 270 -trim trims only the bottom edge, but -rot 90 -trim
76 * followed by -rot 180 -trim trims both edges.)
89 boolean trim; /* if TRUE, trim partial MCUs as needed */ member in struct:__anon33376
  /external/qemu/distrib/jpeg-6b/
transupp.h 71 * The "trim" option causes untransformable partial iMCUs to be dropped;
75 * (For example, -rot 270 -trim trims only the bottom edge, but -rot 90 -trim
76 * followed by -rot 180 -trim trims both edges.)
89 boolean trim; /* if TRUE, trim partial MCUs as needed */ member in struct:__anon33939

Completed in 580 milliseconds

1 2 3 45 6 7 8 91011>>