Searched refs:clear (Results 76 - 100 of 6280) sorted by relevance

1234567891011>>

/external/pdfium/fpdfsdk/src/javascript/
H A Dconsole.cpp27 JS_STATIC_METHOD_ENTRY(clear, 0)
45 FX_BOOL console::clear(OBJ_METHOD_PARAMS) function in class:console
/external/srtp/crypto/include/
H A Dcryptoalg.h67 * @param clear data to be authenticated but not encrypted
85 const void *clear,
94 const void *clear, /* data to be authenticated only */
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DFastQueue.java51 public void reset() { clear(); }
52 public void clear() { p = 0; data.clear(); } method in class:FastQueue
61 clear(); // size goes to 0, but retains memory
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DFastQueue.h50 public void reset() { p = 0; data.clear(); }
59 clear(); // size goes to 0, but retains memory
81 public void clear() { p = 0; data.clear(); } function in class:FastQueue
/external/apache-http/src/org/apache/http/client/
H A DCookieStore.java79 void clear(); method in interface:CookieStore
H A DCredentialsProvider.java75 void clear(); method in interface:CredentialsProvider
/external/chromium_org/ash/test/
H A Dshelf_item_delegate_manager_test_api.cc24 manager_->id_to_item_delegate_map_.clear();
/external/chromium_org/chrome/browser/install_verification/win/
H A Dmodule_ids_unittest.cc42 module_ids.clear();
50 module_ids.clear();
64 module_ids.clear();
74 module_ids.clear();
/external/chromium_org/courgette/third_party/
H A Dpaged_array.h32 ~PagedArray() { clear(); }
45 clear();
54 clear();
63 void clear() { function in class:courgette::PagedArray
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMDataStore.cpp49 m_wrapperMap.clear();
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformThreadData.cpp53 m_threadTimers.clear();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphBuffer.h51 void clear() function in class:blink::GlyphBuffer
53 m_fontData.clear();
54 m_glyphs.clear();
55 m_advances.clear();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DUnacceleratedImageBufferSurface.cpp44 clear();
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dxfm.h69 * @param clear data to be authenticated only
88 void *clear,
99 void *clear, /* data to be authenticated only */
130 void *clear,
140 void *clear, /* data to be authenticated only */
/external/chromium_org/third_party/polymer/components-chromium/core-selection/
H A Dcore-selection-extracted.js12 this.clear();
14 clear: function() {
/external/deqp/executor/
H A DxeBatchResult.cpp66 void TestCaseResultData::clear (void) function in class:xe::TestCaseResultData
69 m_statusDetails.clear();
70 m_casePath.clear();
71 m_data.clear();
H A DxeTestCaseListParser.hpp48 void clear (void);
/external/deqp/modules/egl/
H A DteglGLES1RenderUtil.hpp37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
H A DteglGLES2RenderUtil.hpp37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
H A DteglVGRenderUtil.hpp37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
/external/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
H A Dfreeze.pass.cpp27 out.clear();
/external/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
H A Dfreeze.pass.cpp27 out.clear();
/external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
H A Dclear.pass.cpp14 // void clear();
26 ec.clear();
/external/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
H A Dclear.pass.cpp14 // void clear();
26 ec.clear();
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/
H A Dmain.cpp42 ii.clear();
55 si.clear();
66 is.clear();
78 ss.clear();

Completed in 476 milliseconds

1234567891011>>