/packages/apps/Email/src/org/apache/commons/io/ |
FilenameUtils.java | 500 char ch0 = filename.charAt(0);
local 501 if (ch0 == ':') {
505 if (ch0 == '~') {
508 return (isSeparator(ch0) ? 1 : 0);
510 if (ch0 == '~') {
522 ch0 = Character.toUpperCase(ch0);
523 if (ch0 >= 'A' && ch0 <= 'Z') {
531 } else if (isSeparator(ch0) && isSeparator(ch1)) { [all...] |
/external/opencore/pvmi/media_io/pvmiofileoutput/include/ |
avi_write.h | 31 #define mmioFOURCC( ch0, ch1, ch2, ch3 ) \ 32 ( (int)(unsigned char)(ch0) | ( (int)(unsigned char)(ch1) << 8 ) | \
|
/external/srec/srec/include/ |
sample.h | 71 #define MAKEFOURCC(ch0, ch1, ch2, ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
|
/external/opencore/codecs_v2/utilities/pv_config_parser/src/ |
pv_video_config_parser.cpp | 44 #define MAKEFOURCC_WMC(ch0, ch1, ch2, ch3) \ 45 ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \ 48 #define mmioFOURCC_WMC(ch0, ch1, ch2, ch3) MAKEFOURCC_WMC(ch0, ch1, ch2, ch3)
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 44 #define MAKEFOURCC_WMC(ch0, ch1, ch2, ch3) \ 45 ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \ 48 #define mmioFOURCC_WMC(ch0, ch1, ch2, ch3) MAKEFOURCC_WMC(ch0, ch1, ch2, ch3)
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
OMX_VideoDec_Utils.h | [all...] |
/external/opencore/nodes/pvomxvideodecnode/src/ |
pvmf_omx_videodec_node.cpp | [all...] |