HomeSort by relevance Sort by last modified time
    Searched refs:Rebuild (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_2.cc 15 Rebuild();
36 void Menu2::Rebuild() {
37 wrapper_->Rebuild(NULL);
menu_2.h 58 void Rebuild();
menu_wrapper.h 48 virtual void Rebuild(MenuInsertionDelegateWin* delegate) = 0;
native_menu_win.h 38 virtual void Rebuild(MenuInsertionDelegateWin* delegate) OVERRIDE;
native_menu_win.cc 474 void NativeMenuWin::Rebuild(MenuInsertionDelegateWin* delegate) {
  /frameworks/base/core/tests/inputmethodtests/
run_core_inputmethod_test.sh 5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
  /external/chromium_org/tools/cr/cr/actions/
builder.py 17 They can also override Rebuild if they are able to handle it in a more
38 def Rebuild(self, targets, arguments):
  /external/chromium_org/tools/cr/cr/commands/
build.py 61 """The implementation of the rebuild command.
63 This is a thin shell over the Builder.Rebuild method of the selected builder.
68 self.help = 'Rebuild a target'
70 'Uses the specified builder for the platform to rebuild a target.')
80 return cr.Builder.Rebuild(
  /external/chromium_org/ui/message_center/
message_center_impl.cc 404 void MessageCenterImpl::NotificationCache::Rebuild(
478 notification_cache_.Rebuild(
578 notification_cache_.Rebuild(
622 notification_cache_.Rebuild(
656 notification_cache_.Rebuild(
672 notification_cache_.Rebuild(
703 notification_cache_.Rebuild(
message_center_impl.h 214 void Rebuild(const NotificationList::Notifications& notifications);
  /external/mksh/src/
Build.sh 581 Rebuild.sh signames.inc test.sh x vv.out
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_window_tree_host_win.cc 103 system_menu_->Rebuild(&insertion_delegate);
  /external/chromium_org/components/visitedlink/test/
visitedlink_unittest.cc 404 TEST_F(VisitedLinkTest, Rebuild) {
416 // link system. This isn't guaranteed to happen during the rebuild, so we
420 // processing the rebuild that has queued behind it. We will generally
432 // Wait for the rebuild to complete. The task will terminate the message
433 // loop when the rebuild is done. There's no chance that the rebuild will
434 // complete before we set the task because the rebuild completion message
435 // is posted to the message loop; until we Run() it, rebuild can not
457 // Wait for the rebuild to complete.
  /external/qemu/distrib/
package-release.sh 3 # This script is used to rebuild all emulator binaries from sources
114 # Rebuild Darwin binaries remotely through SSH
143 run ssh $HOST "bash -l -c \"cd $DST_DIR/$PKG_FILE_PREFIX/qemu && ./android-rebuild.sh $REBUILD_FLAGS\"" ||
144 panic "Can't rebuild binaries on Darwin, use --verbose to see why!"
245 Rebuild the emulator binaries from source and package them into tarballs
423 Use './rebuild.sh' to rebuild the binaries from scratch.
426 dump "[$PKG_NAME] Generating rebuild script."
427 cat > "$BUILD_DIR"/rebuild.sh <<EOF
430 # Auto-generated script used to rebuild the Android emulator binarie
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 115 // Rebuild the list of children to match |wantedChildren|.
  /external/pcre/dist/
configure     [all...]

Completed in 888 milliseconds