HomeSort by relevance Sort by last modified time
    Searched full:reset (Results 126 - 150 of 3912) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/tools/idegen/src/
Stopwatch.java 24 void reset(String label) { method in class:Stopwatch
  /external/grub/netboot/
nic.h 18 void (*reset)P((struct nic *)); member in struct:nic
  /external/iproute2/man/man8/
rtacct.8 29 Reset history.
  /external/iptables/extensions/
libipt_dccp.man 9 .BR "REQUEST RESPONSE DATA ACK DATAACK CLOSEREQ CLOSE RESET SYNC SYNCACK INVALID" .
  /external/skia/src/animator/
SkAnimateProperties.h 24 SK_PROPERTY(reset),
SkDisplayList.h 37 void clear() { fDrawList.reset(); }
53 void reset();
  /external/webkit/LayoutTests/http/tests/appcache/resources/
fail-on-update.php 26 if ($command == "reset") {
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 26 debug("Reset storage event list");
documentURI.js 22 debug("Reset storage event list");
  /frameworks/base/core/java/android/security/
Md5MessageDigest.java 41 native public void reset(); method in class:Md5MessageDigest
Sha1MessageDigest.java 41 native public void reset(); method in class:Sha1MessageDigest
  /frameworks/base/media/libmediaplayerservice/
StagefrightPlayer.cpp 23 reset();
124 status_t StagefrightPlayer::reset() { function in class:android::StagefrightPlayer
125 LOGV("reset");
127 mPlayer->reset();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockShortcutRefresher.java 34 public void reset() { method in class:MockShortcutRefresher
  /system/netd/
ThrottleController.h 28 static void reset(const char *iface);
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
LineNumberInputStreamTest.java 112 lnis.reset();
208 * @tests java.io.LineNumberInputStream#reset()
213 method = "reset",
219 lnis.reset();
220 assertEquals("Test 1: Failed to reset", 0, lnis.getLineNumber());
221 assertEquals("Test 2: Failed to reset", '0', lnis.read());
222 lnis.reset();
227 lnis.reset();
236 lnis.reset();
289 * In order for IOException to be thrown in reset(),the inputStream t
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LevelListDrawableTest.java 78 mLevelListDrawable.reset();
84 mLevelListDrawable.reset();
89 mLevelListDrawable.reset();
106 mLevelListDrawable.reset();
111 mLevelListDrawable.reset();
141 mLevelListDrawable.reset();
153 mLevelListDrawable.reset();
244 public void reset() { method in class:LevelListDrawableTest.MockLevelListDrawable
  /dalvik/libcore/luni/src/main/java/java/io/
LineNumberInputStream.java 78 * Sending {@code reset()} will reposition this stream back to the marked
80 * The line number count will also be reset to the last marked
89 * @see #reset()
207 public void reset() throws IOException { method in class:LineNumberInputStream
208 in.reset();
221 * @see #reset()
229 * {@code read()}'s will not return these bytes unless {@code reset()} is
241 * @see #reset()
LineNumberReader.java 76 * Sending {@code reset()} will reposition this reader back to the marked
79 * it can be restored when {@code reset()} is called.
87 * @see #reset()
220 public void reset() throws IOException { method in class:LineNumberReader
222 super.reset();
236 * @see #reset()
246 * {@code read()}'s will not return these characters unless {@code reset()}
260 * @see #reset()
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
FtpURLInputStream.java 50 public synchronized void reset() throws IOException { method in class:FtpURLInputStream
51 is.reset();
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
BlockCipher.java 52 * Reset the cipher. After resetting the cipher is in the same state
55 public void reset(); method in interface:BlockCipher
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
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditorResetter.java 43 * @param codeAttributeEditor the code attribute editor that will be reset.
58 codeAttributeEditor.reset(codeAttribute.u4codeLength);
  /external/proguard/src/proguard/obfuscate/
SpecialNameFactory.java 50 public void reset() method in class:SpecialNameFactory
52 nameFactory.reset();
  /external/skia/include/core/
SkChunkAlloc.h 30 void reset();
33 pointers (like reset) but doesn't necessarily free up all
  /external/skia/include/utils/
SkCullPoints.h 27 void reset(const SkIRect& r);
65 void reset(const SkIRect& r, SkPath* dst);

Completed in 812 milliseconds

1 2 3 4 56 7 8 91011>>