/test/ostest/wukong/report/src/ |
H A D | data_set.cpp | 60 void DataSet::SetFormatStragety(std::shared_ptr<Format> format) in SetFormatStragety() argument 62 format_ = format; in SetFormatStragety()
|
/test/xts/hats/hdf/display/composer/common/ |
H A D | hdi_test_render_utils.cpp | 33 DISPLAY_TEST_CHK_RETURN_NOT_VALUE((handle.format <= 0), in SetPixel() 34 DISPLAY_TEST_LOGE("CheckPixel do not support format %{public}d", handle.format)); in SetPixel()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mediacodecdec_common.h | 46 FFAMediaFormat *format; member 78 FFAMediaFormat *format);
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_overlay.h | 64 int format; ///< OverlayFormat member 73 const AVPixFmtDescriptor *main_desc; ///< format descriptor for main input 85 void ff_overlay_init_x86(OverlayContext *s, int format, int pix_format,
|
/third_party/elfutils/backends/ |
H A D | arm_corenote.c | 52 .name = "orig_r0", .type = ELF_T_SWORD, .format = 'd', \ 87 .type = ELF_T_WORD, .format = 'x',
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_entry.cpp | 205 const char* format in print_error() 207 fprintf(stderr, "%s", format); in print_error()
|
/third_party/backends/include/sane/ |
H A D | sanei_debug.h | 45 * @param fmt format (see man 3 printf for details) 117 __attribute__ ((format (printf, 2, 3))) 132 void DBG_LOCAL (int level, const char *msg, ...) __attribute__ ((format (printf, 2, 3)));
|
/third_party/cJSON/tests/ |
H A D | print_object.c | 60 unformatted_buffer.format = false; in assert_print_object() 64 formatted_buffer.format = true; in assert_print_object()
|
H A D | print_array.c | 59 unformatted_buffer.format = false; in assert_print_array() 63 formatted_buffer.format = true; in assert_print_array()
|
/third_party/icu/icu4c/source/samples/translit/answers/ |
H A D | main_2.cpp | 61 defFmt->format(cal->getTime(status), str, status); in main() 62 check(status, "DateFormat::format"); in main() 69 fmt->format(cal->getTime(status), str, status); in main() 70 check(status, "DateFormat::format"); in main()
|
H A D | main_1.cpp | 53 defFmt->format(cal->getTime(status), str, status); in main() 54 check(status, "DateFormat::format"); in main() 61 fmt->format(cal->getTime(status), str, status); in main() 62 check(status, "DateFormat::format"); in main()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/ |
H A D | Test_ja.java | 43 assertEquals(null, "1\u30df\u30ea\u79d2\u524d", pf.format(p)); in testNoMillis() 46 assertEquals(null, "1.001\u79d2\u524d", pf.format(p)); in testNoMillis() 49 assertEquals(null, "1\u5206\u30681\u30df\u30ea\u79d2\u524d", pf.format(p)); in testNoMillis() 59 String s1 = pf.format(p); in testOmitZeros() 61 String s2 = pf.format(p); in testOmitZeros()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/languages/ |
H A D | Test_ja.java | 46 assertEquals(null, "1\u30df\u30ea\u79d2\u524d", pf.format(p)); in testNoMillis() 49 assertEquals(null, "1.001\u79d2\u524d", pf.format(p)); in testNoMillis() 52 assertEquals(null, "1\u5206\u30681\u30df\u30ea\u79d2\u524d", pf.format(p)); in testNoMillis() 62 String s1 = pf.format(p); in testOmitZeros() 64 String s2 = pf.format(p); in testOmitZeros()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | quantityformatter.h | 37 * Then use the format() method. 105 UnicodeString &format( 129 * @param quantity The number to format. 130 * @param fmt The formatter to use to format the number. 133 * @param output Where to append the result of the format operation. 150 static UnicodeString &format(
|
/third_party/libsnd/src/ |
H A D | raw.c | 34 subformat = SF_CODEC (psf->sf.format) ; in raw_open() 36 psf->endian = SF_ENDIAN (psf->sf.format) ; in raw_open()
|
/third_party/libunwind/libunwind/tests/ |
H A D | run-coredump-unwind | 18 nm -D "$binary" --format=posix --defined-only | awk '{ print $1 }' | sort > "$dynsyms" 20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms"
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-smd.h | 120 * \param format: the format string to prepare the payload with 121 * \param ...: arguments for the format string, if any 138 const char *format, ...) LWS_FORMAT(3); 147 * \param format: the format string to prepare the payload with 148 * \param ...: arguments for the format string, if any 151 * streamtype LWS_SMD_STREAMTYPENAME, using the same api format as 159 lws_smd_class_t _class, const char *format, ...)
|
/third_party/libdrm/android/ |
H A D | gralloc_handle.h | 59 uint32_t format; /* pixel format (Android) */ member 104 handle->format = hal_format; in gralloc_handle_create()
|
/third_party/mesa3d/bin/ |
H A D | meson-cmd-extract.py | 64 args.append('--cross-file={}'.format(cf)) 70 args.extend(['--native-file={}'.format(f) for f in nf])
|
/third_party/mesa3d/src/freedreno/fdl/ |
H A D | freedreno_layout.c | 41 layout->format = PIPE_FORMAT_R8_UINT; in fdl_layout_buffer() 69 util_format_name(layout->format), u_minify(layout->width0, level), in fdl_dump_layout()
|
/third_party/mesa3d/src/egl/wayland/wayland-drm/ |
H A D | wayland-drm.h | 18 bool (*is_format_supported)(void *user_data, uint32_t format); 39 uint32_t format; member
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | sexps.py | 43 raise Exception('Not a sexp: {0!r}'.format(sexp)) 86 return '({0})'.format(result.replace('\n', '\n '))
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_clear.c | 79 util_format_is_depth_and_stencil(zsbuf->texture->format) && in softpipe_clear() 88 cv = util_pack64_z_stencil(zsbuf->format, depth, stencil); in softpipe_clear()
|
/third_party/mesa3d/src/gallium/winsys/sw/null/ |
H A D | null_sw_winsys.c | 49 enum pipe_format format ) in null_sw_is_displaytarget_format_supported() 84 enum pipe_format format, in null_sw_displaytarget_create() 82 null_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) null_sw_displaytarget_create() argument
|
/third_party/node/lib/internal/main/ |
H A D | check_syntax.js | 72 const format = await defaultGetFormat(new URL(url)); 73 isModule = format === 'module';
|