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

  /packages/apps/UnifiedEmail/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/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 ))
  /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)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.h 378 boolean ch0, boolean ch1, boolean ch2, boolean ch3)
381 mask[0] = ch0 ? ~0 : 0;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 378 boolean ch0, boolean ch1, boolean ch2, boolean ch3)
381 mask[0] = ch0 ? ~0 : 0;
  /external/chromium_org/third_party/libva/va/
va.h     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 551 var ch0 = p.charAt(0);
552 if (p.length >= 2 && ch0 === '[') {
554 } else if (ch0 !== '\\') {
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 551 var ch0 = p.charAt(0);
552 if (p.length >= 2 && ch0 === '[') {
554 } else if (ch0 !== '\\') {
    [all...]

Completed in 605 milliseconds