/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | statement.h | 44 template <typename... TYPES> 58 template <typename... TYPES> 60 typename FindFirstParentReturn<TYPES...>::type; 90 /// `TYPES`, which may be the statement itself, or nullptr if no match is 91 /// found. If `TYPES` is a single template argument, the return type is a 94 template <typename... TYPES> 95 const detail::FindFirstParentReturnType<TYPES...>* FindFirstParent() const; 155 template <typename... TYPES> 156 const detail::FindFirstParentReturnType<TYPES...>* Statement::FindFirstParent() in FindFirstParent() 158 using ReturnType = detail::FindFirstParentReturnType<TYPES in FindFirstParent() [all...] |
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | keywords.py | 33 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split()) variable 46 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP 56 return token in TYPES or token in TYPE_MODIFIERS
|
/third_party/node/deps/npm/node_modules/ip-address/dist/v6/ |
H A D | constants.js | 3 exports.RE_URL_WITH_PORT = exports.RE_URL = exports.RE_ZONE_STRING = exports.RE_SUBNET_STRING = exports.RE_BAD_ADDRESS = exports.RE_BAD_CHARACTERS = exports.TYPES = exports.SCOPES = exports.GROUPS = exports.BITS = void 0; 26 exports.TYPES = {
|
/third_party/mbedtls/tests/ |
H A D | compat.sh | 90 TYPES="ECDSA RSA PSK" 112 printf " -t|--types\tWhich key exchange type to perform (Default: '%s')\n" "$TYPES" 135 for TYPE in $TYPES; do 167 shift; TYPES=$1 208 TYPES="$( echo $TYPES | tr [a-z] [A-Z] )" 1097 for TYPE in $TYPES; do
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 14 my %TYPES; 23 $TYPES{$name} = $type; 35 my $type = \$TYPES{$name}; 399 if ($TYPES{$label} =~ /function/) {
|
/third_party/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 14 my %TYPES; 23 $TYPES{$name} = $type; 35 my $type = \$TYPES{$name}; 399 if ($TYPES{$label} =~ /function/) {
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
H A D | Core.h | 549 template <typename... TYPES> 550 class Converter<std::variant<TYPES...>> { 554 std::variant<TYPES...>& out) { in TryFromJS() 567 std::variant<TYPES...>& out) { in TryFromJS() 575 static inline Result FromJS(Napi::Env env, Napi::Value value, std::variant<TYPES...>& out) { in FromJS() 576 return TryFromJS<TYPES...>(env, value, out); in FromJS() 578 static inline Napi::Value ToJS(Napi::Env env, std::variant<TYPES...> value) { in ToJS()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | constructorWithIncompleteTypeAnnotation.js | 35 retValue = bfs.TYPES(); 156 public TYPES(): number { 332 bfs.TYPES();
444 BasicFeatures.prototype.TYPES = function () {
|
/third_party/elfutils/libdwfl/ |
H A D | relocate.c | 382 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in relocate() macro 395 TYPES; in relocate() 405 union { TYPES; } tmpbuf; in relocate() member 446 TYPES; in relocate() 466 TYPES; in relocate()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | DebugUtilities.java | 27 return DebugUtilitiesData.TYPES.length; in typeCount()
|
H A D | DebugUtilitiesData.java | 24 public static final String [] TYPES = { field in DebugUtilitiesData
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | DebugUtilities.java | 23 return DebugUtilitiesData.TYPES.length; in typeCount()
|
H A D | DebugUtilitiesData.java | 20 public static final String [] TYPES = { field in DebugUtilitiesData
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 52 enum TYPES enum 79 static bool DoesTypeSupportMatrix(TYPES type); 83 static Type GetType(TYPES basic_type, glw::GLuint n_columns, glw::GLuint n_rows); 85 static glw::GLuint GetTypeSize(TYPES type); 88 static glw::GLenum GetTypeGLenum(TYPES type); 90 static bool CanTypesShareLocation(TYPES first, TYPES second); 93 TYPES m_basic_type; 854 enum TYPES enum in gl4cts::EnhancedLayouts::Utils::Texture 872 void Init(TYPES tex_typ [all...] |
H A D | gl4cShadingLanguage420PackTests.hpp | 89 enum TYPES enum in gl4cts::GLSL420Pack::Utils 294 void uniform(const glw::GLchar* uniform_name, TYPES type, glw::GLuint n_columns, glw::GLuint n_rows, 436 static bool doesTypeSupportMatrix(TYPES type); 438 static const glw::GLchar* getTypeName(TYPES type, glw::GLuint n_columns, glw::GLuint n_rows); 963 Utils::TYPES m_t1; 964 Utils::TYPES m_t2; 2636 Utils::TYPES m_type; 2647 std::string getVectorInitializer(Utils::TYPES type, glw::GLuint n_rows);
|
/third_party/littlefs/scripts/ |
H A D | summary.py | 235 TYPES = co.OrderedDict([ variable 256 for t in fields.get(k, TYPES.values()): 290 for t in TYPES.values(): 580 for t in TYPES.keys(): 585 types[k] = TYPES[t]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | X86DisassemblerDecoderCommon.h | 404 #define TYPES \ macro 442 TYPES enumerator
|
/third_party/python/Lib/test/ |
H A D | test_optparse.py | 466 TYPES = Option.TYPES + ('duration',) variable in DurationOption 1038 TYPES = Option.TYPES + ("file",) variable in TestExtendAddTypes.MyOption
|
/third_party/ltp/ |
H A D | build.sh | 170 TYPES:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.cpp | 113 CASE(TYPES); in getColumnHeader()
|
/third_party/node/deps/npm/node_modules/ip-address/dist/ |
H A D | ipv6.js | 391 for (const subnet of Object.keys(constants6.TYPES)) { 393 return constants6.TYPES[subnet];
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _analyzer.py | 63 KINDS = frozenset((*KIND.TYPES, KIND.VARIABLE))
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 103 %token TYPES 508 role_type_def : ROLE identifier TYPES names ';'
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 63 if kind in cls.TYPES: 136 KIND.TYPES = frozenset(KIND._TYPE_DECLS_BY_PRIORITY) 139 'type': KIND.TYPES, 1503 return self._find(kind=KIND.TYPES)
|
/third_party/elfutils/src/ |
H A D | strip.c | 451 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in relocate() macro 458 union { TYPES; } tmpbuf; in relocate() member 468 TYPES; in relocate() 546 TYPES; in relocate()
|