Searched defs:reset (Results 1 - 25 of 1221) 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/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/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMetaFactory.java245 public static void reset() method in class:XMPMetaFactory
/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/sqlite/dist/orig/
H A Dsqlite3.c211 ** and Z will be reset to zero.
2491 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2497 ** ^The memory high-water mark is reset to the current value of
2501 ** prior to the reset.
3366 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3373 ** connection that are in need of being reset. This can be used,
3603 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3605 ** ^Use this routine to reset all host parameters to NULL.
3762 ** machine without first calling [sqlite3_reset()] to reset the virtual
3789 ** sqlite3_step(). Failure to reset th
46677 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
353 #define sqlite3_reset sqlite3_api->reset
/external/sqlite/dist/
H A Dsqlite3.c211 ** and Z will be reset to zero.
2491 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2497 ** ^The memory high-water mark is reset to the current value of
2501 ** prior to the reset.
3366 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3373 ** connection that are in need of being reset. This can be used,
3603 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3605 ** ^Use this routine to reset all host parameters to NULL.
3762 ** machine without first calling [sqlite3_reset()] to reset the virtual
3789 ** sqlite3_step(). Failure to reset th
46697 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
353 #define sqlite3_reset sqlite3_api->reset
/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/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py73 def reset(self): member in class:OrderedSet
/external/skia/src/animator/
H A DSkAnimateActive.h32 void reset() { fDrawIndex = 0; } function in class:SkActive
H A DSkAnimateMaker.cpp90 // differs from SkAnimator::decodeStream in that it does not reset error state
264 void SkAnimateMaker::reset() { function in class:SkAnimateMaker
266 fChildren.reset();
267 fHelpers.reset();
268 fIDs.reset();
269 fEvents.reset();
288 fErrorString.reset();
H A DSkAnimator.cpp63 fMaker->fFileName.reset();
78 fMaker->fFileName.reset();
501 void SkAnimator::reset() { function in class:SkAnimator
502 fMaker->fDisplayList.reset();
647 fMaker->fPrefix.reset();
H A DSkDisplayApply.cpp363 reset();
701 void SkApply::reset() { function in class:SkApply
H A DSkDisplayEvents.h34 void reset() { fEvents.reset(); } function in class:SkEvents

Completed in 6424 milliseconds

1234567891011>>