/external/clang/test/CodeGen/ |
H A D | arm-clear.c | 4 void clear(void *ptr, void *ptr2) { function 5 // CHECK: clear
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
H A D | FutureTarget.java | 18 * Glide.clear(futureTarget); 34 void clear(); method in interface:FutureTarget
|
H A D | Request.java | 14 * 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 D | CredentialsProvider.java | 75 void clear(); method in interface:CredentialsProvider
|
H A D | CookieStore.java | 79 void clear(); method in interface:CookieStore
|
/external/clang/lib/Basic/ |
H A D | Sanitizers.cpp | 29 void SanitizerSet::clear() { function in class:SanitizerSet
|
/external/llvm/include/llvm/ADT/ |
H A D | IntEqClasses.h | 49 /// 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 D | SubstituteLoggerFactory.java | 64 public void clear() { method in class:SubstituteLoggerFactory 65 loggers.clear();
|
/external/v8/test/promises-aplus/lib/ |
H A D | assert.js | 79 function clear() { class 95 assert.clear = clear;
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | crypto_none.c | 21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | crypto_none.c | 21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | crypto_none.c | 21 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 D | SetExtensions.cs | 59 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 D | IntArray.java | 69 public void clear() { method in class:IntArray
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
H A D | FastQueue.h | 50 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 D | IntArray.h | 69 public void clear() { function in class:IntArray
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
H A D | DoubleArray.java | 102 void clear(); method in interface:DoubleArray
|
/external/apache-http/src/org/apache/http/impl/client/ |
H A D | BasicCookieStore.java | 163 public synchronized void clear() { method in class:BasicCookieStore 164 cookies.clear();
|
H A D | BasicCredentialsProvider.java | 144 public synchronized void clear() { method in class:BasicCredentialsProvider 145 this.credMap.clear();
|
/external/clang/lib/CodeGen/ |
H A D | CGLoopInfo.cpp | 68 void LoopAttributes::clear() { function in class:LoopAttributes 83 StagedAttrs.clear();
|
/external/deqp/modules/egl/ |
H A D | 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)
|
H A D | 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);
|
H A D | 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/util/ |
H A D | ByteArrayPool.java | 33 public void clear() { method in class:ByteArrayPool 35 tempQueue.clear();
|
/external/google-breakpad/src/processor/ |
H A D | binarystream.h | 73 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();
|