Searched defs:reset (Results 1 - 25 of 1168) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... boolean tryHarder java.util.Vector formats public void reset () com.google.zxing.Reader reader int i ...
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMetaFactory.java245 public static void reset() method in class:XMPMetaFactory
/external/webrtc/src/system_wrappers/interface/
H A Dscoped_ptr.h14 // an explicit reset(). scoped_ptr is a simple solution for simple needs;
59 void reset(T* p = NULL) { function in class:webrtc::scoped_ptr
119 // reset(). Use shared_array or std::vector if your needs are more complex.
141 void reset(T* p = NULL) { function in class:webrtc::scoped_array
209 void reset(T* p = 0) { function in class:webrtc::scoped_ptr_malloc
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h31 void (*reset)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h31 void (*reset)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h31 void (*reset)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/v8/benchmarks/
H A Dnavier-stokes.js47 solver.reset();
361 function reset()
374 this.reset = reset;
381 reset();
/external/v8/src/
H A Dheap.cc6406 void HeapIterator::reset() { function in class:v8::internal::HeapIterator
H A Dliveobjectlist.cc1692 inline bool reset() { return found_ = false; } function in class:v8::internal::LolVisitor
1828 lol_visitor.reset();
/external/v8/test/cctest/
H A Dtest-debug.cc2569 void reset() { function in struct:DebugProcessDebugMessagesData
6565 // Tests that break event is sent when message handler is reset.
6600 // Tests that exception event is sent when message handler is reset.
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java365 public void reset ()
369 nsSupport.reset();
385 * @see #reset
507 reset();
363 public void reset () method in class:XMLWriter
/external/stlport/stlport/stl/
H A D_bitset.h479 // Versions of single-bit set, reset, flip, test with no range checking.
510 // Set, reset, and flip.
530 bitset<_Nb>& reset() { function in class:bitset
535 bitset<_Nb>& reset(size_t __pos) { function in class:bitset
639 reset();
/external/stlport/test/unit/
H A Dmvctor_test.h80 static void reset() { function in struct:MovableStruct
H A Dmvctor_traits_test.cpp42 static void reset() { function in struct:CompleteMovableStruct
125 MovableStruct::reset();
133 MovableStruct::reset();
147 MovableStruct::reset();
159 MovableStruct::reset();
166 MovableStruct::reset();
178 MovableStruct::reset();
225 CompleteMovableStruct::reset();
233 CompleteMovableStruct::reset();
247 CompleteMovableStruct::reset();
[all...]
H A Dstack_allocator.h142 void reset () { function in struct:StackAllocator
/external/srec/shared/include/
H A Dlstring.h54 ESR_ReturnCode(*reset)(struct LString_t* self); member in struct:LString_t
/external/srec/srec/AcousticState/include/
H A DSR_AcousticState.h49 * during a call in order to improve recognition accuracy. The platform must reset
51 * order to reset acoustic state information for a new caller.
56 ESR_ReturnCode(*reset)(SR_Recognizer* recognizer); member in struct:SR_AcousticState_t
141 * during a call in order to improve recognition accuracy. The platform must reset
143 * order to reset acoustic state information for a new caller.
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h95 ESR_ReturnCode(*reset)(struct SR_SemanticGraph_t* self); member in struct:SR_SemanticGraph_t
/external/srec/srec/cfront/
H A Dnisthdr.h123 void reset(FieldId id);
126 void reset(void);
193 Nist1AHeader::reset(FieldId id) function in class:Nist1AHeader
/external/sqlite/dist/orig/
H A Dsqlite3.c646 ** and Z will be reset to zero.
2753 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2759 ** ^The memory high-water mark is reset to the current value of
2763 ** prior to the reset.
3582 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3589 ** connection that are in need of being reset. This can be used,
3813 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3815 ** ^Use this routine to reset all host parameters to NULL.
3972 ** machine without first calling [sqlite3_reset()] to reset the virtual
3999 ** sqlite3_step(). Failure to reset th
44544 sqlite3PagerCacheStat(Pager *pPager, int eStat, int reset, int *pnVal) argument
[all...]
H A Dsqlite3ext.h122 int (*reset)(sqlite3_stmt*pStmt); member in struct:sqlite3_api_routines
339 #define sqlite3_reset sqlite3_api->reset
/external/sqlite/dist/
H A Dsqlite3.c646 ** and Z will be reset to zero.
2753 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2759 ** ^The memory high-water mark is reset to the current value of
2763 ** prior to the reset.
3582 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3589 ** connection that are in need of being reset. This can be used,
3813 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3815 ** ^Use this routine to reset all host parameters to NULL.
3972 ** machine without first calling [sqlite3_reset()] to reset the virtual
3999 ** sqlite3_step(). Failure to reset th
44572 sqlite3PagerCacheStat(Pager *pPager, int eStat, int reset, int *pnVal) argument
[all...]
H A Dsqlite3ext.h122 int (*reset)(sqlite3_stmt*pStmt); member in struct:sqlite3_api_routines
339 #define sqlite3_reset sqlite3_api->reset
/external/skia/include/core/
H A DSkClipStack.h230 fPath.reset();
269 void reset();
339 * Creates an uninitialized iterator. Must be reset()
361 void reset(const SkClipStack& stack, IterStart startLoc);
387 * Wrap Iter::reset to force initialization to the
390 void reset(const SkClipStack& stack) { function in class:SkClipStack::B2TIter
391 this->INHERITED::reset(stack, kBottom_IterStart);
H A DSkDataTable.h138 void reset(size_t minChunkSize);
139 void reset() { function in class:SkDataTableBuilder
140 this->reset(fMinChunkSize);

Completed in 852 milliseconds

1234567891011>>