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

12 3

  /art/runtime/gc/space/
dlmalloc_space.cc 288 // Trim the heap so that we minimize the size of the Zygote space.
289 Trim();
290 // Trim our mem-map to free unused pages.
456 size_t DlMallocSpace::Trim() {
458 // Trim to release memory at the end of the space.
space_test.cc 395 space->Trim();
  /external/chromium_org/media/mp4/
mp4_stream_parser.cc 416 if (!queue_.Trim(mdat_tail_))
567 queue_.Trim(std::min(mdat_tail_, offset));
  /external/chromium_org/third_party/re2/re2/
compile.cc 186 void Trim();
282 void Compiler::Trim() {
1053 // Trim instruction to minimum array and transfer to Prog.
1054 Trim();
    [all...]
  /external/regex-re2/re2/
compile.cc 185 void Trim();
281 void Compiler::Trim() {
1052 // Trim instruction to minimum array and transfer to Prog.
1053 Trim();
    [all...]
  /external/chromium_org/media/base/
audio_buffer_unittest.cc 238 TEST(AudioBufferTest, Trim) {
259 // Trim off 10 frames from the start.
267 // Trim off 10 frames from the end.
275 // Trim off 50 more from the start.
283 // Trim off the last 30 frames.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 734 static std::string Trim(const std::string& s, const std::string& drop = " \t") {
801 return Trim(device_name);
  /art/runtime/gc/
heap.h 346 size_t Trim();
648 // The last time a heap trim occurred.
heap.cc     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 630 protected virtual int[] Trim(int[] X, int n) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 684 protected virtual int[] Trim(int[] X, int n)
  /external/chromium/chrome/browser/net/
predictor.cc 38 // trim roughly once-an-hour of uptime. The ratio to use in each trim operation
44 // system that uses a higher trim ratio when the list is large.
602 // Just finish up work if an incremental trim is in progress.
660 // Check to see if it is time to trim yet.
697 if (!it->second.Trim(kReferrerTrimRatio, kDiscardableExpectedValue))
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 250 $add_extra_space = 1; # Remember, so we can trim the extra space later.
311 preg_replace('/ \z/', '', $result); # Trim trailing space if we added one earlier.
  /external/llvm/unittests/ADT/
StringRefTest.cpp 224 TEST(StringRefTest, Trim) {
235 EXPECT_EQ(StringRef("hello"), Str0.trim());
236 EXPECT_EQ(StringRef("hello"), Str1.trim());
237 EXPECT_EQ(StringRef("hello"), Str2.trim());
239 EXPECT_EQ(StringRef("ello"), Str0.trim("hhhhhhhhhhh"));
241 EXPECT_EQ(StringRef(""), StringRef("").trim());
242 EXPECT_EQ(StringRef(""), StringRef(" ").trim());
243 EXPECT_EQ(StringRef("\0", 1), StringRef(" \0 ", 3).trim());
244 EXPECT_EQ(StringRef("\0\0", 2), StringRef("\0\0", 2).trim());
245 EXPECT_EQ(StringRef("x"), StringRef("\0\0x\0\0", 5).trim(StringRef("\0", 1)))
    [all...]
  /external/lzma/CPP/Common/
MyString.h 463 void Trim()
  /external/sonivox/jet_tools/JetCreator/
midifile.py     [all...]
JetFile.py 153 self.Trim(start, end, quantize, chase_controllers=chase_controllers)
438 # trim to length specified in config file
    [all...]
  /external/chromium_org/remoting/webapp/
session_connector.js 561 // Trim whitespace.
  /art/compiler/
image_writer.cc 117 // Trim size of alloc spaces.
120 space->AsDlMallocSpace()->Trim();
  /external/chromium_org/chrome/browser/net/
predictor.cc 56 // trim roughly once-an-hour of uptime. The ratio to use in each trim operation
62 // system that uses a higher trim ratio when the list is large.
725 // Just finish up work if an incremental trim is in progress.
    [all...]
  /external/chromium_org/v8/src/
d8.js 320 // Trim string for leading and trailing whitespace.
    [all...]
heap.cc     [all...]
  /external/v8/src/
d8.js 324 // Trim string for leading and trailing whitespace.
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 640 data = jQuery.trim( data );
    [all...]

Completed in 1947 milliseconds

12 3