HomeSort by relevance Sort by last modified time
    Searched refs:reset (Results 101 - 125 of 3098) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.cc 56 notifier_.reset(new PolicyNotifier());
59 device_management_service_.reset(new DeviceManagementService(
61 cloud_policy_cache_.reset(policy_cache);
65 device_token_fetcher_.reset(
70 cloud_policy_controller_.reset(
81 cloud_policy_controller_.reset();
82 device_token_fetcher_.reset();
83 cloud_policy_cache_.reset();
84 device_management_service_.reset();
111 cloud_policy_controller_.reset();
    [all...]
  /external/stlport/src/
iostream.cpp 203 cin_buf.reset(new stdio_istreambuf(stdin));
205 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in));
209 cout_buf.reset(_Stl_create_filebuf("/stdout.txt", ios::out));
210 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
211 clog_buf.reset(_Stl_create_filebuf("/stdlog.txt", ios::out));
213 cout_buf.reset(new stdio_ostreambuf(stdout));
214 cerr_buf.reset(new stdio_ostreambuf(stderr));
215 clog_buf.reset(new stdio_ostreambuf(stderr));
219 cout_buf.reset(_Stl_create_filebuf(stdout, ios_base::out));
220 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out))
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 203 cin_buf.reset(new stdio_istreambuf(stdin));
205 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in));
209 cout_buf.reset(_Stl_create_filebuf("/stdout.txt", ios::out));
210 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
211 clog_buf.reset(_Stl_create_filebuf("/stdlog.txt", ios::out));
213 cout_buf.reset(new stdio_ostreambuf(stdout));
214 cerr_buf.reset(new stdio_ostreambuf(stderr));
215 clog_buf.reset(new stdio_ostreambuf(stderr));
219 cout_buf.reset(_Stl_create_filebuf(stdout, ios_base::out));
220 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out))
    [all...]
  /cts/tests/src/android/content/cts/
ResultReceiver.java 42 public void reset() { method in class:ResultReceiver
  /external/apache-http/src/org/apache/http/impl/io/
HttpTransportMetricsImpl.java 59 public void reset() { method in class:HttpTransportMetricsImpl
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMAxisIterator.java 46 public DTMAxisIterator reset(); method in interface:DTMAxisIterator
93 * @return a deep copy of this iterator. The clone should not be reset
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
Mac.java 67 * Reset the MAC. At the end of resetting the MAC should be in the
70 public void reset(); method in interface:Mac
StreamCipher.java 49 * reset the cipher. This leaves it in the same state
52 public void reset(); method in interface:StreamCipher
  /external/clang/test/Sema/
pragma-ms_struct.c 7 #pragma ms_struct reset
  /external/easymock/src/org/easymock/
IMocksControl.java 44 void reset(); method in interface:IMocksControl
  /external/grub/netboot/
nic.h 18 void (*reset)P((struct nic *)); member in struct:nic
  /external/jsilver/src/com/google/streamhtmlparser/
Parser.java 56 * Reset the parser back to its initial default state.
58 void reset(); method in interface:Parser
  /external/oprofile/libutil++/
cached_value.h 38 value_type const reset(value_type const & val) { function in class:cached_value
  /external/replicaisland/src/com/replica/replicaisland/
CameraBiasComponent.java 25 public void reset() { method in class:CameraBiasComponent
ContextParameters.java 39 public void reset() { method in class:ContextParameters
HitPointPool.java 31 ((HitPoint)entry).reset(); method
  /external/skia/include/utils/
SkInterpolator.h 33 void reset(int elemCount, int frameCount);
62 @param reset If true, the odd repeats interpolate from the last key
65 void setReset(bool reset) {
66 fFlags = SkToU8((fFlags & ~kReset) | (int)reset);
98 void reset(int elemCount, int frameCount);
  /external/webkit/Source/WebCore/platform/audio/
AudioProcessor.h 60 virtual void reset() = 0;
AudioResamplerKernel.h 53 void reset();
69 // For the first call to process() (or after reset()) there will be no buffered samples.
EqualPowerPanner.h 40 virtual void reset() { m_isFirstRender = true; } function in class:WebCore::EqualPowerPanner
FFTConvolver.h 51 void reset();
ReverbInputBuffer.h 55 void reset();
  /external/webkit/Source/WebCore/webaudio/
AudioChannelMerger.h 48 virtual void reset();
AudioChannelSplitter.h 44 virtual void reset();
AudioDestinationNode.h 44 virtual void reset() { m_currentTime = 0.0; }; function in class:WebCore::AudioDestinationNode

Completed in 361 milliseconds

1 2 3 45 6 7 8 91011>>