Searched refs:reset (Results 151 - 175 of 2918) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMStringList.cpp46 void WebDOMStringList::reset() function in class:WebKit::WebDOMStringList
48 m_private.reset();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebPreferences.h84 WebPreferences() { reset(); }
85 void reset();
/external/webkit/Tools/EWSTools/
H A Dstart-queue.sh45 git reset --hard trunk
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DLineNumberInputStreamTest.java77 lnis.reset();
110 * @tests java.io.LineNumberInputStream#reset()
115 lnis.reset();
116 assertEquals("Failed to reset", 0, lnis.getLineNumber());
117 assertEquals("Failed to reset", '0', lnis.read());
118 lnis.reset();
124 lnis.reset();
155 * In order for IOException to be thrown in reset(),the inputStream to
156 * the constructor cannot be a byteArrayInputstream because the reset()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DContextNodeList.java58 public void reset(); method in interface:ContextNodeList
102 * Get a cloned Iterator that is reset to the start of the iteration.
104 * @return A clone of this iteration that has been reset.
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc83 rows_.reset(new int[num_rows_ + 1]);
84 cols_.reset(new int[max_num_nonzeros_]);
85 values_.reset(new double[max_num_nonzeros_]);
114 rows_.reset(new int[num_rows_ + 1]);
115 cols_.reset(new int[max_num_nonzeros_]);
116 values_.reset(new double[max_num_nonzeros_]);
149 rows_.reset(new int[proto.rows_size()]);
150 cols_.reset(new int[proto.cols_size()]);
151 values_.reset(new double[proto.values_size()]);
178 rows_.reset(ne
[all...]
/external/chromium/chrome/browser/status_icons/
H A Dstatus_icon.cc33 context_menu_contents_.reset(menu);
/external/icu4c/common/
H A Dmutex.h110 void reset() { fInstance=NULL; } function in struct:SimpleSingleton
126 singleton.reset();
166 void reset();
182 singleton.reset();
/external/llvm/include/llvm/MC/
H A DMCCodeEmitter.h33 virtual void reset() { } function in class:llvm::MCCodeEmitter
/external/replicaisland/src/com/replica/replicaisland/
H A DVibrationSystem.java31 public void reset() { method in class:VibrationSystem
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowProcess.java23 public static void reset() { method in class:ShadowProcess
/external/skia/include/utils/
H A DSkInterpolator.h26 void reset(int elemCount, int frameCount);
55 @param reset If true, the odd repeats interpolate from the last key
58 void setReset(bool reset) { argument
59 fFlags = SkToU8((fFlags & ~kReset) | (int)reset);
91 void reset(int elemCount, int frameCount);
/external/skia/legacy/include/utils/
H A DSkInterpolator.h26 void reset(int elemCount, int frameCount);
55 @param reset If true, the odd repeats interpolate from the last key
58 void setReset(bool reset) { argument
59 fFlags = SkToU8((fFlags & ~kReset) | (int)reset);
91 void reset(int elemCount, int frameCount);
/external/skia/src/gpu/
H A DGrGpuFactory.cpp29 glInterfaceUnref.reset(glInterface);
/external/skia/tests/
H A DTest.cpp94 gGrContext.reset(NULL);
95 gGLContext.reset(NULL);
103 gGLContext.reset(new SkNativeGLContext());
106 gGrContext.reset(GrContext::Create(kOpenGL_GrBackend, ctx));
/external/webkit/Source/WebCore/platform/audio/
H A DAudioProcessor.h60 virtual void reset() = 0;
H A DAudioResampler.h50 void reset();
H A DFFTConvolver.h51 void reset();
H A DReverbAccumulationBuffer.h57 void reset();
/external/webkit/Source/WebCore/svg/
H A DSVGStringList.h40 void reset(const String&);
/external/webkit/Source/WebCore/webaudio/
H A DAudioChannelMerger.h48 virtual void reset();
H A DAudioChannelSplitter.h44 virtual void reset();
H A DAudioDestinationNode.h44 virtual void reset() { m_currentTime = 0.0; }; function in class:WebCore::AudioDestinationNode
/external/webkit/Tools/QtTestBrowser/
H A Dlocationedit.h48 void reset();
/external/webkit/Tools/Scripts/webkitpy/common/
H A Darray_stream.py53 def reset(self): member in class:ArrayStream

Completed in 930 milliseconds

1234567891011>>