HomeSort by relevance Sort by last modified time
    Searched full:ptitle (Results 1 - 14 of 14) sorted by null

  /external/libmtp/examples/
sendtr.c 164 int sendtrack_function(char * from_path, char * to_path, char *partist, char *palbumartist, char *ptitle, char *pgenre, char *palbum, char *pcomposer, uint16_t tracknum, uint16_t length, uint16_t year, uint32_t storageid)
201 if (ptitle == NULL) {
202 ptitle = prompt("Title", title, 80, 0);
204 if (!strlen(ptitle))
205 ptitle = NULL;
269 if (ptitle) {
270 printf("Title: %s\n", ptitle);
271 trackmeta->title = strdup(ptitle);
379 char *ptitle = NULL; local
391 ptitle = strdup(optarg)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 104 UINT8 *scru_dump_hex (UINT8 *p, char *pTitle, UINT32 len, UINT32 layer, UINT32 type)
106 if(pTitle && *pTitle)
107 PRINT(pTitle);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
dm_tree_util.cc 292 CPCHAR pTitle,
316 if ( pTitle )
319 if ( pTitle[0] && m_oTitle.getBuffer() == NULL )
dm_tree_node_class.cc 251 CPCHAR pTitle = ( pNodeProp->m_oTitle.getSize() ? pNodeProp->getTitle() : NULL );
263 return set(pName,pTitle,(DMGetData*)pNodeProp);
  /external/libnfc-nci/halimpl/bcm2079x/include/
android_logmsg.h 44 UINT8* scru_dump_hex (UINT8* p, char* pTitle, UINT32 len, UINT32 layer, UINT32 type);
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macwm.c 48 Str255 ptitle; /* MJS */ local
49 ptitle[0] = strlen (title);
50 SDL_memcpy(ptitle+1, title, ptitle[0]); /* MJS */
52 SetWTitle(SDL_Window, ptitle); /* MJS */
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 141 FPDF_WIDESTRING pTitle = (FPDF_WIDESTRING)bsTitle.GetBuffer(bsTitle.GetLength());
142 int ret = m_pInfo->m_pJsPlatform->app_alert(m_pInfo->m_pJsPlatform, pMsg, pTitle, Type, Icon);
159 FPDF_WIDESTRING pTitle = (FPDF_WIDESTRING)bsTitle.GetBuffer(bsTitle.GetLength());
162 int ret = m_pInfo->m_pJsPlatform->app_response(m_pInfo->m_pJsPlatform, pQuestion, pTitle,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtsapi32.h 176 WINBOOL WINAPI WTSSendMessageW(HANDLE hServer,DWORD SessionId,LPWSTR pTitle,DWORD TitleLength,LPWSTR pMessage,DWORD MessageLength,DWORD Style,DWORD Timeout,DWORD *pResponse,WINBOOL bWait);
177 WINBOOL WINAPI WTSSendMessageA(HANDLE hServer,DWORD SessionId,LPSTR pTitle,DWORD TitleLength,LPSTR pMessage,DWORD MessageLength,DWORD Style,DWORD Timeout,DWORD *pResponse,WINBOOL bWait);
compstui.h 736 LPTSTR pTitle;
752 LPTSTR pTitle;
    [all...]
winwlx.h 166 WINBOOL WINAPI WlxDisplayStatusMessage(PVOID pWlxContext,HDESK hDesktop,DWORD dwOptions,PWSTR pTitle,PWSTR pMessage);
winsplp.h 422 LPWSTR pTitle;
    [all...]
cdoex.h     [all...]
strmif.h     [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/hdr/
dm_tree_typedef.h 232 CPCHAR pTitle,

Completed in 1277 milliseconds