Searched refs:reset (Results 126 - 150 of 4796) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/streamhtmlparser/
H A DParser.java58 void reset(); method in interface:Parser
/external/libchrome/base/memory/
H A Dshared_memory_helper.cc40 fp->reset(base::CreateAndOpenTemporaryFileInDir(directory, path));
48 path_unlinker.reset(path);
52 readonly_fd->reset(HANDLE_EINTR(open(path->value().c_str(), O_RDONLY)));
55 fp->reset();
/external/libmojo/mojo/edk/embedder/
H A Dplatform_channel_pair.cc30 client_handle_.reset();
/external/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp34 ObjectFile.Elf.reset(new ELFYAML::Object());
37 ObjectFile.Coff.reset(new COFFYAML::Object());
40 ObjectFile.MachO.reset(new MachOYAML::Object());
43 ObjectFile.FatMachO.reset(new MachOYAML::UniversalBinary());
/external/mesa3d/src/mesa/main/
H A Dhistogram.h43 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format,
46 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type,
49 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format,
52 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type,
/external/mockito/src/main/java/org/mockito/internal/progress/
H A DArgumentMatcherStorage.java27 void reset(); method in interface:ArgumentMatcherStorage
/external/parameter-framework/asio/include/asio/detail/
H A Dpipe_select_interrupter.hpp39 ASIO_DECL bool reset();
H A Dscoped_ptr.hpp57 void reset(T* p = 0) function in class:asio::detail::scoped_ptr
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dpipe_select_interrupter.hpp39 ASIO_DECL bool reset();
H A Dscoped_ptr.hpp57 void reset(T* p = 0) function in class:asio::detail::scoped_ptr
/external/perfetto/include/perfetto/protozero/
H A Dcontiguous_memory_range.h32 inline void reset() { begin = nullptr; } function in struct:protozero::ContiguousMemoryRange
/external/replicaisland/src/com/replica/replicaisland/
H A DCameraBiasComponent.java25 public void reset() { method in class:CameraBiasComponent
H A DContextParameters.java39 public void reset() { method in class:ContextParameters
H A DHitPointPool.java31 ((HitPoint)entry).reset();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowWebSyncManager.java19 public void reset() { method in class:ShadowWebSyncManager
/external/skia/src/core/
H A DSkAutoPixmapStorage.cpp19 this->INHERITED::reset(other.info(), this->fStorage, other.rowBytes());
22 other.INHERITED::reset();
47 this->reset(info, pixels, rb);
63 this->INHERITED::reset();
/external/skia/src/ports/
H A DSkFontMgr_custom_empty.cpp19 families->push_back().reset(family);
/external/skia/tools/gpu/gl/debug/
H A DGrProgramObj.cpp24 fShaders.reset();
/external/skqp/src/core/
H A DSkAutoPixmapStorage.cpp19 this->INHERITED::reset(other.info(), this->fStorage, other.rowBytes());
22 other.INHERITED::reset();
47 this->reset(info, pixels, rb);
63 this->INHERITED::reset();
/external/skqp/src/ports/
H A DSkFontMgr_custom_empty.cpp19 families->push_back().reset(family);
/external/skqp/tools/gpu/gl/debug/
H A DGrProgramObj.cpp24 fShaders.reset();
/external/testng/src/test/java/test/methods/
H A DVerifyMethod1.java16 SampleMethod1.reset();
/external/vogar/src/vogar/target/
H A DTestEnvironmentRunListener.java23 * A {@link RunListener} that will reset the environment before the start of every test.
34 testEnvironment.reset();
/external/walt/ios/WALT/
H A DScreenResponseController.h24 - (IBAction)reset:(id)sender;
H A DTapLatencyController.h23 - (IBAction)reset:(id)sender;

Completed in 658 milliseconds

1234567891011>>