HomeSort by relevance Sort by last modified time
    Searched refs:Trim (Results 51 - 75 of 162) sorted by null

1 23 4 5 6 7

  /art/runtime/arch/
instruction_set_features.cc 199 std::string feature = android::base::Trim(*it);
  /art/runtime/arch/mips/
instruction_set_features_mips.cc 219 std::string feature = android::base::Trim(*i);
  /art/runtime/arch/x86/
instruction_set_features_x86.cc 287 std::string feature = android::base::Trim(*i);
  /art/runtime/gc/space/
rosalloc_space.h 106 size_t Trim() OVERRIDE;
dlmalloc_space.cc 225 size_t DlMallocSpace::Trim() {
227 // Trim to release memory at the end of the space.
space_test.h 241 space->Trim();
  /art/runtime/
indirect_reference_table.h 320 void Trim() REQUIRES_SHARED(Locks::mutator_lock_);
indirect_reference_table.cc 436 void IndirectReferenceTable::Trim() {
  /bootable/recovery/otautil/
SysUtil.cpp 72 std::vector<std::string> lines = android::base::Split(android::base::Trim(content), "\n");
  /device/google/wahoo/power/
Power.cpp 189 buf = android::base::Trim(buf);
  /external/v8/src/
layout-descriptor.cc 229 LayoutDescriptor* LayoutDescriptor::Trim(Heap* heap, Map* map,
243 // Trim, clean and reinitialize this slow-mode layout descriptor.
list.h 147 INLINE(void Trim(AllocationPolicy allocator = AllocationPolicy()));
list-inl.h 163 void List<T, P>::Trim(P alloc) {
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv.go 145 b = bytes.Trim(b, " \x00")
188 if strings.Trim(sn, "0123456789") != "" {
  /prebuilts/go/linux-x86/src/archive/tar/
strconv.go 145 b = bytes.Trim(b, " \x00")
188 if strings.Trim(sn, "0123456789") != "" {
  /system/core/debuggerd/client/
debuggerd_client.cpp 125 pipe_size_str = android::base::Trim(pipe_size_str);
  /frameworks/native/services/vr/performanced/
performance_service_tests.cpp 24 using android::dvr::Trim;
57 return Trim(line);
  /prebuilts/go/darwin-x86/src/strings/
example_test.go 194 fmt.Printf("[%q]", strings.Trim(" !!! Achtung! Achtung! !!! ", "! "))
  /prebuilts/go/linux-x86/src/strings/
example_test.go 194 fmt.Printf("[%q]", strings.Trim(" !!! Achtung! Achtung! !!! ", "! "))
  /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...]
  /bootable/recovery/updater/
install.cpp 560 std::string line = android::base::Trim(lines[i]);
571 // trim whitespace between key and '='
572 std::string str = android::base::Trim(line.substr(0, equal_pos));
577 return StringValue(android::base::Trim(line.substr(equal_pos + 1)));
    [all...]
  /bootable/recovery/
ui.cpp 117 if (!android::base::ParseUint(android::base::Trim(content), &max_value)) {
  /device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat 262 IF NOT EXIST "%EDK_TOOLS_BIN%\Trim.exe" goto check_build_environment
325 set "PATH=%BASETOOLS_PYTHON_SOURCE%\Trim;%PATH%"
  /external/dng_sdk/source/
dng_image.cpp 723 void dng_image::Trim (const dng_rect &r)
729 ThrowProgramError ("Trim is not support by this dng_image subclass");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dcomp.h 38 STDMETHOD(Trim)(THIS_ const RECT*,UINT) PURE;

Completed in 603 milliseconds

1 23 4 5 6 7