/aosp_15_r20/external/strace/ |
H A D | xlat.c | 37 get_xlat_style(enum xlat_style style) in get_xlat_style() 46 sprint_xlat_val(uint64_t val, enum xlat_style style) in sprint_xlat_val() 68 print_xlat_val(uint64_t val, enum xlat_style style) in print_xlat_val() 74 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup() 96 xlat_search(const struct xlat *xlat, const size_t nmemb, const uint64_t val) in xlat_search() 130 printxvals_ex(const uint64_t val, const char *dflt, enum xlat_style style, in printxvals_ex() 179 const unsigned int val, const char *const dflt, in sprintxval_ex() 180 enum xlat_style style) in sprintxval_ex() 220 printxval_sized(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_sized() argument 221 const char *dflt, enum xlat_style style, in printxval_sized() [all …]
|
H A D | util.c | 175 getllval(struct tcb *tcp, unsigned long long *val, int arg_no) in getllval() 224 unsigned long long val = 0; in printllval() local 507 const unsigned int style, const char *escape_chars) in string_quote() 679 const unsigned int style, const char *escape_chars) in print_quoted_string_ex() 721 const unsigned int style) in print_quoted_string() 803 unsigned int style = user_style; in printstr_ex() local 1215 print_abnormal_hi(const kernel_ulong_t val) in print_abnormal_hi()
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/tools/buildHeaders/ |
H A D | header.cpp | 127 virtual std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 138 static std::string fmtNum(const char* fmt, unsigned val) { in fmtNum() 159 std::string TPrinter::fmtStyleVal(unsigned v, enumStyle_t style) in fmtStyleVal() 347 for (enumStyle_t style = (isMask ? enumShift : enumCount); in printDefs() local 411 std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 461 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd() 469 enumStyle_t style, bool isLast) const override { in enumFmt() 506 virtual std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 617 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd() 622 enumStyle_t style, bool isLast) const override { in enumFmt() [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | header.cpp | 127 virtual std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 138 static std::string fmtNum(const char* fmt, unsigned val) { in fmtNum() 159 std::string TPrinter::fmtStyleVal(unsigned v, enumStyle_t style) in fmtStyleVal() 339 for (enumStyle_t style = (isMask ? enumShift : enumCount); in printDefs() local 403 std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 453 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd() 461 enumStyle_t style, bool isLast) const override { in enumFmt() 494 virtual std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 558 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd() 563 enumStyle_t style, bool isLast) const override { in enumFmt() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | header.cpp | 127 virtual std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 138 static std::string fmtNum(const char* fmt, unsigned val) { in fmtNum() 159 std::string TPrinter::fmtStyleVal(unsigned v, enumStyle_t style) in fmtStyleVal() 339 for (enumStyle_t style = (isMask ? enumShift : enumCount); in printDefs() local 403 std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 453 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd() 461 enumStyle_t style, bool isLast) const override { in enumFmt() 494 virtual std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 558 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd() 563 enumStyle_t style, bool isLast) const override { in enumFmt() [all …]
|
/aosp_15_r20/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | header.cpp | 127 virtual std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 138 static std::string fmtNum(const char* fmt, unsigned val) { in fmtNum() 159 std::string TPrinter::fmtStyleVal(unsigned v, enumStyle_t style) in fmtStyleVal() 336 for (enumStyle_t style = (isMask ? enumShift : enumCount); in printDefs() local 400 std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 450 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd() 458 enumStyle_t style, bool isLast) const override { in enumFmt() 491 virtual std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() 552 std::string enumEnd(const std::string& s, enumStyle_t style, bool isLast) const override { in enumEnd() 557 enumStyle_t style, bool isLast) const override { in enumFmt() [all …]
|
/aosp_15_r20/external/pdfium/core/fxcrt/css/ |
H A D | cfx_cssstylesheet_unittest.cpp | 44 CFX_CSSStyleRule* style = sheet_->GetRule(0); in LoadAndVerifyDecl() local 59 float val, in VerifyFloat() 70 void VerifyEnum(CFX_CSSProperty prop, CFX_CSSPropertyValue val) { in VerifyEnum() 91 const auto& val = values[i]; in VerifyList() local 97 static bool HasSelector(CFX_CSSStyleRule* style, WideStringView selector) { in HasSelector() 146 CFX_CSSStyleRule* style = sheet_->GetRule(0); in TEST_F() local 199 CFX_CSSStyleRule* style = sheet_->GetRule(0); in TEST_F() local
|
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/ |
H A D | JetCtrls.py | 32 …nt, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,style=wx.SP_ARROW_KEYS,m… argument 35 def SetValue(self, val): argument 46 …nt, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,style=wx.SP_ARROW_KEYS,m… argument 49 def SetValue(self, val): argument 68 def SetValue(self, val): argument 86 def SetValue(self, val): argument 150 …def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.LC_REPORT … argument 208 …def __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.LC_REPORT … argument 280 def SetValue(self, val): argument 286 def Append(self, val): argument [all …]
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cjs_publicmethods.cpp | 175 int ValidStyleOrZero(int style) { in ValidStyleOrZero() 184 bool IsStyleWithDigitSeparator(int style) { in IsStyleWithDigitSeparator() 188 char DigitSeparatorForStyle(int style) { in DigitSeparatorForStyle() 193 bool IsStyleWithApostropheSeparator(int style) { in IsStyleWithApostropheSeparator() 198 bool IsStyleWithCommaDecimalMark(int style) { in IsStyleWithCommaDecimalMark() 202 char DecimalMarkForStyle(int style) { in DecimalMarkForStyle() 324 v8::Local<v8::Value> val) { in AF_MakeArrayFromList() 710 WideString& val = pContext->Value(); in AFNumber_Keystroke() local 892 WideString& val = pEvent->Value(); in AFDate_FormatEx() local 1278 v8::Local<v8::Value> val = in AFMakeNumber() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | ResourceParser_test.cpp | 402 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local 567 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local 581 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local 593 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local 607 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local 622 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local 634 Style* style = test::GetValue<Style>(&table_, "style/foo.bar"); in TEST_F() local 644 Style* style = test::GetValue<Style>(&table_, "style/foo.bar"); in TEST_F() local 653 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local 994 BinaryPrimitive* val = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar16 | ... android.text.style
public android.text.style.MaskFilterSpan extends android.text.style.CharacterStyle ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-16/ |
D | framework.jar | android/util/NoSuchPropertyException.class
NoSuchPropertyException.java
package android.util
public android.util. ... |
/aosp_15_r20/external/pdfium/xfa/fde/ |
H A D | cfde_texteditengine.cpp | 191 FDE_TextStyle style; in CountCharsExceedingSize() local 523 void CFDE_TextEditEngine::LimitHorizontalScroll(bool val) { in LimitHorizontalScroll() 528 void CFDE_TextEditEngine::LimitVerticalScroll(bool val) { in LimitVerticalScroll() 667 void CFDE_TextEditEngine::EnableMultiLine(bool val) { in EnableMultiLine() 672 Mask<CFGAS_Break::LayoutStyle> style = text_break_.GetLayoutStyles(); in EnableMultiLine() local 682 void CFDE_TextEditEngine::EnableLineWrap(bool val) { in EnableLineWrap() 698 Mask<CFGAS_Break::LayoutStyle> style = text_break_.GetLayoutStyles(); in SetCombText() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/ |
H A D | ResEntryWriter.cpp | 53 BinaryPrimitive val(Res_value::TYPE_INT_DEC, attr->type_mask); in Visit() local 59 BinaryPrimitive val(Res_value::TYPE_INT_DEC, static_cast<uint32_t>(attr->min_int)); in Visit() local 65 BinaryPrimitive val(Res_value::TYPE_INT_DEC, static_cast<uint32_t>(attr->max_int)); in Visit() local 70 BinaryPrimitive val(s.type, s.value); in Visit() local 75 void Visit(const Style* style) override { in Visit() 97 BinaryPrimitive val(Res_value{}); in Visit() local
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 1915 int32_t val = cal.get(UCAL_AM_PM, status); in subFormat() local 3584 …UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_SPECIFIC_SHORT : UTZFMT_STYLE_SPECIFIC_LON… in subParse() local 3598 UTimeZoneFormatStyle style = (count < 4) ? in subParse() local 3612 … UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse() local 3625 UTimeZoneFormatStyle style; in subParse() local 3652 …UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_LOCALIZED_GMT_SHORT : UTZFMT_STYLE_LOCALIZ… in subParse() local 3665 UTimeZoneFormatStyle style; in subParse() local 3695 UTimeZoneFormatStyle style; in subParse() local 3837 int32_t val = number.getLong(); in subParse() local 3936 int32_t val = number.getLong(); in parseInt() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | smpdtfmt.cpp | 1916 int32_t val = cal.get(UCAL_AM_PM, status); in subFormat() local 3581 …UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_SPECIFIC_SHORT : UTZFMT_STYLE_SPECIFIC_LON… in subParse() local 3595 UTimeZoneFormatStyle style = (count < 4) ? in subParse() local 3609 … UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse() local 3622 UTimeZoneFormatStyle style; in subParse() local 3649 …UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_LOCALIZED_GMT_SHORT : UTZFMT_STYLE_LOCALIZ… in subParse() local 3662 UTimeZoneFormatStyle style; in subParse() local 3692 UTimeZoneFormatStyle style; in subParse() local 3834 int32_t val = number.getLong(); in subParse() local 3933 int32_t val = number.getLong(); in parseInt() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | cnumtst.c | 206 UNumberFormatStyle style= UNUM_DEFAULT; in TestNumberFormat() local 1613 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() local 2613 UNumberFormatStyle style = currencyStyles[sIndex]; in TestCurrencyIsoPluralFormat() local 2647 UNumberFormatStyle style; member 2739 UNumberFormatStyle style = UNUM_CURRENCY; in TestCurrencyUsage() local 2978 UNumberFormatStyle style; member 3071 UNumberFormatStyle style; member 3272 UNumberFormatStyle style; member 3613 UNumberFormatStyle style; in Test22088_Ethiopic() member 3703 double val; in TestParseWithEmptyCurr() local [all …]
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | cnumtst.c | 205 UNumberFormatStyle style= UNUM_DEFAULT; in TestNumberFormat() local 1612 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() local 2612 UNumberFormatStyle style = currencyStyles[sIndex]; in TestCurrencyIsoPluralFormat() local 2646 UNumberFormatStyle style; member 2738 UNumberFormatStyle style = UNUM_CURRENCY; in TestCurrencyUsage() local 2977 UNumberFormatStyle style; member 3070 UNumberFormatStyle style; member 3271 UNumberFormatStyle style; member 3612 UNumberFormatStyle style; in Test22088_Ethiopic() member 3702 double val; in TestParseWithEmptyCurr() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Calendar.java | 2146 public String getDisplayName(int field, int style, Locale locale) { in getDisplayName() 2165 String val = CalendarDataUtility.retrieveFieldValueName(calendarType, in getDisplayName() local 2244 public Map<String, Integer> getDisplayNames(int field, int style, Locale locale) { in getDisplayNames() 2275 private Map<String,Integer> getDisplayNamesImpl(int field, int style, Locale locale) { in getDisplayNamesImpl() 2291 boolean checkDisplayNameParams(int field, int style, int minStyle, int maxStyle, in checkDisplayNameParams() 2310 private String[] getFieldStrings(int field, int style, DateFormatSymbols symbols) { in getFieldStrings() 2647 int getBaseStyle(int style) { in getBaseStyle() 2655 public static int toStandaloneStyle(int style) { in toStandaloneStyle() 2660 private boolean isStandaloneStyle(int style) { in isStandaloneStyle() 2664 private boolean isNarrowStyle(int style) { in isNarrowStyle() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Calendar.java | 2146 public String getDisplayName(int field, int style, Locale locale) { in getDisplayName() 2165 String val = CalendarDataUtility.retrieveFieldValueName(calendarType, in getDisplayName() local 2244 public Map<String, Integer> getDisplayNames(int field, int style, Locale locale) { in getDisplayNames() 2275 private Map<String,Integer> getDisplayNamesImpl(int field, int style, Locale locale) { in getDisplayNamesImpl() 2291 boolean checkDisplayNameParams(int field, int style, int minStyle, int maxStyle, in checkDisplayNameParams() 2310 private String[] getFieldStrings(int field, int style, DateFormatSymbols symbols) { in getFieldStrings() 2647 int getBaseStyle(int style) { in getBaseStyle() 2655 public static int toStandaloneStyle(int style) { in toStandaloneStyle() 2660 private boolean isStandaloneStyle(int style) { in isStandaloneStyle() 2664 private boolean isNarrowStyle(int style) { in isNarrowStyle() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | Calendar.java | 2146 public String getDisplayName(int field, int style, Locale locale) { in getDisplayName() 2165 String val = CalendarDataUtility.retrieveFieldValueName(calendarType, in getDisplayName() local 2244 public Map<String, Integer> getDisplayNames(int field, int style, Locale locale) { in getDisplayNames() 2275 private Map<String,Integer> getDisplayNamesImpl(int field, int style, Locale locale) { in getDisplayNamesImpl() 2291 boolean checkDisplayNameParams(int field, int style, int minStyle, int maxStyle, in checkDisplayNameParams() 2310 private String[] getFieldStrings(int field, int style, DateFormatSymbols symbols) { in getFieldStrings() 2647 int getBaseStyle(int style) { in getBaseStyle() 2655 public static int toStandaloneStyle(int style) { in toStandaloneStyle() 2660 private boolean isStandaloneStyle(int style) { in isStandaloneStyle() 2664 private boolean isNarrowStyle(int style) { in isNarrowStyle() [all …]
|
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/ |
H A D | EmailableReporter.java | 132 private void resultSummary(ISuite suite, IResultMap tests, String testname, String style, in resultSummary() 206 private void startResultSummaryTable(String style) { in startResultSummaryTable() 406 private void summaryCell(String[] val) { in summaryCell()
|
/aosp_15_r20/external/skia/src/svg/ |
H A D | SkSVGDevice.cpp | 312 void addAttribute(const char name[], const char val[]) { in addAttribute() 316 void addAttribute(const char name[], const SkString& val) { in addAttribute() 320 void addAttribute(const char name[], int32_t val) { in addAttribute() 324 void addAttribute(const char name[], SkScalar val) { in addAttribute() 365 SkPaint::Style style = paint.getStyle(); in addPaint() local 690 SkFontStyle style = tface->fontStyle(); in addTextAttributes() local
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 306 def _tclobj_to_py(val): argument 350 def configure(self, style, query_opt=None, **kw): argument 363 def map(self, style, query_opt=None, **kw): argument 380 def lookup(self, style, option, state=None, default=None): argument 392 def layout(self, style, layoutspec=None): argument 1569 def value(self, val): argument
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 324 def _tclobj_to_py(val): argument 378 def configure(self, style, query_opt=None, **kw): argument 389 def map(self, style, query_opt=None, **kw): argument 407 def lookup(self, style, option, state=None, default=None): argument 419 def layout(self, style, layoutspec=None): argument 1562 def _set_value(self, val): argument
|