/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_static.c | 201 uint32_t dst_buf_vars, cformat, zformat; local 207 cformat = cbuf_surface->format; 209 cformat = PIPE_FORMAT_B8G8R8A8_UNORM; /* arbitrary */ 210 cformat = translate_format(cformat); 228 cformat |
|
/external/pdfium/fxjs/ |
cjs_util.cpp | 195 std::basic_string<wchar_t> cFormat = 197 cFormat.erase(std::remove(cFormat.begin(), cFormat.end(), '%'), 198 cFormat.end()); 203 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) != 205 cFormat.replace(iEnd, wcslen(TbConvertTable[i].lpszJSMark), 223 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) { 225 if (cFormat[iEnd - 1] == L'%') { 230 cFormat.replace(iEnd, wcslen(cTableAd[i].lpszJSMark) [all...] |
cjs_util.h | 36 static WideString printx(const WideString& cFormat,
|
cjs_publicmethods.cpp | 1144 // function AFDate_FormatEx(cFormat) [all...] |
/external/icu/icu4c/source/test/iotest/ |
iotest.cpp | 207 char cFormat[sizeof(cBuffer)]; 301 u_austrncpy(cFormat, format, sizeof(cFormat)); 305 i, cFormat, cBuffer, cExpected); 330 u_austrncpy(cFormat, format, sizeof(cFormat)); 334 i, cFormat, cBuffer, cExpected); 505 u_austrncpy(cFormat, format, sizeof(cFormat)); 509 i, cFormat, cBuffer, cExpected) [all...] |
strtst.c | 361 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ 368 cNumPrinted = sprintf(buffer, cFormat, cValue);\
|
filetst.c | [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
NumberFormatTest.java | 211 ChoiceFormat cformat = new ChoiceFormat( local 214 ((NumberFormat) cformat).getCurrency(); 241 ChoiceFormat cformat = new ChoiceFormat( local 244 ((NumberFormat) cformat).setCurrency(currA);
|
/external/ImageMagick/coders/ |
pdf.c | [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
OldNumberFormatTest.java | 83 ChoiceFormat cformat = new ChoiceFormat( local 86 ((NumberFormat) cformat).setCurrency(currA); [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
copybit_c2d.cpp | 903 static int is_alpha(int cformat) 906 switch (cformat & 0xFF) { 918 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA)) [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
copybit_c2d.cpp | 909 static int is_alpha(int cformat) 912 switch (cformat & 0xFF) { 924 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA)) [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 883 static int is_alpha(int cformat) 886 switch (cformat & 0xFF) { 898 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA)) [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
copybit_c2d.cpp | 912 static int is_alpha(int cformat) 915 switch (cformat & 0xFF) { 927 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA)) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
Parsing.py | 612 'CFormat or RegisterFormat', LineNo)
618 'CFormat or RegisterFormat', LineNo)
[all...] |
/external/icu/icu4c/source/test/intltest/ |
numfmtst.cpp | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
AutoGen.py | [all...] |