Searched refs:clear (Results 1 - 25 of 2575) sorted by relevance

1234567891011>>

/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dclear.sh29 exec tput clear
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DSourceProviderCache.cpp33 clear();
36 void SourceProviderCache::clear() function in class:JSC::SourceProviderCache
38 m_map.clear();
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLBRElement.idl21 [Reflect] attribute DOMString clear;
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DDESSupport.h4 void DesEncrypt(const unsigned char * clear, const unsigned char * key,
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DStatsConfig.java28 private boolean clear = false; field in class:StatsConfig
42 @param clear
46 public void setClear(boolean clear) { argument
47 this.clear = clear;
59 return clear;
108 if (clear)
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DRTCSessionDescriptionRequestImpl.cpp70 clear();
78 clear();
83 clear();
86 void RTCSessionDescriptionRequestImpl::clear() function in class:WebCore::RTCSessionDescriptionRequestImpl
88 m_successCallback.clear();
89 m_errorCallback.clear();
H A DRTCVoidRequestImpl.cpp66 clear();
74 clear();
79 clear();
82 void RTCVoidRequestImpl::clear() function in class:WebCore::RTCVoidRequestImpl
84 m_successCallback.clear();
85 m_errorCallback.clear();
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DCachedFramePlatformData.h40 virtual void clear() { } function in class:WebCore::CachedFramePlatformData
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOHIDDescriptorParser/
H A DPoolAlloc.c28 __private_extern__ void *PoolAllocateResident (vm_size_t size, unsigned char clear) argument
32 if (clear) {
H A DHIDMacTypes.h29 extern void *PoolAllocateResident(vm_size_t size, unsigned char clear);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnPathCache.cpp50 void LoopBlinnPathCache::clear() function in class:WebCore::LoopBlinnPathCache
52 m_vertices.clear();
53 m_texcoords.clear();
54 m_interiorVertices.clear();
56 m_interiorEdgeVertices.clear();
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWin32Handle.h40 ~Win32Handle() { clear(); }
42 void clear() function in class:WebCore::Win32Handle
57 clear();
H A DHWndDC.h57 clear();
62 clear();
68 void clear() function in class:WebCore::HWndDC
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dpppcrypt.c155 DesEncrypt(clear, cipher)
156 u_char *clear; /* IN 8 octets */
161 Expand(clear, des_input);
171 DesDecrypt(cipher, clear)
173 u_char *clear; /* OUT 8 octets */
182 Collapse(des_input, clear);
200 DesEncrypt(clear, key, cipher)
201 u_char *clear; /* IN 8 octets */
204 des_ecb_encrypt((des_cblock *)clear, (des_cblock *)cipher,
210 DesDecrypt(cipher, clear)
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/aggs/
H A Dtst.clearlquantize.d32 * Positive lquantize()/clear() test
37 * Verifies that printing a clear()'d aggregation with an lquantize()
59 clear(@a);
60 clear(@b);
H A Dtst.clearavg.d37 * Verifies that printing a clear()'d aggregation with an avg()
58 clear(@a);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetSubtargetInfo.cpp30 CriticalPathRCs.clear();
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dpmtop6 CLEAR=clear # could also be 'tput clear'
/macosx-10.9.5/dtrace-118.1/test/tst/common/proc/
H A Dtst.sigwait.d37 proc:::signal-clear
/macosx-10.9.5/llvmCore-3425.0.33/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();
/macosx-10.9.5/zsh-60/zsh/StartupFiles/
H A Dzlogin14 clear
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DLoadTrackingTest.cpp155 m_loadEvents.clear();
157 m_error.clear();
163 m_loadEvents.clear();
165 m_error.clear();
171 m_loadEvents.clear();
173 m_error.clear();
179 m_loadEvents.clear();
181 m_error.clear();
187 m_loadEvents.clear();
189 m_error.clear();
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DThreadGlobalData.cpp92 m_cachedConverterTEC.clear();
96 m_cachedConverterICU.clear();
100 m_inspectorCounters.clear();
103 m_eventNames.clear();
104 m_threadTimers.clear();
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPredIteratorCache.h61 /// clear - Remove all information.
62 void clear() { function in class:llvm::PredIteratorCache
63 BlockToPredsMap.clear();
64 BlockToPredCountMap.clear();
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/util/
H A Danim.tcl31 variable clear
34 puts stdout \r\[$clear\]\ $string
64 variable clear { }

Completed in 542 milliseconds

1234567891011>>