HomeSort by relevance Sort by last modified time
    Searched refs:formatted (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/Android.mk
19 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/bool
23 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_short
27 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/pointer
31 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/in
    [all...]
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts/Android.mk
19 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts/tested_elsewhere
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/tested_elsewhere
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
string_util.cc 32 std::string formatted; local
33 formatted.reserve(format_string.length() + sub_length);
43 formatted.push_back('$');
57 formatted.append(subst.at(index));
61 formatted.push_back(*i);
64 return formatted;
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/bool
23 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_short
27 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer
31 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/int
35 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_double
39 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/short
43 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_int
47 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_long
51 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_lon
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 108 String formatted = reformat(s, Selection.getSelectionEnd(s)); local
109 if (formatted != null) {
112 s.replace(0, s.length(), formatted, 0, formatted.length());
115 if (formatted.equals(s.toString())) {
124 * Generate the formatted number by ignoring all non-dialable chars and stick the cursor to the
131 String formatted = null; local
140 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
150 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
152 return formatted;
    [all...]
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ostream
23 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/basic_ios
27 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/streambuf
31 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ios_base
  /external/chromium_org/chrome/browser/ui/location_bar/
origin_chip_info.cc 221 base::string16 formatted = net::FormatUrl(url.GetOrigin(), languages, local
224 if (StartsWith(formatted, base::ASCIIToUTF16("http://"), false))
225 formatted = formatted.substr(7);
226 else if (StartsWith(formatted, base::ASCIIToUTF16("https://"), false))
227 formatted = formatted.substr(8);
228 else if (StartsWith(formatted, base::ASCIIToUTF16("ftp://"), false))
229 formatted = formatted.substr(6)
    [all...]
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/Android.mk
19 test_name := input.output/iostream.format/input.streams/istream.formatted/nothing_to_do
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/nothing_to_do
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/Android.mk
19 test_name := input.output/iostream.format/input.streams/istream.formatted/istream_extractors/signed_char
23 test_name := input.output/iostream.format/input.streams/istream.formatted/istream_extractors/unsigned_char_pointer
27 test_name := input.output/iostream.format/input.streams/istream.formatted/istream_extractors/unsigned_char
31 test_name := input.output/iostream.format/input.streams/istream.formatted/istream_extractors/basic_ios
35 test_name := input.output/iostream.format/input.streams/istream.formatted/istream_extractors/streambuf
39 test_name := input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ios_base
43 test_name := input.output/iostream.format/input.streams/istream.formatted/istream_extractors/signed_char_pointer
47 test_name := input.output/iostream.format/input.streams/istream.formatted/istream_extractors/chart
51 test_name := input.output/iostream.format/input.streams/istream.formatted/istream_extractors/wchar_t_pointe
    [all...]
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/CharT
23 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char
27 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide_pointer
31 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/unsigned_char_pointer
35 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char
39 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/unsigned_char
43 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide
47 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_pointer
51 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char_pointe
    [all...]
  /external/chromium_org/net/base/
net_util_icu_unittest.cc 697 base::string16 formatted = FormatUrl( local
700 EXPECT_EQ(WideToUTF16(tests[i].output), formatted) << tests[i].description;
708 base::string16 formatted = FormatUrl( local
715 L"/%E3%82%B0/?q=%E3%82%B0#\x30B0"), formatted);
717 formatted.substr(parsed.username.begin, parsed.username.len));
719 formatted.substr(parsed.password.begin, parsed.password.len));
721 formatted.substr(parsed.host.begin, parsed.host.len));
723 formatted.substr(parsed.port.begin, parsed.port.len));
725 formatted.substr(parsed.path.begin, parsed.path.len));
727 formatted.substr(parsed.query.begin, parsed.query.len))
878 base::string16 formatted = FormatUrl(url, local
899 base::string16 formatted = FormatUrl(url, local
917 base::string16 formatted = FormatUrl(url, local
942 base::string16 formatted = FormatUrl(url, local
    [all...]
  /sdk/find_java/src/source/
utils.cpp 31 CString formatted; local
34 formatted.setv(text, ap);
37 MessageBoxA(NULL, formatted.cstr(), "Android SDK Manager", MB_OK | MB_ICONINFORMATION);
42 CString formatted; local
45 formatted.setv(description, ap);
50 formatted.add("\r\n");
51 formatted.add(error.cstr());
54 fprintf(stderr, "%s\n", formatted.cstr());
56 MessageBox(NULL, formatted.cstr(), "Android SDK Manager - Error", MB_OK | MB_ICONERROR);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
canvasProfiler.css 148 .canvas-formatted-resource {
151 .canvas-formatted-resource.canvas-popover-anchor,
152 .canvas-formatted-resource:hover {
158 /* Keep in sync with "console-formatted-*" CSS styles. */
159 .canvas-formatted-object,
160 .canvas-formatted-node,
161 .canvas-formatted-array {
164 .canvas-formatted-number {
167 .canvas-formatted-string,
168 .canvas-formatted-regexp
    [all...]
  /external/libutf/
NOTICE 15 This is a Unix port of the Plan 9 formatted I/O package.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
PhoneDataItem.java 68 * Returns the formatted phone number (if already computed using {@link
73 final String formatted = getFormattedPhoneNumber(); local
74 if (formatted != null) {
75 return formatted;
  /external/oprofile/libutil++/
string_manip.cpp 130 string formatted = os.str(); local
131 if (is_prefix(formatted, "100."))
132 formatted.erase(formatted.size() - 1);
133 return formatted;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 96 String formatted; local
103 formatted = util.format(pn, format);
107 formatted = "Error: " + e.toString();
110 + ") = " + formatted + " / truncated = " + truncated
  /art/test/021-string2/src/junit/framework/
Assert.java 268 String formatted= ""; local
270 formatted= message+" ";
271 fail(formatted+"expected not same");
275 String formatted= ""; local
277 formatted= message+" ";
278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
286 String formatted= ""; local
288 formatted= message+" ";
289 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
  /art/test/082-inline-execute/src/junit/framework/
Assert.java 268 String formatted= ""; local
270 formatted= message+" ";
271 fail(formatted+"expected not same");
275 String formatted= ""; local
277 formatted= message+" ";
278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
286 String formatted= ""; local
288 formatted= message+" ";
289 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
  /external/junit/src/junit/framework/
Assert.java 273 String formatted= ""; local
275 formatted= message+" ";
276 fail(formatted+"expected not same");
280 String formatted= ""; local
282 formatted= message+" ";
283 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
291 String formatted= ""; local
293 formatted= message+" ";
294 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
ComparisonCompactor.java 82 String formatted= ""; local
84 formatted= message+" ";
85 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 27 * Returns a formatted string where $1 to $9 are replaced by the second to the
30 * @param {Arguments} args The extra values to include in the formatted
74 * Returns a formatted localized string where $1 to $9 are replaced by the
77 * @param {...string} var_args The extra values to include in the formatted
79 * @return {string} The formatted string.
  /external/junit/src/org/junit/
Assert.java 630 String formatted= ""; local
632 formatted= message + " ";
633 fail(formatted + "expected not same");
638 String formatted= ""; local
640 formatted= message + " ";
641 fail(formatted + "expected same:<" + expected + "> was not:<" + actual
651 String formatted= ""; local
653 formatted= message + " ";
657 return formatted + "expected: "
661 return formatted + "expected:<" + expectedString + "> but was:<
    [all...]

Completed in 342 milliseconds

1 2 3 4 5 6 7 8