/external/clang/tools/clang-check/ |
D | ClangCheck.cpp | 72 Analyze("analyze", cl::desc(Options->getOptionHelpText(options::OPT_analyze)), variable 172 Analyze ? "--analyze" : "-fsyntax-only", ArgumentInsertPosition::BEGIN)); in main() 178 if (Analyze) in main()
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug05.txt | 34 # Analyze system statistics to determine memory leaks 35 # Analyze drops in activities
|
/external/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 206 sub Analyze { subroutine 776 Analyze($Clang, \@NewArgs, \@AnalyzeArgs, $FileLang, $Output, 781 Analyze($Clang, \@CmdArgs, \@AnalyzeArgs, $FileLang, $Output,
|
/external/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.h | 28 const InstSeq &Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu);
|
D | MipsAnalyzeImmediate.cpp | 126 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, in Analyze() function in MipsAnalyzeImmediate
|
/external/v8/src/compiler/ |
D | ast-loop-assignment-analyzer.h | 48 LoopAssignmentAnalysis* Analyze();
|
D | bytecode-analysis.h | 73 void Analyze(BailoutId osr_bailout_id);
|
D | ast-loop-assignment-analyzer.cc | 22 LoopAssignmentAnalysis* ALAA::Analyze() { in Analyze() function in v8::internal::compiler::ALAA
|
D | bytecode-analysis.cc | 242 void BytecodeAnalysis::Analyze(BailoutId osr_bailout_id) { in Analyze() function in v8::internal::compiler::BytecodeAnalysis
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
D | safe-with-dep-distance.ll | 4 ; Analyze this loop:
|
D | unsafe-and-rt-checks.ll | 4 ; Analyze this loop:
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Analyses.def | 48 ANALYSIS_INLINING_MODE(All, "all", "Analyze all functions as top level")
|
/external/v8/src/ |
D | compiler.h | 77 static bool Analyze(ParseInfo* info,
|
D | compiler.cc | 600 if (!Compiler::Analyze(info->parse_info(), &inner_literals)) { in CompileUnoptimizedCode() 1032 if (!Compiler::Analyze(info.parse_info()) || in GetBaselineCode() 1217 bool Compiler::Analyze(ParseInfo* info, in Analyze() function in v8::internal::Compiler 1223 DeclarationScope::Analyze(info, AnalyzeMode::kRegular); in Analyze() 1234 if (!Compiler::Analyze(info)) return false; in ParseAndAnalyze()
|
/external/python/cpython2/Doc/library/ |
D | modulefinder.rst | 52 Analyze the contents of the *pathname* file, which must contain Python
|
D | csv.rst | 259 Analyze the given *sample* and return a :class:`Dialect` subclass 267 Analyze the sample text (presumed to be in CSV format) and return
|
/external/doclava/res/assets/templates-sdk/components/ |
D | masthead.cs | 285 … <a class="dac-nav-link" href="<?cs var:toroot ?>distribute/analyze/index.html">Analyze</a>
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_dwrite.cpp | 165 hr = pDwFontFile->Analyze(&isSupportedFontType, &fontFileType, &fontFaceType, in DwCreateFontFaceFromStream()
|
/external/eigen/bench/btl/ |
D | README | 45 4 : Analyze the result. different data files (.dat) are produced in each libs directories.
|
/external/v8/src/compiler-dispatcher/ |
D | compiler-dispatcher-job.cc | 335 if (Compiler::Analyze(parse_info_.get())) { in AnalyzeOnMainThread()
|
/external/webrtc/tools/matlab/ |
D | rtpAnalyze.m | 2 %RTP_ANALYZE Analyze RTP stream(s) from a txt file
|
/external/v8/src/ast/ |
D | scopes.h | 814 static void Analyze(ParseInfo* info, AnalyzeMode mode);
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 2752 void Analyze(const TreePattern *Pat) { in Analyze() function in InstAnalyzer 2757 void Analyze(const PatternToMatch *Pat) { in Analyze() function in InstAnalyzer 3277 PatInfo.Analyze(Pattern); in InferInstructionFlags() 3301 PatInfo.Analyze(&PTM); in InferInstructionFlags() 3361 PatInfo.Analyze(&PTM); in VerifyInstructionFlags()
|
/external/harfbuzz_ng/src/ |
D | hb-directwrite.cc | 181 hr = fontFile->Analyze (&isSupported, &fileType, &faceType, &numberOfFaces); in _hb_directwrite_shaper_face_data_create()
|
/external/v8/src/debug/ |
D | debug-scopes.cc | 118 DeclarationScope::Analyze(info.get(), AnalyzeMode::kDebugger); in ScopeIterator()
|