HomeSort by relevance Sort by last modified time
    Searched refs:Where (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FormatCommon.h 22 AlignStyle Where;
26 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount,
28 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {}
50 switch (Where) {
FormatAdapters.h 30 AlignStyle Where;
35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill)
36 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
41 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style);
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);
FormatVariadic.h 51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
54 Where(Where), Pad(Pad), Options(Options) {}
60 AlignStyle Where = AlignStyle::Right;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
121 FmtAlign Align(*W, R.Where, R.Align, R.Pad);
195 // loc - Where to print the formatted text within the field. Only valid if
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatCommon.h 22 AlignStyle Where;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
26 : Adapter(Adapter), Where(Where), Amount(Amount) {}
48 switch (Where) {
FormatVariadic.h 51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where,
54 Where(Where), Pad(Pad), Options(Options) {}
60 AlignStyle Where = AlignStyle::Right;
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
112 FmtAlign Align(*W, R.Where, R.Align);
178 // loc - Where to print the formatted text within the field. Only valid if
  /external/clang/lib/Rewrite/
TokenRewriter.cpp 70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) {
71 Where = TokenList.insert(Where, T);
74 Where)).second;
77 return Where;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
FormatVariadic.cpp 27 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
29 Where = AlignStyle::Right;
45 Where = *Loc;
48 Where = *Loc;
65 AlignStyle Where = AlignStyle::Right;
76 if (!consumeFieldLayout(RepString, Where, Align, Pad))
89 return ReplacementItem{Spec, Index, Align, Where, Pad, Options};
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 12 // deletion, and moves. It performs phi insertion where necessary, and
20 // we know where it is, without having to duplicate the entire set of create
89 /// Where a mayalias b, *does* require RenameUses be set to true.
92 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);
93 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
95 MemorySSA::InsertionPlace Where);
149 /// solely to determine where in the memoryssa access lists the instruction
205 // Move What before Where in the MemorySSA IR.
207 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
  /external/curl/docs/cmdline-opts/
stderr.d 2 Help: Where to redirect stderr
  /external/flatbuffers/tests/FlatBuffers.Test/
Program.cs 31 .Where(t => t.IsClass && t.GetCustomAttributes(typeof (FlatBuffersTestClassAttribute), false).Length > 0);
37 .Where(m => m.GetCustomAttributes(typeof(FlatBuffersTestMethodAttribute), false).Length > 0);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyStoreResults.cpp 96 MachineInstr *Where = O.getParent();
99 if (&MI == Where || !MDT.dominates(&MI, Where))
103 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where);
114 LLVM_DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from "
  /external/clang/include/clang/Rewrite/Core/
TokenRewriter.h 72 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
  /external/tensorflow/tensorflow/core/kernels/
