Searched defs:consumer (Results 1 - 25 of 31) sorted by relevance

12

/external/smali/smalidea/src/main/java/org/jf/smalidea/
H A DSmaliFileTypeFactory.java40 public void createFileTypes(@NotNull FileTypeConsumer consumer) { argument
41 consumer.consume(SmaliFileType.INSTANCE, SmaliFileType.DEFAULT_EXTENSION);
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
H A DSmaliClassReferenceSearcher.java52 @Override public void processQuery(final SearchParameters queryParameters, final Processor<PsiReference> consumer) { argument
92 return processor.processTextOccurrence(element, offsetInElement, consumer);
110 return processor.processTextOccurrence(element, offsetInElement, consumer);
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
H A DErrorReporter.java58 final Consumer<SubmittedReportInfo> consumer) {
94 consumer.consume(reportInfo);
57 submit(IdeaLoggingEvent[] events, String additionalInfo, Component parentComponent, final Consumer<SubmittedReportInfo> consumer) argument
/external/llvm/tools/llvm-diff/
H A DDiffLog.h30 Consumer *consumer; member in class:llvm::LogBuilder
41 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {}
43 : consumer(L.consumer), Format(L.Format),
45 L.consumer = nullptr;
65 Consumer &consumer; member in class:llvm::DiffLogBuilder
68 DiffLogBuilder(Consumer &c) : consumer(c) {}
H A DDifferenceEngine.h39 Engine.consumer.enterContext(L, R);
43 Engine.consumer.exitContext();
61 DifferenceEngine(Consumer &consumer) argument
62 : consumer(consumer), globalValueOracle(nullptr) {}
67 consumer.log(text);
70 return LogBuilder(consumer, text);
72 Consumer& getConsumer() const { return consumer; }
86 Consumer &consumer; member in class:llvm::DifferenceEngine
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthAccessor.java38 public final OAuthConsumer consumer; field in class:OAuthAccessor
43 public OAuthAccessor(OAuthConsumer consumer) { argument
44 this.consumer = consumer;
68 * consumer.getProperty("httpMethod") or (if that's null)
77 method = (String) this.consumer.getProperty("httpMethod");
85 Object accepted = consumer.getProperty(OAuthConsumer.ACCEPT_ENCODING);
/external/harfbuzz_ng/util/
H A Dmain-font-text.hh73 consumer (&options) {}
90 consumer.init (&font_opts);
98 consumer.consume_line (buffer, text, text_len, input.text_before, input.text_after);
101 consumer.finish (&font_opts);
103 return consumer.failed ? 1 : 0;
110 consumer_t consumer; member in struct:main_font_text_t
/external/netperf/src/
H A Dhist.h67 int consumer; member in struct:histogram_struct
/external/chromium-trace/catapult/third_party/Paste/paste/auth/
H A Dopen_id.py25 This module is based highly off the consumer.py that Python OpenID comes with.
77 from openid.consumer import consumer namespace
113 self.oidconsumer = consumer.OpenIDConsumer(store)
198 if status in [consumer.HTTP_FAILURE, consumer.PARSE_ERROR]:
199 if status == consumer.HTTP_FAILURE:
206 elif status == consumer.SUCCESS:
243 if status == consumer.FAILURE and info:
250 elif status == consumer
[all...]
/external/valgrind/drd/tests/
H A Dcircular_buffer.c1 /* Test program that performs producer-consumer style communication through
167 static void consumer(int* id) function
216 (void * (*)(void *)) consumer, &thread_arg[i]);
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp165 auto consumer = llvm::make_unique<PCHGenerator>( local
169 consumer->GetASTMutationListener());
170 Clang->setASTConsumer(std::move(consumer));
/external/kernel-headers/original/uapi/linux/
H A Dpps.h120 int consumer; /* selected kernel consumer */ member in struct:pps_bind_args
/external/deqp/framework/delibs/dethread/
H A DdeThreadTest.c438 /* Producer-consumer test. */
442 deThread consumer; local
452 consumer = deThread_create(consumerThread, &testBuffer, DE_NULL);
455 DE_TEST_ASSERT(consumer && producer);
457 ret = deThread_join(consumer) &&
462 deThread_destroy(consumer);
/external/skia/src/ports/
H A DSkImageDecoder_CG.cpp257 // we don't own/reference the stream, so it our consumer must not live
264 CGDataConsumerRef consumer = SkStreamToCGDataConsumer(stream); local
265 if (nullptr == consumer) {
268 SkAutoTCallVProc<const void, CFRelease> arconsumer(consumer);
270 return CGImageDestinationCreateWithDataConsumer(consumer, type, 1, nullptr);
285 to our SkWStream. Since we don't reference/own the SkWStream, our consumer
/external/clang/lib/Sema/
H A DSema.cpp73 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer, argument
78 LangOpts(pp.getLangOpts()), PP(pp), Context(ctxt), Consumer(consumer),
819 // Notify the consumer that we've completed a tentative definition.
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java782 if (DEBUG) System.out.println(" Inserting before marked consumer "+instruction.toString(offset));
790 if (DEBUG) System.out.println(" Inserting before marked consumer "+instruction.toString(offset));
889 if (DEBUG) System.out.println(" Replacing unmarked consumer "+instruction.toString(offset));
1435 * Marks the producing instructions of the variable consumer at the given
1437 * @param consumerOffset the offset of the variable consumer.
1463 * consumer of that variable, in the JVM's view.
1481 // the consumer.
1528 * consumer at the given offset.
1530 * @param consumerOffset the offset of the consumer.
1531 * @param consumer th
1533 markStackProducers(Clazz clazz, int consumerOffset, Instruction consumer) argument
[all...]
/external/mesa3d/src/glsl/
H A Dlinker.cpp632 gl_shader *producer, gl_shader *consumer)
654 /* Find all shader inputs in the "consumer" stage. Any variables that have
658 foreach_list(node, consumer->ir) {
1949 * (the "producer") and consumed in the next stage (the "consumer").
1951 * \param input_var is the input variable declaration in the consumer.
1956 * locations in the consumer.
1963 * consumed by the consumer).
2030 * (the "producer") and consumed in the next stage (the "consumer").
2044 * When num_tfeedback_decls is nonzero, it is permissible for the consumer to
2051 gl_shader *producer, gl_shader *consumer,
631 cross_validate_outputs_to_inputs(struct gl_shader_program *prog, gl_shader *producer, gl_shader *consumer) argument
2049 assign_varying_locations(struct gl_context *ctx, struct gl_shader_program *prog, gl_shader *producer, gl_shader *consumer, unsigned num_tfeedback_decls, tfeedback_decl *tfeedback_decls) argument
[all...]
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp316 ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap) argument
317 : Consumer(consumer), PMap(PMap) { }
361 BodyMigrator(ObjCMigrateASTConsumer &consumer) : Consumer(consumer) { } argument
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 941 milliseconds

12