/third_party/mindspore/mindspore/core/ops/ |
D | where.h | 30 class MS_CORE_API Where : public PrimitiveC { 33 Where() : PrimitiveC(kNameWhere) { InitIOName({"condition"}, {"output"}); } in Where() function 36 ~Where() = default; 38 MS_DECLARE_PARENT(Where, PrimitiveC); 46 using PrimWherePtr = std::shared_ptr<Where>;
|
/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 | 16 dir = ./demoCA # Where everything is kept 17 certs = $dir/certs # Where the issued certs are kept 18 crl_dir = $dir/crl # Where the issued crl are kept
|
/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/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/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 */
|
/third_party/openssl/test/ |
D | CAss.cnf | 34 dir = ./demoCA # Where everything is kept 35 certs = $dir/certs # Where the issued certs are kept 36 crl_dir = $dir/crl # Where the issued crl are kept
|
D | test.cnf | 15 dir = ./demoCA # Where everything is kept 16 certs = $dir/certs # Where the issued certs are kept 17 crl_dir = $dir/crl # Where the issued crl are kept
|
/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/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/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/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:**
|
/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 shareable images are located
|
/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/libsoup/ |
D | meson_options.txt | 10 …description : 'Where to look for krb5-config, path points to krb5-config installation (defaultly l… 22 …description : 'Where to look for ntlm_auth, path points to ntlm_auth installation (defaultly looki…
|
/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();
|