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

1 2 3

  /external/chromium_org/media/mp4/
offset_byte_queue_unittest.cc 60 TEST_F(OffsetByteQueueTest, Trim) {
61 EXPECT_TRUE(queue_->Trim(128));
62 EXPECT_TRUE(queue_->Trim(384));
66 EXPECT_TRUE(queue_->Trim(400));
78 EXPECT_TRUE(queue_->Trim(512));
85 EXPECT_FALSE(queue_->Trim(513));
89 EXPECT_TRUE(queue_->Trim(512));
offset_byte_queue.h 45 bool Trim(int64 max_offset);
offset_byte_queue.cc 50 bool OffsetByteQueue::Trim(int64 max_offset) {
  /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
  /external/chromium_org/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
  /external/lzma/CPP/Common/
ListFileUtils.cpp 61 t.Trim();
70 t.Trim();
CommandLineParser.cpp 34 sTemp.Trim();
  /external/chromium_org/net/test/embedded_test_server/
http_request.cc 21 // Helper function used to trim tokens in http request headers.
22 std::string Trim(const std::string& value) {
115 Trim(header_line.substr(1, header_line.size() - 1));
121 header_name = Trim(header_line.substr(0, delimiter_pos));
122 std::string header_value = Trim(header_line.substr(
  /external/lzma/CPP/7zip/UI/Console/
UserInputUtils.cpp 31 scannedString.Trim();
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 46 void Trim(std::string& str) {
80 Trim(key);
81 Trim(value);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 48 void Trim(std::string& str) {
82 Trim(key);
83 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();
  /art/runtime/gc/space/
dlmalloc_space.h 78 size_t Trim();
  /external/chromium_org/v8/src/
list.h 156 INLINE(void Trim(AllocationPolicy allocator = AllocationPolicy()));
list-inl.h 174 void List<T, P>::Trim(P alloc) {
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 171 static std::string Trim(const std::string& s, const std::string& drop = " \t") {
238 return Trim(device_name);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 170 // Trim the managed heap.
176 size_t managed_reclaimed = heap->Trim();
180 // Trim the native heap.
187 LOG(INFO) << "Heap trim of managed (duration=" << PrettyDuration(gc_heap_end_ns - start_ns)
  /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/chromium_org/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_org/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/chromium_org/third_party/jstemplate/
util.js 433 * Trim whitespace from begin and end of string.
445 * Trim whitespace from beginning of string.
457 * Trim whitespace from end of string.

Completed in 617 milliseconds

1 2 3