Searched refs:reset (Results 201 - 225 of 2585) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/extensions/
H A Dextension_i18n_api.cc29 result_.reset(new ListValue());
/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_unittest.cc47 lock.reset(new FirefoxProfileLock(test_path));
88 lock.reset(new FirefoxProfileLock(test_path));
106 lock1.reset(new FirefoxProfileLock(test_path));
111 lock2.reset(new FirefoxProfileLock(test_path));
/external/chromium/chrome/browser/ui/cocoa/
H A Dtracking_area.h54 // This will call |scoped_nsobject<>::reset()| to take ownership of the new
57 void reset(CrTrackingArea* tracking_area = nil);
/external/chromium/chrome/browser/ui/views/
H A Dprofile_menu_model.cc19 menu_.reset(new views::Menu2(this));
/external/chromium/chrome/common/
H A Dservice_process_util_posix.cc30 shutdown_task_.reset();
95 initializing_lock_.reset();
144 state_->running_lock_.reset(TakeServiceRunningLock(true));
149 state_->shut_down_monitor_.reset(
/external/chromium/net/base/
H A Dkeygen_handler_nss.cc43 crypto_module_password_delegate_.reset(delegate);
H A Dnet_log_unittest.cc26 net_log_event.reset();
/external/clang/test/Sema/
H A Dpragma-ms_struct.c7 #pragma ms_struct reset
/external/eigen/bench/
H A Dsparse_randomsetter.cpp33 timer.reset(); \
52 t.reset(); t.start();
61 t.reset(); t.start(); delete set1; t.stop();
79 t.reset(); t.start();
95 // t.reset(); t.start();
104 // t.reset(); t.start();
113 // t.reset(); t.start();
/external/icu4c/common/unicode/
H A Derrorcode.h101 UErrorCode reset();
/external/icu4c/common/
H A Dustrenum.h71 virtual void reset(UErrorCode& status);
/external/icu4c/i18n/
H A Dmsgfmt_impl.h32 virtual void reset(UErrorCode& status);
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DAndroidTimer.java91 public void reset() { method in class:AndroidTimer
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DNanoTimer.java88 public void reset() { method in class:NanoTimer
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_link.h58 phDal4Nfc_link_reset_CB_t reset; member in struct:__anon8546
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditorResetter.java43 * @param codeAttributeEditor the code attribute editor that will be reset.
58 codeAttributeEditor.reset(codeAttribute.u4codeLength);
/external/proguard/src/proguard/gui/
H A DTextAreaOutputStream.java78 out.reset();
/external/replicaisland/src/com/replica/replicaisland/
H A DEventRecorder.java31 public void reset() { method in class:EventRecorder
H A DFrameRateWatcherComponent.java31 public void reset() { method in class:FrameRateWatcherComponent
H A DGravityComponent.java36 public void reset() { method in class:GravityComponent
H A DScrollerComponent.java37 reset();
45 reset();
53 reset();
58 public void reset() { method in class:ScrollerComponent
H A DSingleTouchFilter.java18 public void reset() { method in class:SingleTouchFilter
/external/skia/gm/
H A Dpathreverse.cpp46 path.reset();
57 path.reset();
92 path.reset();
103 path.reset();
/external/skia/include/core/
H A DSkBuffer.h47 specified in the constructor or in a call to reset().
52 to reset(). Always returns true if the length was not specified.
96 SkWBuffer(void* data) { reset(data); }
97 SkWBuffer(void* data, size_t size) { reset(data, size); }
99 void reset(void* data) { function in class:SkWBuffer
105 void reset(void* data, size_t size) { function in class:SkWBuffer
H A DSkChunkAlloc.h23 void reset();
26 pointers (like reset) but doesn't necessarily free up all

Completed in 1195 milliseconds

1234567891011>>