Searched defs:Trim (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/net/ |
D | referrer.cc | 106 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/ |
D | httpportallocator.cc | 46 void Trim(std::string& str) { in Trim() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 303 ExplodedGraph::Trim(const NodeTy* const* NBeg, const NodeTy* const* NEnd, in Trim() function in ExplodedGraph
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 224 TEST(StringRefTest, Trim) { in TEST() argument
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 630 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/ |
D | Profiler.cs | 684 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/ |
D | devicemanager.cc | 734 static std::string Trim(const std::string& s, const std::string& drop = " \t") { in Trim() function
|
/external/regex-re2/re2/ |
D | compile.cc | 280 void Compiler::Trim() { in Trim() function in re2::Compiler
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 1169 …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
|