/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FormatCommon.h | 21 AlignStyle Where; member 25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount, 27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter() 49 switch (Where) { in format()
|
D | FormatAdapters.h | 29 AlignStyle Where; variable 34 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument 35 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount), in AlignAdapter() 40 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format() 85 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount, 87 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
|
D | FormatVariadic.h | 50 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem() 53 Where(Where), Pad(Pad), Options(Options) {} in ReplacementItem() 59 AlignStyle Where = AlignStyle::Right; member 84 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where, 120 FmtAlign Align(*W, R.Where, R.Align, R.Pad); in format()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FormatVariadic.cpp | 26 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() argument 28 Where = AlignStyle::Right; in consumeFieldLayout() 44 Where = *Loc; in consumeFieldLayout() 47 Where = *Loc; in consumeFieldLayout() 64 AlignStyle Where = AlignStyle::Right; in parseReplacementItem() local 75 if (!consumeFieldLayout(RepString, Where, Align, Pad)) in parseReplacementItem() 88 return ReplacementItem{Spec, Index, Align, Where, Pad, Options}; in parseReplacementItem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMemIntrinsicResults.cpp | 102 MachineInstr *Where = O.getParent(); in replaceDominatedUses() local 105 if (&MI == Where || !MDT.dominates(&MI, Where)) in replaceDominatedUses() 109 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where); in replaceDominatedUses() 120 LLVM_DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from " in replaceDominatedUses()
|
/third_party/openssl/test/recipes/90-test_includes_data/conf-includes/ |
D | includes1.cnf | 14 dir = ./demoCA # Where everything is kept 15 certs = $dir/certs # Where the issued certs are kept 16 crl_dir = $dir/crl # Where the issued crl are kept
|
/third_party/flutter/glfw/docs/ |
D | compat.dox | 90 (or _vsync_), in that order of preference. Where none of these extension are 94 multisampling anti-aliasing. Where this extension is unavailable, the 98 creating OpenGL contexts of version 2.1 and below. Where this extension is 106 context profiles. Where this extension is unavailable, setting the 112 whether a context is flushed when it is released (made non-current). Where this 117 extensions to provide support for sRGB framebuffers. Where both of these 133 synchronization (or _vsync_). Where this extension is unavailable, calling @ref 137 create contexts with multisampling anti-aliasing. Where these extensions are 141 creating OpenGL contexts of version 2.1 and below. Where this extension is 149 context profiles. Where this extension is unavailable, setting the [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 141 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where); 142 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where); 144 MemorySSA::InsertionPlace Where); 265 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
|
/third_party/openssl/VMS/ |
D | openssl_startup.com.in | 13 $ ! OSSL$LIB Where the static library files 15 $ ! OSSL$SHARE Where the shareable image files 17 $ ! OSSL$EXE Where the executables are located 18 $ ! OSSL$ENGINESnnn Where the engines modules are located 19 $ ! OSSL$MODULES Where the non-engine modules are located
|
/third_party/openssl/test/ |
D | test.cnf | 9 dir = ./demoCA # Where everything is kept 10 certs = $dir/certs # Where the issued certs are kept 11 crl_dir = $dir/crl # Where the issued crl are kept
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/selinux/secilc/docs/ |
D | cil_user_statements.md | 15 **Where:** 55 **Where:** 101 **Where:** 141 **Where:** 203 **Where:** 253 **Where:** 322 **Where:** 369 **Where:** 414 **Where:** 463 **Where:**
|
D | cil_mls_labeling_statements.md | 17 **Where:** 57 **Where:** 91 **Where:** 137 **Where:** 184 **Where:** 224 **Where:** 254 **Where:** 298 **Where:** 342 **Where:** 419 **Where:** [all …]
|
D | cil_role_statements.md | 15 **Where:** 57 **Where:** 103 **Where:** 143 **Where:** 211 **Where:** 249 **Where:** 312 **Where:**
|
D | cil_sid_statements.md | 15 **Where:** 55 **Where:** 97 **Where:**
|
D | cil_xen_statements.md | 19 **Where:** 63 **Where:** 107 **Where:** 149 **Where:** 191 **Where:**
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 207 ProfilingData::iterator Where; in overlapRecord() local 208 std::tie(Where, NewFunc) = in overlapRecord() 214 InstrProfRecord &Dest = Where->second; in overlapRecord() 230 ProfilingData::iterator Where; in addRecord() local 231 std::tie(Where, NewFunc) = in addRecord() 233 InstrProfRecord &Dest = Where->second; in addRecord()
|
/third_party/libinput/doc/user/ |
D | switches.rst | 25 Where available, libinput listens to devices providing a lid switch. 39 typing) to re-enable the touchpad on those devices. Where input is detected, 49 Where available, libinput listens to devices providing a tablet mode switch.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 1127 WhereType Where) { in moveTo() argument 1137 MSSA->moveTo(What, BB, Where); in moveTo() 1151 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument 1152 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore() 1156 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument 1157 moveTo(What, Where->getBlock(), ++Where->getIterator()); in moveAfter() 1161 MemorySSA::InsertionPlace Where) { in moveToPlace() argument 1162 if (Where != MemorySSA::InsertionPlace::BeforeTerminator) in moveToPlace() 1163 return moveTo(What, BB, Where); in moveToPlace() 1165 if (auto *Where = MSSA->getMemoryAccess(BB->getTerminator())) in moveToPlace() local [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TestLocaleValidity.java | 29 import com.ibm.icu.impl.locale.LocaleValidityChecker.Where; 262 Where where = new Where();
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | TestLocaleValidity.java | 30 import ohos.global.icu.impl.locale.LocaleValidityChecker.Where; 264 Where where = new Where();
|