Home
last modified time | relevance | path

Searched defs:Types (Results 1 – 25 of 197) sorted by relevance

12345678

/external/golang-protobuf/reflect/protoregistry/
Dregistry.go476 type Types struct { struct
477 typesByName typesByName
478 extensionsByMessage extensionsByMessage
480 numEnums int
481 numMessages int
482 numExtensions int
494 func (r *Types) RegisterMessage(mt protoreflect.MessageType) error {
514 func (r *Types) RegisterEnum(et protoreflect.EnumType) error {
534 func (r *Types) RegisterExtension(xt protoreflect.ExtensionType) error {
571 func (r *Types) register(kind string, desc protoreflect.Descriptor, typ interface{}) error {
[all …]
/external/rust/cxx/syntax/
Dtypes.rs15 pub struct Types<'a> { struct
30 impl<'a> Types<'a> { impl
273 impl<'t, 'a> IntoIterator for &'t Types<'a> { implementation
Dpod.rs4 impl<'a> Types<'a> { implementation
Dimproper.rs11 impl<'a> Types<'a> { implementation
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp38 static void PrintTypes(formatted_raw_ostream &OS, ArrayRef<MVT> Types) { in PrintTypes()
50 void WebAssemblyTargetAsmStreamer::emitParam(ArrayRef<MVT> Types) { in emitParam()
55 void WebAssemblyTargetAsmStreamer::emitResult(ArrayRef<MVT> Types) { in emitResult()
60 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<MVT> Types) { in emitLocal()
79 static void EncodeTypes(MCStreamer &Streamer, ArrayRef<MVT> Types) { in EncodeTypes()
85 void WebAssemblyTargetELFStreamer::emitParam(ArrayRef<MVT> Types) { in emitParam()
90 void WebAssemblyTargetELFStreamer::emitResult(ArrayRef<MVT> Types) { in emitResult()
95 void WebAssemblyTargetELFStreamer::emitLocal(ArrayRef<MVT> Types) { in emitLocal()
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md502 ## Types section in Mojo C++ Bindings API
504 ### Enums
542 ### Structs
652 ### Unions
718 ### Sending Interfaces Over Interfaces
875 ### Strong Bindings
909 ### Binding Sets
956 ### InterfacePtr Sets
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtypes_test.cpp250 TEST(Types, AllTypes) { in TEST() argument
269 TEST(Types, IntSignedness) { in TEST() argument
280 TEST(Types, IntWidth) { in TEST() argument
291 TEST(Types, FloatWidth) { in TEST() argument
302 TEST(Types, VectorElementCount) { in TEST() argument
310 TEST(Types, MatrixElementCount) { in TEST() argument
319 TEST(Types, IsUniqueType) { in TEST() argument
365 TEST(Types, Clone) { in TEST() argument
375 TEST(Types, RemoveDecorations) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtypes_test.cpp250 TEST(Types, AllTypes) { in TEST() argument
269 TEST(Types, IntSignedness) { in TEST() argument
280 TEST(Types, IntWidth) { in TEST() argument
291 TEST(Types, FloatWidth) { in TEST() argument
302 TEST(Types, VectorElementCount) { in TEST() argument
310 TEST(Types, MatrixElementCount) { in TEST() argument
319 TEST(Types, IsUniqueType) { in TEST() argument
365 TEST(Types, Clone) { in TEST() argument
375 TEST(Types, RemoveDecorations) { in TEST() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dtypes_test.cpp250 TEST(Types, AllTypes) { in TEST() argument
269 TEST(Types, IntSignedness) { in TEST() argument
280 TEST(Types, IntWidth) { in TEST() argument
291 TEST(Types, FloatWidth) { in TEST() argument
302 TEST(Types, VectorElementCount) { in TEST() argument
310 TEST(Types, MatrixElementCount) { in TEST() argument
319 TEST(Types, IsUniqueType) { in TEST() argument
365 TEST(Types, Clone) { in TEST() argument
375 TEST(Types, RemoveDecorations) { in TEST() argument
/external/clang/test/CodeGenCXX/
Dmangle-variadic-templates.cpp15 void f0(X<sizeof...(Types), Types&...>) { } in f0() argument
32 template<typename ...Types> void f2(Types...) {} in f2() argument
41 template<typename ...Types> void f3(const Types *...) {} in f3()
/external/pffft/
Dpffft.hpp53 template<typename T> struct Types {}; struct
55 template<> struct Types<float> { struct
56 typedef float Scalar;
57 typedef std::complex<Scalar> Complex;
58 static int simd_size() { return pffft_simd_size(); } in simd_size()
59 static const char * simd_arch() { return pffft_simd_arch(); } in simd_arch()
61 template<> struct Types< std::complex<float> > { struct
62 typedef float Scalar;
63 typedef std::complex<float> Complex;
64 static int simd_size() { return pffft_simd_size(); } in simd_size()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h123 ArrayRef<LLT> Types; member
391 std::initializer_list<LLT> Types) { in actionFor()
398 std::initializer_list<LLT> Types, in actionFor()
407 std::initializer_list<std::pair<LLT, LLT>> Types) { in actionFor() argument
415 std::initializer_list<std::pair<LLT, LLT>> Types, in actionFor() argument
425 std::initializer_list<LLT> Types) { in actionForTypeWithAnyImm()
434 std::initializer_list<LLT> Types) { in actionForCartesianProduct()
485 LegalizeRuleSet &legalFor(std::initializer_list<LLT> Types) { in legalFor()
490 LegalizeRuleSet &legalFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in legalFor() argument
495 LegalizeRuleSet &legalForTypeWithAnyImm(std::initializer_list<LLT> Types) { in legalForTypeWithAnyImm()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp242 const CVTypeArray &Types) { in mergeTypeRecords()
273 const CVTypeArray &Types, in mergeTypeRecords()
310 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit()
343 Error TypeStreamMerger::remapAllTypes(const CVTypeArray &Types) { in remapAllTypes()
416 const CVTypeArray &Types) { in mergeTypeRecords()
448 const CVTypeArray &Types, in mergeTypeRecords()
456 ArrayRef<TypeIndex> Types, in mergeIdRecords()
DCVTypeVisitor.cpp142 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) { in visitTypeStream()
150 Error CVTypeVisitor::visitTypeStream(CVTypeRange Types) { in visitTypeStream()
158 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream()
232 Error llvm::codeview::visitTypeStream(const CVTypeArray &Types, in visitTypeStream()
239 Error llvm::codeview::visitTypeStream(CVTypeRange Types, in visitTypeStream()
245 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp42 ArrayRef<wasm::ValType> Types) { in printTypes()
54 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
107 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumper.h27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
49 TypeCollection &Types; variable
/external/llvm/docs/
DCoverageMappingFormat.rst422 Types section in Encoding
428 .. _LEB128:
430 LEB128
439 Strings
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvolution_test.cc112 XLA_TYPED_TEST(ForwardPassConvolution_3x3x256_256_OutputZ_Iota, Types) { in XLA_TYPED_TEST() argument
144 TYPED_TEST(Convolve_1x1x1x2_1x1x1x2_Valid, Types) { this->RunTest(); } in TYPED_TEST() argument
182 TYPED_TEST(Convolve_1x1x4x4_1x1x2x2_Valid, Types) { this->RunTest(); } in TYPED_TEST() argument
221 TYPED_TEST(Convolve_1x1x4x4_1x1x2x2_Same, Types) { this->RunTest(); } in TYPED_TEST() argument
261 TYPED_TEST(Convolve_1x1x4x4_1x1x3x3_Same, Types) { this->RunTest(); } in TYPED_TEST() argument
383 TYPED_TEST(Convolve2D_1x3x3x5_3x3x5x3_Valid, Types) { this->RunTest(); } in TYPED_TEST() argument
447 TYPED_TEST(Convolve2D_1x3x3x5_3x3x1x15_Depthwise_Valid, Types) { in TYPED_TEST() argument
517 TYPED_TEST(Convolve2D_1x4x4x5_3x3x1x5_Depthwise_Valid, Types) { in TYPED_TEST() argument
580 TYPED_TEST(Convolve2D_1x4x4x512_3x3x1x512_Depthwise_Valid, Types) { in TYPED_TEST() argument
649 Types) { in TYPED_TEST() argument
[all …]
/external/swiftshader/third_party/marl/docs/
Dscheduler.md187 ### Single-Threaded-Workers
222 ### Multi-Threaded-Workers
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Ddeduction.cpp9 void f0(X<sizeof...(Types), Types&...>) { } in f0() argument
/external/python/cpython2/Doc/c-api/
Dintro.rst341 Types section in Objects, Types and Reference Counts
353 .. _api-exceptions:
/external/skia/src/sksl/
Dbinary_format.md43 ### Types subsection
75 [^1]: The offset of a `String` is relative to the beginning of the `stringData` field of the header.
77 [^2]: There is one exception to `SymbolId`s referring to Symbol commands: if a `SymbolId` is
80 [^3]: The Type symbol commands are `kArrayType_Command`, `kStructType_Command`, or a
83 [^4]: The "Layout" commands are `kBuiltinLayout_Command`, `kDefaultLayout_Command`, and
86 [^5]: The "Modifiers" commands are `kDefaultModifiers_Command`, `kModifiers8Bit_Command`, and
/external/python/cpython3/Doc/c-api/
Dintro.rst494 Types section in Objects, Types and Reference Counts
506 .. _api-exceptions:
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-typed-test.h165 # define TYPED_TEST_CASE(CaseName, Types) \ argument
253 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
/external/guice/core/src/com/google/inject/util/
DTypes.java39 public final class Types { class
40 private Types() {} in Types() method in Types

12345678