Searched defs:FMT (Results 1 - 8 of 8) sorted by path

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.cpp543 ChoiceFormat* FMT[] = { &fmt1, &fmt2 }; local
548 FMT[pass]->format(x, str);
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressDataKey.java37 FMT, enum constant in enum:AddressDataKey
54 * The latin format string {@link #FMT} used when a country defines an alternative format for
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc857 uint8_t FMT = 1; local
858 rtcpbuffer[pos++]=(uint8_t)0x80 + FMT;
887 uint8_t FMT = 4; local
888 rtcpbuffer[pos++] = (uint8_t)0x80 + FMT;
933 uint8_t FMT = 2; local
934 rtcpbuffer[pos++]=(uint8_t)0x80 + FMT;
982 uint8_t FMT = 3; local
983 rtcpbuffer[pos++]=(uint8_t)0x80 + FMT;
1056 uint8_t FMT = 15; local
1057 rtcpbuffer[pos++]=(uint8_t)0x80 + FMT;
1172 uint8_t FMT = 3; local
1230 uint8_t FMT = 4; local
1341 uint8_t FMT = 1; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/test/intltest/
H A Dtchcfmt.cpp543 ChoiceFormat* FMT[] = { &fmt1, &fmt2 }; local
548 FMT[pass]->format(x, str);
/external/iptables/include/
H A Dxtables.h500 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (tab)) macro
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_common.c1303 #define FMT(op) (((op & SLJIT_SINGLE_OP) ^ SLJIT_SINGLE_OP) << (21 - 8)) macro
1322 FAIL_IF(push_inst(compiler, (TRUNC_W_S ^ (flags >> 19)) | FMT(op) | FS(src) | FD(TMP_FREG1), MOVABLE_INS));
1396 FAIL_IF(push_inst(compiler, C_UEQ_S | FMT(op) | FT(src2) | FS(src1), UNMOVABLE_INS));
1403 FAIL_IF(push_inst(compiler, C_ULT_S | FMT(op) | FT(src2) | FS(src1), UNMOVABLE_INS));
1405 FAIL_IF(push_inst(compiler, C_ULT_S | FMT(op) | FT(src1) | FS(src2), UNMOVABLE_INS));
1412 return push_inst(compiler, C_UN_S | FMT(op) | FT(src2) | FS(src1), FCSR_FCC);
1444 FAIL_IF(push_inst(compiler, MOV_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS));
1450 FAIL_IF(push_inst(compiler, NEG_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS));
1453 FAIL_IF(push_inst(compiler, ABS_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS));
1526 FAIL_IF(push_inst(compiler, ADD_S | FMT(o
1956 #undef FMT macro
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_wave.h33 #define FMT 0x20746D66 /* "fmt " */ macro

Completed in 2664 milliseconds