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

1 2 3 45 6 7

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 127 // TODO: consider using strings.Trim(x, " \t") instead,
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 127 // TODO: consider using strings.Trim(x, " \t") instead,
  /art/runtime/gc/
heap.cc     [all...]
heap.h 569 // Deflate monitors, ... and trim the spaces.
570 void Trim(Thread* self) REQUIRES(!*gc_complete_lock_);
742 // Request an asynchronous trim.
    [all...]
  /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/v8/src/builtins/
builtins-string.cc     [all...]
  /system/core/fastboot/
fastboot.cpp 775 max_download_size = android::base::Trim(max_download_size);
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h     [all...]
  /art/runtime/
java_vm_ext.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 254 Runtime::Current()->GetHeap()->Trim(ThreadForEnv(env));
  /external/dng_sdk/source/
dng_misc_opcodes.cpp 112 image->Trim (fBounds);
dng_negative.cpp 388 // Trim the file to this length.
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 283 TEST(StringRefTest, Trim) {
294 EXPECT_EQ(StringRef("hello"), Str0.trim());
295 EXPECT_EQ(StringRef("hello"), Str1.trim());
296 EXPECT_EQ(StringRef("hello"), Str2.trim());
298 EXPECT_EQ(StringRef("ello"), Str0.trim("hhhhhhhhhhh"));
300 EXPECT_EQ(StringRef(""), StringRef("").trim());
301 EXPECT_EQ(StringRef(""), StringRef(" ").trim());
302 EXPECT_EQ(StringRef("\0", 1), StringRef(" \0 ", 3).trim());
303 EXPECT_EQ(StringRef("\0\0", 2), StringRef("\0\0", 2).trim());
304 EXPECT_EQ(StringRef("x"), StringRef("\0\0x\0\0", 5).trim('\0'))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 558 aname := strings.Trim(string(buf[0:16]), " ")
562 asize := strings.Trim(string(buf[48:58]), " ")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 558 aname := strings.Trim(string(buf[0:16]), " ")
562 asize := strings.Trim(string(buf[48:58]), " ")
  /system/core/debuggerd/
debuggerd_test.cpp 116 pipe_size_str = android::base::Trim(pipe_size_str);
  /system/tools/aidl/
type_java.cpp 29 using android::base::Trim;
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 642 prof = strings.Trim(prof, "\n")
  /prebuilts/go/darwin-x86/src/strconv/
extfloat.go 411 // the integral part is already large, trim the last digits.
478 // Trim trailing zeros.
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go 74 func trim(s string) string { func
75 return strings.Trim(s, " \t")
340 s = trim(s)
347 s2 := trim(a[i])
356 Name: trim(b[0]),
357 Type: trim(b[1]),
369 s = trim(s)
390 s = trim(s)
440 s = trim(s)
447 s = trim(s[1:]
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 642 prof = strings.Trim(prof, "\n")
  /prebuilts/go/linux-x86/src/strconv/
extfloat.go 411 // the integral part is already large, trim the last digits.
478 // Trim trailing zeros.
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go 74 func trim(s string) string { func
75 return strings.Trim(s, " \t")
340 s = trim(s)
347 s2 := trim(a[i])
356 Name: trim(b[0]),
357 Type: trim(b[1]),
369 s = trim(s)
390 s = trim(s)
440 s = trim(s)
447 s = trim(s[1:]
    [all...]
  /external/v8/src/
global-handles.cc 1007 new_space_nodes_.Trim();
    [all...]

Completed in 466 milliseconds

1 2 3 45 6 7