Home
last modified time | relevance | path

Searched full:static (Results 1 – 25 of 11352) sorted by relevance

12345678910>>...455

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DBuiltIn_autogen.h25 static constexpr const TSymbolUniqueId radians_Float1 = TSymbolUniqueId(0);
26 static constexpr const TSymbolUniqueId pt00B = TSymbolUniqueId(1);
27 static constexpr const TSymbolUniqueId radians_Float2 = TSymbolUniqueId(2);
28 static constexpr const TSymbolUniqueId pt10B = TSymbolUniqueId(3);
29 static constexpr const TSymbolUniqueId radians_Float3 = TSymbolUniqueId(4);
30 static constexpr const TSymbolUniqueId pt20B = TSymbolUniqueId(5);
31 static constexpr const TSymbolUniqueId radians_Float4 = TSymbolUniqueId(6);
32 static constexpr const TSymbolUniqueId pt30B = TSymbolUniqueId(7);
33 static constexpr const TSymbolUniqueId degrees_Float1 = TSymbolUniqueId(8);
34 static constexpr const TSymbolUniqueId degrees_Float2 = TSymbolUniqueId(9);
[all …]
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdipluscolor.h53 static ARGB MakeARGB(BYTE a, BYTE r, BYTE g, BYTE b) in MakeARGB()
59 static const ARGB AlphaMask = 0xFF000000;
61 static const ARGB AliceBlue = 0xFFF0F8FF;
62 static const ARGB AntiqueWhite = 0xFFFAEBD7;
63 static const ARGB Aqua = 0xFF00FFFF;
64 static const ARGB Aquamarine = 0xFF7FFFD4;
65 static const ARGB Azure = 0xFFF0FFFF;
66 static const ARGB Beige = 0xFFF5F5DC;
67 static const ARGB Bisque = 0xFFFFE4C4;
68 static const ARGB Black = 0xFF000000;
[all …]
/third_party/boost/libs/log/src/setup/
Dparser_utils.hpp47 static const char_type char_comment = '#';
48 static const char_type char_comma = ',';
49 static const char_type char_dot = '.';
50 static const char_type char_quote = '"';
51 static const char_type char_percent = '%';
52 static const char_type char_exclamation = '!';
53 static const char_type char_and = '&';
54 static const char_type char_or = '|';
55 static const char_type char_equal = '=';
56 static const char_type char_greater = '>';
[all …]
/third_party/boost/libs/math/test/compile_test/
Dstd_real_concept_check.cpp46 static const bool is_specialized = true;
47 static boost::math::concepts::std_real_concept min NULL_MACRO() throw();
48 static boost::math::concepts::std_real_concept max NULL_MACRO() throw();
49 static const int digits = 24;
50 static const int digits10 = 6;
51 static const int max_digits10 = 9;
52 static const bool is_signed = true;
53 static const bool is_integer = false;
54 static const bool is_exact = false;
55 static const int radix = 2;
[all …]
/third_party/boost/libs/math/test/
Dstd_real_concept_check.cpp44 static const bool is_specialized = true;
45 static boost::math::concepts::std_real_concept min NULL_MACRO() throw();
46 static boost::math::concepts::std_real_concept max NULL_MACRO() throw();
47 static const int digits = 24;
48 static const int digits10 = 6;
49 static const bool is_signed = true;
50 static const bool is_integer = false;
51 static const bool is_exact = false;
52 static const int radix = 2;
53 static boost::math::concepts::std_real_concept epsilon() throw();
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dimageformats.h28 static void readColor(gl::ColorF *dst, const L8 *src);
29 static void writeColor(L8 *dst, const gl::ColorF *src);
30 static void average(L8 *dst, const L8 *src1, const L8 *src2);
37 static void readColor(gl::ColorF *dst, const R8 *src);
38 static void readColor(gl::ColorUI *dst, const R8 *src);
39 static void writeColor(R8 *dst, const gl::ColorF *src);
40 static void writeColor(R8 *dst, const gl::ColorUI *src);
41 static void average(R8 *dst, const R8 *src1, const R8 *src2);
48 static void readColor(gl::ColorF *dst, const A8 *src);
49 static void writeColor(A8 *dst, const gl::ColorF *src);
[all …]
/third_party/boost/boost/regex/v4/
Dsyntax_type.hpp30 static const syntax_type syntax_char = 0;
31 static const syntax_type syntax_open_mark = 1;
32 static const syntax_type syntax_close_mark = 2;
33 static const syntax_type syntax_dollar = 3;
34 static const syntax_type syntax_caret = 4;
35 static const syntax_type syntax_dot = 5;
36 static const syntax_type syntax_star = 6;
37 static const syntax_type syntax_plus = 7;
38 static const syntax_type syntax_question = 8;
39 static const syntax_type syntax_open_set = 9;
[all …]
/third_party/flutter/skia/src/sfnt/
DSkOTTable_OS_2_V4.h20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(4);
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value;
263 static const SK_OT_ULONG BasicLatinMask = SkOTSetULONGBit<0>::value;
264 static const SK_OT_ULONG Latin1SupplementMask = SkOTSetULONGBit<1>::value;
265 static const SK_OT_ULONG LatinExtendedAMask = SkOTSetULONGBit<2>::value;
[all …]
DSkOTTable_OS_2_V3.h20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(3);
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value;
263 static const SK_OT_ULONG BasicLatinMask = SkOTSetULONGBit<0>::value;
264 static const SK_OT_ULONG Latin1SupplementMask = SkOTSetULONGBit<1>::value;
265 static const SK_OT_ULONG LatinExtendedAMask = SkOTSetULONGBit<2>::value;
[all …]
DSkOTTable_OS_2_V2.h20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(2);
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value;
263 static const SK_OT_ULONG BasicLatinMask = SkOTSetULONGBit<0>::value;
264 static const SK_OT_ULONG Latin1SupplementMask = SkOTSetULONGBit<1>::value;
265 static const SK_OT_ULONG LatinExtendedAMask = SkOTSetULONGBit<2>::value;
[all …]
DSkOTTable_OS_2_V1.h20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(1);
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
261 static const SK_OT_ULONG BasicLatinMask = SkOTSetULONGBit<0>::value;
262 static const SK_OT_ULONG Latin1SupplementMask = SkOTSetULONGBit<1>::value;
263 static const SK_OT_ULONG LatinExtendedAMask = SkOTSetULONGBit<2>::value;
264 static const SK_OT_ULONG LatinExtendedBMask = SkOTSetULONGBit<3>::value;
265 static const SK_OT_ULONG IPAExtensionsMask = SkOTSetULONGBit<4>::value;
[all …]
/third_party/boost/boost/ratio/detail/
Dratio_io.hpp28 static basic_string<CharT> short_name();
29 static basic_string<CharT> long_name();
60 static std::basic_string<CharT> short_name() {return long_name();} in short_name()
61 static std::basic_string<CharT> long_name();
62 static std::basic_string<CharT> symbol() {return short_name();} in symbol()
63 static std::basic_string<CharT> prefix() {return long_name();} in prefix()
81 static std::string short_name() { in short_name()
87 static std::string long_name() { in long_name()
93 static std::basic_string<CharT> symbol() {return short_name();} in symbol()
94 static std::basic_string<CharT> prefix() {return long_name();} in prefix()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Ddxgi_support_table_autogen.cpp36 static UINT AllSupportFlags = in GetDefaultSupport()
41 static const DXGISupport defaultSupport(0, 0, AllSupportFlags); in GetDefaultSupport()
52static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3()
57static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3()
62 static const DXGISupport info(F_2D | F_3D | F_CUBE | F_RT, F_DS, F_MS); in GetDXGISupport_9_3()
67static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3()
72 static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN, F_MS); in GetDXGISupport_9_3()
77static const DXGISupport info(F_2D | F_3D | F_CUBE | F_MIPGEN | F_SAMPLE, F_DS, F_MS | F_RT); in GetDXGISupport_9_3()
82static const DXGISupport info(F_2D | F_3D | F_CUBE | F_MIPGEN | F_SAMPLE, F_DS, F_MS | F_RT); in GetDXGISupport_9_3()
87static const DXGISupport info(F_2D | F_3D | F_CUBE | F_MIPGEN | F_RT | F_SAMPLE, F_DS, F_MS); in GetDXGISupport_9_3()
[all …]
/third_party/python/Python/
Dgraminit.c5 static const arc arcs_0_0[3] = {
10 static const arc arcs_0_1[1] = {
13 static const arc arcs_0_2[1] = {
16 static state states_0[3] = {
21 static const arc arcs_1_0[3] = {
26 static const arc arcs_1_1[1] = {
29 static state states_1[2] = {
33 static const arc arcs_2_0[1] = {
36 static const arc arcs_2_1[2] = {
40 static const arc arcs_2_2[1] = {
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.h29 static const int32_t ttcf;
33 static const int32_t cmap;
34 static const int32_t head;
35 static const int32_t hhea;
36 static const int32_t hmtx;
37 static const int32_t maxp;
38 static const int32_t name;
39 static const int32_t OS_2;
40 static const int32_t post;
43 static const int32_t cvt;
[all …]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java24 static final String UN001 = "001";
25 static final String AD = "AD";
26 static final String AE = "AE";
27 static final String AM = "AM";
28 static final String AO = "AO";
29 static final String AQ = "AQ";
30 static final String AR = "AR";
31 static final String AU = "AU";
32 static final String BB = "BB";
33 static final String BR = "BR";
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dicons.dart10 static const IconData tooltip = IconData(0xe900, fontFamily: 'GalleryIcons');
11 static const IconData text_fields_alt = IconData(0xe901, fontFamily: 'GalleryIcons');
12 static const IconData tabs = IconData(0xe902, fontFamily: 'GalleryIcons');
13 static const IconData switches = IconData(0xe903, fontFamily: 'GalleryIcons');
14 static const IconData sliders = IconData(0xe904, fontFamily: 'GalleryIcons');
15 static const IconData shrine = IconData(0xe905, fontFamily: 'GalleryIcons');
16 static const IconData sentiment_very_satisfied = IconData(0xe906, fontFamily: 'GalleryIcons');
17 static const IconData refresh = IconData(0xe907, fontFamily: 'GalleryIcons');
18 static const IconData progress_activity = IconData(0xe908, fontFamily: 'GalleryIcons');
19 static const IconData phone_iphone = IconData(0xe909, fontFamily: 'GalleryIcons');
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.h26 static void TestBasicGetters(void);
27 static void TestPrefixes(void);
31 static void TestSimpleResourceInfo(void);
35 static void TestDisplayNames(void);
39 static void TestGetAvailableLocales(void);
40 static void TestGetAvailableLocalesByType(void);
44 static void TestDataDirectory(void);
48 static void TestISOFunctions(void);
52 static void TestISO3Fallback(void);
56 static void TestUninstalledISO3Names(void);
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacter.java175 public static final class UnicodeBlock extends Character.Subset
181 public static final int INVALID_CODE_ID = -1;
184 public static final int BASIC_LATIN_ID = 1;
187 public static final int LATIN_1_SUPPLEMENT_ID = 2;
190 public static final int LATIN_EXTENDED_A_ID = 3;
193 public static final int LATIN_EXTENDED_B_ID = 4;
196 public static final int IPA_EXTENSIONS_ID = 5;
199 public static final int SPACING_MODIFIER_LETTERS_ID = 6;
202 public static final int COMBINING_DIACRITICAL_MARKS_ID = 7;
206 public static final int GREEK_ID = 8;
[all …]
DUCharacterEnums.java28 public static interface ECharacterCategory {
32 public static final byte UNASSIGNED = 0;
38 public static final byte GENERAL_OTHER_TYPES = 0;
43 public static final byte UPPERCASE_LETTER = 1;
48 public static final byte LOWERCASE_LETTER = 2;
54 public static final byte TITLECASE_LETTER = 3;
59 public static final byte MODIFIER_LETTER = 4;
64 public static final byte OTHER_LETTER = 5;
69 public static final byte NON_SPACING_MARK = 6;
74 public static final byte ENCLOSING_MARK = 7;
[all …]
/third_party/Linux_Kernel/include/linux/
Dpm_runtime.h29 static inline bool queue_pm_work(struct work_struct *work) in queue_pm_work()
58 static inline bool pm_children_suspended(struct device *dev) in pm_children_suspended()
64 static inline void pm_runtime_get_noresume(struct device *dev) in pm_runtime_get_noresume()
69 static inline void pm_runtime_put_noidle(struct device *dev) in pm_runtime_put_noidle()
74 static inline bool device_run_wake(struct device *dev) in device_run_wake()
79 static inline void device_set_run_wake(struct device *dev, bool enable) in device_set_run_wake()
84 static inline bool pm_runtime_suspended(struct device *dev) in pm_runtime_suspended()
90 static inline bool pm_runtime_active(struct device *dev) in pm_runtime_active()
96 static inline bool pm_runtime_status_suspended(struct device *dev) in pm_runtime_status_suspended()
101 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled()
[all …]
/third_party/boost/boost/ratio/
Dratio_io.hpp28 static basic_string<CharT> prefix();
29 static basic_string<CharT> symbol();
66 static std::basic_string<CharT> symbol() {return prefix();} in symbol()
67 static std::basic_string<CharT> prefix();
85 static std::string symbol() { in symbol()
91 static std::string prefix() { in prefix()
117 static std::string symbol() {return std::string(1, 'a');} in symbol()
118 static std::string prefix() {return std::string("atto");} in prefix()
126 static std::u16string symbol() {return std::u16string(1, u'a');} in symbol()
127 static std::u16string prefix() {return std::u16string(u"atto");} in prefix()
[all …]
/third_party/optimized-routines/math/
Dv_math.h50 static inline u32_t
56 static inline f32_t
62 static inline s32_t
68 static inline u32_t
74 static inline u64_t
80 static inline f64_t
86 static inline s64_t
92 static inline u64_t
108 static inline int
114 static inline v_f32_t
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
DDataRecord.java60 public static DataRecord read(String ln, RecordReader in) { in read()
181 public static class ScopeData {
194 public static ScopeData read(RecordReader in) { in read()
211 public static interface ETimeLimit {
212 public static final byte NOLIMIT = 0;
213 public static final byte LT = 1;
214 public static final byte MT = 2;
215 public static final String[] names = { "NOLIMIT", "LT", "MT" };
221 public static interface ETimeDirection {
222 public static final byte NODIRECTION = 0;
[all …]
/third_party/Linux_Kernel/include/linux/mfd/
Ddbx500-prcmu.h225 static inline void prcmu_early_init(u32 phy_base, u32 size) in prcmu_early_init()
230 static inline int prcmu_set_power_state(u8 state, bool keep_ulp_clk, in prcmu_set_power_state()
237 static inline u8 prcmu_get_power_state_result(void) in prcmu_get_power_state_result()
242 static inline int prcmu_set_epod(u16 epod_id, u8 epod_state) in prcmu_set_epod()
247 static inline void prcmu_enable_wakeups(u32 wakeups) in prcmu_enable_wakeups()
252 static inline void prcmu_disable_wakeups(void) in prcmu_disable_wakeups()
257 static inline void prcmu_config_abb_event_readout(u32 abb_events) in prcmu_config_abb_event_readout()
262 static inline void prcmu_get_abb_event_buffer(void __iomem **buf) in prcmu_get_abb_event_buffer()
273 static inline int prcmu_request_clock(u8 clock, bool enable) in prcmu_request_clock()
282 static inline int prcmu_set_ddr_opp(u8 opp) in prcmu_set_ddr_opp()
[all …]

12345678910>>...455