Home
last modified time | relevance | path

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

12345678910>>...711

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DBuiltIn_complete_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 …]
DBuiltIn_ESSL_autogen.h25 static constexpr const TSymbolUniqueId radians_Float1 = TSymbolUniqueId(3069);
26 static constexpr const TSymbolUniqueId pt00B = TSymbolUniqueId(3070);
27 static constexpr const TSymbolUniqueId radians_Float2 = TSymbolUniqueId(3071);
28 static constexpr const TSymbolUniqueId pt10B = TSymbolUniqueId(3072);
29 static constexpr const TSymbolUniqueId radians_Float3 = TSymbolUniqueId(3073);
30 static constexpr const TSymbolUniqueId pt20B = TSymbolUniqueId(3074);
31 static constexpr const TSymbolUniqueId radians_Float4 = TSymbolUniqueId(3075);
32 static constexpr const TSymbolUniqueId pt30B = TSymbolUniqueId(3076);
33 static constexpr const TSymbolUniqueId degrees_Float1 = TSymbolUniqueId(3077);
34 static constexpr const TSymbolUniqueId degrees_Float2 = TSymbolUniqueId(3078);
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-1-buildonly.c10 static int dummy1 = E2BIG;
11 static int dummy2 = EACCES;
12 static int dummy3 = EADDRINUSE;
13 static int dummy4 = EADDRNOTAVAIL;
14 static int dummy5 = EAFNOSUPPORT;
15 static int dummy6 = EAGAIN;
16 static int dummy7 = EALREADY;
17 static int dummy8 = EBADF;
19 static int dummy9 = EBADMSG;
21 static int dummy10 = EBUSY;
[all …]
/third_party/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/node/deps/v8/src/torque/
Dconstants.h17 static const char* const CONSTEXPR_TYPE_PREFIX = "constexpr ";
18 static const char* const NEVER_TYPE_STRING = "never";
19 static const char* const CONSTEXPR_BOOL_TYPE_STRING = "constexpr bool";
20 static const char* const CONSTEXPR_STRING_TYPE_STRING = "constexpr string";
21 static const char* const CONSTEXPR_INTPTR_TYPE_STRING = "constexpr intptr";
22 static const char* const CONSTEXPR_INSTANCE_TYPE_TYPE_STRING =
24 static const char* const BOOL_TYPE_STRING = "bool";
25 static const char* const VOID_TYPE_STRING = "void";
26 static const char* const ARGUMENTS_TYPE_STRING = "Arguments";
27 static const char* const CONTEXT_TYPE_STRING = "Context";
[all …]
/third_party/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/skia/third_party/externals/angle2/src/libANGLE/renderer/
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/node/deps/v8/src/compiler/
Daccess-builder.h18 // This access builder provides a set of static methods constructing commonly
28 static FieldAccess ForExternalIntPtr(); in NON_EXPORTED_BASE()
34 static FieldAccess ForMap(WriteBarrierKind write_barrier = kMapWriteBarrier); in NON_EXPORTED_BASE()
37 static FieldAccess ForHeapNumberValue(); in NON_EXPORTED_BASE()
40 static FieldAccess ForBigIntBitfield(); in NON_EXPORTED_BASE()
45 static FieldAccess ForBigIntOptionalPadding(); in NON_EXPORTED_BASE()
49 static FieldAccess ForBigIntLeastSignificantDigit64(); in NON_EXPORTED_BASE()
52 static FieldAccess ForJSObjectPropertiesOrHash(); in NON_EXPORTED_BASE()
55 static FieldAccess ForJSObjectPropertiesOrHashKnownPointer(); in NON_EXPORTED_BASE()
58 static FieldAccess ForJSObjectElements(); in NON_EXPORTED_BASE()
[all …]
/third_party/python/Tools/c-analyzer/
DTODO11 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem
12 Objects/obmalloc.c:_PyMem_Debug static struct { debug_alloc_api_t …
13 Objects/obmalloc.c:_PyMem_Raw static PyMemAllocatorEx _PyMem_Raw
14 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject
15 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO…
17 Objects/obmalloc.c:arenas static struct arena_object* arenas
18 Objects/obmalloc.c:maxarenas static uint maxarenas
19 Objects/obmalloc.c:narenas_currently_allocated static size_t narenas_currently_al…
20 Objects/obmalloc.c:narenas_highwater static size_t narenas_highwater
21 Objects/obmalloc.c:nfp2lasta static struct arena_object* nfp2la…
[all …]
/third_party/typescript/tests/cases/compiler/
DprivacyAccessorDeclFile.ts13 static get myPublicStaticMethod(): privateClass { // Error
16 private static get myPrivateStaticMethod(): privateClass {
25 static get myPublicStaticMethod1() { // Error
28 private static get myPrivateStaticMethod1() {
40 static get myPublicStaticMethod(): publicClass {
43 private static get myPrivateStaticMethod(): publicClass {
52 static get myPublicStaticMethod1() {
55 private static get myPrivateStaticMethod1() {
67 static get myPublicStaticMethod(): privateClass {
70 private static get myPrivateStaticMethod(): privateClass {
[all …]
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_types.h16 static inline size_t
23 static inline void
29 static inline void
35 static inline size_t
44 static inline void
52 static inline void
62 static inline size_t
69 static inline void
75 static inline void
81 static inline size_t
[all …]
/third_party/typescript/tests/baselines/reference/
DthisAndSuperInStaticMembers1(target=es2022).js3 static a: any;
4 static f(): number;
10 static x: any = undefined!;
11 static y1 = this.x;
12 static y2 = this.x();
13 static y3 = this?.x();
14 static y4 = this[("x")]();
15 static y5 = this?.[("x")]();
16 static z1 = super.a;
17 static z2 = super["a"];
[all …]
DthisAndSuperInStaticMembers1(target=esnext).js3 static a: any;
4 static f(): number;
10 static x: any = undefined!;
11 static y1 = this.x;
12 static y2 = this.x();
13 static y3 = this?.x();
14 static y4 = this[("x")]();
15 static y5 = this?.[("x")]();
16 static z1 = super.a;
17 static z2 = super["a"];
[all …]
DthisAndSuperInStaticMembers2(target=esnext).js3 static a: any;
4 static f(): number;
10 static x: any = undefined!;
11 static y1 = this.x;
12 static y2 = this.x();
13 static y3 = this?.x();
14 static y4 = this[("x")]();
15 static y5 = this?.[("x")]();
16 static z1 = super.a;
17 static z2 = super["a"];
[all …]
DthisAndSuperInStaticMembers2(target=es2022).js3 static a: any;
4 static f(): number;
10 static x: any = undefined!;
11 static y1 = this.x;
12 static y2 = this.x();
13 static y3 = this?.x();
14 static y4 = this[("x")]();
15 static y5 = this?.[("x")]();
16 static z1 = super.a;
17 static z2 = super["a"];
[all …]
DsuperInStaticMembers1(target=es2022).js12 declare class B { static w(): number; }
14 static _ = [
61 static {
66 static {
71 static {
76 static {
81 static {
86 static {
91 static {
96 static {
[all …]
DsuperInStaticMembers1(target=esnext).js12 declare class B { static w(): number; }
14 static _ = [
61 static {
66 static {
71 static {
76 static {
81 static {
86 static {
91 static {
96 static {
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp163 static void setDefaultConfig(const Config &cfg);
164 static void adjustDefaultConfig(const Config::Edit &cfgEdit);
165 static Config getDefaultConfig();
169 static Value *allocateStackVariable(Type *type, int arraySize = 0);
170 static BasicBlock *createBasicBlock();
171 static BasicBlock *getInsertBlock();
172 static void setInsertBlock(BasicBlock *basicBlock);
174 static void createFunction(Type *returnType, const std::vector<Type *> &paramTypes);
175 static Value *getArgument(unsigned int index);
198 static void createCoroutine(Type *returnType, const std::vector<Type *> &params);
[all …]
/third_party/vk-gl-cts/android/cts/main/vk-master-2023-03-01/
Dfragment-shading-barycentric.txt482 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.double
483 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.dvec2
484 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.dvec3
485 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.dvec4
486 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.float
487 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.int
488 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.ivec2
489 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.ivec3
490 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.ivec4
491 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.uint
[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 …]
/third_party/vk-gl-cts/external/vulkancts/mustpass/main/vk-default/
Dfragment-shading-barycentric.txt482 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.double
483 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.dvec2
484 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.dvec3
485 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.dvec4
486 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.float
487 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.int
488 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.ivec2
489 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.ivec3
490 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.ivec4
491 dEQP-VK.fragment_shading_barycentric.data.provoking_first.static.line_list.array2.uint
[all …]
/third_party/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 …]

12345678910>>...711