HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 801 - 825 of 2379) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing_unittest.py 92 def reset(self, stream): member in class:Testprinter
142 self.reset(err)
232 self.reset(err)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py 134 '--reset-results',
169 def reset(cls): member in class:MainTest.test_upload_json.MockFileUploader
192 MockFileUploader.reset()
201 MockFileUploader.reset()
206 MockFileUploader.reset()
211 MockFileUploader.reset()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py 79 self.status.reset()
237 self.reset()
239 def reset(self): member in class:HtmlStatus
263 self.reset()
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
SwapChain9.cpp 94 return reset(backbufferWidth, backbufferHeight, mSwapInterval);
97 EGLint SwapChain9::reset(int backbufferWidth, int backbufferHeight, EGLint swapInterval) function in class:rx::SwapChain9
  /external/chromium_org/third_party/bintrees/bintrees/
walker.py 20 def reset(self): member in class:Walker
  /external/chromium_org/third_party/cld/base/
scoped_ptr.h 63 // Reset. Deletes the current owned object, if any.
65 // this->reset(this->get()) works.
66 void reset(C* p = NULL) { function in class:scoped_ptr
196 // Reset. Deletes the current owned object, if any.
198 // this->reset(this->get()) works.
199 void reset(C* p = NULL) { function in class:scoped_array
321 // Reset. Calls the Free functor on the current owned object, if any.
323 // this->reset(this->get()) works.
324 void reset(C* p = NULL) { function in class:scoped_ptr_malloc
  /external/chromium_org/third_party/icu/source/common/
normlzr.cpp 287 void Normalizer::reset() { function in class:Normalizer
304 reset();
412 reset();
433 reset();
451 reset();
servls.cpp 240 virtual void reset(UErrorCode& status) { function in class:ServiceEnumeration
ustrenum.cpp 150 void UStringEnumeration::reset(UErrorCode& status) { function in class:UStringEnumeration
211 THIS(en)->reset(*ec);
  /external/chromium_org/third_party/icu/source/i18n/
search.cpp 242 m_search_->reset = FALSE;
285 if (m_search_->reset) {
288 m_search_->reset = FALSE;
329 void SearchIterator::reset() function in class:SearchIterator
338 m_search_->reset = TRUE;
351 m_search_->reset = TRUE;
370 m_search_->reset = TRUE;
387 m_search_->reset = TRUE;
  /external/chromium_org/third_party/jinja2/
bccache.py 70 self.reset()
72 def reset(self): member in class:Bucket
81 self.reset()
86 self.reset()
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/
scoped_ptr.h 117 reset(other->release());
129 void reset(T* p) { function in class:i18n::addressinput::scoped_ptr_impl
130 // This is a self-reset, which is no longer allowed: http://crbug.com/162971
135 // get_deleter()(get()) deletes this. In order to pevent this, reset()
138 // However, changing reset() to use that behavior may cause current code to
140 // dereferences the scoped_ptr when it is destroyed by a call to reset(),
258 // Reset. Deletes the currently owned object, if any.
260 void reset(element_type* p = NULL) { impl_.reset(p); } function in class:i18n::addressinput::scoped_ptr
347 // Reset. Deletes the currently owned array, if any
349 void reset(element_type* array = NULL) { impl_.reset(array); } function in class:i18n::addressinput::scoped_ptr
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
httprequest.h 111 void reset() { function in class:talk_base::HttpMonitor
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
scoped_ptr.h 121 reset(other->release());
133 void reset(T* p) { function in class:i18n::phonenumbers::scoped_ptr_impl
134 // This is a self-reset, which is no longer allowed: http://crbug.com/162971
139 // get_deleter()(get()) deletes this. In order to pevent this, reset()
142 // However, changing reset() to use that behavior may cause current code to
144 // dereferences the scoped_ptr when it is destroyed by a call to reset(),
262 // Reset. Deletes the currently owned object, if any.
264 void reset(element_type* p = NULL) { impl_.reset(p); } function in class:i18n::phonenumbers::scoped_ptr
351 // Reset. Deletes the currently owned array, if any
353 void reset(element_type* array = NULL) { impl_.reset(array); } function in class:i18n::phonenumbers::scoped_ptr
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
base.hpp 88 reset(q);
92 reset(ref.p);
96 reset(NULL);
99 void reset(T *q = NULL) { function in class:clover::ref_ptr
108 reset(ref.p);
  /external/chromium_org/third_party/skia/include/gpu/
GrTextureAccess.h 26 this->reset();
36 this->reset(tileXAndY, filterMode);
40 this->reset(tileModes, filterMode);
54 void reset() { function in class:GrTextureParams
55 this->reset(SkShader::kClamp_TileMode, kNone_FilterMode);
58 void reset(SkShader::TileMode tileXAndY, FilterMode filterMode) { function in class:GrTextureParams
63 void reset(const SkShader::TileMode tileModes[2], FilterMode filterMode) { function in class:GrTextureParams
118 * A default GrTextureAccess must have reset() called on it in a GrEffect subclass's
141 void reset(GrTexture*, const GrTextureParams&);
142 void reset(GrTexture*
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkTDArray_Experimental.h 63 void reset() function in class:SkDS32Array
  /external/chromium_org/third_party/skia/src/core/
SkBuffer.h 49 specified in the constructor or in a call to reset().
54 to reset(). Always returns true if the length was not specified.
128 SkWBuffer(void* data) { reset(data); }
129 SkWBuffer(void* data, size_t size) { reset(data, size); }
131 void reset(void* data) { function in class:SkWBuffer
137 void reset(void* data, size_t size) { function in class:SkWBuffer
SkDeque.cpp 244 this->reset(d, startLoc);
247 // Due to how reset and next work, next actually returns the current element
285 // reset works by skipping through the spare blocks at the start (or end)
290 void SkDeque::Iter::reset(const SkDeque& d, IterStart startLoc) { function in class:SkDeque::Iter
SkTDynamicHash.h 25 this->reset(SkNextPow2(initialCapacity > kMinCapacity ? initialCapacity : kMinCapacity));
98 void reset(int capacity) { function in class:SkTDynamicHash
207 reset(newCapacity);
SkWriter32.cpp 17 this->reset(storage, storageSize);
22 this->reset();
25 void SkWriter32::reset() { function in class:SkWriter32
44 void SkWriter32::reset(void* storage, size_t storageSize) { function in class:SkWriter32
45 this->reset();
100 this->reset();
  /external/chromium_org/third_party/skia/src/gpu/
GrAllocator.h 19 reset();
82 void reset() { function in class:GrAllocator
158 virtual ~GrTAllocator() { this->reset(); };
190 void reset() { function in class:GrTAllocator
195 fAllocator.reset();
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.h 36 void reset(T* p = 0) { function in class:scoped_array
  /external/chromium_org/third_party/skia/src/pdf/
SkTSet.h 184 void reset() { function in class:SkTSet
187 fSetArray->reset();
188 fOrderedArray->reset();
236 // Also reset the other array, as SkTDArray::unrefAll does an
237 // implcit reset
238 fSetArray->reset();
247 // Also reset the other array, as SkTDArray::safeUnrefAll does an
248 // implcit reset
249 fSetArray->reset();
  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 67 this->reset(r);
71 this->reset(r);
74 void SkCullPoints::reset(const SkIRect& r) { function in class:SkCullPoints
125 void SkCullPointsPath::reset(const SkIRect& r, SkPath* dst) { function in class:SkCullPointsPath
126 fCP.reset(r);

Completed in 2302 milliseconds

<<31323334353637383940>>