/external/lzma/CPP/7zip/Archive/Common/ |
D | OutStreamWithCRC.h | 25 void Init(bool calculate = true) 28 _calculate = calculate; 31 void EnableCalc(bool calculate) { _calculate = calculate; } in EnableCalc() argument
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_perf_analyzer.hh | 70 action.calculate(); in eval_mflops() 79 action.calculate(); in time_calculate() 83 action.calculate(); in time_calculate()
|
D | STL_perf_analyzer.hh | 59 action.calculate(); in eval_mflops()
|
D | x86_perf_analyzer.hh | 60 action.calculate(); in eval_mflops()
|
D | portable_perf_analyzer_old.hh | 115 action.calculate(); in time_calculate()
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 120 calculate(F, BPI, LI); in BlockFrequencyInfo() 138 void BlockFrequencyInfo::calculate(const Function &F, in calculate() function in BlockFrequencyInfo 143 BFI->calculate(F, BPI, LI); in calculate() 247 BFI.calculate(F, BPI, LI); in runOnFunction() 255 BFI.calculate(F, AM.getResult<BranchProbabilityAnalysis>(F), in run()
|
/external/pdfium/testing/resources/javascript/ |
D | app_props_expected.txt | 3 Alert: app.calculate is boolean true 16 Alert: app.calculate = 3; yields 3 29 Alert: app.calculate is boolean true
|
D | document_props_expected.txt | 6 Alert: this.calculate is boolean true 39 Alert: this.calculate = 3; yields 3 73 Alert: this.calculate is boolean true
|
/external/python/cpython2/Doc/includes/ |
D | mp_pool.py | 17 def calculate(func, args): function 25 return calculate(*args) 68 results = [pool.apply_async(calculate, t) for t in TASKS] 190 res = pool.apply_async(calculate, TASKS[0])
|
D | mp_workers.py | 25 result = calculate(func, args) 32 def calculate(func, args): function
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.h | 38 void Init(bool calculate = true) 42 _calculate = calculate; 44 void EnableCalc(bool calculate) { _calculate = calculate; } in EnableCalc() argument
|
/external/clang/test/SemaCXX/ |
D | blocks.cpp | 35 int calculate(unsigned n) { in calculate() function in test2::Power 41 return Power(2).calculate(10); in test()
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | readYUV420file.m | 15 % calculate number of frames 20 % calculate number of frames
|
/external/eigen/bench/btl/actions/ |
D | action_hessenberg.hh | 96 inline void calculate( void ) { in calculate() function in Action_hessenberg 199 inline void calculate( void ) { in calculate() function in Action_tridiagonalization
|
D | action_partial_lu.hh | 92 inline void calculate( void ) { in calculate() function in Action_partial_lu
|
D | action_lu_decomp.hh | 90 inline void calculate( void ) { in calculate() function in Action_lu_decomp
|
D | action_rot.hh | 79 BTL_DONT_INLINE void calculate( void ) { in calculate() function in Action_rot
|
/external/llvm/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 45 calculate(F, LI); in BranchProbabilityInfo() 117 void calculate(const Function &F, const LoopInfo &LI);
|
D | DominanceFrontier.h | 131 calculate(DT, DT[this->Roots[0]]); in analyze() 134 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
|
D | IteratedDominanceFrontier.h | 84 void calculate(SmallVectorImpl<BasicBlock *> &IDFBlocks);
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DominanceFrontier.h | 174 calculate(DT, DT[Roots[0]]); in runOnFunction() 183 const DomSetType &calculate(const DominatorTree &DT,
|
/external/ply/ply/example/ |
D | README | 3 classcalc - Simple calculate defined as a class
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | nav-vertical-align.less | 4 …t has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate …
|
/external/autotest/client/site_tests/power_UiResume/ |
D | control | 16 After resume calculate and report the time it took to suspend and resume .
|
/external/eigen/bench/btl/ |
D | README | 85 *** calculate : this method actually launch the calculation to be benchmarked 86 action.calculate; 87 …*** nb_op_base() : this method returns the complexity of the calculate method (allowing the mflops…
|