Searched refs:clear (Results 301 - 325 of 2915) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h36 clear();
54 void clear();
/external/llvm/unittests/ADT/
H A DDAGDeltaAlgorithmTest.cpp65 Deps.clear();
79 Deps.clear();
/external/llvm/unittests/Support/
H A DIntegersSubsetTest.cpp65 Ranges.clear();
81 Ranges.clear();
94 Ranges.clear();
107 Ranges.clear();
169 TheCases.clear();
204 Ranges.clear();
235 LExclude.clear();
236 Intersection.clear();
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DDummyMap.java69 public void clear() { method in class:DummyMap
70 keys.clear();
/external/oprofile/libutil++/
H A Dcverb.cpp46 null_stream.clear(ios::badbit);
96 null_stream.clear();
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstatesort.h58 arcs1->clear();
67 arcs2->clear();
/external/webkit/Source/WebCore/dom/
H A DSpaceSplitString.h75 void clear() { m_data.clear(); }
/external/webkit/Source/WebCore/html/
H A DCollectionCache.cpp82 idCache.clear();
84 nameCache.clear();
/external/webkit/Source/WebCore/inspector/
H A DInjectedScriptManager.cpp71 m_injectedScriptHost.clear();
101 m_idToInjectedScript.clear();
H A DWorkerInspectorController.cpp143 m_backendDispatcher.clear();
152 m_frontend.clear();
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFallbackList.cpp52 m_fontList.clear();
54 m_pages.clear();
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageDecoder.cpp86 m_reader.clear();
102 m_reader.clear();
/external/webkit/Source/WebCore/platform/mock/
H A DSpeechInputClientMock.cpp98 m_resultsForEmptyLanguage.clear();
99 m_recognitionResults.clear();
/external/webkit/Source/WebCore/plugins/
H A DPluginDatabase.h66 void clear();
80 clear();
/external/webkit/Source/WebCore/rendering/style/
H A DContentData.h46 clear();
49 void clear();
/external/webkit/Source/WebCore/svg/
H A DSVGGlyphMap.h92 void clear() function in class:WebCore::SVGGlyphMap
94 m_rootLayer.clear();
H A DSVGLengthList.idl32 void clear()
H A DSVGNumberList.idl32 void clear()
H A DSVGPathSegList.idl32 void clear()
H A DSVGPointList.idl31 void clear()
H A DSVGStringList.idl31 void clear()
/external/chromium/chrome/browser/importer/
H A Dimporter_list.cc30 ie->source_path.clear();
31 ie->app_path.clear();
47 safari->source_path.clear();
48 safari->app_path.clear();
101 google_toolbar->source_path.clear();
102 google_toolbar->app_path.clear();
/external/chromium/chrome/browser/policy/
H A Ddevice_token_fetcher.cc111 device_token_.clear();
112 auth_token_.clear();
113 device_id_.clear();
185 device_token_.clear();
186 auth_token_.clear();
187 device_id_.clear();
/external/chromium/chrome/browser/sessions/
H A Dsession_backend_unittest.cc60 commands.clear();
114 commands.clear();
140 commands.clear();
144 commands.clear();
185 commands.clear();
191 commands.clear();
/external/skia/tests/
H A DDeferredCanvasTest.cpp30 canvas.clear(0x00000000);
33 REPORTER_ASSERT(reporter, store.getColor(0,0) == 0xFFFFFFFF); //verify that clear was deferred
35 REPORTER_ASSERT(reporter, store.getColor(0,0) == 0x00000000); //verify that clear was executed
46 canvas.clear(0x00000000);
49 REPORTER_ASSERT(reporter, store.getColor(0,0) == 0xFFFFFFFF); //verify that clear was deferred
51 REPORTER_ASSERT(reporter, store.getColor(0,0) == 0x00000000); //verify that clear was executed
71 // Verify that clear triggers a fresh frame
72 canvas.clear(0x00000000);
75 // Verify that clear with saved state triggers a fresh frame
77 canvas.clear(
[all...]

Completed in 2349 milliseconds

<<11121314151617181920>>