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

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/matext/
MaterialExtensionLoader.java 96 matName = subsplit[0].trim();
97 String extendedMat = subsplit[1].trim();
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
lotusscript.php 55 'Trim', 'Trim$', 'Today', 'To', 'TimeValue', 'TimeSerial', 'Timer',
sdlbasic.php 57 'tally', 'trim', 'trim$', 'typeof', 'typeof$', 'ucase', 'ucase$', 'val',
vbnet.php 115 'TIMER', 'TIMESERIAL', 'TIMEVALUE', 'TODAY', 'TRIM', 'TRIM$', 'TYPENAME', 'UBOUND',
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 53 // Trim any suffix off and append the next number.
92 // Trim any suffix off and append the next number.
  /external/markdown/MarkdownTest/
MarkdownTest.pl 67 $t_result =~ s/\s+\z//; # trim trailing whitespace
68 $t_output =~ s/\s+\z//; # trim trailing whitespace
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PPreferredServiceParser.java 112 if(serviceID.trim().equals(""))
125 if(appID.trim().equals(""))
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 135 this.host = this.host.trim();
136 this.transport = this.transport.trim();
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 231 string result = trim(cur->input);
232 check_result("trim()", cur->input, cur->output, result);
  /external/proguard/src/proguard/
GPL.java 75 line = line.trim();
78 line = line.substring(2).trim();
  /external/qemu/slirp/
mbuf.c 174 /* Trim from head */
178 /* Trim from tail */
  /external/qemu/slirp-android/
mbuf.c 174 /* Trim from head */
178 /* Trim from tail */
  /frameworks/av/media/libstagefright/foundation/
ParsedMessage.cpp 142 key.trim();
161 mDict.editValueAt(i).trim();
  /frameworks/volley/src/com/android/volley/toolbox/
ByteArrayPool.java 121 trim(); method
127 private synchronized void trim() { method in class:ByteArrayPool
  /libcore/luni/src/test/java/libcore/xml/
SimpleParserTest.java 88 String s = new String(ch, start, length).trim();
203 String s = new String(ch, start, length).trim();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 90 String path = mLocation.getText().trim();
137 String path = mLocation.getText().trim();
  /system/vold/
fstrim.c 78 continue; /* Should we trim fat32 filesystems? */
135 * commands until the trim is finished. So start another thread
  /art/runtime/gc/space/
dlmalloc_space.cc 288 // Trim the heap so that we minimize the size of the Zygote space.
289 Trim();
290 // Trim our mem-map to free unused pages.
456 size_t DlMallocSpace::Trim() {
458 // Trim to release memory at the end of the space.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
id3_parser.js 278 var title = reader.readNullTerminatedString(30).trim();
286 var artist = reader.readNullTerminatedString(30).trim();
293 var album = reader.readNullTerminatedString(30).trim();
380 id3v2[key].value.trim().length > 0) {
383 value: id3v2[key].value.trim()
  /external/chromium_org/media/base/
audio_buffer_unittest.cc 238 TEST(AudioBufferTest, Trim) {
259 // Trim off 10 frames from the start.
267 // Trim off 10 frames from the end.
275 // Trim off 50 more from the start.
283 // Trim off the last 30 frames.
  /external/jpeg/
jpegtran.c 72 fprintf(stderr, " -trim Drop non-transformable edge blocks\n");
135 transformoption.trim = FALSE;
300 } else if (keymatch(arg, "trim", 3)) {
301 /* Trim off any partial edge MCUs that the transform can't handle. */
302 transformoption.trim = TRUE;
  /external/qemu/distrib/jpeg-6b/
jpegtran.c 72 fprintf(stderr, " -trim Drop non-transformable edge blocks\n");
135 transformoption.trim = FALSE;
300 } else if (keymatch(arg, "trim", 3)) {
301 /* Trim off any partial edge MCUs that the transform can't handle. */
302 transformoption.trim = TRUE;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp 97 self_type& trim( self_type exclusions = self_type() ) ;
102 self_type& trim( self_type exclusions ) ;
105 self_type& trim() { trim( self_type() ) ; } function in class:boost::unit_test::basic_cstring
365 basic_cstring<CharT>::trim( basic_cstring exclusions ) function in class:boost::unit_test::basic_cstring
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 800 Function<String, String> trim = TrimStringFunction.INSTANCE; local
803 Predicate<String> trimEqualsFoo = Predicates.compose(equalsFoo, trim);
811 .addEqualityGroup(trimEqualsFoo, Predicates.compose(equalsFoo, trim))
813 .addEqualityGroup(trim)
815 .addEqualityGroup(Predicates.compose(equalsBar, trim))
821 Function<String, String> trim = TrimStringFunction.INSTANCE; local
823 Predicate<String> trimEqualsFoo = Predicates.compose(equalsFoo, trim);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 390 && mEmailValidator.isValid(mEmailView.getText().toString().trim());
437 final String email = mEmailView.getText().toString().trim();
535 final String email = mEmailView.getText().toString().trim();
537 final String domain = emailParts[1].trim();
563 final String email = mEmailView.getText().toString().trim();
566 final String user = emailParts[0].trim();
567 final String domain = emailParts[1].trim();

Completed in 1460 milliseconds

<<11121314151617181920>>