HomeSort by relevance Sort by last modified time
    Searched refs:Trim (Results 176 - 200 of 227) sorted by null

1 2 3 4 5 6 78 910

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
noder.go 1081 // Trim trailing empty statements. We omit them from
1354 lib := strings.Trim(fields[3], `"`)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 797 aname := strings.Trim(string(buf[0:16]), " ")
801 asize := strings.Trim(string(buf[48:58]), " ")
    [all...]
noder.go 1081 // Trim trailing empty statements. We omit them from
1354 lib := strings.Trim(fields[3], `"`)
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 105 std::vector<std::string> lines = android::base::Split(android::base::Trim(content), "\n");
    [all...]
  /external/pdfium/fxjs/
cjs_document.cpp     [all...]
cjs_publicmethods.cpp 76 result.Trim(' ');
    [all...]
  /external/flatbuffers/js/
flatbuffers.js 607 // Trim trailing zeroes.
  /art/runtime/gc/allocator/
rosalloc.cc     [all...]
  /external/boringssl/src/util/fipstools/
delocate.peg.go 152 func (t *tokens32) Trim(length uint32) {
326 p.Trim(tokenIndex)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutpagemgr.cpp 155 wsTargetAll.Trim();
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 300 // Trim off known prefix.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 300 // Trim off known prefix.
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]
mark-compact.cc 2690 int trim = TransitionArray::Capacity(transitions) - transition_index; local
    [all...]
  /prebuilts/go/darwin-x86/src/os/
os_test.go     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 844 // Trim extra and put it back in the heap.
    [all...]
mbitmap.go     [all...]
  /prebuilts/go/linux-x86/src/os/
os_test.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 844 // Trim extra and put it back in the heap.
    [all...]
mbitmap.go     [all...]
  /build/blueprint/
context.go 576 text = strings.Trim(text, "\n")
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
exec.go 57 // If we're doing real work, take time at the end to trim the cache.
58 defer c.Trim()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
exec.go 57 // If we're doing real work, take time at the end to trim the cache.
58 defer c.Trim()
    [all...]
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
jdom2-2.0.6.jar 

Completed in 1071 milliseconds

1 2 3 4 5 6 78 910