Home
last modified time | relevance | path

Searched refs:TYPES (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/tint/src/sem/
Dstatement.h44 template <typename... TYPES>
58 template <typename... TYPES>
60 typename FindFirstParentReturn<TYPES...>::type;
94 template <typename... TYPES>
95 const detail::FindFirstParentReturnType<TYPES...>* FindFirstParent() const;
155 template <typename... TYPES>
156 const detail::FindFirstParentReturnType<TYPES...>* Statement::FindFirstParent()
158 using ReturnType = detail::FindFirstParentReturnType<TYPES...>;
159 if (sizeof...(TYPES) == 1) {
171 if (IsAnyOf<TYPES...>()) {
[all …]
/third_party/googletest/googlemock/scripts/generator/cpp/
Dkeywords.py33 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/mbedtls/tests/
Dcompat.sh86 TYPES="ECDSA RSA PSK"
107 printf " -t|--types\tWhich key exchange type to perform (Default: '%s')\n" "$TYPES"
128 shift; TYPES=$1
157 TYPES="$( echo $TYPES | tr [a-z] [A-Z] )"
1008 for TYPE in $TYPES; do
/third_party/node/deps/undici/src/node_modules/busboy/lib/
Dindex.js11 for (const type of TYPES) {
41 const TYPES = [ variable
/third_party/openssl/crypto/perlasm/
Dppc-xlate.pl14 my %TYPES;
23 $TYPES{$name} = $type;
35 my $type = \$TYPES{$name};
399 if ($TYPES{$label} =~ /function/) {
/third_party/node/deps/openssl/openssl/crypto/perlasm/
Dppc-xlate.pl14 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/
DCore.h549 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/
DconstructorWithIncompleteTypeAnnotation.js35 retValue = bfs.TYPES();
444 BasicFeatures.prototype.TYPES = function () { method in BasicFeatures
DconstructorWithIncompleteTypeAnnotation.types91 retValue = bfs.TYPES();
93 >bfs.TYPES() : any
94 >bfs.TYPES : any
96 >TYPES : any
509 public TYPES(): number {
510 >TYPES : () => number
DparserSyntaxWalker.generated.types36 // retValue = bfs.TYPES();
157 // public TYPES(): number {
DparserSyntaxWalker.generated.symbols36 // retValue = bfs.TYPES();
157 // public TYPES(): number {
DconstructorWithIncompleteTypeAnnotation.symbols68 retValue = bfs.TYPES();
351 public TYPES(): number {
352 >TYPES : Symbol(BasicFeatures.TYPES, Decl(constructorWithIncompleteTypeAnnotation.ts, 148, 9))
/third_party/typescript/tests/cases/compiler/
DconstructorWithIncompleteTypeAnnotation.ts37 retValue = bfs.TYPES();
/third_party/elfutils/libdwfl/
Drelocate.c382 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in relocate() macro
395 TYPES; in relocate()
405 union { TYPES; } tmpbuf; in relocate()
446 TYPES; in relocate()
466 TYPES; in relocate()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDebugUtilities.java23 return DebugUtilitiesData.TYPES.length; in typeCount()
DDebugUtilitiesData.java20 public static final String [] TYPES = { field in DebugUtilitiesData
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DDebugUtilities.java27 return DebugUtilitiesData.TYPES.length; in typeCount()
DDebugUtilitiesData.java24 public static final String [] TYPES = { field in DebugUtilitiesData
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp89 enum TYPES enum in gl4cts::GLSL420Pack::Utils
294 …void uniform(const glw::GLchar* uniform_name, TYPES type, glw::GLuint n_columns, glw::GLuint n_row…
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);
Dgl4cEnhancedLayoutsTests.hpp52 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_type, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum in…
885 static void Bind(const glw::Functions& gl, glw::GLuint id, TYPES tex_type);
[all …]
/third_party/selinux/checkpolicy/
Dpolicy_scan.l102 TYPES |
103 types { return(TYPES); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h404 #define TYPES \ macro
442 TYPES enumerator
/third_party/openssl/doc/man3/
DOSSL_STORE_SEARCH.pod89 For more information, see L</SUPPORTED CRITERION TYPES> below.
91 =head1 SUPPORTED CRITERION TYPES
DOSSL_STORE_expect.pod37 See L<OSSL_STORE_SEARCH(3)/SUPPORTED CRITERION TYPES> for information on the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp113 CASE(TYPES); in getColumnHeader()

123