/external/clang/lib/FrontendTool/ |
D | ExecuteCompilerInvocation.cpp | 123 std::unique_ptr<FrontendAction> Act = CreateFrontendBaseAction(CI); in CreateFrontendAction() local 124 if (!Act) in CreateFrontendAction() 130 Act = llvm::make_unique<FixItRecompile>(std::move(Act)); in CreateFrontendAction() 141 Act = llvm::make_unique<arcmt::CheckAction>(std::move(Act)); in CreateFrontendAction() 144 Act = llvm::make_unique<arcmt::ModifyAction>(std::move(Act)); in CreateFrontendAction() 147 Act = llvm::make_unique<arcmt::MigrateAction>(std::move(Act), in CreateFrontendAction() 155 Act = llvm::make_unique<arcmt::ObjCMigrateAction>(std::move(Act), in CreateFrontendAction() 165 Act = llvm::make_unique<ASTMergeAction>(std::move(Act), in CreateFrontendAction() 168 return Act; in CreateFrontendAction() 238 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); in ExecuteCompilerInvocation() local [all …]
|
/external/clang/lib/Driver/ |
D | InputInfo.h | 42 const Action* Act; variable 53 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {} in InputInfo() 56 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 60 : Kind(Filename), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) { in InputInfo() 66 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 71 : Kind(InputArg), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) { in InputInfo() 81 const Action *getAction() const { return Act; } in getAction() 82 void setAction(const Action *A) { Act = A; } in setAction()
|
/external/autotest/client/tests/cyclictest/ |
D | README | 5 T: 0 ( 2215) P:80 I: 1000 C: 10 Min: 31 Act: 33 Avg: 33 Max: 43 6 T: 1 ( 2216) P:79 I: 1500 C: 10 Min: 22 Act: 22 Avg: 36 Max: 61 7 T: 2 ( 2217) P:78 I: 2000 C: 10 Min: 27 Act: 33 Avg: 36 Max: 50 8 T: 3 ( 2218) P:77 I: 2500 C: 10 Min: 23 Act: 37 Avg: 38 Max: 59 9 T: 4 ( 2219) P:76 I: 3000 C: 10 Min: 26 Act: 48 Avg: 36 Max: 48
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 190 virtual void Act() = 0; 195 Act(); in ActN() 344 void Act() override { in Act() function 356 void Act() override { in Act() function 376 void Act() override { in Act() function 420 void Act() override { in Act() function 471 void Act() override { in Act() function 483 void Act() override { in Act() function 497 void Act() override { in Act() function 525 void Act() override { in Act() function [all …]
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 156 virtual void Act() = 0; 160 Act(); in ActN() 299 void Act() override { in Act() function 309 void Act() override { in Act() function 328 void Act() override { in Act() function 371 void Act() override { in Act() function 418 void Act() override { in Act() function 428 void Act() override { in Act() function 440 void Act() override { in Act() function 469 void Act() override { in Act() function [all …]
|
/external/compiler-rt/lib/esan/ |
D | working_set_posix.cpp | 47 const struct sigaction *Act = (const struct sigaction *) ActVoid; in processWorkingSetSigaction() local 51 if (Act) in processWorkingSetSigaction() 52 internal_memcpy(&AppSigAct, Act, sizeof(AppSigAct)); in processWorkingSetSigaction()
|
D | esan.cpp | 82 bool processSigaction(int SigNum, const void *Act, void *OldAct) { in processSigaction() argument 84 return processWorkingSetSigaction(SigNum, Act, OldAct); in processSigaction()
|
D | working_set.h | 34 bool processWorkingSetSigaction(int SigNum, const void *Act, void *OldAct);
|
D | esan.h | 54 bool processSigaction(int SigNum, const void *Act, void *OldAct);
|
/external/clang/unittests/Frontend/ |
D | CodeGenActionTest.cpp | 56 std::unique_ptr<FrontendAction> Act(new NullCodeGenAction); in TEST() local 57 bool Success = Compiler.ExecuteAction(*Act); in TEST()
|
/external/clang/examples/clang-interpreter/ |
D | main.cpp | 162 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction()); in main() local 163 if (!Clang.ExecuteAction(*Act)) in main() 167 if (std::unique_ptr<llvm::Module> Module = Act->takeModule()) in main()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1131 std::unique_ptr<TopLevelDeclTrackerAction> Act( in Parse() local 1136 ActCleanup(Act.get()); in Parse() 1138 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse() 1145 if (!Act->Execute()) in Parse() 1150 Act->EndSourceFile(); in Parse() 1576 std::unique_ptr<PrecompilePreambleAction> Act; in getMainBufferWithPrecompiledPreamble() local 1577 Act.reset(new PrecompilePreambleAction(*this)); in getMainBufferWithPrecompiledPreamble() 1578 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in getMainBufferWithPrecompiledPreamble() 1586 Act->Execute(); in getMainBufferWithPrecompiledPreamble() 1596 Act->EndSourceFile(); in getMainBufferWithPrecompiledPreamble() [all …]
|
D | CompilerInstance.cpp | 824 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { in ExecuteAction() argument 872 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction() 875 if (Act.BeginSourceFile(*this, FIF)) { in ExecuteAction() 876 Act.Execute(); in ExecuteAction() 877 Act.EndSourceFile(); in ExecuteAction()
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 126 PackStack.Act(PragmaLoc, Action, StringRef(), Alignment); in ActOnPragmaOptionsAlign() 172 PackStack.Act(PragmaLoc, Action, SlotLabel, AlignmentVal); in ActOnPragmaPack() 208 VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode); in ActOnPragmaMSVtorDisp() 212 void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation, in Act() function in Sema::PragmaStack 312 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Program.inc | 304 struct sigaction Act, Old; 316 memset(&Act, 0, sizeof(Act)); 317 Act.sa_handler = TimeOutHandler; 318 sigemptyset(&Act.sa_mask); 319 sigaction(SIGALRM, &Act, &Old);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 326 struct sigaction Act, Old; 337 memset(&Act, 0, sizeof(Act)); 338 Act.sa_handler = TimeOutHandler; 339 sigemptyset(&Act.sa_mask); 340 sigaction(SIGALRM, &Act, &Old);
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 326 struct sigaction Act, Old; 337 memset(&Act, 0, sizeof(Act)); 338 Act.sa_handler = TimeOutHandler; 339 sigemptyset(&Act.sa_mask); 340 sigaction(SIGALRM, &Act, &Old);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Program.inc | 334 struct sigaction Act, Old; 345 memset(&Act, 0, sizeof(Act)); 346 Act.sa_handler = TimeOutHandler; 347 sigemptyset(&Act.sa_mask); 348 sigaction(SIGALRM, &Act, &Old);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/ |
D | LegalizerInfoTest.cpp | 20 operator<<(std::ostream &OS, const LegalizeAction Act) { in operator <<() argument 21 switch (Act) { in operator <<()
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 443 Act as if a start tag token with the tag name "head" and no 450 Act as if a start tag token with the tag name "head" and no 540 Act as described in the "anything else" entry below. 547 Act as if an end tag token with the tag name "head" had been 583 Act as described in the "anything else" entry below. 590 Parse error. Act as if an end tag with the tag name "noscript" 637 Act as described in the "anything else" entry below. 644 Act as if a start tag token with the tag name "body" and no 710 Act as if an end tag with tag name "body" had been seen, then, 1106 Act as if a start tag token with the tag name "form" had been [all …]
|
/external/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 26 unsigned Act;
|
/external/icu/icu4c/source/data/brkitr/ |
D | en.txt | 31 "Act.",
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 661 : Act(_Act), VMContext(_VMContext ? _VMContext : new LLVMContext), in CodeGenAction() 716 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer() 787 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction()
|
/external/vulkan-validation-layers/ |
D | GOVERNANCE.md | 35 - Act as a facilitator in resolving technical conflicts
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | northamerica | 92 # However, DST was imposed by the Standard Time Act of 1918, which 102 # Before the Uniform Time Act of 1966 took effect in 1967, observance of 210 # up to 1967-04-01 (when most provisions of the Uniform Time Act of 1966 269 # H.R. 6, Energy Policy Act of 2005, SEC. 110. DAYLIGHT SAVINGS. 270 # (a) Amendment.--Section 3(a) of the Uniform Time Act of 1966 (15 277 # date of enactment of this Act or March 1, 2007, whichever is later. 721 # cites Session Laws of Hawaii 1933, "Act. 90 (approved 26 Apr. 1933) 722 # and Act 163 (approved 21 May 1933)." 727 # 2011-01-19) at American University's Pence Law Library. Page 85: "Act 730 # hour...This Act shall take effect upon its approval. Approved this 26th [all …]
|