Searched defs:clear (Results 1 - 25 of 654) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Darm-clear.c4 void clear(void *ptr, void *ptr2) { function
5 // CHECK: clear
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DFutureTarget.java18 * Glide.clear(futureTarget);
34 void clear(); method in interface:FutureTarget
H A DRequest.java14 * Identical to {@link #clear()} except that the request may later be restarted.
22 void clear(); method in interface:Request
/external/apache-http/src/org/apache/http/client/
H A DCredentialsProvider.java75 void clear(); method in interface:CredentialsProvider
H A DCookieStore.java79 void clear(); method in interface:CookieStore
/external/clang/lib/Basic/
H A DSanitizers.cpp29 void SanitizerSet::clear() { function in class:SanitizerSet
/external/llvm/include/llvm/ADT/
H A DIntEqClasses.h49 /// clear - Clear all classes so that grow() will assign a unique class to
51 void clear() { function in class:llvm::IntEqClasses
52 EC.clear();
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
H A DSubstituteLoggerFactory.java64 public void clear() { method in class:SubstituteLoggerFactory
65 loggers.clear();
/external/v8/test/promises-aplus/lib/
H A Dassert.js79 function clear() { class
95 assert.clear = clear;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSetExtensions.cs59 public static void clear<T>( this HashSet<T> set ) method in class:Antlr.Runtime.JavaExtensions.SetExtensions
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DIntArray.java69 public void clear() { method in class:IntArray
/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
H A DIntArray.h69 public void clear() { function in class:IntArray
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DDoubleArray.java102 void clear(); method in interface:DoubleArray
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCookieStore.java163 public synchronized void clear() { method in class:BasicCookieStore
164 cookies.clear();
H A DBasicCredentialsProvider.java144 public synchronized void clear() { method in class:BasicCredentialsProvider
145 this.credMap.clear();
/external/clang/lib/CodeGen/
H A DCGLoopInfo.cpp68 void LoopAttributes::clear() { function in class:LoopAttributes
83 StagedAttrs.clear();
/external/deqp/modules/egl/
H A DteglGLES1RenderUtil.cpp41 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)
H A DteglGLES2RenderUtil.cpp35 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);
H A DteglVGRenderUtil.cpp41 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/util/
H A DByteArrayPool.java33 public void clear() { method in class:ByteArrayPool
35 tempQueue.clear();
/external/google-breakpad/src/processor/
H A Dbinarystream.h73 void clear() { stream_.clear(); } function in class:google_breakpad::binarystream
81 // This is to clear all the error flags, since only the EOF flag is cleared
83 stream_.clear();

Completed in 1001 milliseconds

1234567891011>>