HomeSort by relevance Sort by last modified time
    Searched refs:removal (Results 1 - 25 of 61) sorted by null

1 2 3

  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
DiffUtil.java 44 * number of addition and removal operations between the two lists. It has O(N + D^2) expected time
150 if (snake.removal) {
164 if (snake.removal) {
207 final boolean removal;
210 removal = false;
213 removal = true;
230 outSnake.removal = removal;
240 final boolean removal;
244 removal = false
374 boolean removal; field in class:DiffUtil.Snake
848 boolean removal; field in class:DiffUtil.PostponedUpdate
    [all...]
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 75 Process removal = fileRemoval.exec(rmfile); local
76 exitVal = removal.waitFor();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
gc-got-relocs.d 9 # After gc-section removal we are cheking that symbol does not exit
gc-plt-relocs.d 9 # and local functions gced. After gc-section removal we are
gc-tls-relocs.d 10 # After gc-section removal we are cheking that symbols does not exit
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover_test.go 60 // defer removal of test_line.go
69 // defer removal of testcover
76 // defer removal of ./testdata/test_cover.go
  /prebuilts/go/linux-x86/src/cmd/cover/
cover_test.go 60 // defer removal of test_line.go
69 // defer removal of testcover
76 // defer removal of ./testdata/test_cover.go
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug242.go 99 println("bad map removal")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug242.go 99 println("bad map removal")
  /build/soong/bpfix/bpfix/
bpfix.go 112 for _, removal := range removals.Values {
113 equal, err := parser.ExpressionsAreSame(item, removal)
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LocalCache.java 488 boolean removal = (maximumSize == UNSET_INT) ? false : (size() > maximumSize);
489 if ((removalListener != null) && removal) {
496 return removal;
  /prebuilts/go/darwin-x86/src/sort/
genzfunc.go 70 // Get rid of blank lines after removal of comments.
  /prebuilts/go/linux-x86/src/sort/
genzfunc.go 70 // Get rid of blank lines after removal of comments.
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_horz_w16out.s 148 @******* removal
150 @******* removal ends
613 @**** removal
615 @**** removal ends
634 @**** removal
639 @**** removal ends
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi_test.go 110 name: "exception removal",
  /prebuilts/go/darwin-x86/src/net/http/
responsewrite_test.go 173 // Also tests removal of leading and trailing whitespace.
  /prebuilts/go/linux-x86/src/cmd/api/
goapi_test.go 110 name: "exception removal",
  /prebuilts/go/linux-x86/src/net/http/
responsewrite_test.go 173 // Also tests removal of leading and trailing whitespace.
  /external/valgrind/none/tests/
cmdline1.stdout.exp 72 part of the path after 'string'. Allows removal
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadcode.go 139 // Splice out any copies introduced during dead block removal.
  /prebuilts/go/darwin-x86/src/go/doc/
exports.go 235 // to the false removal of possible conflicts
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadcode.go 139 // Splice out any copies introduced during dead block removal.
  /prebuilts/go/linux-x86/src/go/doc/
exports.go 235 // to the false removal of possible conflicts
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 244 "Test for actions like text entry, and removal."

Completed in 1034 milliseconds

1 2 3