/external/bluetooth/bluez/tools/ |
hcitool.c | 509 char addr[18], name[249], oui[9], *comp, *tmp; local 652 comp = ouitocomp(oui); 653 if (comp) { 654 printf("OUI company:\t%s (%s)\n", comp, oui); 655 free(comp); 829 char name[249], oui[9], *comp, *tmp; local 901 comp = ouitocomp(oui); 902 if (comp) { 903 printf("\tOUI Company: %s (%s)\n", comp, oui); 904 free(comp); [all...] |
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
mb_motion_comp.cpp | 553 Vop *comp; local 583 comp = video->currVop; 585 c_comp = comp->yChan + offset; 586 cu_comp = comp->uChan + (offset >> 2) + (xpos >> 2); 587 cv_comp = comp->vChan + (offset >> 2) + (xpos >> 2);
|
mp4lib_int.h | 289 typedef int (*VlcDequantBlockFuncP)(void *video, int comp, int switched,
|
/external/webkit/WebCore/platform/graphics/win/ |
QTMovieWin.cpp | 987 Component comp = 0; local 988 while (comp = FindNextComponent(comp, &findCD)) { 991 OSErr err = GetComponentInfo(comp, &infoCD, nil /*name*/, nil /*info*/, nil /*icon*/); 997 err = MovieImportGetMIMETypeList((ComponentInstance)comp, &mimeList); [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
mb_motion_comp.cpp | 553 Vop *comp; local 583 comp = video->currVop; 585 c_comp = comp->yChan + offset; 586 cu_comp = comp->uChan + (offset >> 2) + (xpos >> 2); 587 cv_comp = comp->vChan + (offset >> 2) + (xpos >> 2);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_Utils.c | 254 G711DEC_DPRINT("%d :: Comp: OMX_G711DecUtils.c\n",__LINE__); 783 G711DEC_DPRINT("%d :: Comp: OMX_G711DecUtils.c\n",__LINE__); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | 302 OMX_PRBUFFER2(pComponentPrivate->dbg, "::Comp: InBuffHeader[%ld] = %p\n", i, pTemp); 303 OMX_PRBUFFER2(pComponentPrivate->dbg, "::Comp: >>>> InputBuffHeader[%ld]->pBuffer = %p\n", i, pTemp->pBuffer); 304 OMX_PRDSP2(pComponentPrivate->dbg, "::Comp: Ip : pTemp_lcml[%ld] = %p\n", i, pTemp_lcml); 337 OMX_PRBUFFER2(pComponentPrivate->dbg, "::Comp: >>>>>>>>>>>>> OutBuffHeader[%ld] = %p\n", i, pTemp); 338 OMX_PRBUFFER2(pComponentPrivate->dbg, "::Comp: >>>> OutBuffHeader[%ld]->pBuffer = %p\n", i, pTemp->pBuffer); 339 OMX_PRBUFFER2(pComponentPrivate->dbg, "::Comp: Op : pTemp_lcml[%ld] = %p\n", i, pTemp_lcml); [all...] |
/dalvik/libcore/security/src/main/java/java/security/cert/ |
X509CertSelector.java | 461 int comp = Integer.parseInt(oid.substring(beg, end)); local 463 if ((comp < 0) || (comp > 2)) { 467 comp = Integer.parseInt(oid.substring(beg, end)); 468 if ((comp < 0) || (comp > 39)) { [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-flow-inline.h | 1175 int comp; 1182 comp = (is_gimple_reg (phi_def) ? SSA_OP_USE : SSA_OP_VIRTUAL_USES); 1185 if ((flags & comp) == 0) 1204 int comp; 1211 comp = (is_gimple_reg (phi_def) ? SSA_OP_DEF : SSA_OP_VIRTUAL_DEFS); 1214 if ((flags & comp) == 0) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
osapi.c | 536 /* ti_dprintf(TIWLAN_LOG_INFO, "os_WaitComplete drv %x drv->comp %x\n",(UINT32)drv,(UINT32)&drv->comp); */ 542 wait_for_completion(&drv->comp); 563 /* ti_dprintf(TIWLAN_LOG_INFO, "os_Complete drv %x drv->comp %x\n",(UINT32)drv, (UINT32)&drv->comp); */ 568 complete(&drv->comp); [all...] |
/external/junit/src/junit/awtui/ |
TestRunner.java | 370 private void addToCounterPanel(Panel counter, Component comp, 386 counter.add(comp, constraints);
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
datapart_encode.cpp | 127 /* Code_MB: DCT, Q, Q^(-1), IDCT, Motion Comp */ 338 /* Code_MB: DCT, Q, Q^(-1), IDCT, Motion Comp */
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Types.h | 125 /** @defgroup comp OpenMAX IL component 138 * @ingroup core comp
|
/external/openssl/crypto/lhash/ |
lhash.c | 125 ret->comp=((c == NULL)?(LHASH_COMP_FN_TYPE)strcmp:c); 418 cf=lh->comp;
|
lhash.h | 141 LHASH_COMP_FN_TYPE comp; member in struct:lhash_st
|
/external/openssl/crypto/rc2/ |
rrc2.doc | 1 >From cygnus.mincom.oz.au!minbne.mincom.oz.au!bunyip.cc.uq.oz.au!munnari.OZ.AU!comp.vuw.ac.nz!waikato!auckland.ac.nz!news Mon Feb 12 18:48:17 EST 1996 3 Path: cygnus.mincom.oz.au!minbne.mincom.oz.au!bunyip.cc.uq.oz.au!munnari.OZ.AU!comp.vuw.ac.nz!waikato!auckland.ac.nz!news
|
/external/openssl/ssl/ |
s3_clnt.c | 631 SSL_COMP *comp; local 707 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i); 708 *(p++)=comp->id; 745 SSL_COMP *comp; local 887 comp=NULL; 889 comp=ssl3_comp_find(s->ctx->comp_methods,j); 891 if ((j != 0) && (comp == NULL)) 899 s->s3->tmp.new_compression=comp; [all...] |
ssltest.c | 428 int comp = 0; local 601 comp = COMP_ZLIB; 605 comp = COMP_RLE; 706 if (comp == COMP_ZLIB) cm = COMP_zlib(); 707 if (comp == COMP_RLE) cm = COMP_rle(); 712 if (SSL_COMP_add_compression_method(comp, cm) != 0) 723 (comp == COMP_RLE ? "rle" : 724 (comp == COMP_ZLIB ? "zlib" : [all...] |
/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 554 public void setComposite(Composite comp) 556 graphics.setComposite(comp);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
MVS.uudecode | 31 # The tool that generated this appeared in the comp.sources.unix newsgroup; 32 # send mail to comp-sources-unix@uunet.uu.net if you want that tool.
|
/frameworks/base/awt/java/awt/ |
Graphics2D.java | 353 * @param comp 356 public abstract void setComposite(Composite comp);
|
/frameworks/base/docs/html/sdk/ |
android-1.1.jd | 16 <li><a href="#comp">Device Compatibility</a> 104 <h2 id="comp">Device Compatibility</h2>
|
/external/bzip2/ |
crctable.c | 28 comp.compression FAQ.
|
/external/opencore/codecs_v2/utilities/pv_config_parser/src/ |
pv_video_config_parser.cpp | 176 /* Code to Check if comp is WMV1 then return not supported */
|
/external/openssl/include/openssl/ |
lhash.h | 141 LHASH_COMP_FN_TYPE comp; member in struct:lhash_st
|