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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 215 mValues.projectLocation = mLocationText.getText().trim();
272 String curLocation = mLocationText.getText().trim();
341 if (location.trim().isEmpty()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 249 if (fname == null || fname.trim().length() == 0) {
259 mDestinationPath = mDestinationText.getText().trim();
333 return sb.toString().trim();
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 173 mDeviceSn = deviceSNText.getText().trim();
189 mAppName = appNameText.getText().trim();
205 mPortNumber = debugPortText.getText().trim();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectory.java 133 name = name.trim();
189 name = name.trim();
228 name = name.trim().toLowerCase();
  /art/runtime/
mem_map.h 84 // Trim by unmapping pages at the end of the map.
  /bionic/libc/kernel/common/linux/
elevator.h 64 void (*trim)(struct io_context *); member in struct:elevator_ops
  /build/core/
clear_vars.mk 145 # Trim MAKEFILE_LIST so that $(call my-dir) doesn't need to
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostTest.java 118 testString = line.split(":")[1].trim();
  /cts/suite/cts/utils/
grapher.py 60 # Get the score, then trim it to 2 decimal places
  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java 139 return in.readLine().trim();
  /dalvik/dexgen/src/com/android/dexgen/util/
HexParser.java 74 String atStr = line.substring(0, colonAt).trim();
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 74 String atStr = line.substring(0, colonAt).trim();
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 50 if (value == null || value.trim().length() == 0) {
RFC2109VersionHandler.java 52 if (value.trim().length() == 0) {
  /external/arduino/hardware/arduino/cores/arduino/
WString.h 78 String trim( ) const;
  /external/chromium/chrome/browser/ui/webui/
theme_source.cc 46 // Our path may include cachebuster arguments, so trim them off.
  /external/chromium/net/base/
net_util_win.cc 38 // trim out that here.
  /external/chromium/net/disk_cache/
mem_backend_impl.h 107 MemRankings rankings_; // Rankings to be able to trim the cache.
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_unittest.cc 42 // Trim quotes around, but not inside paths. Test against bug 80211.
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/
SyncTestUtil.java 74 return Pair.create(first.toLowerCase().trim(), second.toLowerCase().trim());
177 String expectedValue = statEntry.getValue().toLowerCase().trim();
182 actualValue = actualValue.toLowerCase().trim();
  /external/chromium_org/content/browser/loader/
resource_buffer.cc 129 // trim it back. This allows us to reuse the alloc_end_ adjustment logic.
  /external/chromium_org/courgette/
patch_generator_x86_32.h 85 // Trim labels below a certain threshold
  /external/chromium_org/net/android/javatests/src/org/chromium/net/
X509UtilTest.java 49 builder.append(line.trim());
  /external/chromium_org/sync/engine/
traffic_recorder.cc 122 // TODO(lipalani): Trim the specifics to fit in size.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RequestJSONView.js 47 // Trim while(1), for(;;), weird numbers, etc. We need JSON start.

Completed in 638 milliseconds

<<11121314151617181920>>