Searched refs:reset (Results 1 - 25 of 34) sorted by relevance

12

/system/core/sh/
H A Dinit.h38 void reset(void);
H A Dmkinit.sh55 RESET["{ "]* ) event=reset;;
181 echo "reset() {"
H A Doptions.c126 shellparam.reset = 1;
170 /* "--" means reset params */
366 shellparam.reset = 1;
389 if (shellparam.reset == 1) {
392 shellparam.reset = 0;
H A Doptions.h40 unsigned char reset; /* if getopts has been reset */ member in struct:shparam
H A Dmain.c142 reset();
/system/core/include/utils/
H A DUniquePtr.h65 reset();
84 void reset(T* ptr = NULL) { function in class:UniquePtr
113 reset();
127 void reset(T* ptr = NULL) { function in class:UniquePtr
190 // Does reset work?
194 c.reset(new C);
217 // Does reset work?
221 c.reset(new C[2]);
H A DStopWatch.h41 void reset();
H A DSharedBuffer.h76 SharedBuffer* reset(size_t size) const;
H A DLruCache.h229 mTable.reset(new BasicHashtable<TKey, Entry>(newCapacity));
/system/core/libutils/
H A DStopWatch.cpp39 reset();
78 void StopWatch::reset() function in class:android::StopWatch
H A DSharedBuffer.cpp86 SharedBuffer* SharedBuffer::reset(size_t new_size) const function in class:android::SharedBuffer
88 // cheap-o-reset.
/system/media/audio_utils/include/audio_utils/
H A Dresampler.h64 * reset resampler state
66 void (*reset)(struct resampler_itfe *resampler); member in struct:resampler_itfe
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSharedBuffer.h80 SharedBuffer* reset(size_t size) const;
H A DSharedBuffer.cpp88 SharedBuffer* SharedBuffer::reset(size_t new_size) const function in class:android::tinyutils::SharedBuffer
90 // cheap-o-reset.
/system/extras/libpagemap/
H A Dpm_process.c168 pm_memusage_t *ws_out, int reset) {
190 if (reset) {
167 pm_process_workingset(pm_process_t *proc, pm_memusage_t *ws_out, int reset) argument
/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h145 /* Get the working set of a process (if ws_out != NULL), and reset it
146 * (if reset != 0). */
147 int pm_process_workingset(pm_process_t *proc, pm_memusage_t *ws_out, int reset);
/system/security/keystore/include/keystore/
H A DIKeystoreService.h85 virtual int32_t reset() = 0;
/system/security/keystore/
H A Dkeystore_cli.cpp201 NO_ARG_INT_RETURN(reset);
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp53 void GGLAssembler::reset(int opt_level) function in class:android::GGLAssembler
55 ARMAssemblerProxy::reset();
56 RegisterAllocator::reset();
67 reset(opt_level);
1026 void RegisterAllocator::reset() function in class:android::RegisterAllocator
1028 mRegs.reset();
1080 void RegisterAllocator::RegisterFile::reset() function in class:android::RegisterAllocator::RegisterFile
H A DGGLAssembler.h51 void reset();
60 void reset();
180 void reset(int opt_level);
H A DARMAssemblerProxy.cpp49 void ARMAssemblerProxy::reset() { function in class:android::ARMAssemblerProxy
50 mTarget->reset();
H A DARMAssembler.h51 virtual void reset();
H A DARMAssemblerProxy.h42 virtual void reset();
H A DMIPSAssembler.h49 virtual void reset();
249 void reset();
/system/media/audio_utils/
H A Dresampler.c225 rsmp->itfe.reset = resampler_reset;

Completed in 309 milliseconds

12