Home
last modified time | relevance | path

Searched refs:Consumer (Results 1 - 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DfatArrowSelf.js12 module Consumer {
39 var Consumer; variable
40 (function (Consumer) {
55 })(Consumer || (Consumer = {}));
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvParser.java30 import java.util.function.Consumer;
51 @Nullable private final Consumer<ImmutableList<String>> headerHandler;
53 private RowMapper(Consumer<ImmutableList<String>> headerHandler) { in RowMapper()
57 public Consumer<Stream<String>> mapTo(Consumer<ImmutableMap<String, String>> handler) { in mapTo()
58 return new Consumer<Stream<String>>() { in mapTo()
77 new Consumer<String>() { in mapTo()
120 public static RowMapper rowMapper(Consumer<ImmutableList<String>> headerHandler) { in rowMapper()
146 public void parse(Stream<String> lines, Consumer<Stream<String>> rowCallback) { in parse()
H A DCsvTableCollector.java28 import java.util.function.Consumer;
33 public final class CsvTableCollector implements Consumer<Stream<String>> {
63 * been escaped if necessary. The caller must call the {@link Consumer#accept(Object)} method for
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeThreadSafeRingBuffer.cpp56 class Consumer : public Thread class
59 Consumer (ThreadSafeRingBuffer<Message>& buffer, int numProducers) in Consumer() function in de::__anon30215::Consumer
135 vector<Consumer*> consumers; in ThreadSafeRingBuffer_selfTest()
141 consumers.push_back(new Consumer(buffer, numProducers)); in ThreadSafeRingBuffer_selfTest()
144 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
160 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
179 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
H A DdeBlockBuffer.cpp60 class Consumer : public Thread class
63 Consumer (MessageBuffer& buffer, int numProducers) in Consumer() function in de::BlockBufferBasicTest::Consumer
173 vector<Consumer*> consumers; in runTest()
179 consumers.push_back(new Consumer(buffer, numProducers)); in runTest()
182 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
200 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
219 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
268 class Consumer : public Thread class
271 Consumer (BlockBuffer<deUint8>* buffer, deUint32 seed) in Consumer() function in de::BlockBufferCancelTest::Consumer
317 threads.push_back(new Consumer( in runTest()
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatsSchema.java41 import java.util.function.Consumer;
86 Consumer<Stream<String>> rowCallback = getRowCallback(altFormats); in importAltFormats()
96 Consumer<Stream<String>> rowCallback = getRowCallback(altFormats); in importAltFormats()
106 private static Consumer<Stream<String>> getRowCallback(List<AltFormatSpec> altFormats) { in getRowCallback()
126 List<AltFormatSpec> altFormats, Consumer<Stream<String>> collector, boolean toCsv) { in export()
H A DCommentsSchema.java41 import java.util.function.Consumer;
80 Consumer<Stream<String>> rowCallback = getRowCallback(comments); in importComments()
90 Consumer<Stream<String>> rowCallback = getRowCallback(comments); in importComments()
100 private static Consumer<Stream<String>> getRowCallback(List<Comment> comments) { in getRowCallback()
113 List<Comment> comments, Consumer<Stream<String>> collector, boolean toCsv) { in export()
/third_party/skia/third_party/externals/spirv-tools/source/lint/
H A Dlinter.cpp45 const MessageConsumer& Linter::Consumer() const { in Consumer() function in spvtools::Linter
51 BuildModule(SPV_ENV_VULKAN_1_2, Consumer(), binary, binary_size); in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
H A Dlinter.cpp45 const MessageConsumer& Linter::Consumer() const { in Consumer() function in spvtools::Linter
51 BuildModule(SPV_ENV_VULKAN_1_2, Consumer(), binary, binary_size); in Run()
/third_party/spirv-tools/source/lint/
H A Dlinter.cpp44 const MessageConsumer& Linter::Consumer() const { in Consumer() function in spvtools::Linter
50 BuildModule(SPV_ENV_VULKAN_1_2, Consumer(), binary, binary_size); in Run()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTrie.java9 import java.util.function.Consumer;
86 public void with(String prefix, Consumer<Span> withFn) { in with()
H A DPartitionInfo.java15 import java.util.function.Consumer;
124 Consumer<String> operation = regions::add; in parseAndFlattenRegionExpression()
137 Consumer<String> operation, String region, TerritoryContainment territories) { in applyOperation()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DCldrDataProcessor.java11 import java.util.function.Consumer;
402 Consumer<S> doneFn = childState -> this.doneFn.accept(state, childState); in matches()
433 private final Consumer<T> doneFn;
435 DispatchingVisitor(CldrDataProcessor<T> processor, T state, Consumer<T> doneFn) { in DispatchingVisitor()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser.h141 // Consumer::Append(string_view);
143 // Consumer::ConvertOne(UnboundConversion, string_view);
148 template <typename Consumer>
149 bool ParseFormatString(string_view src, Consumer consumer) { in ParseFormatString()
239 template <typename Consumer>
240 bool ProcessFormat(Consumer consumer) const { in ProcessFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp414 auto Consumer = HexagonMCInstrInfo::predicateInfo(MCII, I); in checkNewValues() local
418 auto Producer = registerProducer(Op.getReg(), Consumer); in checkNewValues()
426 (!Consumer.isPredicated() || in checkNewValues()
436 std::get<2>(Producer).Register != Consumer.Register) { in checkNewValues()
445 if (std::get<2>(Producer).Register == Consumer.Register && in checkNewValues()
446 Consumer.PredicatedTrue != std::get<2>(Producer).PredicatedTrue) { in checkNewValues()
H A DHexagonMCCodeEmitter.cpp392 static bool RegisterMatches(unsigned Consumer, unsigned Producer, in RegisterMatches() argument
394 if (Consumer == Producer) in RegisterMatches()
396 if (Consumer == Producer2) in RegisterMatches()
400 if (Consumer >= Hexagon::V0 && Consumer <= Hexagon::V31) in RegisterMatches()
401 return ((Consumer - Hexagon::V0) >> 1) == (Producer - Hexagon::W0); in RegisterMatches()
H A DHexagonMCInstrInfo.cpp872 unsigned HexagonMCInstrInfo::SubregisterBit(unsigned Consumer, in SubregisterBit() argument
878 if (Consumer >= Hexagon::V0 && Consumer <= Hexagon::V31) in SubregisterBit()
879 return (Consumer - Hexagon::V0) & 0x1; in SubregisterBit()
881 return Consumer == Producer; in SubregisterBit()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DUnicodeKnownIssues.java23 public interface Consumer<T> { void accept(T t); } in accept() interface in UnicodeKnownIssues
117 public boolean printKnownIssues(Consumer<String> logFn) { in printKnownIssues()
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
H A Dlinter.hpp38 const MessageConsumer& Consumer() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
H A Dlinter.hpp38 const MessageConsumer& Consumer() const;
/third_party/spirv-tools/include/spirv-tools/
H A Dlinter.hpp38 const MessageConsumer& Consumer() const;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632.cpp199 // Consumer instructions must be white-listed in init()
268 /// into a post-store Consumer instruction. If this is detected, the Producer
3075 constexpr Inst *Consumer = nullptr; in lowerFcmp() local
3076 lowerFcmpAndConsumer(Fcmp, Consumer); in lowerFcmp()
3081 const Inst *Consumer) { in lowerFcmpAndConsumer()
3086 if (Consumer != nullptr) { in lowerFcmpAndConsumer()
3087 if (auto *Select = llvm::dyn_cast<InstSelect>(Consumer)) { in lowerFcmpAndConsumer()
3095 if (Consumer != nullptr) in lowerFcmpAndConsumer()
3096 lowerSelectVector(llvm::cast<InstSelect>(Consumer)); in lowerFcmpAndConsumer()
3127 setccOrConsumer(TableFcmp[Condition].C1, Dest, Consumer); in lowerFcmpAndConsumer()
3080 lowerFcmpAndConsumer(const InstFcmp *Fcmp, const Inst *Consumer) lowerFcmpAndConsumer() argument
3256 lowerIcmpAndConsumer(const InstIcmp *Icmp, const Inst *Consumer) lowerIcmpAndConsumer() argument
3407 lowerIcmp64(const InstIcmp *Icmp, const Inst *Consumer) lowerIcmp64() argument
3549 setccOrConsumer(BrCond Condition, Variable *Dest, const Inst *Consumer) setccOrConsumer() argument
3569 movOrConsumer(bool IcmpResult, Variable *Dest, const Inst *Consumer) movOrConsumer() argument
3598 lowerArithAndConsumer(const InstArithmetic *Arith, const Inst *Consumer) lowerArithAndConsumer() argument
6368 constexpr Inst *Consumer = nullptr; lowerIcmp() local
[all...]
H A DIceTargetLoweringX8664.cpp208 // Consumer instructions must be white-listed in init()
277 /// into a post-store Consumer instruction. If this is detected, the Producer
2778 constexpr Inst *Consumer = nullptr; in lowerFcmp() local
2779 lowerFcmpAndConsumer(Fcmp, Consumer); in lowerFcmp()
2784 const Inst *Consumer) { in lowerFcmpAndConsumer()
2789 if (Consumer != nullptr) { in lowerFcmpAndConsumer()
2790 if (auto *Select = llvm::dyn_cast<InstSelect>(Consumer)) { in lowerFcmpAndConsumer()
2798 if (Consumer != nullptr) in lowerFcmpAndConsumer()
2799 lowerSelectVector(llvm::cast<InstSelect>(Consumer)); in lowerFcmpAndConsumer()
2830 setccOrConsumer(TableFcmp[Condition].C1, Dest, Consumer); in lowerFcmpAndConsumer()
2783 lowerFcmpAndConsumer(const InstFcmp *Fcmp, const Inst *Consumer) lowerFcmpAndConsumer() argument
2959 lowerIcmpAndConsumer(const InstIcmp *Icmp, const Inst *Consumer) lowerIcmpAndConsumer() argument
3105 setccOrConsumer(BrCond Condition, Variable *Dest, const Inst *Consumer) setccOrConsumer() argument
3125 movOrConsumer(bool IcmpResult, Variable *Dest, const Inst *Consumer) movOrConsumer() argument
3154 lowerArithAndConsumer(const InstArithmetic *Arith, const Inst *Consumer) lowerArithAndConsumer() argument
5755 constexpr Inst *Consumer = nullptr; lowerIcmp() local
[all...]
H A DIceTargetLoweringX8632.h888 /// the destination variable of the operation if Consumer == nullptr.
889 void lowerIcmpAndConsumer(const InstIcmp *Icmp, const Inst *Consumer);
890 void lowerFcmpAndConsumer(const InstFcmp *Fcmp, const Inst *Consumer);
891 void lowerArithAndConsumer(const InstArithmetic *Arith, const Inst *Consumer);
893 /// Emit a setcc instruction if Consumer == nullptr; otherwise emit a
894 /// specialized version of Consumer.
895 void setccOrConsumer(BrCond Condition, Variable *Dest, const Inst *Consumer);
897 /// Emit a mov [1|0] instruction if Consumer == nullptr; otherwise emit a
898 /// specialized version of Consumer.
899 void movOrConsumer(bool IcmpResult, Variable *Dest, const Inst *Consumer);
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/
H A DTestUnicodeKnownIssues.java136 static final class MyConsumer implements UnicodeKnownIssues.Consumer<String> {

Completed in 32 milliseconds

12