Home
last modified time | relevance | path

Searched refs:Trim (Results 1 – 19 of 19) sorted by relevance

/external/chromium/chrome/browser/net/
Dreferrer.cc106 bool Referrer::Trim(double reduce_rate, double threshold) { in Trim() function in chrome_browser_net::Referrer
109 if (!it->second.Trim(reduce_rate, threshold)) in Trim()
117 bool ReferrerValue::Trim(double reduce_rate, double threshold) { in Trim() function in chrome_browser_net::ReferrerValue
Dreferrer.h65 bool Trim(double reduce_rate, double threshold);
115 bool Trim(double reduce_rate, double threshold);
Dpredictor.cc697 if (!it->second.Trim(kReferrerTrimRatio, kDiscardableExpectedValue)) in IncrementalTrimReferrers()
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dhttpportallocator.cc46 void Trim(std::string& str) { in Trim() function
80 Trim(key); in ParseMap()
81 Trim(value); in ParseMap()
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp260 ExplodedGraph::Trim(const NodeTy* const* NBeg, const NodeTy* const* NEnd, in Trim() function in ExplodedGraph
DBugReporter.cpp1357 llvm::tie(GTrim, NMap) = G->Trim(nodes.data(), nodes.data() + nodes.size(), in MakeReportGraph()
DExprEngine.cpp3271 std::auto_ptr<ExplodedGraph> TrimmedG(G.Trim(Beg, End).first); in ViewGraph()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dkeyword_hint_decoration.mm88 // Trim the spaces from the edges (there is space in the image) and
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h349 Trim(const NodeTy* const* NBeg, const NodeTy* const* NEnd,
/external/chromium/third_party/libjingle/source/talk/session/phone/
Ddevicemanager.cc734 static std::string Trim(const std::string& s, const std::string& drop = " \t") { in Trim() function
801 return Trim(device_name); in GetVideoDeviceName()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py1169 …def Trim (self, start, end, slide=True, chase_controllers=True, delete_meta_events=False, quantize… member in MIDITrack
1372 def Trim (self, start, end, quantize=0, chase_controllers=True): member in MIDIFile
1376 track.Trim(start, end, quantize=quantize, chase_controllers=chase_controllers)
DJetFile.py153 self.Trim(start, end, quantize, chase_controllers=chase_controllers)
/external/webkit/Source/WebKit/mac/Misc/
DWebNSURLExtras.mm1187 // Trim whitespace because _web_URLWithString allows whitespace.
/external/bison/build-aux/
Dtexinfo.tex5692 % Trim leading and trailing spaces off a string.
5702 % Trim a single trailing ^^M off a string.
/external/e2fsprogs/doc/
Dtexinfo.tex5704 % Trim leading and trailing spaces off a string.
5714 % Trim a single trailing ^^M off a string.
/external/libffi/
Dtexinfo.tex5960 % Trim leading and trailing spaces off a string.
5970 % Trim a single trailing ^^M off a string.
/external/grub/docs/
Dtexinfo.tex5571 % Trim leading and trailing spaces off a string.
5581 % Trim a single trailing ^^M off a string.
/external/webkit/Source/WebKit/win/
DChangeLog1299 Trim down #includes in WebView.h
/external/webkit/Source/WebCore/
DChangeLog-2002-12-034101 (decodeColorFromHexColorString): Trim any number of leading # characters, and trailing