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

1 2 3 45 6 7 8 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
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/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:__anon19664
  /external/libvpx/libvpx/build/make/
ads2gas_apple.pl 35 # Perl trim function to remove whitespace from the start and end of the string
36 sub trim($) subroutine
125 $register_aliases{trim($1)} = trim($2);
141 $function = trim($1);
185 $trimmed = trim($_);
  /external/libvpx/libvpx/examples/includes/
vp8_doc_tools.php 58 $txt = trim($mtch_arr[1]);
  /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/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:__anon24929
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.cpp 120 key.trim();
121 value.trim();
148 key.trim();
149 value.trim();
  /frameworks/base/core/java/android/database/
DefaultDatabaseErrorHandler.java 97 if (fileName.equalsIgnoreCase(":memory:") || fileName.trim().length() == 0) {
  /frameworks/base/services/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 147 return Integer.parseInt(extraValue.trim());
155 return extraValue.trim();
163 return extraValue.trim();
168 String strVersion = IoUtils.readFileAsString(updateVersion.getCanonicalPath()).trim();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 200 splitStr[0] = splitStr[0].trim();
203 splitStr[1] = splitStr[1].trim();
228 splitStr[0] = splitStr[0].trim();
236 splitStr[1] = splitStr[1].trim();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataCallResponse.java 128 addr = addr.trim();
163 addr = addr.trim();
180 dnsAddr = dnsAddr.trim();
206 addr = addr.trim();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argv_traverser.hpp 58 void trim( std::size_t size );
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAuthenticator.java 76 if (mSessionKey.trim().length() != 0) {

Completed in 512 milliseconds

1 2 3 45 6 7 8 91011>>