HomeSort by relevance Sort by last modified time
    Searched refs:pPort (Results 1 - 11 of 11) sorted by null

  /external/smack/src/org/jivesoftware/smack/proxy/
ProxyInfo.java 45 public ProxyInfo( ProxyType pType, String pHost, int pPort, String pUser,
50 this.proxyPort = pPort;
55 public static ProxyInfo forHttpProxy(String pHost, int pPort, String pUser,
58 return new ProxyInfo(ProxyType.HTTP, pHost, pPort, pUser, pPass);
61 public static ProxyInfo forSocks4Proxy(String pHost, int pPort, String pUser,
64 return new ProxyInfo(ProxyType.SOCKS4, pHost, pPort, pUser, pPass);
67 public static ProxyInfo forSocks5Proxy(String pHost, int pPort, String pUser,
70 return new ProxyInfo(ProxyType.SOCKS5, pHost, pPort, pUser, pPass);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 127 static OMX_ERRORTYPE VerifyTunnelConnection_JPEGDec(JPEGDEC_PORT_TYPE *pPort,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 265 static OMX_ERRORTYPE VerifyTunnelConnection (VIDEOENC_PORT_TYPE* pPort,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 242 static OMX_ERRORTYPE VIDDEC_VerifyTunnelConnection (VIDDEC_PORT_TYPE *pPort,
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 132 static OMX_ERRORTYPE JPEGENC_VerifyTunnelConnection(JPEG_PORT_TYPE*pPort,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rend.h 463 virtual HRESULT WINAPI get_Port(__LONG32 *pPort) = 0;
476 HRESULT (WINAPI *get_Port)(ITILSConfig *This,__LONG32 *pPort);
491 #define ITILSConfig_get_Port(This,pPort) (This)->lpVtbl->get_Port(This,pPort)
495 HRESULT WINAPI ITILSConfig_get_Port_Proxy(ITILSConfig *This,__LONG32 *pPort);
    [all...]
dmusici.h     [all...]
winspool.h 921 LONG ExtDeviceMode(HWND hWnd,HANDLE hInst,LPDEVMODEA pDevModeOutput,LPSTR pDeviceName,LPSTR pPort,LPDEVMODEA pDevModeInput,LPSTR pProfile,DWORD fMode);
    [all...]
wingdi.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 795 pPort = FOUR_CHAR_CODE('ppor')
    [all...]

Completed in 655 milliseconds