/external/clang/test/Preprocessor/ |
ucn-pp-identifier.c | 47 // C99 5.1.1.2p1 and C++11 [lex.phases]p1 dictate that preprocessor tokens are
|
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/ |
nacl_ppapi_util.h | 67 // into separate computation phases according to which thread is 68 // appropriate for invoking which operations. For compute-only phases
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 130 // Disables the phases for a new sequence that this one already covers for an 352 // Disables phases that are not specified in this config. 362 // Disable phases that would only create ports equivalent to ones that we 536 // All of the phases up until the best-writable phase so far run in step 0. 537 // The other phases follow sequentially in the steps after that. If there is 602 // Perform all of the phases in the current step.
|
/external/clang/lib/Driver/ |
Driver.cpp | 150 // affect the phase, starting with the earliest phases, and record which 152 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg) 155 phases::ID FinalPhase; 161 FinalPhase = phases::Preprocess; 173 FinalPhase = phases::Compile; 177 FinalPhase = phases::Assemble; 181 FinalPhase = phases::Link; [all...] |
/external/clang/docs/ |
DriverInternals.rst | 175 ``-ccc-print-phases`` flag. For example: 179 $ clang -ccc-print-phases -x c t.c -x assembler t.s 199 $ clang -ccc-print-phases -c -arch i386 -arch x86_64 t0.c t1.c 218 there is no "real" final output). Phases are well known compilation 314 phases are platform neutral, with a few very well defined exceptions
|
/external/clang/include/clang/Driver/ |
Driver.h | 15 #include "clang/Driver/Phases.h" 188 phases::ID getFinalPhase(const llvm::opt::DerivedArgList &DAL, 348 Action *ConstructPhaseAction(const llvm::opt::ArgList &Args, phases::ID Phase,
|
/art/runtime/gc/accounting/ |
mod_union_table.h | 50 // cleared between GC phases, reducing the number of dirty cards that need to be scanned.
|
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/ |
AnticiButton.java | 121 // during the anticipation and overshoot phases).
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeNodeStream.as | 93 * restreaming for future phases.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeNodeStream.cs | 124 * restreaming for future phases.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeNodeStream.cs | 131 * restreaming for future phases.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeNodeStream`1.cs | 130 * restreaming for future phases.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeNodeStream.java | 100 * restreaming for future phases.
|
/external/chromium_org/base/debug/ |
trace_event_android.cc | 81 // traced. With the new adb_profile_chrome, we may have two phases:
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
operation.h | 36 // Each stage of the operation is generally divided into three phases: Start,
|
/external/chromium_org/chrome/browser/extensions/api/system_private/ |
system_private_api.cc | 86 // even though |status.download_progress| is 0 in these phases.
|
/external/chromium_org/chrome/browser/extensions/ |
extension_system.h | 182 // Initialization takes place in phases.
|
/external/chromium_org/components/breakpad/browser/ |
crash_dump_manager_android.cc | 65 // We need read permission as the minidump is generated in several phases
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGForeignObject.cpp | 69 // Paint all phases of FO elements atomically, as though the FO element established its
|
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_data.h | 40 * generating the data and using it are discrete phases. When there
|
/external/icu4c/i18n/ |
rbt_data.h | 40 * generating the data and using it are discrete phases. When there
|
/external/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 51 // Bits of intermediate state computed at various phases of extraction.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
todo.txt | 81 phases should be able to use the same functions for this;
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 113 // Disables the phases for a new sequence that this one already covers for an 420 // Disables phases that are not specified in this config. 436 // Disable phases that would only create ports equivalent to 794 // Perform all of the phases in the current step. 829 // If all phases in AllocationSequence are completed, no allocation [all...] |
/external/chromium_org/v8/src/ |
compiler.h | 508 // A helper class that calls the three compilation phases in 509 // Crankshaft and keeps track of its state. The three phases
|