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

1 2 3 4 56 7 8 91011>>

  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 54 String line = sc.nextLine().trim();
  /cts/tests/tests/security/src/android/security/cts/
AslrTest.java 42 int level = Integer.parseInt(in.readLine().trim());
  /development/ndk/platforms/android-3/include/linux/
elevator.h 62 void (*trim)(struct io_context *); member in struct:elevator_ops
  /external/chromium/chrome/browser/autocomplete/
history_provider.h 51 // NOTE: For a view-source: URL, this will trim from after "view-source:" and
  /external/chromium/chrome/browser/net/
referrer.cc 106 bool Referrer::Trim(double reduce_rate, double threshold) {
109 if (!it->second.Trim(reduce_rate, threshold))
117 bool ReferrerValue::Trim(double reduce_rate, double threshold) {
139 // of how best to optimize the learning and pruning (Trim) algorithm at this
  /external/chromium_org/chrome/browser/net/
referrer.cc 106 bool Referrer::Trim(double reduce_rate, double threshold) {
109 if (!it->second.Trim(reduce_rate, threshold))
117 bool ReferrerValue::Trim(double reduce_rate, double threshold) {
139 // of how best to optimize the learning and pruning (Trim) algorithm at this
  /external/chromium_org/content/plugin/
plugin_main_mac.mm 30 // 2) ":<kInterposeLibraryPath>" is the end of the string, so trim and re-set.
  /external/chromium_org/courgette/
patcher_x86_32.h 58 // Trim labels below a certain threshold
  /external/chromium_org/extensions/browser/
file_highlighter.cc 136 size_t trim = contents_.find_last_not_of(" \t\n\r", end_ - 1); local
137 if (trim < end_ && trim > start_)
138 end_ = trim + 1;
  /external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
353.txt 40 35346|Navan/Kells/Trim/Edenderry/Enfield
  /external/chromium_org/third_party/sqlite/src/test/
recover2.test 72 # Trim to remove excess pages from prior tests.
97 # Trim to remove excess pages from prior tests.
122 # Trim to remove excess pages from prior tests.
147 # Trim to remove excess pages from prior tests.
  /external/chromium_org/tools/traceline/svgui/
traceline.css 5 /* Trim down the default top margin of 8px, so we have a bit more space. */
  /external/clang/test/Analysis/
analyzer-config.cpp 22 // CHECK-NEXT: graph-trim-interval = 1000
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DoubleObjectPropertyEditor.java 66 text = text.trim();
DoublePropertyEditor.java 64 text = text.trim();
FloatPropertyEditor.java 63 text = text.trim();
IntegerObjectPropertyEditor.java 66 text = text.trim();
IntegerPropertyEditor.java 63 text = text.trim();
LongObjectPropertyEditor.java 66 text = text.trim();
LongPropertyEditor.java 63 text = text.trim();
ShortObjectPropertyEditor.java 66 text = text.trim();
ShortPropertyEditor.java 63 text = text.trim();
  /external/jmonkeyengine/engine/src/core/com/jme3/util/blockparser/
BlockLanguageParser.java 28 String content = buffer.toString().trim();
  /external/lzma/CPP/7zip/UI/Console/
UserInputUtils.cpp 31 scannedString.Trim();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricClassLoader.java 28 if (null == classCachePath || "".equals(classCachePath.trim())) {

Completed in 1170 milliseconds

1 2 3 4 56 7 8 91011>>