HomeSort by relevance Sort by last modified time
    Searched defs:clear (Results 1 - 25 of 7212) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
arm-clear.c 4 void clear(void *ptr, void *ptr2) { function
5 // CHECK: clear
  /external/icu/icu4c/source/i18n/
number_decimfmtprops.cpp 15 clear();
18 void DecimalFormatProperties::clear() { function in class:DecimalFormatProperties
digitgrouping.cpp 52 DigitGrouping::clear() { function in class:DigitGrouping
  /frameworks/base/libs/hwui/
LayerUpdateQueue.cpp 24 void LayerUpdateQueue::clear() { function in class:android::uirenderer::LayerUpdateQueue
25 mEntries.clear();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
erase_fn_imps.hpp 81 clear() function in class:PB_DS_CLASS_C_DEC
87 _GLIBCXX_DEBUG_ONLY(debug_base::clear();)
r_erase_fn_imps.hpp 81 clear() function in class:PB_DS_CLASS_C_DEC
87 _GLIBCXX_DEBUG_ONLY(debug_base::clear();)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
r_erase_fn_imps.hpp 81 clear() function in class:PB_DS_CLASS_C_DEC
87 _GLIBCXX_DEBUG_ONLY(debug_base::clear();)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
erase_fn_imps.hpp 81 clear() function in class:PB_DS_CLASS_C_DEC
87 _GLIBCXX_DEBUG_ONLY(debug_base::clear();)
r_erase_fn_imps.hpp 81 clear() function in class:PB_DS_CLASS_C_DEC
87 _GLIBCXX_DEBUG_ONLY(debug_base::clear();)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
r_erase_fn_imps.hpp 81 clear() function in class:PB_DS_CLASS_C_DEC
87 _GLIBCXX_DEBUG_ONLY(debug_base::clear();)
  /toolchain/binutils/binutils-2.27/gold/testsuite/
missing_key_func.cc 30 virtual void clear();
35 C::clear() function in class:C
44 c.clear();
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
MutableSelection.java 45 * // Clear the user visible selection.
73 public void clear() { method in class:MutableSelection
74 super.clear();
  /frameworks/support/transition/src/main/java/androidx/transition/
ViewGroupOverlayApi18.java 42 public void clear() { method in class:ViewGroupOverlayApi18
43 mViewGroupOverlay.clear();
ViewOverlayApi18.java 41 public void clear() { method in class:ViewOverlayApi18
42 mViewOverlay.clear();
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
MutableSelection.java 36 public void clear() { method in class:MutableSelection
37 super.clear();
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
WallpaperManagerCompatV16.java 24 public void clear(int whichWallpaper) throws IOException { method in class:WallpaperManagerCompatV16
25 mWallpaperManager.clear();
  /external/skia/src/gpu/
GrGpuCommandBuffer.cpp 19 void GrGpuRTCommandBuffer::clear(const GrFixedClip& clip, GrColor color) { function in class:GrGpuRTCommandBuffer
  /external/skqp/src/gpu/
GrGpuCommandBuffer.cpp 19 void GrGpuRTCommandBuffer::clear(const GrFixedClip& clip, GrColor color) { function in class:GrGpuRTCommandBuffer
  /external/tensorflow/tensorflow/python/summary/writer/
writer_cache.py 41 def clear(): member in class:FileWriterCache
42 """Clear cached summary writers. Currently only used for unit tests."""
  /packages/apps/Settings/src/com/android/settings/search/indexing/
PreIndexData.java 51 public void clear() { method in class:PreIndexData
52 dataToUpdate.clear();
53 nonIndexableKeys.clear();
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
EngineHandshakeBenchmark.java 86 clientApplicationBuffer.clear();
87 clientPacketBuffer.clear();
88 serverApplicationBuffer.clear();
89 serverPacketBuffer.clear();
  /external/deqp/modules/egl/
teglGLES1RenderUtil.cpp 41 void clear (int x, int y, int width, int height, const tcu::Vec4& color) function in namespace:deqp::egl::gles1
63 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
teglGLES2RenderUtil.cpp 35 void clear (const glw::Functions& gl, int x, int y, int width, int height, const tcu::Vec4& color) function in namespace:deqp::egl::gles2
40 gl.clear(GL_COLOR_BUFFER_BIT);
teglVGRenderUtil.cpp 41 void clear (int x, int y, int width, int height, const tcu::Vec4& color) function in namespace:deqp::egl::vg
61 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
  /external/glide/library/src/main/java/com/bumptech/glide/request/
FutureTarget.java 18 * Glide.clear(futureTarget);
34 void clear(); method in interface:FutureTarget

Completed in 2084 milliseconds

1 2 3 4 5 6 7 8 91011>>