Searched refs:pcode (Results 1 - 4 of 4) sorted by relevance
/external/qemu/android/ |
H A D | hw-events.c | 135 int *pcode, 145 *pcode = 0; 171 *pcode = -1; 173 *pcode = eventList_findCodeByName( list, p, q-p ); 175 if (*pcode < 0) { 176 *pcode = (int) strtol( p, &end, 0 ); 133 android_event_from_str( const char* name, int *ptype, int *pcode, int *pvalue ) argument
|
H A D | hw-events.h | 535 int *pcode,
|
/external/lldb/include/lldb/DataFormatters/ |
H A D | TypeSynthetic.h | 480 const char* pcode = NULL) : 487 if (pcode) 488 m_python_code = pcode;
|
/external/qemu/android/skin/ |
H A D | file.c | 463 skin_layout_event_decode( const char* event, int *ptype, int *pcode, int *pvalue ) argument 497 *pcode = strtol(x+1, NULL, 0);
|
Completed in 146 milliseconds