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

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 218 if (p_scheme == null || p_scheme.trim().length() == 0)
225 || p_schemeSpecificPart.trim().length() == 0)
291 if (p_scheme == null || p_scheme.trim().length() == 0)
373 && (p_uriSpec == null || p_uriSpec.trim().length() == 0))
380 if (p_uriSpec == null || p_uriSpec.trim().length() == 0)
387 String uriSpec = p_uriSpec.trim();
1101 if (p_host == null || p_host.trim().length() == 0)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 215 if (p_scheme == null || p_scheme.trim().length() == 0)
222 || p_schemeSpecificPart.trim().length() == 0)
288 if (p_scheme == null || p_scheme.trim().length() == 0)
370 && (p_uriSpec == null || p_uriSpec.trim().length() == 0))
377 if (p_uriSpec == null || p_uriSpec.trim().length() == 0)
384 String uriSpec = p_uriSpec.trim();
1121 if (p_host == null || p_host.trim().length() == 0)
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 167 String line = scanner.nextLine().trim();
244 String line = scanner.nextLine().trim();
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespacesManager.java 161 if(null == ns || ns.trim().length() == 0) // defensive. I don't think it's needed. -sb
177 if(null == className || className.trim().length() == 0)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 227 if (scriptSrc.trim().length() == 0)
313 if (scriptSrc.trim().length() == 0)
  /external/jdiff/src/jdiff/
CommentsHandler.java 124 * Trim the current text, check it is a sentence and add it to all
129 currentText = currentText.trim();
  /external/llvm/tools/bugpoint/
ListReducer.h 1 //===- ListReducer.h - Trim down list while retaining property --*- C++ -*-===//
181 // We can trim down the list!
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Replaces.java 123 else if (t.trim().equals(""))
155 else if (t.trim().equals(""))
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ServerParser.java 88 tok = tok.trim();
92 tok = this.lexer.getRest().trim();
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/mockspdyserver/
MockSpdyServer.java 252 spdyHeaders.add(headerParts[0].toLowerCase(Locale.US).trim());
253 spdyHeaders.add(headerParts[1].trim());
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.cpp 135 data.trim();
167 data.trim();
  /frameworks/base/libs/hwui/
PathCache.h 234 * trim the cache at the end of the frame to keep the total amount of
237 void trim();
  /libcore/libart/src/main/java/java/lang/
Daemons.java 285 // Invoked by the GC to request that the HeapTrimmerDaemon thread attempt to trim the heap.
308 // Invoked by the GC to request that the HeapTrimmerDaemon thread attempt to trim the heap.
  /packages/apps/Browser/src/com/android/browser/
DataController.java 111 if (url == null || url.trim().length() == 0) {
116 mDataHandler.sendMessage(QUERY_URL_IS_BOOKMARK, url.trim(), replyTo);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimTimeBar.java 28 * The trim time bar view, which includes the current and total time, the progress
93 // set playedBar according to the trim time.
  /packages/apps/InCallUI/src/com/android/incallui/
AnswerFragment.java 228 final String textMessage = et.getText().toString().trim();
258 sendButton.setEnabled(s != null && s.toString().trim().length() != 0);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeStreamParser.java 283 String fieldName = field.substring(0, index).trim();
299 + ": Ignoring invalid field: '" + field.trim() + "'");
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 124 utter = utter.substring(0, utter.indexOf('.')).trim();
128 toLowerCase().trim();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 190 mValues.outputName = mNameText.getText().trim();
198 return mNameText.getText().trim();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeystoreSelectionPage.java 141 mWizard.setKeystore(mKeystore.getText().trim());
211 String keystore = mKeystore.getText().trim();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 172 String name = nameElement.getTextContent().trim();
201 targetProperty.trim());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 76 String abis = stdout.toString().trim();
123 return stdout.toString().trim();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTestResultParser.java 274 message = line.substring(Prefixes.START_TEST_MARKER.length()).trim();
279 message = line.substring(Prefixes.OK_TEST_MARKER.length()).trim();
285 message = line.substring(Prefixes.FAILED_TEST_MARKER.length()).trim();
292 message = line.substring(Prefixes.TEST_RUN_MARKER.length()).trim();
299 message = line.substring(Prefixes.TEST_RUN_MARKER.length()).trim();
410 identifier = identifier.substring(0, identifier.lastIndexOf(discardPortion)).trim();
  /external/chromium/chrome/browser/net/
predictor.cc 38 // trim roughly once-an-hour of uptime. The ratio to use in each trim operation
44 // system that uses a higher trim ratio when the list is large.
602 // Just finish up work if an incremental trim is in progress.
660 // Check to see if it is time to trim yet.
697 if (!it->second.Trim(kReferrerTrimRatio, kDiscardableExpectedValue))
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMmsEmail.java 428 if(header.trim() == "")
441 String headerValue = headerParts[1].trim();
483 boundary = contentTypeParts[j].split("boundary[\\s]*=", 2)[1].trim();
513 if(header.trim() == "" || header.trim().equals("--")) // Skip empty lines(the \r\n after the boundary tag) and endBoundary tags
519 String headerValue = headerParts[1].trim();

Completed in 1357 milliseconds

<<11121314151617181920>>