/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 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
|
D | referrer.h | 65 bool Trim(double reduce_rate, double threshold); 115 bool Trim(double reduce_rate, double threshold);
|
D | predictor.cc | 697 if (!it->second.Trim(kReferrerTrimRatio, kDiscardableExpectedValue)) in IncrementalTrimReferrers()
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | httpportallocator.cc | 46 void Trim(std::string& str) { in Trim() function 80 Trim(key); in ParseMap() 81 Trim(value); in ParseMap()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 260 ExplodedGraph::Trim(const NodeTy* const* NBeg, const NodeTy* const* NEnd, in Trim() function in ExplodedGraph
|
D | BugReporter.cpp | 1357 llvm::tie(GTrim, NMap) = G->Trim(nodes.data(), nodes.data() + nodes.size(), in MakeReportGraph()
|
D | ExprEngine.cpp | 3271 std::auto_ptr<ExplodedGraph> TrimmedG(G.Trim(Beg, End).first); in ViewGraph()
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | keyword_hint_decoration.mm | 88 // Trim the spaces from the edges (there is space in the image) and
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 349 Trim(const NodeTy* const* NBeg, const NodeTy* const* NEnd,
|
/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 801 return Trim(device_name); in GetVideoDeviceName()
|
/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 1376 track.Trim(start, end, quantize=quantize, chase_controllers=chase_controllers)
|
D | JetFile.py | 153 self.Trim(start, end, quantize, chase_controllers=chase_controllers)
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSURLExtras.mm | 1187 // Trim whitespace because _web_URLWithString allows whitespace.
|
/external/bison/build-aux/ |
D | texinfo.tex | 5692 % Trim leading and trailing spaces off a string. 5702 % Trim a single trailing ^^M off a string.
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 5704 % Trim leading and trailing spaces off a string. 5714 % Trim a single trailing ^^M off a string.
|
/external/libffi/ |
D | texinfo.tex | 5960 % Trim leading and trailing spaces off a string. 5970 % Trim a single trailing ^^M off a string.
|
/external/grub/docs/ |
D | texinfo.tex | 5571 % Trim leading and trailing spaces off a string. 5581 % Trim a single trailing ^^M off a string.
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog | 1299 Trim down #includes in WebView.h
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 4101 (decodeColorFromHexColorString): Trim any number of leading # characters, and trailing
|