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

1 2 3

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 15 private boolean removing; field in class:TestFragmentTransaction
67 this.removing = true;
199 return removing;
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 131 // Test UI when removing entries is allowed.
134 // TODO(pamg): Mock out the back-end calls, so we can also test removing a
155 // Test UI when removing entries is prohibited.
158 // TODO(pamg): Mock out the back-end calls, so we can also test removing a
177 // Test UI for supervised users, removing entries should be disabled
  /external/chromium_org/v8/test/webkit/
dfg-put-by-id-prototype-check.js 25 "Tests that the DFG CFA is not overzealous in removing prototype structure checks for put_by_id transitions."
  /external/zlib/
Android.mk 72 # later, please see if you can get a bit further in removing libunz...
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 39 * Returns a string after removing Windows-style accelerators.
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 175 .tile > .removing-tile-contents {
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 39 * Returns a string after removing Windows-style accelerators.
  /external/chromium_org/chrome/browser/download/
download_history.cc 266 bool removing = removing_ids_.find(download_id) != removing_ids_.end(); local
272 removing)
  /external/chromium_org/v8/test/mjsunit/
debug-multiple-breakpoints.js 75 // Perform the same test using function g (this time removing the break points
fuzz-natives-part1.js 89 // by randomly removing kOnManyArgumentsRemove entries
fuzz-natives-part2.js 89 // by randomly removing kOnManyArgumentsRemove entries
fuzz-natives-part3.js 89 // by randomly removing kOnManyArgumentsRemove entries
fuzz-natives-part4.js 89 // by randomly removing kOnManyArgumentsRemove entries
  /external/v8/test/mjsunit/
debug-multiple-breakpoints.js 75 // Perform the same test using function g (this time removing the break points
fuzz-natives.js 89 // by randomly removing kOnManyArgumentsRemove entries
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_client.js 184 * Cleans the dialog by removing all handlers.
cws_container_client.js 245 * Cleans the dialog by removing all handlers.
  /external/chromium/chrome/browser/history/
history_unittest.cc 312 DownloadID in_progress, removing; local
325 EXPECT_NE(0, removing = AddDownload(DownloadItem::REMOVING, month_ago));
331 // Try removing from current timestamp. This should delete the one in the
337 // Try removing from two months ago. This should not delete items that are
338 // 'in progress' or in 'removing' state.
353 EXPECT_EQ(DownloadItem::REMOVING, downloads[2].state);
359 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::CANCELLED, removing));
361 // Try removing from Time=0. This should delete all.
  /external/chromium_org/third_party/icu/source/test/testdata/
testdata.mak 18 # I generated it with an ICU 4.2.1 build on Linux after removing
  /external/icu4c/test/testdata/
testdata.mak 18 # I generated it with an ICU 4.2.1 build on Linux after removing
  /external/openssh/contrib/suse/
openssh.spec 60 up to date in terms of security and features, as well as removing all
74 up to date in terms of security and features, as well as removing all
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm     [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty.js 149 // Test replacing or removing either the getter or setter individually.
173 // Test replacing or removing either the getter or setter individually.
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 1051 SparseArray<AuthorityInfo> removing = new SparseArray<AuthorityInfo>(); local
    [all...]
  /external/chromium_org/android_webview/
Android.mk 47 # TODO(torne, cjhopman): Consider removing this.

Completed in 2217 milliseconds

1 2 3