/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnNativeTest.cpp | 80 void DawnNativeTest::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() argument
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | module.cc | 69 void Module::AddTypeDecl(const ast::TypeDecl* type) { in AddTypeDecl() argument [all...] |
H A D | variable.h | 139 const ast::Type* const type; global() member in tint::ast::Variable::ast [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | lexer_test.cc | 528 Token::Type type; member
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | inferred_type_test.cc | 143 auto* type = ty.array(ty.u32(), 10); in TEST_F() local
|
H A D | resolver_constants.cc | 31 EvaluateConstantValue(const ast::Expression* expr, const sem::Type* type) EvaluateConstantValue() argument 42 EvaluateConstantValue( const ast::LiteralExpression* literal, const sem::Type* type) EvaluateConstantValue() argument 61 EvaluateConstantValue(const ast::CallExpression* call, const sem::Type* type) EvaluateConstantValue() argument [all...] |
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | struct.cc | 81 StructMember(const ast::StructMember* declaration, Symbol name, sem::Type* type, uint32_t index, uint32_t offset, uint32_t align, uint32_t size) StructMember() argument
|
H A D | type_manager.h | 61 auto* type = types_.Create<T>(std::forward<ARGS>(args)...); in Get() local [all...] |
/third_party/skia/tools/graphite/ |
H A D | ContextFactory.h | 37 ContextFactory::ContextType type() const { return fType; } in type() function in skiatest::graphite::ContextFactory::ContextInfo
|
/third_party/skia/tools/mdbviz/ |
H A D | Model.cpp | 69 DrawCommand::OpType type = fOps[index]->getType(); in isHierarchyPush() local 76 DrawCommand::OpType type = fOps[index]->getType(); in isHierarchyPop() local
|
/third_party/skia/tools/skiaserve/ |
H A D | Response.cpp | 64 int SendData(MHD_Connection* connection, const SkData* data, const char* type, in SendData() argument
|
/third_party/spirv-tools/source/ |
H A D | binary.cpp | 159 exhaustedInputDiagnostic(size_t inst_offset, spv::Op opcode, spv_operand_type_t type) exhaustedInputDiagnostic() argument [all...] |
H A D | ext_inst.cpp | 149 bool spvExtInstIsNonSemantic(const spv_ext_inst_type_t type) { in spvExtInstIsNonSemantic() argument 158 bool spvExtInstIsDebugInfo(const spv_ext_inst_type_t type) { in spvExtInstIsDebugInfo() argument 167 spvExtInstTableNameLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const char* name, spv_ext_inst_desc* pEntry) spvExtInstTableNameLookup() argument 189 spvExtInstTableValueLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const uint32_t value, spv_ext_inst_desc* pEntry) spvExtInstTableValueLookup() argument [all...] |
/third_party/spirv-tools/source/fuzz/fact_manager/ |
H A D | irrelevant_value_facts.cpp | 94 auto type = ir_context_->get_type_mgr()->GetType(def->type_id()); in IdIsIrrelevant() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | restrace.cpp | 98 void FileTracer::traceOpen(const char* path, const char* type, const char* name) { in traceOpen() argument 106 void FileTracer::traceOpenDataFile(const char* path, const char* type, const char* name) { in traceOpenDataFile() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | BitmaskEnum.h | 75 0>::type> : std::true_type {}; struct in llvm::is_bitmask_enum [all...] |
/third_party/toybox/toys/other/ |
H A D | makedevs.c | 58 char type=0, user[64], group[64], *node, *ptr = line; in makedevs_main() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | genericMappedTypeAsClause.js | |
H A D | typeGuardFunctionErrors.js | [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | ErrorScopeValidationTests.cpp | 28 static void ToMockDevicePopErrorScopeCallback(WGPUErrorType type, in ToMockDevicePopErrorScopeCallback() argument
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_enum_field.cc | 48 string type = EnumName(descriptor->enum_type()); in SetEnumVariables() local
|
/third_party/python/PC/ |
H A D | winsound.c | 172 winsound_MessageBeep_impl(PyObject *module, int type) in winsound_MessageBeep_impl() argument
|
/third_party/python/Objects/clinic/ |
H A D | descrobject.c.h | 9 mappingproxy_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in mappingproxy_new() argument
|
H A D | tupleobject.c.h | 75 tuple_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tuple_new() argument
|
/third_party/python/PC/clinic/ |
H A D | winsound.c.h | 115 int type = MB_OK; in winsound_MessageBeep() local
|