Home
last modified time | relevance | path

Searched refs:IntToString (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/pigweed/pw_string/
H A Dtype_to_string_test.cc109 auto result = IntToString(std::numeric_limits<uint64_t>::max(), buffer); in __anon2c080f140202()
115 auto result = IntToString(std::numeric_limits<int64_t>::min(), buffer); in __anon2c080f140302()
122 auto result = IntToString(9u, span(buffer_, 0)); in TEST_F()
129 auto result = IntToString(9u, span(buffer_, 1)); in TEST_F()
136 auto result = IntToString(10u, span(buffer_, 2)); in TEST_F()
143 auto result = IntToString(123u, span(buffer_, 3)); in TEST_F()
150 auto result = IntToString(0u, span(buffer_, 2)); in TEST_F()
155 result = IntToString(9u, span(buffer_, 2)); in TEST_F()
162 auto result = IntToString(10u, span(buffer_, 3)); in TEST_F()
169 IntToString(std::numeric_limits<uint64_t>::max(), in TEST_F()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DActionBar.java1363 @ViewDebug.IntToString(from = -1, to = "NONE"),
1364 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1365 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1366 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1367 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1368 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1369 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1370 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1371 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1372 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_number_conversions.cc26 static STR IntToString(INT value) { in IntToString() function
315 return IntToStringT<std::string, int>::IntToString(value); in NumberToString()
319 return IntToStringT<string16, int>::IntToString(value); in NumberToString16()
323 return IntToStringT<std::string, unsigned>::IntToString(value); in NumberToString()
327 return IntToStringT<string16, unsigned>::IntToString(value); in NumberToString16()
331 return IntToStringT<std::string, long>::IntToString(value); in NumberToString()
335 return IntToStringT<string16, long>::IntToString(value); in NumberToString16()
339 return IntToStringT<std::string, unsigned long>::IntToString(value); in NumberToString()
343 return IntToStringT<string16, unsigned long>::IntToString(value); in NumberToString16()
347 return IntToStringT<std::string, long long>::IntToString(value); in NumberToString()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DWindowManager.java2071 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION,
2073 @ViewDebug.IntToString(from = TYPE_APPLICATION,
2075 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING,
2077 @ViewDebug.IntToString(from = TYPE_DRAWN_APPLICATION,
2079 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL,
2081 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA,
2083 @ViewDebug.IntToString(from = TYPE_APPLICATION_SUB_PANEL,
2085 @ViewDebug.IntToString(from = TYPE_APPLICATION_ABOVE_SUB_PANEL,
2087 @ViewDebug.IntToString(from = TYPE_APPLICATION_ATTACHED_DIALOG,
2089 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA_OVERLAY,
[all …]
H A DViewDebug.java148 IntToString[] mapping() default { }; in mapping()
169 IntToString[] indexMapping() default { }; in indexMapping()
245 public @interface IntToString { annotation in ViewDebug
1541 final ViewDebug.IntToString[] mapping = info.property.mapping();
1547 final ViewDebug.IntToString mapper = mapping[j];
1629 final IntToString[] mapping = getMapping(clazz, field);
1635 final IntToString map = mapping[j];
1685 private static IntToString[] getMapping(Class<?> clazz, String field) {
1697 final IntToString[] indexMapping = property.indexMapping();
1700 final IntToString[] mapping = property.mapping();
[all …]
H A DView.java10380 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_AUTO, to = "auto"),
10381 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"),
10382 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO, to = "no"),
10383 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS,
10385 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS,
10676 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_AUTO, to = "auto"),
10677 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_YES, to = "yes"),
10678 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_NO, to = "no"),
10679 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS,
10681 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS,
[all …]
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1240 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1241 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"),
1242 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1243 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"),
1244 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1245 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1246 @ViewDebug.IntToString(from = ALIGN_PARENT_RIGHT, to = "alignParentRight"),
1247 @ViewDebug.IntToString(from = ALIGN_PARENT_TOP, to = "alignParentTop"),
1248 @ViewDebug.IntToString(from = ALIGN_RIGHT, to = "alignRight"),
1249 @ViewDebug.IntToString(from = ALIGN_TOP, to = "alignTop"),
[all …]
H A DLinearLayout.java2061 @ViewDebug.IntToString(from = -1, to = "NONE"),
2062 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
2063 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
2064 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
2065 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
2066 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
2067 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
2068 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
2069 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
2070 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1488 @ViewDebug.IntToString(from = -1, to = "NONE"),
1489 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1490 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1491 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1492 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1493 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1494 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1495 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1496 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1497 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
/aosp_15_r20/external/pigweed/pw_string/public/pw_string/
H A Dtype_to_string.h62 constexpr StatusWithSize IntToString(T value, span<char> buffer) { in IntToString() function
64 return IntToString<int64_t>(value, buffer); in IntToString()
66 return IntToString<uint64_t>(value, buffer); in IntToString()
213 constexpr StatusWithSize IntToString(uint64_t value, span<char> buffer) { function
H A Dto_string.h178 return string::IntToString(value, buffer);
180 return string::IntToString(std::underlying_type_t<T>(value), buffer);
/aosp_15_r20/external/libchrome/base/process/
H A Dinternal_aix.cc37 return FilePath(kProcDir).Append(IntToString(pid)); in GetProcPidDir()
92 proc_stats->push_back(IntToString(stats_data.pr_pid)); in ParseProcStats()
98 proc_stats->push_back(IntToString(stats_data.pr_ppid)); in ParseProcStats()
101 proc_stats->push_back(IntToString(stats_data.pr_pgid)); in ParseProcStats()
H A Dmemory_linux.cc79 std::string score_str = IntToString(score); in AdjustOOMScore()
95 std::string score_str = IntToString(converted_score); in AdjustOOMScore()
H A Dprocess_linux.cc122 std::string pid = IntToString(process_); in SetProcessBackgrounded()
171 FilePath("/proc").Append(IntToString(process_)).Append("status"); in GetPidInNamespace()
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dtemplate-dependent-bind-temporary.cpp13 void IntToString(T a) in IntToString() function
22 IntToString('a'); in main()
/aosp_15_r20/art/test/005-annotations/src/android/test/anno/
H A DExportedProperty.java11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") }; in mapping()
H A DTestAnnotations.java95 @IntToString(from = 0, to = "NORMAL_FOCUS"),
96 @IntToString(from = 2, to = "WEAK_FOCUS")
140 final IntToString[] mapping; in testArrayProblem()
/aosp_15_r20/external/libtextclassifier/native/utils/strings/
H A Dnumbers.cc70 std::string IntToString(int64 input) { in IntToString() function
76 std::string IntToString(int64 input) { in IntToString() function
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/testdata/
H A Dmaps.proto43 IntToString int_to_string = 3;
53 IntToString empty_key_int_to_string = 11;
66 message IntToString { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/testdata/
H A Dmaps.proto43 IntToString int_to_string = 3;
53 IntToString empty_key_int_to_string = 11;
66 message IntToString { message
/aosp_15_r20/external/libchrome/base/debug/
H A Dprofiler.cc36 std::string pid = IntToString(GetCurrentProcId()); in StartProfiling()
37 std::string count = IntToString(profile_count); in StartProfiling()
/aosp_15_r20/art/test/005-annotations/
H A Dexpected-stdout.txt4 mapping is class [Landroid.test.anno.IntToString;
5 0='@android.test.anno.IntToString(from=0, to=NORMAL_FOCUS)'
6 1='@android.test.anno.IntToString(from=2, to=WEAK_FOCUS)'
/aosp_15_r20/external/libchrome/components/json_schema/
H A Djson_schema_validator.cc685 kArrayMinItems, base::IntToString(min_items)))); in ValidateArray()
694 kArrayMaxItems, base::IntToString(max_items)))); in ValidateArray()
776 kStringMinLength, base::IntToString(min_length)))); in ValidateString()
785 kStringMaxLength, base::IntToString(max_length)))); in ValidateString()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc94 std::string IntToString(int32_t value);
449 std::string IntToString(int32_t value) { in IntToString() function
676 "number", IntToString(field->number()), in GenerateFieldAccessor()
707 "number", IntToString(field->number()), in GenerateFieldAccessor()
821 "number", IntToString(field->number())); in GenerateFieldAccessor()
869 "number", IntToString(value->number())); in GenerateEnumToPool()
1406 "number", IntToString(value->number())); in GenerateEnumFile()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc94 std::string IntToString(int32_t value);
449 std::string IntToString(int32_t value) { in IntToString() function
676 "number", IntToString(field->number()), in GenerateFieldAccessor()
707 "number", IntToString(field->number()), in GenerateFieldAccessor()
821 "number", IntToString(field->number())); in GenerateFieldAccessor()
869 "number", IntToString(value->number())); in GenerateEnumToPool()
1406 "number", IntToString(value->number())); in GenerateEnumFile()

12345678910>>...15