HomeSort by relevance Sort by last modified time
    Searched full:trimmed (Results 1 - 25 of 67) sorted by null

1 2 3

  /development/tools/idegen/src/
Configuration.java 208 String trimmed = line.trim(); local
209 if (trimmed.startsWith("package")) {
213 return trimmed.substring(8, trimmed.length() - 1);
258 String trimmed = line.trim(); local
259 if (trimmed.length() > 0 && !trimmed.startsWith("#")) {
260 patterns.add(Pattern.compile(trimmed));
Eclipse.java 89 .append(trimmed(sourceRoot)).append("\"/>\n");
97 .append(trimmed(jar)).append("\"/>\n");
166 * Returns the trimmed path.
168 private static String trimmed(File file) { method in class:Eclipse
  /external/freetype/include/freetype/internal/services/
svttcmap.h 55 /* mapping to delta values), 6~(trimmed table mapping), 8~(mixed */
56 /* 16-bit and 32-bit coverage), 10~(trimmed array), 12~(segmented */
  /dalvik/libcore/luni/src/main/java/java/util/
Formattable.java 51 * output. The length of the output is trimmed down to this size
  /external/qemu/android/
charmap.h 43 * Charmap name, extracted by this routine is a name of the kcm file, trimmed
  /external/v8/test/mjsunit/third_party/
string-trim.js 80 leftTrimString = testString + wsString; // Trimmed from the left.
81 rightTrimString = wsString + testString; // Trimmed from the right.
  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 204 NSMutableString *trimmed = [[self mutableCopy] autorelease];
205 CFStringTrimWhitespace((CFMutableStringRef)trimmed);
206 return trimmed;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MultiLineReceiver.java 40 * @param trim hether the lines are trimmed, or not.
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeMessageTest.java 172 String trimmed = s.trim(); local
173 assertFalse("split lines are not encoded", trimmed.startsWith("=?"));
213 String trimmed = s.trim(); local
215 trimmed.startsWith("=?") && trimmed.endsWith("?="));
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
FloatingPointParser.java 190 * Assumes the string is trimmed.
222 * Assumes the string is trimmed.
  /external/dhcpcd/
dhcpcd.conf.5 39 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/webkit/WebCore/xml/
XSLTProcessorQt.cpp 169 resultString = QString::fromUtf8(outputBuffer.readAll()).trimmed();
  /frameworks/base/common/java/com/android/common/
Rfc822Validator.java 29 * it is trimmed of characters that cannot legitimately appear in one
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreationPage.java 194 /** Returns the value of the package name field with spaces trimmed. */
196 /** Returns the value of the activity name field with spaces trimmed. */
198 /** Returns the value of the min sdk version field with spaces trimmed. */
200 /** Returns the value of the application name field with spaces trimmed. */
237 /** Returns the value of the package name field with spaces trimmed. */
242 /** Returns the value of the activity name field with spaces trimmed. */
247 /** Returns the value of the min sdk version field with spaces trimmed. */
252 /** Returns the value of the application name field with spaces trimmed. */
687 /** Returns the location path field value with spaces trimmed. */
    [all...]
NewTestProjectCreationPage.java 200 /** Returns the value of the package name field with spaces trimmed. */
205 /** Returns the value of the test target package name field with spaces trimmed. */
211 /** Returns the value of the min sdk version field with spaces trimmed. */
216 /** Returns the value of the application name field with spaces trimmed. */
701 /** Returns the location path field value with spaces trimmed. */
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 265 * need to be trimmed of all OneLocalsArray elements that relevent to
294 * It's unclear to me if the locals set needs to be trimmed here.
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 113 * The input string is trimmed so any space around the first letter (-/+/@) or
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
XsltXPathConformanceTestSuite.java 498 String trimmed = node.getTextContent().trim(); local
499 if (trimmed.length() > 0) {
500 serializer.text(trimmed);
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 291 * white space will be trimmed from the beginning and end of
292 * the URL. (Just the actual white space characters are trimmed, not
347 * @return the trimmed string
  /external/webkit/WebCore/editing/
DeleteSelectionCommand.cpp 434 // in a text node that needs to be trimmed
450 // in a text node that needs to be trimmed
490 // in a text node that needs to be trimmed
    [all...]
  /external/libxml2/include/libxml/
xpath.h 279 * Following the switch to hash tables, this need to be trimmed up at
  /external/skia/src/effects/
SkBlurMask.cpp 321 dst->fBounds = src.fBounds; // restore trimmed bounds
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 103 * Arg2 configuration line (trimmed of trailing white
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.h 236 * @return bool True if trim operation successful. False if the block wasn't trimmed

Completed in 136 milliseconds

1 2 3