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

1234567891011>>

/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dclear.sh29 exec tput clear
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DDESSupport.h27 void DesEncrypt(const unsigned char * clear, const unsigned char * key,
/macosx-10.10.1/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.10.1/OpenSSL098-52/src/test/
H A Dtestenc11 $cmd enc < $test.cipher >$test.clear
12 cmp $test $test.clear
17 /bin/rm $test.cipher $test.clear
21 $cmd enc -a -d < $test.cipher >$test.clear
22 cmp $test $test.clear
27 /bin/rm $test.cipher $test.clear
34 $cmd $i -bufsize 157 -d -k test < $test.$i.cipher >$test.$i.clear
35 cmp $test $test.$i.clear
40 /bin/rm $test.$i.cipher $test.$i.clear
45 $cmd $i -bufsize 157 -a -d -k test < $test.$i.cipher >$test.$i.clear
[all...]
H A Dtestenc.com18 $ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;*
22 $ 'cmd' enc -in 'test'-cipher -out 'test'-clear
23 $ backup/compare 'test' 'test'-clear
25 $ delete 'test'-cipher;*,'test'-clear;*
29 $ 'cmd' enc -a -d -in 'test'-cipher -out 'test'-clear
30 $ backup/compare 'test' 'test'-clear
32 $ delete 'test'-cipher;*,'test'-clear;*
43 $ if f$search(test+"-"+i+"-clear") .nes. "" then -
44 delete 'test'-'i'-clear;*
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DSourceProviderCache.cpp35 clear();
38 void SourceProviderCache::clear() function in class:JSC::SourceProviderCache
40 m_map.clear();
/macosx-10.10.1/IOHIDFamily-606.1.7/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.10.1/ppp-786.1.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.10.1/dtrace-147/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);
H A Dtst.clearavg2.d37 * Verifies that printing a clear()'d aggregation with an avg()
56 clear(@time);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetSubtargetInfo.cpp30 CriticalPathRCs.clear();
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dpmtop6 CLEAR=clear # could also be 'tput clear'
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DStaticMutex.h57 m_flag.clear();
73 m_flag.clear(std::memory_order_release);
/macosx-10.10.1/dtrace-147/test/tst/common/proc/
H A Dtst.sigwait.d37 proc:::signal-clear
/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/zsh-61/zsh/StartupFiles/
H A Dzlogin14 clear
/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/util/
H A Danim.tcl31 variable clear
34 puts stdout \r\[$clear\]\ $string
64 variable clear { }
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/util/
H A Danim.tcl31 variable clear
34 puts stdout \r\[$clear\]\ $string
64 variable clear { }
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Drunocc.d54 clear(@qocc);
/macosx-10.10.1/dtrace-147/DTTk/Cpu/
H A Drunocc.d54 clear(@qocc);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSDNodeOrdering.h46 void clear() { function in class:llvm::SDNodeOrdering
47 OrderMap.clear();
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_protocolNamed.py8 PROTOCOL_CACHE.clear()
19 PROTOCOL_CACHE.clear()

Completed in 223 milliseconds

1234567891011>>