Searched defs:compose (Results 1 - 12 of 12) sorted by relevance

/external/guava/src/com/google/common/base/
H A DSuppliers.java46 public static <F, T> Supplier<T> compose( method in class:Suppliers
H A DFunctions.java180 public static <A, B, C> Function<A, C> compose( method in class:Functions
H A DPredicates.java217 public static <A, B> Predicate<A> compose( method in class:Predicates
466 /** @see Predicates#compose(Predicate, Function) */
498 * compose(predicate, compose(function2, function1))
499 * compose(compose(predicate, function2), function1)
/external/opencore/protocols/rtsp_parcom/src/
H A Drtsp_par_com_outgoing_message.cpp135 RTSPOutgoingMessage::compose() function in class:RTSPOutgoingMessage
140 // compose the first line
710 // compose the RTP Info
/external/guava/src/com/google/common/util/concurrent/
H A DFutures.java275 * @param future The future to compose
276 * @param function A Function to compose the results of the provided future
281 public static <I, O> ListenableFuture<O> compose(ListenableFuture<I> future, method in class:Futures
283 return compose(future, function, Executors.sameThreadExecutor());
301 * @param future The future to compose
302 * @param function A Function to compose the results of the provided future
308 public static <I, O> ListenableFuture<O> compose(ListenableFuture<I> future, method in class:Futures
336 * @param future The future to compose
337 * @param function A Function to compose the results of the provided future
342 public static <I, O> Future<O> compose(fina method in class:Futures
[all...]
/external/icu4c/common/
H A Dnormlzr.cpp170 Normalizer::compose(const UnicodeString& source, function in class:Normalizer
/external/icu4c/layout/
H A DThaiShaping.cpp265 le_int32 ThaiShaping::compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet, function in class:ThaiShaping
H A DHangulLayoutEngine.cpp111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) function
316 if (compose(lead, vowel, trail, syllable) == outLength) {
/external/opencore/protocols/http_parcom/src/
H A Dhttp_composer.cpp143 OSCL_EXPORT_REF int32 HTTPComposer::compose(OsclMemoryFragment &aComposedMessageBuffer, const bool usingAbsoluteURI, const uint32 aEntityBodyLength) function in class:HTTPComposer
152 // compose the first request/status line
155 // compose the header part: general header + request header + entity header
170 // supporting function for compose()
/external/opencore/protocols/rtp_payload_parser/util/src/
H A Dlatmpayloadparser.cpp104 /* Function : compose() */
112 OSCL_EXPORT_REF uint8 PV_LATM_Parser::compose(PVMFSharedMediaDataPtr& mediaDataIn) function in class:PV_LATM_Parser
235 OSCL_EXPORT_REF uint8 PV_LATM_Parser::compose(uint8* aData, uint32 aDataLen, uint32 aTimestamp, uint32 aSeqNum, uint32 aMbit) function in class:PV_LATM_Parser
/external/icu4c/test/intltest/
H A Dtstnorm.cpp167 logln("testing compose...");
270 UnicodeString compose[1][3]; local
271 compose[0][0] = str("\\u0fb2\\u0f71\\u0f80");
272 compose[0][1] = str("\\u0fb2\\u0f71\\u0f80");
273 compose[0][2] = str("\\u0fb2\\u0f71\\u0f80");
277 staticTest(UNORM_NFC, 0, compose, ARRAY_LENGTH(compose), 1);
278 staticTest(UNORM_NFKC, 0, compose, ARRAY_LENGTH(compose), 2);
/external/skia/src/core/
H A DSkDraw.cpp2168 SkShader* compose = SkNEW_ARGS(SkComposeShader, local
2170 p.setShader(compose)->unref();

Completed in 113 milliseconds