/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FormatCommon.h | 21 AlignStyle Where; member 25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount, in FmtAlign() 27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in FmtAlign() 49 switch (Where) { in format()
|
H A D | FormatAdapters.h | 29 AlignStyle Where; member in llvm::detail::final 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, in fmt_align() argument 87 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill); in fmt_align()
|
H A 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() 194 // loc - Where to print the formatted text within the field. Only valid if
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A 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()
|
H A 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() 178 // loc - Where to print the formatted text within the field. Only valid if
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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/ |
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemorySSAUpdater.h | 100 /// Where a mayalias b, *does* require RenameUses be set to true. 141 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where); 142 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where); 144 MemorySSA::InsertionPlace Where); 263 // Move What before Where in the MemorySSA IR. 265 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A 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/ |
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 39 uint64_t Pos; // Where to patch. 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 1124 // Move What before Where in the MemorySSA IR. 1127 WhereType Where) { in moveTo() 1137 MSSA->moveTo(What, BB, Where); in moveTo() 1150 // Move What before Where in the MemorySSA IR. 1151 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument 1152 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore() 1155 // Move What after Where in the MemorySSA IR. 1156 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument 1157 moveTo(What, Where in moveAfter() 1126 moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where) moveTo() argument 1160 moveToPlace(MemoryUseOrDef *What, BasicBlock *BB, MemorySSA::InsertionPlace Where) moveToPlace() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | TestLocaleValidity.java | 30 import ohos.global.icu.impl.locale.LocaleValidityChecker.Where; 264 Where where = new Where(); in check()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | TestLocaleValidity.java | 29 import com.ibm.icu.impl.locale.LocaleValidityChecker.Where; 263 Where where = new Where(); in check()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 705 /// into this MBB right before 'Where'. 708 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { in splice() argument 710 if (Where != From) in splice() 711 splice(Where, Other, From, std::next(From)); in splice() 715 /// and insert them into this MBB right before 'Where'. 717 /// The instruction at 'Where' must not be included in the range of 719 void splice(iterator Where, MachineBasicBlock *Other, in splice() argument 721 Insts.splice(Where.getInstrIterator(), Other->Insts, in splice()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | BenchmarkDatasetConfig.cs | 50 .Where(t => typeof(IMessage).IsAssignableFrom(t))
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | FileDescriptor.cs | 456 return generated.Extensions.Concat(generated.NestedTypes.Where(t => t != null).SelectMany(GetAllGeneratedExtensions)); in GetAllGeneratedExtensions() 463 .Where(e => e != null) in GetAllDependedExtensions() 472 .Where(e => e != null) in GetAllDependedExtensionsFromMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 126 auto Where = MDMap->find(MD); in getMappedMD() 127 if (Where == MDMap->end()) in getMappedMD() 129 return Where->second.get(); in getMappedMD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 111 auto Where = ConstantDependenciesCache.find(CE); in ComputeDependencies() local 112 if (Where != ConstantDependenciesCache.end()) { in ComputeDependencies() 113 auto const &K = Where->second; in ComputeDependencies()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 583 auto Where = Info.find(&Op); in getFwdReference() local 584 assert(Where != Info.end() && "Expected a valid reference"); in getFwdReference() 586 auto &OpD = Where->second; in getFwdReference() 687 auto Where = Info.find(Op); in propagateChanges() 688 return Where != Info.end() && Where->second.HasChanged; in propagateChanges()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonFormatter.cs | 905 .Where(f => (f.GetCustomAttributes(typeof(OriginalNameAttribute), false) 916 .Where(f => f.IsStatic) 917 .Where(f => f.GetCustomAttributes<OriginalNameAttribute>()
|
/third_party/ltp/testcases/realtime/ |
H A D | run.sh | 41 -t test-arguments Where test-argument can be a space separated
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerInternal.h | 121 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0);
|
H A D | FuzzerLoop.cpp | 328 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units) { in PrintStats() argument 338 MaxCoverage.CallerCalleeCoverage, Corpus.size(), ExecPerSec, Where); in PrintStats() 343 Printf("#%zd\t%s", TotalNumberOfRuns, Where); in PrintStats()
|
/third_party/node/deps/v8/tools/ |
H A D | windbg.js | 234 .Modules.Where( 240 .Modules.Where( 254 .Modules.Where(
|