HomeSort by relevance Sort by last modified time
    Searched full:comp (Results 126 - 150 of 440) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu4c/test/intltest/
canittst.cpp 174 UnicodeString decomp, comp; local
180 Normalizer::compose(s, FALSE, 0, comp, status);
184 if (s == decomp && s == comp) {
195 if (item == comp) gotComp = TRUE;
  /external/libxml2/include/libxml/
xpath.h 380 xmlXPathCompExprPtr comp; /* the precompiled expression */ member in struct:_xmlXPathParserContext
525 xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
528 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp,
531 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
  /external/openssl/crypto/
Android.mk 165 comp/comp_lib.c \
166 comp/comp_err.c \
167 comp/c_rle.c \
168 comp/c_zlib.c \
install.com 49 EVP,ASN1,PEM,X509,X509V3,CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,-
96 $ EXHEADER_COMP := comp.h
  /external/openssl/patches/
crypto_Android.mk 165 comp/comp_lib.c \
166 comp/comp_err.c \
167 comp/c_rle.c \
168 comp/c_zlib.c \
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 158 String comp = in.readString(); local
159 if (localLOGV) Slog.v(TAG, "Component: " + comp);
161 mLaunchTimes.put(comp, times);
177 void addLaunchCount(String comp) {
178 TimeStats times = mLaunchTimes.get(comp);
181 mLaunchTimes.put(comp, times);
186 void addLaunchTime(String comp, int millis) {
187 TimeStats times = mLaunchTimes.get(comp);
190 mLaunchTimes.put(comp, times);
  /external/freetype/src/sfnt/
ttsbit.c 1346 TT_SBit_Component comp; local
    [all...]
  /external/openssl/ssl/
Makefile 110 bio_ssl.o: ../include/openssl/comp.h ../include/openssl/crypto.h
129 d1_both.o: ../include/openssl/comp.h ../include/openssl/crypto.h
150 d1_clnt.o: ../include/openssl/comp.h ../include/openssl/crypto.h
172 d1_enc.o: ../include/openssl/comp.h ../include/openssl/crypto.h
194 d1_lib.o: ../include/openssl/comp.h ../include/openssl/crypto.h
215 d1_meth.o: ../include/openssl/comp.h ../include/openssl/crypto.h
236 d1_pkt.o: ../include/openssl/comp.h ../include/openssl/crypto.h
257 d1_srvr.o: ../include/openssl/comp.h ../include/openssl/crypto.h
279 kssl.o: ../include/openssl/comp.h ../include/openssl/crypto.h
298 s23_clnt.o: ../include/openssl/comp.h ../include/openssl/crypto.
    [all...]
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 174 JavadocTool comp = JavadocTool.make0(context); local
175 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess,
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 109 VAR_MAP.put("am.current.comp.class", new VarGetter() {
117 VAR_MAP.put("am.current.comp.package", new VarGetter() {
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastquant.cpp 151 Int dctMode, Int comp, Int dummy, UChar shortHeader)
166 OSCL_UNUSED_ARG(comp);
271 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader)
285 OSCL_UNUSED_ARG(comp);
546 Int dctMode, Int comp, Int dc_scaler)
559 OSCL_UNUSED_ARG(comp);
675 Int dctMode, Int comp, Int dc_scaler)
690 OSCL_UNUSED_ARG(comp);
  /external/ppp/pppd/include/net/
pppio.h 50 #define PPPIO_VJINIT _PPPIO(140) /* initialize VJ comp/decomp */
75 #define CCP_ISUP 0x200 /* do packet comp/decomp */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 51 Heap(Compare comp) : comp_(comp), size_(0) { }
  /frameworks/base/awt/java/awt/
AWTEvent.java 330 Component comp = (Component)getSource(); local
331 name = comp.getName();
548 Component comp = ce.getComponent(); local
549 Event evt = new Event(comp, Event.WINDOW_MOVED, null);
550 evt.x = comp.getX();
551 evt.y = comp.getY();
578 Component comp = ke.getComponent(); local
585 return new Event(comp, ke.getWhen(), oldId, 0, 0, key, mod);
  /external/icu4c/common/
caniter.cpp 493 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
494 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
495 //if (PROGRESS) printf(" extract: %s, ", UToS(Tr(UnicodeString(comp))));
510 U16_APPEND_UNSAFE(temp, inputLen, comp);
511 decomp = unorm_getCanonicalDecomposition(comp, stackBuffer, &decompLen);
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
idct.h 59 void idctrow0_intra(int16 *blk, PIXEL *comp, int width);
60 void idctrow1_intra(int16 *blk, PIXEL *comp, int width);
61 void idctrow2_intra(int16 *blk, PIXEL *comp, int width);
62 void idctrow3_intra(int16 *blk, PIXEL *comp, int width);
63 void idctrow4_intra(int16 *blk, PIXEL *comp, int width);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 59 void idctrow0_intra(int16 *blk, PIXEL *comp, int width);
60 void idctrow1_intra(int16 *blk, PIXEL *comp, int width);
61 void idctrow2_intra(int16 *blk, PIXEL *comp, int width);
62 void idctrow3_intra(int16 *blk, PIXEL *comp, int width);
63 void idctrow4_intra(int16 *blk, PIXEL *comp, int width);
  /external/opencore/android/author/
authordriver.cpp 85 status_t AuthorDriverWrapper::enqueueCommand(author_command *ac, media_completion_f comp, void *cookie)
88 return mAuthorDriver->enqueueCommand(ac, comp, cookie);
159 status_t AuthorDriver::enqueueCommand(author_command *ac, media_completion_f comp, void *cookie)
166 if (comp == NULL) {
167 ac->comp = AuthorDriver::syncCompletion;
170 ac->comp = comp;
204 ac->comp(0, ac->cookie); // this signals the semaphore for synchronous calls
295 ac->comp(UNKNOWN_ERROR, ac->cookie);
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Core.h 106 * @ingroup comp
300 /** @ingroup comp */
487 /** @ingroup comp */
495 /** @ingroup comp */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 89 * @ingroup comp
283 /** @ingroup comp */
470 /** @ingroup comp */
478 /** @ingroup comp */
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 104 ATTRIBUTE Ascend-PPP-VJ-Slot-Comp 210 integer
197 VALUE Ascend-Link-Compression Link-Comp-None 0
198 VALUE Ascend-Link-Compression Link-Comp-Stac 1
199 VALUE Ascend-Link-Compression Link-Comp-Stac-Draft-9 2
200 VALUE Ascend-Link-Compression Link-Comp-MS-Stac 3
259 VALUE Ascend-PPP-VJ-Slot-Comp VJ-Slot-Comp-No 1
  /external/jdiff/src/jdiff/
JDiff.java 95 APIComparator comp = new APIComparator(); local
97 comp.compareAPIs(oldAPI, newAPI);
119 reporter.generate(comp, existingComments);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 456 G722ENC_DPRINT("%d ::Comp: InBuffHeader[%d] = %p\n", __LINE__, i, pTemp);
457 G722ENC_DPRINT("%d ::Comp: >>>> InputBuffHeader[%d]->pBuffer = %p\n",
459 G722ENC_DPRINT("%d ::Comp: Ip : pTemp_lcml[%d] = %p\n", __LINE__, i, pTemp_lcml);
508 G722ENC_DPRINT("%d ::Comp: >>>>>>>>>>>>> OutBuffHeader[%d] = %p\n",
510 G722ENC_DPRINT("%d ::Comp: >>>> OutBuffHeader[%d]->pBuffer = %p\n",
512 G722ENC_DPRINT("%d ::Comp: Op : pTemp_lcml[%d] = %p\n", __LINE__, i, pTemp_lcml);
    [all...]
  /bionic/libc/arch-arm/bionic/
ffs.S 42 * This is the ffs algorithm devised by d.seal and posted to comp.sys.arm on
  /external/icu4c/i18n/
ucol_elm.h 126 UChar *comp; member in struct:__anon2230

Completed in 849 milliseconds

1 2 3 4 56 7 8 91011>>