| /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...] |
| /third_party/python/Modules/ |
| H A D | _json.c | 165 int kind; in ascii_escape_unicode() local 230 int kind; in escape_unicode() local 396 int kind; scanstring_unicode() local 688 int kind; _parse_object_unicode() local 818 int kind; _parse_array_unicode() local 921 int kind; _match_number_unicode() local 1038 int kind; scan_once_unicode() local [all...] |
| H A D | unicodedata.c | 502 int kind; in nfd_nfkd() local 649 int kind; nfc_nfkc() local 814 int kind; is_normalized_quickcheck() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| H A D | time.h | 978 } kind; member 1181 Kind kind; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| H A D | flag.h | 215 FlagHelpKind kind; member 273 FlagDefaultKind kind; member
|
| /third_party/rust/crates/regex/regex-syntax/src/ast/ |
| H A D | mod.rs | 35 pub fn kind(&self) -> &ErrorKind { in kind() functions [all...] |
| /third_party/rust/crates/regex/regex-syntax/src/hir/ |
| H A D | mod.rs | 38 pub fn kind(&self) -> &ErrorKind { in kind() functions 219 pub fn kind(&self) -> &HirKind { kind() functions [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | types.h | 137 Kind kind() const { return kind_; } in kind() function in spvtools::opt::analysis::Type
|
| /test/testfwk/xdevice/src/xdevice/_core/ |
| H A D | constants.py | 405 kind = "kind" variable in DeviceProperties
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usbhid.h | 237 enum hid_kind kind; member
|
| /third_party/libabigail/tools/ |
| H A D | abipkgdiff.cc | 334 enum kind enum in package [all...] |
| /third_party/libbpf/src/ |
| H A D | btf_dump.c | 690 __u16 kind; in btf_dump_emit_type() local 1432 __u16 kind; in btf_dump_emit_type_chain() local [all...] |
| H A D | libbpf_internal.h | 273 static inline __u32 btf_type_info(int kind, int vlen, int kflag) in btf_type_info() argument
|
| /third_party/node/src/crypto/ |
| H A D | crypto_tls.cc | 485 Kind kind = args[2]->IsTrue() ? Kind::kServer : Kind::kClient; in Wrap() local 356 TLSWrap(Environment* env, Local<Object> obj, Kind kind, StreamBase* stream, SecureContext* sc, UnderlyingStreamWriteStatus under_stream_ws) TLSWrap() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | module-instantiate.cc | 1122 compiler::WasmImportCallKind kind = resolved.kind; in ProcessImportedFunction() local 1593 compiler::WasmImportCallKind kind = resolved.kind; CompileImportWrappers() local [all...] |
| H A D | wasm-module.h | 115 Kind kind() const { return KindField::decode(bit_field_); } in kind() function in v8::internal::wasm::ConstantExpression 260 ImportExportKindCode kind; // kind of the import. global() member 267 ImportExportKindCode kind; // kind of the export. global() member 387 Kind kind; global() member [all...] |
| H A D | wasm-serialization.cc | 729 WasmCode::Kind kind = reader->Read<WasmCode::Kind>(); in ReadCode() local
|
| /third_party/node/deps/v8/src/web-snapshot/ |
| H A D | web-snapshot.cc | 50 FunctionKindToFunctionFlags( FunctionKind kind) FunctionKindToFunctionFlags() argument 82 FunctionKind kind; FunctionFlagsToFunctionKind() local 1762 FunctionKind kind = FunctionFlagsToFunctionKind(flags); CreateJSFunction() local [all...] |