/third_party/benchmark/src/ |
H A D | string_util.cc | 147 std::string StrFormat(const char* format, ...) { in StrFormat() argument 149 va_start(args, format); in StrFormat() 150 std::string tmp = StrFormatImp(format, args); in StrFormat()
|
/third_party/googletest/googletest/scripts/ |
H A D | gen_gtest_pred_impl.py | 190 def Iter(n, format, sep=''): 191 """Given a positive integer n, a format string that contains 0 or 192 more '%s' format specs, and optionally a separator string, returns 193 the join of n strings, each formatted with the format string on an 201 # How many '%s' specs are in format? 202 spec_count = len(format.split('%s')) - 1 203 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)])
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | MixedUnitLongNameHandler.java | 32 * A localized NumberFormatter used to format the integer-valued bigger 173 // Format the integer values appropriately and modify with the format in getMixedUnitModifier() 198 outputMeasuresList.add(finalFormatter.format("{0}")); in getMixedUnitModifier() 218 outputMeasuresList.add(compiledFormatter.format(appendable.toString())); in getMixedUnitModifier() 224 String premixedFormatPattern = this.fListFormatter.format(outputMeasuresList); in getMixedUnitModifier()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | BasicPeriodFormatter.java | 40 public String format(Period period) { in format() method in BasicPeriodFormatter 44 return format(period.timeLimit, period.inFuture, period.counts); in format() 57 private String format(int tl, boolean inFuture, int[] counts) { in format() method in BasicPeriodFormatter 67 // periods set, return null to indicate we could not format in format() 144 // format the initial portion of the string before the units. in format() 158 // we didn't format the previous unit in format()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | reldatefmt.h | 360 * fmt.format( 363 * fmt.format( 366 * fmt.format( 369 * fmt.format(UDAT_DIRECTION_LAST, UDAT_ABSOLUTE_SUNDAY, appendTo, status); 371 * fmt.format(UDAT_DIRECTION_THIS, UDAT_ABSOLUTE_SUNDAY, appendTo, status); 373 * fmt.format(UDAT_DIRECTION_NEXT, UDAT_ABSOLUTE_SUNDAY, appendTo, status); 375 * fmt.format(UDAT_DIRECTION_PLAIN, UDAT_ABSOLUTE_SUNDAY, appendTo, status); 378 * fmt.format(UDAT_DIRECTION_LAST, UDAT_ABSOLUTE_DAY, appendTo, status); 380 * fmt.format(UDAT_DIRECTION_THIS, UDAT_ABSOLUTE_DAY, appendTo, status); 382 * fmt.format(UDAT_DIRECTION_NEX [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
H A D | RbnfLenientScannerTest.java | 9 package com.ibm.icu.dev.test.format; 169 String s = fmt.format(n); in TestAllLocales() 170 logln(loc.getName() + names[j] + "success format: " + n + " -> " + s); in TestAllLocales() 213 String actualNumber = decFmt.format(formatter.parse(words)); in doLenientParseTest()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | RbnfLenientScannerTest.java | 10 package ohos.global.icu.dev.test.format; 172 String s = fmt.format(n); in TestAllLocales() 173 logln(loc.getName() + names[j] + "success format: " + n + " -> " + s); in TestAllLocales() 216 String actualNumber = decFmt.format(formatter.parse(words)); in doLenientParseTest()
|
H A D | IntlTestNumberFormat.java | 12 * Port From: ICU4C v1.8.1 : format : IntlTestNumberFormat 16 package ohos.global.icu.dev.test.format; 32 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of 93 errln("**** FAIL: Null format returned by createXxxInstance."); in _testFormat() 190 string[i] = fNumberFormat.format(number[i]); in tryIt() 241 String stringNum = fNumberFormat.format(aNumber); in tryIt()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestNumberFormat.java | 11 * Port From: ICU4C v1.8.1 : format : IntlTestNumberFormat 15 package com.ibm.icu.dev.test.format; 30 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of 90 errln("**** FAIL: Null format returned by createXxxInstance."); in _testFormat() 187 string[i] = fNumberFormat.format(number[i]); in tryIt() 238 String stringNum = fNumberFormat.format(aNumber); in tryIt()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | BasicPeriodFormatter.java | 41 public String format(Period period) { in format() method in BasicPeriodFormatter 45 return format(period.timeLimit, period.inFuture, period.counts); in format() 58 private String format(int tl, boolean inFuture, int[] counts) { in format() method in BasicPeriodFormatter 68 // periods set, return null to indicate we could not format in format() 145 // format the initial portion of the string before the units. in format() 159 // we didn't format the previous unit in format()
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_create.c | 58 ui->edi.di_cache.format = -1; in _UCD_create() 59 ui->edi.di_debug.format = -1; in _UCD_create() 61 ui->edi.ktab.format = -1; in _UCD_create()
|
/third_party/libunwind/libunwind/include/ |
H A D | libunwind_i.h | 268 # define Debug(level, /* format */ ...) \ 276 fprintf (stderr, /* format */ __VA_ARGS__); \ 279 # define Dprintf(/* format */ ...) \ 280 fprintf (stderr, /* format */ __VA_ARGS__) 282 # define Debug(level, /* format */ ...) 283 # define Dprintf( /* format */ ...) 323 edi->di_cache.format = -1; in invalidate_edi() 324 edi->di_debug.format = -1; in invalidate_edi() 326 edi->di_arm.format = -1; in invalidate_edi()
|
/third_party/libdrm/include/drm/ |
H A D | vmwgfx_drm.h | 167 * @format: Surface format as understood by the host. 184 __u32 format; member 475 * @format: Format of the overlay as understood by the host. 496 __s32 format; member 914 * @format: SVGA3d format. 930 __u32 format; member
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_test_cases.py | 47 format(file_name, line_number, *args)) 53 .format(file_name, line_number, *args)) 111 # Assume test file is responsible for printing identical format of 237 .format(sys.argv[0], results.errors, results.warnings))
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
H A D | h264einport.c | 56 buf_templ.format = PIPE_FORMAT_I8_UNORM; in enc_AllocateBackTexture() 60 buf_templ.width0 = port->portdef_.format.video.nFrameWidth; in enc_AllocateBackTexture() 61 buf_templ.height0 = port->portdef_.format.video.nFrameHeight * 3 / 2; in enc_AllocateBackTexture()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_formats.c | 139 VkFormat format, in pvr_GetPhysicalDeviceFormatProperties2() 142 const struct pvr_format *pvr_format = pvr_get_format(format); in pvr_GetPhysicalDeviceFormatProperties2() 240 VkFormat format, in pvr_GetPhysicalDeviceSparseImageFormatProperties() 282 /* clang-format off */ in pvr_GetPhysicalDeviceExternalBufferProperties() 292 /* clang-format on */ in pvr_GetPhysicalDeviceExternalBufferProperties() 137 pvr_GetPhysicalDeviceFormatProperties2( VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) pvr_GetPhysicalDeviceFormatProperties2() argument 238 pvr_GetPhysicalDeviceSparseImageFormatProperties( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, uint32_t samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pNumProperties, VkSparseImageFormatProperties *pProperties) pvr_GetPhysicalDeviceSparseImageFormatProperties() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_sampler_view.c | 32 #include "util/format/u_format.h" 66 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, in svga_get_tex_sampler_view() local 151 flags, format, in svga_get_tex_sampler_view()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | tri-gs.c | 209 templat.format = formats[i]; in init() 223 surf_tmpl.format = templat.format; in init()
|
H A D | shader-leak.c | 202 templat.format = formats[i]; in init() 216 surf_tmpl.format = templat.format; in init()
|
/third_party/node/lib/ |
H A D | util.js | 59 format, 223 console.log('%s - %s', timestamp(), format(...args)); 357 format,
|
/third_party/node/deps/v8/tools/release/ |
H A D | merge_to_branch.py | 75 git_hashes = self.GitLog(reverse=True, format="%H", 79 revision_title = self.GitLog(n=1, format="%s", git_hash=git_hash) 102 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash)
|
H A D | roll_merge.py | 76 git_hashes = self.GitLog(reverse=True, format="%H", 80 revision_title = self.GitLog(n=1, format="%s", git_hash=git_hash) 119 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash)
|
/third_party/node/test/parallel/ |
H A D | test-path-parse-format.js | 108 { method: 'format', input: [null] }, 109 { method: 'format', input: [''] }, 110 { method: 'format', input: [true] }, 111 { method: 'format', input: [1] }, 196 assert.strictEqual(path.format(output), element); 213 assert.strictEqual(path.format(element), expect); 218 path.format(pathObject);
|
/third_party/node/tools/ |
H A D | js2c.py | 117 definition = template.format(var, array_content) 128 initializer = INITIALIZER.format(name, var, size) 159 out = TEMPLATE.format(definitions, initializers, config_size)
|
/third_party/mesa3d/src/intel/isl/tests/ |
H A D | isl_surf_get_image_offset_test.c | 136 .format = ISL_FORMAT_R8G8B8A8_UNORM, in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0() 184 .format = ISL_FORMAT_R8G8B8A8_UNORM, in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0() 245 .format = ISL_FORMAT_R8G8B8A8_UNORM, in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
|