Searched refs:format (Results 151 - 175 of 6114) sorted by path

1234567891011>>

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAndroidScrollIntegrationTest.java328 String.format("window.scrollTo(%d, %d);", targetScrollXCss, targetScrollYCss));
834 assertTrue(String.format(Locale.ENGLISH,
837 assertTrue(String.format(Locale.ENGLISH,
H A DAwContentsClientShouldOverrideUrlLoadingTest.java100 String.format("<iframe onLoad=\"setTimeout('doRedirect%s()', %d);\" />",
H A DAwLegacyQuirksTest.java37 final String pageDeviceDpi = String.format((Locale) null, pageTemplate, "device-dpi");
38 final String pageHighDpi = String.format((Locale) null, pageTemplate, "high-dpi");
39 final String pageDpi100 = String.format((Locale) null, pageTemplate, "100");
190 final String page = String.format((Locale) null, "<html><head>" +
227 final String page = String.format((Locale) null, "<html><head>" +
256 final String pageScale4 = String.format((Locale) null, pageTemplate, 4);
257 final String page = String.format((Locale) null, pageTemplate, 1);
H A DAwSettingsTest.java1604 // The test verifies that the default user agent string follows the format
1627 assertTrue(String.format("User agent string did not match expected pattern. %nExpected " +
1692 final String page1 = String.format(pageTemplate, page1Title);
1693 final String page2 = String.format(pageTemplate, page2Title);
2501 final String pageNoViewport = String.format(pageTemplate, "");
2502 final String pageViewportDeviceWidth = String.format(
2506 final String pageViewportSpecifiedWidth = String.format(
H A DAwZoomTest.java40 return String.format(Locale.US, "<html><head><meta name=\"viewport\" content=\"" +
/external/chromium_org/ash/shelf/
H A Dshelf_model_unittest.cc60 void AddToResult(const std::string& format, int count, std::string* result) { argument
65 *result += base::StringPrintf(format.c_str(), count);
/external/chromium_org/ash/system/date/
H A Ddate_view.cc49 formatter->format(static_cast<UDate>(time.ToDoubleT() * 1000), date_string);
66 simple_formatter.format(
/external/chromium_org/base/allocator/
H A Dallocator_extension_thunks.target.darwin-arm.mk40 -Wno-format \
62 -Wno-format-security \
146 -Wno-format \
168 -Wno-format-security \
H A Dallocator_extension_thunks.target.darwin-arm64.mk39 -Wno-format \
52 -Wno-format-security \
133 -Wno-format \
146 -Wno-format-security \
H A Dallocator_extension_thunks.target.darwin-mips.mk41 -Wno-format \
55 -Wno-format-security \
140 -Wno-format \
154 -Wno-format-security \
H A Dallocator_extension_thunks.target.darwin-mips64.mk41 -Wno-format \
55 -Wno-format-security \
140 -Wno-format \
154 -Wno-format-security \
H A Dallocator_extension_thunks.target.darwin-x86.mk39 -Wno-format \
57 -Wno-format-security \
139 -Wno-format \
157 -Wno-format-security \
H A Dallocator_extension_thunks.target.darwin-x86_64.mk40 -Wno-format \
56 -Wno-format-security \
139 -Wno-format \
155 -Wno-format-security \
H A Dallocator_extension_thunks.target.linux-arm.mk40 -Wno-format \
62 -Wno-format-security \
146 -Wno-format \
168 -Wno-format-security \
H A Dallocator_extension_thunks.target.linux-arm64.mk39 -Wno-format \
52 -Wno-format-security \
133 -Wno-format \
146 -Wno-format-security \
H A Dallocator_extension_thunks.target.linux-mips.mk41 -Wno-format \
55 -Wno-format-security \
140 -Wno-format \
154 -Wno-format-security \
H A Dallocator_extension_thunks.target.linux-mips64.mk41 -Wno-format \
55 -Wno-format-security \
140 -Wno-format \
154 -Wno-format-security \
H A Dallocator_extension_thunks.target.linux-x86.mk39 -Wno-format \
57 -Wno-format-security \
139 -Wno-format \
157 -Wno-format-security \
H A Dallocator_extension_thunks.target.linux-x86_64.mk40 -Wno-format \
56 -Wno-format-security \
139 -Wno-format \
155 -Wno-format-security \
H A Dunittest_utils.cc10 inline int snprintf(char* buffer, size_t count, const char* format, ...) { argument
13 va_start(args, format);
14 result = _vsnprintf(buffer, count, format, args);
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
H A DLibraryLoader.java218 Log.i(TAG, String.format("Time to load native libraries: %d ms (timestamps %d-%d)",
229 Log.i(TAG, String.format(
H A DLinker.java419 if (DEBUG) Log.i(TAG, String.format(
564 Log.i(TAG, String.format(
595 if (DEBUG) Log.i(TAG, String.format(Locale.US, "getBaseLoadAddress() returns 0x%x",
644 String.format(Locale.US, "Random native base load address: 0x%x", address));
794 // Print the load address to the logcat when testing the linker. The format
801 Log.i(TAG, String.format(
812 Log.w(TAG, String.format(Locale.US,
817 String.format(
1014 return String.format(Locale.US,
/external/chromium_org/base/
H A Dcompiler_specific.h159 // Tell the compiler a function is using a printf-style format string.
160 // |format_param| is the one-based index of the format string parameter;
166 __attribute__((format(printf, format_param, dots_param)))
171 // WPRINTF_FORMAT is the same, but for wide format strings.
176 // __attribute__((format(wprintf, format_param, dots_param)))
/external/chromium_org/base/i18n/
H A Dnumber_formatting.cc57 number_format->format(number, ustr);
73 number_format->format(number, ustr);
H A Dstreaming_utf8_validator_perftest.cc147 const char format[],
157 EXPECT_TRUE(RunTest(StringPrintf(format,
146 RunSomeTests( const char format[], base::Callback<std::string(size_t length)> construct_test_string, const TestFunctionDescription* test_functions, size_t test_count) argument

Completed in 1311 milliseconds

1234567891011>>