/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatCommon.h | 22 AlignStyle Where; member 25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount) in FmtAlign() 26 : Adapter(Adapter), Where(Where), Amount(Amount) {} in FmtAlign() 48 switch (Where) { in format()
|
D | FormatVariadic.h | 51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem() 54 Where(Where), Pad(Pad), Options(Options) {} in ReplacementItem() 60 AlignStyle Where = AlignStyle::Right; member 85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where, 112 FmtAlign Align(*W, R.Where, R.Align); in format()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FormatCommon.h | 22 AlignStyle Where; member 26 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount, 28 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter() 50 switch (Where) { in format()
|
D | FormatAdapters.h | 30 AlignStyle Where; variable 35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument 36 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount), in AlignAdapter() 41 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format() 86 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount, 88 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
|
D | FormatVariadic.h | 51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem() 54 Where(Where), Pad(Pad), Options(Options) {} in ReplacementItem() 60 AlignStyle Where = AlignStyle::Right; member 85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where, 121 FmtAlign Align(*W, R.Where, R.Align, R.Pad); in format()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FormatVariadic.cpp | 27 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() argument 29 Where = AlignStyle::Right; in consumeFieldLayout() 45 Where = *Loc; in consumeFieldLayout() 48 Where = *Loc; in consumeFieldLayout() 65 AlignStyle Where = AlignStyle::Right; in parseReplacementItem() local 76 if (!consumeFieldLayout(RepString, Where, Align, Pad)) in parseReplacementItem() 89 return ReplacementItem{Spec, Index, Align, Where, Pad, Options}; in parseReplacementItem()
|
/external/clang/lib/Rewrite/ |
D | TokenRewriter.cpp | 70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { in AddToken() argument 71 Where = TokenList.insert(Where, T); in AddToken() 74 Where)).second; in AddToken() 77 return Where; in AddToken()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | FormatVariadicTest.cpp | 80 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where); in TEST() 89 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where); in TEST() 98 EXPECT_EQ(AlignStyle::Left, Replacements[0].Where); in TEST() 107 EXPECT_EQ(AlignStyle::Center, Replacements[0].Where); in TEST() 116 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where); in TEST() 125 EXPECT_EQ(AlignStyle::Left, Replacements[0].Where); in TEST() 134 EXPECT_EQ(AlignStyle::Left, Replacements[0].Where); in TEST() 145 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where); in TEST() 155 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where); in TEST() 166 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyStoreResults.cpp | 96 MachineInstr *Where = O.getParent(); in ReplaceDominatedUses() local 99 if (&MI == Where || !MDT.dominates(&MI, Where)) in ReplaceDominatedUses() 103 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where); in ReplaceDominatedUses() 114 LLVM_DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from " in ReplaceDominatedUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 92 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where); 93 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where); 95 MemorySSA::InsertionPlace Where); 207 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyStoreResults.cpp | 95 MachineInstr *Where = O.getParent(); in ReplaceDominatedUses() local 98 if (&MI == Where || !MDT.dominates(&MI, Where)) in ReplaceDominatedUses() 102 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where); in ReplaceDominatedUses() 113 DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from " in ReplaceDominatedUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 398 WhereType Where) { in moveTo() argument 408 MSSA->moveTo(What, BB, Where); in moveTo() 422 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument 423 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore() 427 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument 428 moveTo(What, Where->getBlock(), ++Where->getIterator()); in moveAfter() 432 MemorySSA::InsertionPlace Where) { in moveToPlace() argument 433 return moveTo(What, BB, Where); in moveToPlace()
|
/external/libnfnetlink/ |
D | README | 28 Where can I find documentation? 35 It has bugs. Where do I report them? 46 Where do I get support?
|
/external/e2fsprogs/lib/ |
D | dirpaths.h.in | 6 /* Where to put the messages file for internationalization support */ 9 /* Where to find the mke2fs.conf and e2fsck.conf files */
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleValidityChecker.java | 32 public static class Where { class in LocaleValidityChecker 69 public boolean isValid(ULocale locale, Where where) { in isValid() 146 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU() 319 private boolean isValidLocale(String extensionString, Where where) { in isValidLocale() 338 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | LocaleValidityChecker.java | 37 public static class Where { class in LocaleValidityChecker 74 public boolean isValid(ULocale locale, Where where) { in isValid() 151 … private boolean isValidU(ULocale locale, Datatype datatype, String extensionString, Where where) { in isValidU() 324 private boolean isValidLocale(String extensionString, Where where) { in isValidLocale() 343 private boolean isValid(Datatype datatype, String code, Where where) { in isValid()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | where_op.cc | 81 struct Where<CPUDevice, DIMS, T, TIndex> { struct 162 Status s = functor::Where<CPUDevice, NDIM, T, int64>::Compute( \ in Compute() 227 Status Where<GPUDevice, Dims, T, Tindex>::Compute( \ 231 extern template struct Where<GPUDevice, Dims, T, Tindex>; 325 Status s = functor::Where<GPUDevice, NDIM, T, Tindex>::Compute( \ in ComputeAsyncType()
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | Program.cs | 31 ….Where(t => t.IsClass && t.GetCustomAttributes(typeof (FlatBuffersTestClassAttribute), false).Leng… in Main() 37 … .Where(m => m.GetCustomAttributes(typeof(FlatBuffersTestMethodAttribute), false).Length > 0); in Main()
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | README | 47 o Where possible, reuse an existing topology for different tests instead 51 o Where possible, IPv6 and IPv4 addresses shall conform to RFC 3849 and 53 o Where possible, tests shall be written so that they can be reused by
|
/external/selinux/secilc/docs/ |
D | cil_user_statements.md | 13 **Where:** 49 **Where:** 91 **Where:** 127 **Where:** 185 **Where:** 231 **Where:** 296 **Where:** 339 **Where:** 380 **Where:** 425 **Where:**
|
D | cil_mls_labeling_statements.md | 15 **Where:** 51 **Where:** 83 **Where:** 125 **Where:** 168 **Where:** 204 **Where:** 232 **Where:** 272 **Where:** 312 **Where:** 385 **Where:** [all …]
|
D | cil_role_statements.md | 13 **Where:** 51 **Where:** 93 **Where:** 129 **Where:** 193 **Where:** 229 **Where:** 288 **Where:**
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl-root.cnf | 18 dir = ./rootCA # Where everything is kept 19 certs = $dir/certs # Where the issued certs are kept 20 crl_dir = $dir/crl # Where the issued crl are kept
|
/external/grpc-grpc-java/testing/src/main/resources/certs/ |
D | server1-openssl.cnf | 24 dir = . # Where everything is kept 25 certs = $dir # Where the issued certs are kept 26 crl_dir = $dir # Where the issued crl are kept
|
/external/u-boot/doc/ |
D | README.mpc85xx-sd-spi-boot | 13 Where to get boot_format: 36 Where $config is the included config.dat file for your platform and $device 43 Where $file is the target file. Also keep in mind the u-boot.bin file needs
|