/external/clang/lib/StaticAnalyzer/ |
README.txt | 55 the behavior of the analyzed program from the entry point. To 115 The second prints to the console what function is being analyzed. The
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/ |
LoopbackExperiment.java | 33 * recording from the microphone. The recording is then analyzed to determine
|
/external/clang/test/Sema/ |
return.c | 226 // Test that 'static inline' functions are only analyzed for CFG-based warnings
|
/external/llvm/include/llvm/Analysis/ |
IntervalPartition.h | 91 // releaseMemory - Reset state back to before function was analyzed
|
ScalarEvolution.h | 52 /// SCEV - This class represents an analyzed expression in the program. These 240 /// ValueExprMap - This is a cache of the values we have analyzed so far. 360 /// loop, lazily computing new values if the loop hasn't been analyzed [all...] |
/external/llvm/lib/Analysis/ |
IntervalPartition.cpp | 26 // releaseMemory - Reset state back to before function was analyzed
|
/external/mesa3d/src/glsl/ |
loop_analysis.h | 221 * Hash table containing all loops that have been analyzed.
|
loop_unroll.cpp | 60 /* If we've entered a loop that hasn't been analyzed, something really,
|
loop_controls.cpp | 176 /* If we've entered a loop that hasn't been analyzed, something really,
|
/frameworks/base/media/java/android/media/ |
FaceDetector.java | 129 * @param bitmap the {@link android.graphics.Bitmap} graphic to be analyzed
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.cpp | 45 // node may be passed to the legalization core, but when analyzed may morph 428 dbgs() << "New node not analyzed?\n"; 468 // Operands may morph when they are analyzed. If so, the node will be 469 // updated after all operands have been analyzed. Since this is rare, 503 // It morphed into a previously analyzed node - nothing more to do. 647 // So remove it from the set of nodes which will be analyzed. 653 // NewNode. So if E is marked NewNode, then it needs to be analyzed. 698 // The node was analyzed while reanalyzing an earlier node - it is safe [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 89 if (f->hasBody(body) && !Analyzed(name)) { 99 bool Analyzed(const MangledName& name) {
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
LivenessAnalyzer.java | 51 * {@code >=0;} SSA register currently being analyzed.
|
/external/liblzf/ |
Changes | 14 buffer (analyzed and nice testcase by Salvatore Sanfilippo).
|
/external/v8/src/ |
rewriter.cc | 333 // Assumes code has been parsed and scopes have been analyzed. Mutates the
|
compiler.h | 200 // that scopes have been analyzed.
|
/frameworks/base/core/java/android/util/ |
EventLog.java | 35 * which may be automatically collected and analyzed during system development.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
IdempotentOperationChecker.cpp | 526 // Returns false if a path to this block was not completely analyzed, or true 542 // analyzed. If we can reach this block from the aborted block, then this 543 // block was not completely analyzed.
|
/external/icu4c/common/unicode/ |
rbbi.h | 323 * Return a CharacterIterator over the text being analyzed. 343 * @return An iterator over the text being analyzed. 350 * Get a UText for the text being analyzed.
|
/external/clang/include/clang/AST/ |
OperationKinds.h | 22 /// CK_Dependent - A conversion which cannot yet be analyzed because
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Store.h | 80 /// value bindings upon entry to an analyzed function.
|
/external/clang/lib/StaticAnalyzer/Core/ |
SymbolManager.cpp | 325 // the analyzed function/method.
|
/external/icu4c/common/ |
util.h | 101 * @param text the text to be analyzed
|
/external/libgsm/src/ |
short_term.c | 83 * Within each frame of 160 analyzed speech samples the short term
|
/external/qemu/ |
exec-all.h | 38 #define DISAS_NEXT 0 /* next instruction can be analyzed */
|