Home
last modified time | relevance | path

Searched refs:format (Results 8226 - 8250 of 10860) sorted by relevance

1...<<321322323324325326327328329330>>...435

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
H A DSpoofCheckerTest.java671 out.append(String.format("\\u%04x", c)); in escapeString()
673 out.append(String.format("\\U%06x", c)); in escapeString()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCurrencyTest.java466 logln("from: " + fmt.format(info.from)+ Long.toHexString(info.from)); in testCurrencyMetaInfoRanges()
467 logln(" to: " + fmt.format(info.to) + Long.toHexString(info.to)); in testCurrencyMetaInfoRanges()
942 assertEquals("Iso format for digits expected", in TestCurrMetaInfoBaseClass()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java668 out.append(String.format("\\u%04x", c)); in escapeString()
670 out.append(String.format("\\U%06x", c)); in escapeString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRule.java95 * The rule's plural format when defined. This is not a substitution
493 // rules like "<<%" to format, say, percents... in extractSubstitution()
765 toInsertInto.insert(pos, rulePatternFormat.format(number / power(radix, exponent))); in doFormat()
816 toInsertInto.insert(pos, rulePatternFormat.format((long)(pluralVal))); in doFormat()
858 * it in the rule set's list should be used to format the number)
878 // of 100, and the value we're trying to format _is_ an even in shouldRollBack()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCurrencyTest.java463 logln("from: " + fmt.format(info.from)+ Long.toHexString(info.from)); in testCurrencyMetaInfoRanges()
464 logln(" to: " + fmt.format(info.to) + Long.toHexString(info.to)); in testCurrencyMetaInfoRanges()
954 assertEquals("Iso format for digits expected", in TestCurrMetaInfoBaseClass()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationRegressionTest.java960 errln(String.format("The collation elements at positions 0 (0x%04x), " + in Test4179216()
987 errln(String.format("\"cat\" elements don't match: elt14 = 0x%04x, " + in Test4179216()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITest.java600 assertFalse(String.format("Duplicate columns (%d, %d)", c1, c2), columns.get(c1).equals(columns.get(c2))); in TestTableRedundancies()
624 assertFalse(String.format("Duplicate states (%d, %d)", r1, r2), rows.get(r1).equals(rows.get(r2))); in TestTableRedundancies()
805 * For both the number of states and the number of character classes, the eight bit format
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java388 pw.format("fields in %s: %s%n", n1, set1); in compare()
389 pw.format("fields in %s: %s%n", n2, set2); in compare()
/third_party/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp308 //TODO: format() and parseObj() are const member functions, in create()
314 //in format(), the locale will set up as the locale in fNumberFormat. in create()
684 TimeUnitFormat::setNumberFormat(const NumberFormat& format, UErrorCode& status){ in setNumberFormat() argument
688 adoptNumberFormat(format.clone(), status); in setNumberFormat()
H A Dnfrs.cpp400 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const in format() function in NFRuleSet
414 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const in format() function in NFRuleSet
475 // if there's a default rule, use it to format the number in findDoubleRule()
507 // do them in findRule(), because the version of format() that in findNormalRule()
573 * @return The rule to use to format this number
/third_party/libsnd/src/
H A Dogg_vorbis.c293 psf->sf.format = SF_FORMAT_OGG | SF_FORMAT_VORBIS ; in vorbis_read_header()
506 psf->sf.format = SF_FORMAT_OGG | SF_FORMAT_VORBIS ; in ogg_vorbis_open()
633 ** (-1.<=range<=1.) to whatever PCM format and write it out. in vorbis_read_sample()
/third_party/mesa3d/src/amd/addrlib/src/
H A Daddrinterface.cpp797 const ELEM_FLT32TOCOLORPIXEL_INPUT* pIn, ///< [in] format, surface number and swap value in ElemFlt32ToColorPixel()
821 * Helper function to check one format can be EXPORT_NUM,
856 * Get bits-per-element for specified format
859 * Bits-per-element of specified format
865 AddrFormat format) in ElemSize()
873 bpe = pLib->GetBpe(format); in ElemSize()
863 ElemSize( ADDR_HANDLE hLib, AddrFormat format) ElemSize() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c501 uint8_t bits = vk_format_get_component_bits(ycbcr_sampler->format, in lower_tex_ycbcr()
505 switch (ycbcr_sampler->format) { in lower_tex_ycbcr()
/third_party/ltp/
H A Drunltp59 # - Added a new option to generate output in HTML format also. Also retaining
60 # the original test format
133 -g HTMLFILE Create an additional HTML output format
152 -p Human readable format logfiles.
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c634 port->sPortParam.format.video.nFrameWidth || in vid_dec_h265_BeginFrame()
636 port->sPortParam.format.video.nFrameHeight) in vid_dec_h265_BeginFrame()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c29 #include "util/format/u_format.h"
104 util_format_is_depth_and_stencil(curr->zsbuf->format)) { in emit_fb_vgpu9()
164 util_format_is_depth_and_stencil(hw->zsbuf->format)) { in svga_reemit_framebuffer_bindings_vgpu9()
/third_party/node/lib/
H A Dpath.js900 format: FunctionPrototypeBind(_format, null, '\\'),
1436 format: FunctionPrototypeBind(_format, null, '/'),
/third_party/node/src/crypto/
H A Dcrypto_dh.cc497 // * Public format
499 // * Private format
604 WebCryptoKeyFormat format, in DoExport()
609 switch (format) { in DoExport()
602 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const DHKeyExportConfig& params, ByteSource* out) DoExport() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrs.cpp400 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const in format() function in NFRuleSet
414 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const in format() function in NFRuleSet
475 // if there's a default rule, use it to format the number in findDoubleRule()
507 // do them in findRule(), because the version of format() that in findNormalRule()
573 * @return The rule to use to format this number
H A Dtmutfmt.cpp312 //TODO: format() and parseObj() are const member functions, in create()
318 //in format(), the locale will set up as the locale in fNumberFormat. in create()
691 TimeUnitFormat::setNumberFormat(const NumberFormat& format, UErrorCode& status){ in setNumberFormat() argument
695 adoptNumberFormat(format.clone(), status); in setNumberFormat()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state_validate.c60 PUSH_DATA (push, nv50_format_table[sf->base.format].rt); in nv50_validate_fb()
104 PUSH_DATA (push, nv50_format_table[fb->zsbuf->format].rt); in nv50_validate_fb()
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp653 ((const DecimalFormat*)fFmt)->format(fExpect, buf, NULL, setupStatus); in warmup()
675 ((const DecimalFormat*)fFmt)->format(fExpect, buf, NULL, setupStatus); in run()
797 // format tests in runTests()
/third_party/ltp/testcases/kernel/mce-test/stress/
H A Dhwpoison.sh187 dev_major=0x`/usr/bin/stat --format=%t $g_dev` > /dev/null 2>&1
189 dev_minor=0x`/usr/bin/stat --format=%T $g_dev` > /dev/null 2>&1
212 echo -n "test will format $g_dev to $g_fstype, continue [y/n]? "
222 [ $g_fstype = ocfs2 ] && echo -n "test will format $g_dev to $g_fstype, continue [y/n]? "
/third_party/libinput/test/
H A Dtest-quirks.c36 const char *format, in log_handler()
40 vprintf(format, args); in log_handler()
34 log_handler(struct libinput *this_is_null, enum libinput_log_priority priority, const char *format, va_list args) log_handler() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_parser.c744 fprintf(fp, "\t format: 0x%x (%d)\n", desc->format, desc->format); in parse_texture()

Completed in 65 milliseconds

1...<<321322323324325326327328329330>>...435