| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | comp.rs | 102 pub fn kind(&self) -> MethodKind { in kind() functions 1232 pub fn kind(&self) -> CompKind { kind() functions 1260 let mut kind = Self::kind_from_cursor(&cursor); from_ty() variables [all...] |
| /third_party/python/Tools/c-analyzer/c_parser/ |
| H A D | info.py | 425 kind = None global() variable in HighlevelParsedItem 887 kind = KIND.VARIABLE global() variable in Variable 1017 kind = KIND.FUNCTION global() variable in Function 1103 kind = KIND.TYPEDEF global() variable in TypeDef 1239 kind = KIND.STRUCT global() variable in Struct 1243 kind = KIND.UNION global() variable in Union 1247 kind = KIND.ENUM global() variable in Enum 1297 kind = KIND.STATEMENT global() variable in Statement [all...] |
| /third_party/python/Include/internal/ |
| H A D | pycore_code.h | 159 _PyLocals_SetKind(PyObject *kinds, int i, _PyLocals_Kind kind) in _PyLocals_SetKind() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.h | 181 TokenKind kind() const { return Kind; } in kind() function
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | pipeline.h | 126 } kind; member
|
| /third_party/skia/src/core/ |
| H A D | SkRuntimeEffect.cpp | 217 MakeFromSource(SkString sksl, const Options& options, SkSL::ProgramKind kind) MakeFromSource() argument 249 MakeFromDSL(std::unique_ptr<SkSL::Program> program, const Options& options, SkSL::ProgramKind kind) MakeFromDSL() argument 258 MakeInternal(std::unique_ptr<SkSL::Program> program, const Options& options, SkSL::ProgramKind kind) MakeInternal() argument
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 3844 addPathInArg(const std::string& , const InArgs& in, InArgs::const_iterator& itInArg, PathArgument::Kind kind) addPathInArg() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | types.h | 129 Kind kind() const { return kind_; } in kind() function in spvtools::opt::analysis::Type
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 3844 addPathInArg(const std::string& , const InArgs& in, InArgs::const_iterator& itInArg, PathArgument::Kind kind) addPathInArg() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | types.h | 129 Kind kind() const { return kind_; } in kind() function in spvtools::opt::analysis::Type
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | numfmt.cpp | 863 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /* service */, UErrorCode& status) const { in handleCreate() argument 893 int32_t kind = lkey.kind(); in create() local 952 int32_t kind = lkey.kind(); in handleDefault() local 1036 NumberFormat::internalCreateInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) { in internalCreateInstance() argument 1054 createInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) createInstance() argument 1277 createSharedInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) createSharedInstance() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | connection.c | 128 MHD_get_connection_values(struct MHD_Connection *connection, enum MHD_ValueKind kind, MHD_KeyValueIterator iterator, void *iterator_cls) MHD_get_connection_values() argument 177 MHD_set_connection_value(struct MHD_Connection *connection, enum MHD_ValueKind kind, const char *key, const char *value) MHD_set_connection_value() argument 217 MHD_lookup_connection_value(struct MHD_Connection *connection, enum MHD_ValueKind kind, const char *key) MHD_lookup_connection_value() argument 650 enum MHD_ValueKind kind; global() local 1176 connection_add_header(struct MHD_Connection *connection, char *key, char *value, enum MHD_ValueKind kind) global() argument 1205 parse_arguments(enum MHD_ValueKind kind, struct MHD_Connection *connection, char *args) global() argument 1815 process_broken_line(struct MHD_Connection *connection, char *line, enum MHD_ValueKind kind) global() argument [all...] |
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLCore.cpp | 39 void Start(SkSL::Compiler* compiler, ProgramKind kind) { in Start() argument 43 void Start(SkSL::Compiler* compiler, ProgramKind kind, const ProgramSettings& settings) { in Start() argument 48 void StartModule(SkSL::Compiler* compiler, ProgramKind kind, const ProgramSettings& settings, in StartModule() argument 388 SkSL::ProgramKind kind = ThreadContext::GetProgramConfig()->fKind; in Declare() local 452 SkSL::ProgramKind kind = ThreadContext::GetProgramConfig()->fKind; InterfaceBlock() local [all...] |
| /third_party/skia/src/sksl/ |
| H A D | SkSLDSLParser.cpp | 99 DSLParser::DSLParser(Compiler* compiler, const ProgramSettings& settings, ProgramKind kind, in DSLParser() argument 157 bool DSLParser::checkNext(Token::Kind kind, Token* result) { in checkNext() argument 172 bool DSLParser::expect(Token::Kind kind, const char* expected, Token* result) { in expect() argument
|
| /third_party/skia/third_party/externals/tint/samples/ |
| H A D | main.cc | 240 SampledKindToString( tint::inspector::ResourceBinding::SampledKind kind) SampledKindToString() argument
|
| /third_party/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 583 const std::string kind = operand["kind"].asString(); in jsonToSpirv() local [all...] |
| /third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| H A D | jsoncpp.cpp | 3844 addPathInArg(const std::string& , const InArgs& in, InArgs::const_iterator& itInArg, PathArgument::Kind kind) addPathInArg() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 104 SDep(SUnit *S, Kind kind, unsigned Reg) in SDep() argument 123 SDep(SUnit *S, OrderKind kind) in SDep() argument [all...] |
| /third_party/python/Parser/ |
| H A D | action_helpers.c | 753 _PyPegen_augoperator(Parser *p, operator_ty kind) in _PyPegen_augoperator() argument [all...] |
| H A D | tokenizer.c | 1261 verify_end_of_number(struct tok_state *tok, int c, const char *kind) in verify_end_of_number() argument
|
| /third_party/python/Python/ |
| H A D | _warnings.c | 448 int kind; in normalize_module() local 532 int kind; in show_warning() local
|
| H A D | formatter_unicode.c | 65 int kind = PyUnicode_KIND(str); in get_integer() local 157 int kind = PyUnicode_KIND(format_spec); in parse_internal_render_format_spec() local 451 int kind = PyUnicode_KIND(s); in parse_number() local 611 const unsigned int kind in fill_number() local [all...] |
| H A D | getargs.c | 868 int kind; in convertsimple() local
|
| /third_party/python/Objects/ |
| H A D | frameobject.c | 136 typedef enum kind { enum 169 push_value(int64_t stack, Kind kind) in push_value() argument 1132 _PyLocals_Kind kind = _PyLocals_GetKind(co->co_localspluskinds, i); in _PyFrame_FastToLocalsWithError() local 1238 _PyLocals_Kind kind = _PyLocals_GetKind(co->co_localspluskinds, i); in _PyFrame_LocalsToFast() local [all...] |
| H A D | odictobject.c | 1643 int kind; member 1852 odictiter_new(PyODictObject *od, int kind) in odictiter_new() argument [all...] |