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

/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/webkit/WebCore/svg/
H A DSVGPreserveAspectRatio.h73 static bool parsePreserveAspectRatio(Consumer* consumer, const String& value, bool validate = true) argument
78 consumer->setPreserveAspectRatioBaseValue(parsePreserveAspectRatio(begin, end, validate, result));
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java702 if (DEBUG) System.out.println(" Inserting before marked consumer "+instruction.toString(offset));
771 if (DEBUG) System.out.println(" Replacing unmarked consumer "+instruction.toString(offset));
829 * of the consumer at the given offset.
830 * @param consumerOffset the offset of the consumer.
871 * consumer at the given offset.
873 * @param consumerOffset the offset of the consumer.
874 * @param consumer the consumer of the stack entries.
878 Instruction consumer)
881 int popCount = consumer
876 markStackProducers(Clazz clazz, int consumerOffset, Instruction consumer) argument
[all...]

Completed in 100 milliseconds