where_op.h 48 struct Where {
54 // the true values and the call to Where.
where_op.cc 81 struct Where<CPUDevice, DIMS, T, TIndex> {
162 Status s = functor::Where<CPUDevice, NDIM, T, int64>::Compute( \
197 Name("Where").Device(DEVICE_CPU).TypeConstraint<T>("T"), WhereCPUOp<T>);
227 Status Where<GPUDevice, Dims, T, Tindex>::Compute( \
231 extern template struct Where<GPUDevice, Dims, T, Tindex>;
274 // Step 4: call where kernel
312 // validation checking. Currently Where<GPUDevice>::Compute()
325 Status s = functor::Where<GPUDevice, NDIM, T, Tindex>::Compute( \
370 Name("Where").Device(DEVICE_GPU).TypeConstraint<T>("T"), WhereGPUOp<T>);
373 REGISTER_KERNEL_BUILDER(Name("Where")
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyStoreResults.cpp 95 MachineInstr *Where = O.getParent();
98 if (&MI == Where || !MDT.dominates(&MI, Where))
102 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where);
113 DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from "
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
FormatVariadicTest.cpp 80 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where);
89 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where);
98 EXPECT_EQ(AlignStyle::Left, Replacements[0].Where);
107 EXPECT_EQ(AlignStyle::Center, Replacements[0].Where);
116 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where);
125 EXPECT_EQ(AlignStyle::Left, Replacements[0].Where);
134 EXPECT_EQ(AlignStyle::Left, Replacements[0].Where);
145 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where);
155 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where);
166 EXPECT_EQ(AlignStyle::Right, Replacements[0].Where);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemorySSAUpdater.cpp 39 // flow, where phi nodes may be in cycles with themselves, but unnecessary.
372 // block we are processing has a single pred, and depending where the
395 // Move What before Where in the MemorySSA IR.
398 WhereType Where) {
408 MSSA->moveTo(What, BB, Where);
421 // Move What before Where in the MemorySSA IR.
422 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) {
423 moveTo(What, Where->getBlock(), Where->getIterator());
426 // Move What after Where in the MemorySSA IR
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleValidityChecker.java 37 public static class Where {
74 public boolean isValid(ULocale locale, Where where) {
75 where.set(null, null);
82 // // the only case where this is valid is if there is only an 'x' extension string
85 // return where.set(Datatype.x, "Null language only with x-...");
89 if (!isValid(Datatype.language, language, where)) {
92 where.set(null, null); // for x, well-formed == valid
97 if (!isValid(Datatype.script, script, where)) return false;
98 if (!isValid(Datatype.region, region, where)) return false
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleValidityChecker.java 32 public static class Where {
69 public boolean isValid(ULocale locale, Where where) {
70 where.set(null, null);
77 // // the only case where this is valid is if there is only an 'x' extension string
80 // return where.set(Datatype.x, "Null language only with x-...");
84 if (!isValid(Datatype.language, language, where)) {
87 where.set(null, null); // for x, well-formed == valid
92 if (!isValid(Datatype.script, script, where)) return false;
93 if (!isValid(Datatype.region, region, where)) return false
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestLocaleValidity.java 30 import android.icu.impl.locale.LocaleValidityChecker.Where;
264 Where where = new Where();
265 all.isValid(ulocale, where);
266 assertEquals(count + ". " + locale, expected, where.toString());
274 // all.isValid(ulocale2, where);
275 // assertEquals(ulocale2 + ", " + ulocale2.toLanguageTag(), expected, where.toString());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TestLocaleValidity.java 29 import com.ibm.icu.impl.locale.LocaleValidityChecker.Where;
261 Where where = new Where();
262 all.isValid(ulocale, where);
263 assertEquals(count + ". " + locale, expected, where.toString());
271 // all.isValid(ulocale2, where);
272 // assertEquals(ulocale2 + ", " + ulocale2.toLanguageTag(), expected, where.toString());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 98 auto Where = ConstantDependenciesCache.find(CE);
99 if (Where != ConstantDependenciesCache.end()) {
100 auto const &K = Where->second;
143 // directed graph where nodes are global variables, and an edge from A to B
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
TestServiceImpl.cs 101 var echoInitialList = context.RequestHeaders.Where((entry) => entry.Key == "x-grpc-test-echo-initial").ToList();
107 var echoTrailingList = context.RequestHeaders.Where((entry) => entry.Key == "x-grpc-test-echo-trailing-bin").ToList();
  /device/generic/goldfish-opengl/system/vulkan_enc/
Android.mk 8 # CEREAL_OUTPUT_DIR: Where to put the generated sources.
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 380 /// probability for each successor, where N is the number of successors.
607 /// into this MBB right before 'Where'.
610 void splice(iterator Where, MachineBasicBlock *Other, iterator From) {
612 if (Where != From)
613 splice(Where, Other, From, std::next(From));
617 /// and insert them into this MBB right before 'Where'.
619 /// The instruction at 'Where' must not be included in the range of
621 void splice(iterator Where, MachineBasicBlock *Other,
623 Insts.splice(Where.getInstrIterator(), Other->Insts,
    [all...]

Completed in 636 milliseconds

1 2 3