Searched refs:sep (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DCameraHalUtilClasses.cpp209 const char sep = ','; local
247 if ( sep != *pEnd )
258 if ( sep != *pEnd )
269 if ( sep != *pEnd )
280 if ( sep != *pEnd )
H A DCameraHal.cpp4336 const char *sep = "x"; local
4350 pWidth = strtok_r(resStr_copy, sep, &ctx);
4365 pHeight = strtok_r(NULL, sep, &ctx);
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp211 const char sep = ','; local
249 if ( sep != *pEnd )
260 if ( sep != *pEnd )
271 if ( sep != *pEnd )
282 if ( sep != *pEnd )
H A DCameraHal.cpp3216 const char *sep = "x"; local
3232 pWidth = strtok_r( (char *) resStr_copy, sep, &ctx);
3247 pHeight = strtok_r(NULL, sep, &ctx);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmwifi_channels.h44 #define CHSPEC_CTLOVLP(sp1, sp2, sep) (ABS(wf_chspec_ctlchan(sp1) - wf_chspec_ctlchan(sp2)) < \
45 (sep))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py1394 file_path_from_root = re.sub('^' + _root + os.sep, '', file_path_from_root)

Completed in 203 milliseconds