/third_party/skia/src/sfnt/ |
D | SkOTTable_OS_2_V1.h | 294 struct l1 { struct 295 … static const SK_OT_ULONG SuperscriptsAndSubscriptsMask = SkOTSetULONGBit<32 - 32>::value; 296 static const SK_OT_ULONG CurrencySymbolsMask = SkOTSetULONGBit<33 - 32>::value; 297 …static const SK_OT_ULONG CombiningDiacriticalMarksForSymbolsMask = SkOTSetULONGBit<34 - 32>::value; 298 static const SK_OT_ULONG LetterlikeSymbolsMask = SkOTSetULONGBit<35 - 32>::value; 299 static const SK_OT_ULONG NumberFormsMask = SkOTSetULONGBit<36 - 32>::value; 300 static const SK_OT_ULONG ArrowsMask = SkOTSetULONGBit<37 - 32>::value; 301 … static const SK_OT_ULONG MathematicalOperatorsMask = SkOTSetULONGBit<38 - 32>::value; 302 … static const SK_OT_ULONG MiscellaneousTechnicalMask = SkOTSetULONGBit<39 - 32>::value; 303 static const SK_OT_ULONG ControlPicturesMask = SkOTSetULONGBit<40 - 32>::value; [all …]
|
D | SkOTTable_OS_2_V2.h | 296 struct l1 { struct 297 … static const SK_OT_ULONG SuperscriptsAndSubscriptsMask = SkOTSetULONGBit<32 - 32>::value; 298 static const SK_OT_ULONG CurrencySymbolsMask = SkOTSetULONGBit<33 - 32>::value; 299 …static const SK_OT_ULONG CombiningDiacriticalMarksForSymbolsMask = SkOTSetULONGBit<34 - 32>::value; 300 static const SK_OT_ULONG LetterlikeSymbolsMask = SkOTSetULONGBit<35 - 32>::value; 301 static const SK_OT_ULONG NumberFormsMask = SkOTSetULONGBit<36 - 32>::value; 302 static const SK_OT_ULONG ArrowsMask = SkOTSetULONGBit<37 - 32>::value; 303 … static const SK_OT_ULONG MathematicalOperatorsMask = SkOTSetULONGBit<38 - 32>::value; 304 … static const SK_OT_ULONG MiscellaneousTechnicalMask = SkOTSetULONGBit<39 - 32>::value; 305 static const SK_OT_ULONG ControlPicturesMask = SkOTSetULONGBit<40 - 32>::value; [all …]
|
D | SkOTTable_OS_2_V3.h | 296 struct l1 { struct 297 … static const SK_OT_ULONG SuperscriptsAndSubscriptsMask = SkOTSetULONGBit<32 - 32>::value; 298 static const SK_OT_ULONG CurrencySymbolsMask = SkOTSetULONGBit<33 - 32>::value; 299 …static const SK_OT_ULONG CombiningDiacriticalMarksForSymbolsMask = SkOTSetULONGBit<34 - 32>::value; 300 static const SK_OT_ULONG LetterlikeSymbolsMask = SkOTSetULONGBit<35 - 32>::value; 301 static const SK_OT_ULONG NumberFormsMask = SkOTSetULONGBit<36 - 32>::value; 302 static const SK_OT_ULONG ArrowsMask = SkOTSetULONGBit<37 - 32>::value; 303 … static const SK_OT_ULONG MathematicalOperatorsMask = SkOTSetULONGBit<38 - 32>::value; 304 … static const SK_OT_ULONG MiscellaneousTechnicalMask = SkOTSetULONGBit<39 - 32>::value; 305 static const SK_OT_ULONG ControlPicturesMask = SkOTSetULONGBit<40 - 32>::value; [all …]
|
D | SkOTTable_OS_2_V4.h | 296 struct l1 { struct 297 … static const SK_OT_ULONG SuperscriptsAndSubscriptsMask = SkOTSetULONGBit<32 - 32>::value; 298 static const SK_OT_ULONG CurrencySymbolsMask = SkOTSetULONGBit<33 - 32>::value; 299 …static const SK_OT_ULONG CombiningDiacriticalMarksForSymbolsMask = SkOTSetULONGBit<34 - 32>::value; 300 static const SK_OT_ULONG LetterlikeSymbolsMask = SkOTSetULONGBit<35 - 32>::value; 301 static const SK_OT_ULONG NumberFormsMask = SkOTSetULONGBit<36 - 32>::value; 302 static const SK_OT_ULONG ArrowsMask = SkOTSetULONGBit<37 - 32>::value; 303 … static const SK_OT_ULONG MathematicalOperatorsMask = SkOTSetULONGBit<38 - 32>::value; 304 … static const SK_OT_ULONG MiscellaneousTechnicalMask = SkOTSetULONGBit<39 - 32>::value; 305 static const SK_OT_ULONG ControlPicturesMask = SkOTSetULONGBit<40 - 32>::value; [all …]
|
/third_party/openssl/crypto/rc2/ |
D | rc2_local.h | 18 #define c2ln(c,l1,l2,n) { \ argument 48 #define l2cn(l1,l2,c,n) { \ argument 70 #define n2ln(c,l1,l2,n) { \ argument 93 #define l2nn(l1,l2,c,n) { \ argument
|
/third_party/node/deps/openssl/openssl/crypto/rc2/ |
D | rc2_local.h | 18 #define c2ln(c,l1,l2,n) { \ argument 48 #define l2cn(l1,l2,c,n) { \ argument 70 #define n2ln(c,l1,l2,n) { \ argument 93 #define l2nn(l1,l2,c,n) { \ argument
|
/third_party/typescript/tests/baselines/reference/ |
D | letDeclarations-useBeforeDefinition.js | 4 let l1; variable 17 let l1; variable
|
D | letDeclarations-es5-1.js | 2 let l1; variable 10 var l1; variable
|
D | letDeclarations.js | 2 let l1; variable 16 let l1; variable
|
D | letDeclarations-es5.js | 2 let l1; variable 16 var l1; variable
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
D | main.c | 19 struct lws_cache_ttl_lru *l1; in test_just_l1() local 104 struct lws_cache_ttl_lru *l1; in test_just_l1_limits() local 173 struct lws_cache_ttl_lru *l1 = NULL, *nsc; in test_nsc1() local
|
/third_party/openssl/crypto/cast/ |
D | cast_local.h | 22 #define c2ln(c,l1,l2,n) { \ argument 45 #define l2cn(l1,l2,c,n) { \ argument 60 #define n2ln(c,l1,l2,n) { \ argument 83 #define l2nn(l1,l2,c,n) { \ argument
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | mls_types.h | 102 static inline int mls_level_eq(const struct mls_level *l1, const struct mls_level *l2) in mls_level_eq() 107 static inline int mls_level_dom(const struct mls_level *l1, const struct mls_level *l2) in mls_level_dom() 112 #define mls_level_incomp(l1, l2) \ argument 115 #define mls_level_between(l1, l2, l3) \ argument
|
/third_party/node/deps/openssl/openssl/crypto/cast/ |
D | cast_local.h | 22 #define c2ln(c,l1,l2,n) { \ argument 45 #define l2cn(l1,l2,c,n) { \ argument 60 #define n2ln(c,l1,l2,n) { \ argument 83 #define l2nn(l1,l2,c,n) { \ argument
|
/third_party/node/deps/openssl/openssl/crypto/rc5/ |
D | rc5_local.h | 20 #define c2ln(c,l1,l2,n) { \ argument 50 #define l2cn(l1,l2,c,n) { \ argument 72 #define n2ln(c,l1,l2,n) { \ argument 95 #define l2nn(l1,l2,c,n) { \ argument
|
/third_party/openssl/crypto/rc5/ |
D | rc5_local.h | 20 #define c2ln(c,l1,l2,n) { \ argument 50 #define l2cn(l1,l2,c,n) { \ argument 72 #define n2ln(c,l1,l2,n) { \ argument 95 #define l2nn(l1,l2,c,n) { \ argument
|
/third_party/node/deps/openssl/openssl/crypto/bf/ |
D | bf_local.h | 15 # define n2ln(c,l1,l2,n) { \ argument 38 # define l2nn(l1,l2,c,n) { \ argument
|
/third_party/openssl/crypto/bf/ |
D | bf_local.h | 15 # define n2ln(c,l1,l2,n) { \ argument 38 # define l2nn(l1,l2,c,n) { \ argument
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleAliasTest.java | 90 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE); in TestCalendar() local 121 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE); in TestDateFormat() local 217 ULocale l1 = urb1.getULocale(); in TestUResourceBundle() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | LocaleAliasTest.java | 93 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE); in TestCalendar() local 124 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE); in TestDateFormat() local 220 ULocale l1 = urb1.getULocale(); in TestUResourceBundle() local
|
/third_party/typescript/tests/cases/compiler/ |
D | commentsInheritance.ts | 19 l1: () => void; property 40 public l1: () => void; property in c1 132 l1: () => void; property 145 l1: () => void; property
|
D | letDeclarations2.ts | 5 let l1 = "s"; variable
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserAstSpans1.ts | 14 l1: () => void; property 34 public l1: () => void; property in c1 164 l1: () => void; property 175 l1: () => void; property
|
/third_party/node/deps/openssl/openssl/crypto/idea/ |
D | idea_local.h | 21 #define n2ln(c,l1,l2,n) { \ argument 44 #define l2nn(l1,l2,c,n) { \ argument
|
/third_party/openssl/crypto/idea/ |
D | idea_local.h | 21 #define n2ln(c,l1,l2,n) { \ argument 44 #define l2nn(l1,l2,c,n) { \ argument
|