HomeSort by relevance Sort by last modified time
    Searched refs:Trim (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/browser/net/
referrer.h 65 bool Trim(double reduce_rate, double threshold);
112 // Trim the Referrer, by first diminishing (scaling down) the subresource
115 bool Trim(double reduce_rate, double threshold);
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
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))
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 46 void Trim(std::string& str) {
80 Trim(key);
81 Trim(value);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringExtensions.cs 150 public static string trim( string str ) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
152 return str.Trim();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringExtensions.cs 145 public static string trim( this string str ) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
147 return str.Trim();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 437 * Trim whitespace from begin and end of string.
449 * Trim whitespace from beginning of string.
461 * Trim whitespace from end of string.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 437 * Trim whitespace from begin and end of string.
449 * Trim whitespace from beginning of string.
461 * Trim whitespace from end of string.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 359 Trim(const NodeTy* const* NBeg, const NodeTy* const* NEnd,
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 275 ExplodedGraph::Trim(const NodeTy* const* NBeg, const NodeTy* const* NEnd,
BugReporter.cpp     [all...]
ExprEngine.cpp     [all...]
  /external/regex-re2/re2/
compile.cc 184 void Trim();
280 void Compiler::Trim() {
1051 // Trim instruction to minimum array and transfer to Prog.
1052 Trim();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 734 static std::string Trim(const std::string& s, const std::string& drop = " \t") {
801 return Trim(device_name);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 630 protected virtual int[] Trim(int[] X, int n) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 684 protected virtual int[] Trim(int[] X, int n)
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 250 $add_extra_space = 1; # Remember, so we can trim the extra space later.
311 preg_replace('/ \z/', '', $result); # Trim trailing space if we added one earlier.
  /external/sonivox/jet_tools/JetCreator/
midifile.py     [all...]
JetFile.py 153 self.Trim(start, end, quantize, chase_controllers=chase_controllers)
438 # trim to length specified in config file
    [all...]
  /external/v8/src/
d8.js 324 // Trim string for leading and trailing whitespace.
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 605 milliseconds