/third_party/backends/backend/ |
H A D | epson2.c | 329 DBG(6, "params.format = %d\n", params.format); in print_params()
|
H A D | hp4200.c | 2877 p->format = SANE_FRAME_RGB; in sane_get_parameters()
|
H A D | hp3900_sane.c | 2284 p->format = frameformat; in sane_get_parameters()
|
H A D | hp3500.c | 769 params->format = in sane_get_parameters()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 2389 // System.out.format("unsure.size()=%d\n", unsure.size()); in initSkippables() 2409 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2); in initSkippables() 2727 errln(String.format( in TestCanonIterData()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 2386 // System.out.format("unsure.size()=%d\n", unsure.size()); in initSkippables() 2406 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2); in initSkippables() 2724 errln(String.format( in TestCanonIterData()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtptngen.cpp | 825 // TODO Maybe we should return an error when the date format isn't simple. in addICUPatterns() 840 // TODO Maybe we should return an error when the date format isn't simple. in addICUPatterns() 937 // ICU-20383 No longer set fDefaultHourFormatChar to the hour format character from in consumeShortTimePattern() 1235 SimpleFormatter(dtFormat, 2, 2, status).format(timePattern, datePattern, resultPattern, status); 1547 // base + pattern combination was derived from either (a) a canonical item, (b) a standard format, or in addPatternWithSkeleton() 2378 // We have a skeleton with 12-hour-cycle format in set() 2393 // Skeleton has 24-hour-cycle hour format and has dayPeriod, delete dayPeriod (i.e. ignore it) in set()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 2184 var->var->data.image.format = without_array->image_format; in vtn_create_variable()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 2747 if (custom_border_color->format == VK_FORMAT_D24_UNORM_S8_UINT && in tu_init_sampler() 2750 /* When sampling stencil using the special Z24UINT_S8UINT format, the in tu_init_sampler() 2753 * here if the format isn't specified, which is why we don't use that in tu_init_sampler() 2754 * format. in tu_init_sampler()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_to_nir.cpp | 688 var->data.image.format = ir->data.image_format; in visit()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.c | 2764 /* Only update the format if the intrinsic doesn't have one set */ in nir_rewrite_image_intrinsic() 2766 nir_intrinsic_set_format(intrin, var->data.image.format); in nir_rewrite_image_intrinsic()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtptngen.cpp | 820 // TODO Maybe we should return an error when the date format isn't simple. in addICUPatterns() 835 // TODO Maybe we should return an error when the date format isn't simple. in addICUPatterns() 929 // ICU-20383 No longer set fDefaultHourFormatChar to the hour format character from in consumeShortTimePattern() 1227 SimpleFormatter(dtFormat, 2, 2, status).format(timePattern, datePattern, resultPattern, status); 1539 // base + pattern combination was derived from either (a) a canonical item, (b) a standard format, or in addPatternWithSkeleton() 2370 // We have a skeleton with 12-hour-cycle format in set() 2385 // Skeleton has 24-hour-cycle hour format and has dayPeriod, delete dayPeriod (i.e. ignore it) in set()
|
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 35 from idlelib.format import FormatParagraph
|
/third_party/pulseaudio/src/modules/ |
H A D | module-equalizer-sink.c | 75 "format=<sample format> " 136 "format", 1137 ss.format = PA_SAMPLE_FLOAT32; in pa__init() 1140 pa_log("Invalid sample format specification or channel map"); in pa__init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiMaintenance1Tests.cpp | 313 surfaceFormat.format, in getBasicSwapchainParameters() 538 // Upload color to buffer. Assuming RGBA, but surface format could be different, such as BGRA. For the purposes of the test, that doesn't matter. in createBufferAndBindMemory() 666 swapchainCreateInfo.imageFormat, // format in bindSingleImageMemory()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 57 ? renderPass->getAttachment(attachmentIndex).format in robustBufferAccess()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtptngen.cpp | 807 // TODO Maybe we should return an error when the date format isn't simple. in addICUPatterns() 822 // TODO Maybe we should return an error when the date format isn't simple. in addICUPatterns() 919 // ICU-20383 No longer set fDefaultHourFormatChar to the hour format character from in consumeShortTimePattern() 1218 SimpleFormatter(dtFormat, 2, 2, status).format(timePattern, datePattern, resultPattern, status); 1467 // base + pattern combination was derived from either (a) a canonical item, (b) a standard format, or 2291 // We have a skeleton with 12-hour-cycle format 2306 // Skeleton has 24-hour-cycle hour format and has dayPeriod, delete dayPeriod (i.e. ignore it)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 504 Format = TII.getNamedOperand(*I, AMDGPU::OpName::format)->getImm(); in setMI() 750 // TODO: Should be possible to support more formats, but if format loads in offsetsCanBeCombined() 1318 .addImm(JoinedFormat) // format in mergeTBufferLoadPair() 1397 .addImm(JoinedFormat) // format in mergeTBufferStorePair()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 735 OS << format("%8s", EVT(Ty).getEVTString().c_str()) << " "
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | intrinsic_test.cc | 225 ast::ImageFormat format = ast::ImageFormat::kR16Float; member
|
H A D | resolver.cc | 254 return builder_->create<sem::StorageTexture>(t->dim, t->format, in Type()
|
/third_party/unity/src/ |
H A D | unity_internals.h | 574 void UnityPrintF(const UNITY_LINE_TYPE line, const char* format, ...);
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.cpp | 1140 // 4. There are no linebreaks (which will format text into multiple lines) in GetLineFontMetrics() 1245 // 4. There are no linebreaks (which will format text into multiple lines) in GetLineFontMetrics() 1354 line.format(effectiveAlign, noIndentWidth, this->paragraphStyle().getEllipsisMod()); in GetLineFontMetrics()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | measfmttest.cpp | 3499 dataerrln("Failure creating format object - %s", u_errorName(status)); in TestGetAvailable() 3817 dataerrln("Error creating number format en object - %s", u_errorName(status)); in TestFormatPeriodEn() 3822 if (!assertSuccess("Error creating measure format en WIDE", status)) { in TestFormatPeriodEn() 3839 if (!assertSuccess("Error creating measure format en SHORT", status)) { in TestFormatPeriodEn() 3844 if (!assertSuccess("Error creating measure format en NARROW", status)) { in TestFormatPeriodEn() 3849 if (!assertSuccess("Error creating measure format en NUMERIC", status)) { in TestFormatPeriodEn() 3856 if (!assertSuccess("Error creating number format de object", status)) { in TestFormatPeriodEn() 3861 if (!assertSuccess("Error creating measure format de WIDE", status)) { in TestFormatPeriodEn() 3866 if (!assertSuccess("Error creating measure format de NUMERIC", status)) { in TestFormatPeriodEn() 3873 if (!assertSuccess("Error creating number format d in TestFormatPeriodEn() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageLoadStoreTests.cpp | 730 GLenum format) in CheckBinding() 816 if (static_cast<GLenum>(i) != format) in CheckBinding() 819 << " should be " << format << tcu::TestLog::EndMessage; in CheckBinding() 7255 * Use RGBA8 format. All layers shall be tested. 8565 * layout(format) uniform gimage2D u_image; 8567 * where <format> is selected image format, <gimage2D> is type of 2D image 8568 * compatible with <format> and <u_image> is unique name of uniform. 8588 /** Details of image format 8947 /** Provide image format detail 729 CheckBinding(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) CheckBinding() argument [all...] |