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

1 2 3 4 5 6 7 891011>>

  /external/skia/src/utils/
SkOSFile.cpp 47 this->reset(path, suffix);
57 void SkOSFile::Iter::reset(const char path[], const char suffix[]) function in class:SkOSFile::Iter
143 this->reset(path, suffix);
152 void SkOSFile::Iter::reset(const char path[], const char suffix[]) function in class:SkOSFile::Iter
167 fSuffix.reset();
  /external/srec/srec/AcousticState/include/
SR_AcousticState.h 49 * 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/webkit/WebCore/platform/text/wince/
TextBreakIteratorWince.cpp 52 void reset(const UChar* str, int len) function in class:WebCore::TextBreakIterator
252 iterator.reset(string, length);
259 iterator.reset(string, length);
266 iterator.reset(string, length);
273 iterator.reset(string, length);
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 36 * Reset the Interpolator to have the specified number of values and an
40 public void reset(int valueCount) { method in class:Interpolator
41 reset(valueCount, 2); method
45 * Reset the Interpolator to have the specified number of values and
49 public void reset(int valueCount, int frameCount) { method in class:Interpolator
  /hardware/broadcom/wlan/bcm4329/src/include/
spid.h 29 uint8 reset_bp; /* 0x03, reset on wlan/bt backplane reset (corerev >= 1) */
83 #define RESET_ON_WLAN_BP_RESET 0x4 /* enable reset for WLAN backplane */
84 #define RESET_ON_BT_BP_RESET 0x8 /* enable reset for BT backplane */
85 #define RESET_SPI 0x80 /* reset the above enabled logic */
  /external/bluetooth/bluez/tools/
bccmd.c 610 { "reset", 0, 0, 'r' },
615 static int opt_pskey(int argc, char *argv[], uint16_t *stores, int *reset, int *help)
649 if (reset)
650 *reset = 1;
663 #define OPT_PSKEY(min, max, stores, reset, help) \
664 opt_pskey(argc, argv, (stores), (reset), (help)); \
673 int i, err, reset = 0; local
677 OPT_PSKEY(1, 1, &stores, &reset, NULL);
737 if (reset)
748 int i, err, reset = 0 local
853 int i, err, reset = 0; local
890 int err, reset = 0; local
936 int i, err, reset = 0; local
1005 int err, reset = 0; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 86 cb.reset();
90 cb.reset();
111 cb.reset();
118 cb.reset();
139 cb.reset();
146 cb.reset();
181 public void reset() { method in class:ScaleDrawableTest.MockCallback
206 mockDrawable.reset();
270 mockDrawable.reset();
275 mockDrawable.reset();
698 public void reset() { method in class:ScaleDrawableTest.MockDrawable
745 public void reset() { method in class:ScaleDrawableTest.MockScaleDrawable
    [all...]
  /external/webkit/WebCore/rendering/
RenderCounter.cpp 122 // - The root of the tree is always a reset type reference.
123 // - A subtree rooted at any reset node in the tree is equivalent to all counter
125 // reset node.
126 // - Non-reset CounterNodes cannot have descendants.
146 // We found a reset counter that is on a renderer that is a sibling of ours or a parent.
148 // We are also a reset counter and the previous reset was on a sibling renderer
149 // hence we are the next sibling of that counter if that reset is not a root or
150 // we are a root node if that reset is a root.
155 // We are not a reset node or the previous reset must be on an ancestor of our rendere
    [all...]
CounterNode.h 31 // by "counter-reset" style rules or implicitly by referring to a counter that is not in scope.
32 // Such nodes are tagged as "reset" nodes, although they are not all due to "counter-reset".
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 84 mockShape.reset();
89 mockShape.reset();
137 public void reset() { method in class:ShapeTest.MockShape
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CyclicBarrier.java 107 * is reset. There can be many generations associated with threads
113 * but no subsequent reset.
132 * on each generation. It is reset to parties on each new
284 * <li>Some other thread invokes {@link #reset} on this barrier.
295 * <p>If the barrier is {@link #reset} while any thread is waiting,
320 * waiting, or the barrier was reset, or the barrier was
347 * <li>Some other thread invokes {@link #reset} on this barrier.
362 * <p>If the barrier is {@link #reset} while any thread is waiting,
390 * waiting, or the barrier was reset, or the barrier was broken
406 * construction or the last reset, or a barrier actio
428 public void reset() { method in class:CyclicBarrier
    [all...]
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
PipeImpl.java 52 reset(); method
55 reset(); method
60 private void reset(){ method in class:PipeImpl
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 60 * be reset if rewriting takes place.
75 // * be reset if rewriting takes place.
91 * be reset if rewriting takes place.
  /external/opencore/codecs_v2/audio/sbc/enc/src/
pvsbcencoder.h 74 /*! \fn TPvSbcEncStatus Reset()
75 * \brief Used to reset the encoder.
78 virtual TPvSbcEncStatus Reset();
  /external/opencore/engines/2way/test/src/
init_play_reset_test.cpp 31 fprintf(fileoutput, "Start init play reset test, proxy %d, file %s\n", iUseProxy, filename);
93 reset();
103 reset();
init_rec_reset_test.cpp 24 fprintf(fileoutput, "Start init rec reset test, proxy %d.\n", iUseProxy);
86 reset();
96 reset();
  /external/skia/include/core/
SkTDict.h 28 void reset() function in class:SkTDict
30 fArray.reset();
31 fStrings.reset();
  /external/skia/include/utils/
SkCamera.h 66 void reset();
105 void reset();
131 void reset();
  /external/skia/include/views/
SkMetaData.h 30 void reset();
100 /** Reset the iterator, so that calling next() will return the first
103 void reset(const SkMetaData&);
  /external/skia/tests/
MatrixTest.cpp 26 identity.reset();
52 mat.reset();
109 m.reset();
  /external/v8/src/
regexp-stack.cc 42 // Reset the buffer if it has grown.
43 RegExpStack::Reset();
64 void RegExpStack::Reset() {
  /external/webkit/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 44 m_bitmap.reset();
46 // NOTE: Do not reset other members here; clearFrameBufferCache()
62 m_bitmap.reset();
  /external/webkit/WebCore/plugins/chromium/
PluginDataChromium.cpp 58 ~PluginCache() { reset(false); }
60 void reset(bool refresh) function in class:WebCore::PluginCache
97 pluginCache.reset(true);
  /external/webkit/WebCore/svg/
SVGTests.cpp 99 requiredFeatures()->reset(attr->value());
102 requiredExtensions()->reset(attr->value());
105 systemLanguage()->reset(attr->value());
  /external/webkit/WebKit/chromium/src/
WebImageSkia.cpp 86 void WebImage::reset() function in class:WebKit::WebImage
88 m_bitmap.reset();
117 reset();

Completed in 339 milliseconds

1 2 3 4 5 6 7 891011>>