HomeSort by relevance Sort by last modified time
    Searched full:trim (Results 351 - 375 of 1712) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/core/
SkMallocPixelRef.cpp 130 // TODO: replace this bulk write with a chunky one that can trim off any
  /external/chromium_org/third_party/sqlite/src/test/
mallocC.test 39 set res [catchsql [string trim $::mallocopts(-sql)]]
  /external/chromium_org/ui/snapshot/
snapshot_aura.cc 51 // smaller than the window bounds. So trim appropriately.
  /external/chromium_org/url/
url_parse_internal.h 19 // Returns true if we should trim this character from the URL because it is a
  /external/chromium_org/v8/src/
hydrogen-environment-liveness.h 41 // unnecessary spill slot moves. Therefore it is beneficial to trim the
  /external/dexmaker/src/dx/java/com/android/dx/util/
HexParser.java 74 String atStr = line.substring(0, colonAt).trim();
  /external/doclava/src/com/google/doclava/
Proofread.java 67 s = s.trim();
  /external/dropbear/libtomcrypt/src/misc/base64/
base64_decode.c 68 /* the final = symbols are read and used to trim the remaining bytes */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CvsDiffParser.java 95 .trim();
FetchValidator.java 96 (String) tokenizer.nextToken().trim());
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 332 final String columnName = tokenizer.nextToken ().trim ();
360 final String sortSpec = tokenizer.nextToken ().trim ();
410 final String metricSpec = tokenizer.nextToken ().trim ();
550 if (! allowBlank && (result != null) && (result.trim ().length () == 0))
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java 98 path = content.substring(0, i).trim();
99 content = content.substring(i+1).trim();
104 path = content.trim();
451 matName = split[1].trim();
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
freebasic.php 80 "trim", "type", "ubound", "ubyte", "ucase", "uinteger", "ulongint", "union",
oobas.php 73 'rset','rtrim','trim','ucase','split','join','converttourl','convertfromurl',
  /external/nist-sip/java/gov/nist/javax/sip/header/
ExtensionHeaderImpl.java 99 this.value = buffer.toString().trim();
SIPHeader.java 104 return buffer.toString().trim();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageLog.java 165 + firstLine.trim() + "\"" +
  /external/openfst/src/extensions/pdt/
pdtcompose.cc 33 DEFINE_bool(connect, true, "Trim output");
  /external/oprofile/libutil++/
string_manip.cpp 100 string trim(string const & str, string const & totrim) function
  /external/proguard/src/proguard/obfuscate/
MemberNameCollector.java 85 // Trim the return argument from the descriptor if not.
  /external/proguard/src/proguard/util/
ListUtil.java 97 String substring = string.substring(index, nextIndex).trim();
  /external/skia/src/core/
SkMallocPixelRef.cpp 130 // TODO: replace this bulk write with a chunky one that can trim off any
  /external/smack/src/org/jivesoftware/smackx/
MultipleRecipientManager.java 108 if (noReply || (replyTo != null && replyTo.trim().length() > 0) ||
109 (replyRoom != null && replyRoom.trim().length() > 0)) {
256 if (replyTo != null && replyTo.trim().length() > 0) {
260 if (replyRoom != null && replyRoom.trim().length() > 0) {
  /external/smack/src/org/jivesoftware/smackx/provider/
StreamInitiationProvider.java 88 if(size != null && size.trim().length() !=0){
  /external/smack/src/org/jivesoftware/smackx/search/
SimpleUserSearch.java 74 if (value.trim().length() > 0) {

Completed in 575 milliseconds

<<11121314151617181920>>