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

1 2

  /frameworks/native/services/vr/performanced/
string_trim.h 32 inline std::string Trim(std::string subject) {
  /external/dng_sdk/source/
dng_simple_image.cpp 87 void dng_simple_image::Trim (const dng_rect &r)
dng_image.cpp 723 void dng_image::Trim (const dng_rect &r)
729 ThrowProgramError ("Trim is not support by this dng_image subclass");
  /system/core/base/
strings.cpp 49 std::string Trim(const std::string& s) {
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 29 TrimKind Trim;
33 : Str(Str), Width(Width), Trim(WidthTrim), Alignment(LeftAlignment) {}
36 Trim = Value;
66 switch (Trim) {
  /external/tensorflow/tensorflow/core/platform/cloud/
file_block_cache.cc 58 void FileBlockCache::Trim() {
90 Trim();
  /external/v8/src/
list-inl.h 163 void List<T, P>::Trim(P alloc) {
  /external/webrtc/webrtc/p2p/client/
httpportallocator.cc 27 void Trim(std::string& str) {
61 Trim(key);
62 Trim(value);
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cache/
cache.go 249 // Trim removes old cache entries that are likely not to be reused.
250 func (c *Cache) Trim() {
253 // We maintain in dir/trim.txt the time of the last completed cache trim.
256 data, _ := ioutil.ReadFile(filepath.Join(c.dir, "trim.txt"))
262 // Trim each of the 256 subdirectories.
271 ioutil.WriteFile(filepath.Join(c.dir, "trim.txt"), []byte(fmt.Sprintf("%d", now.Unix())), 0666)
  /prebuilts/go/linux-x86/src/cmd/go/internal/cache/
cache.go 249 // Trim removes old cache entries that are likely not to be reused.
250 func (c *Cache) Trim() {
253 // We maintain in dir/trim.txt the time of the last completed cache trim.
256 data, _ := ioutil.ReadFile(filepath.Join(c.dir, "trim.txt"))
262 // Trim each of the 256 subdirectories.
271 ioutil.WriteFile(filepath.Join(c.dir, "trim.txt"), []byte(fmt.Sprintf("%d", now.Unix())), 0666)
  /art/runtime/gc/space/
dlmalloc_space.cc 226 size_t DlMallocSpace::Trim() {
228 // Trim to release memory at the end of the space.
rosalloc_space.cc 246 size_t RosAllocSpace::Trim() {
247 VLOG(heap) << "RosAllocSpace::Trim() ";
250 // SOA required for Rosalloc::Trim() -> ArtRosAllocMoreCore() -> Heap::GetRosAllocSpace.
253 // Trim to release memory at the end of the space.
254 rosalloc_->Trim();
  /art/runtime/
indirect_reference_table.cc 443 void IndirectReferenceTable::Trim() {
  /external/webrtc/talk/media/devices/
linuxdevicemanager.cc 171 static std::string Trim(const std::string& s, const std::string& drop = " \t") {
238 return Trim(device_name);
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 692 // Trim returns a subslice of s by slicing off all leading and
694 func Trim(s []byte, cutset string) []byte {
  /prebuilts/go/darwin-x86/src/strings/
strings.go 784 // Trim returns a slice of the string s with all leading and
786 func Trim(s string, cutset string) string {
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 692 // Trim returns a subslice of s by slicing off all leading and
694 func Trim(s []byte, cutset string) []byte {
  /prebuilts/go/linux-x86/src/strings/
strings.go 784 // Trim returns a slice of the string s with all leading and
786 func Trim(s string, cutset string) string {
  /system/vold/
IdleMaint.cpp 65 * 2. Trim = 1 min
115 continue; /* Should we trim fat32 filesystems? */
143 void Trim(const android::sp<android::os::IVoldTaskListener>& listener) {
152 LOG(DEBUG) << "Starting trim of " << path;
172 PLOG(WARNING) << "Trim failed on " << path;
344 Trim(nullptr);
  /external/boringssl/src/util/fipstools/
delocate.peg.go 152 func (t *tokens32) Trim(length uint32) {
326 p.Trim(tokenIndex)
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 651 Trim();
654 void CodedOutputStream::Trim() {
707 Trim();
  /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/lzma/CPP/Common/
MyString.h 348 void Trim()
584 void Trim()
  /external/pdfium/core/fxcrt/
bytestring.cpp 719 void ByteString::Trim() {
724 void ByteString::Trim(char target) {
730 void ByteString::Trim(const ByteStringView& targets) {

Completed in 661 milliseconds

1 2