Home
last modified time | relevance | path

Searched defs:Trim (Results 1 – 9 of 9) 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
117 bool ReferrerValue::Trim(double reduce_rate, double threshold) { in Trim() function in chrome_browser_net::ReferrerValue
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dhttpportallocator.cc46 void Trim(std::string& str) { in Trim() function
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp303 ExplodedGraph::Trim(const NodeTy* const* NBeg, const NodeTy* const* NEnd, in Trim() function in ExplodedGraph
/external/llvm/unittests/ADT/
DStringRefTest.cpp224 TEST(StringRefTest, Trim) { in TEST() argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs630 protected virtual int[] Trim(int[] X, int n) { in Trim() method in Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs684 protected virtual int[] Trim(int[] X, int n) in Trim() method in Antlr.Runtime.Debug.Profiler
/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
/external/regex-re2/re2/
Dcompile.cc280 void Compiler::Trim() { in Trim() function in re2::Compiler
/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