Home
last modified time | relevance | path

Searched refs:expected_kind (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/validation/rules/
H A Dpossible_type_extensions.py42 expected_kind: Optional[str]
44 expected_kind = def_kind_to_ext_kind(def_node.kind)
46 expected_kind = type_to_ext_kind(existing_type)
48 expected_kind = None
50 if expected_kind:
51 if expected_kind != node.kind:
/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-mutable-routine.c373 if ( expected_kind in jitter_check_paremater_compatibility()
375 && expected_kind in jitter_check_paremater_compatibility()
377 && expected_kind in jitter_check_paremater_compatibility()
379 && expected_kind in jitter_check_paremater_compatibility()
386 if ( expected_kind in jitter_check_paremater_compatibility()
388 && expected_kind in jitter_check_paremater_compatibility()
390 && expected_kind in jitter_check_paremater_compatibility()
392 && expected_kind in jitter_check_paremater_compatibility()
397 if ( expected_kind in jitter_check_paremater_compatibility()
399 && expected_kind in jitter_check_paremater_compatibility()
[all …]
/dports/devel/py-isort/isort-5.10.1/isort/
H A Dexceptions.py130 def __init__(self, kind: type, expected_kind: type):
136 self.expected_kind = expected_kind
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/python/ycm/
H A Ddiagnostic_filter.py89 expected_kind = level.upper()
92 return diagnostic[ 'kind' ] == expected_kind
/dports/science/py-molmod/molmod-1.4.8/molmod/io/
H A Dnumber_state.py290 expected_kind = attr.get_kind(attr.get())
291 if kind != expected_kind:
292 …"Wrong header: kind of field %s does not match. Got %s, expected %s" % (name, kind, expected_kind))
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_expand/src/
H A Dmbe.rs109 fn is_token(&self, expected_kind: &TokenKind) -> bool { in is_token()
111 TokenTree::Token(Token { kind: actual_kind, .. }) => actual_kind == expected_kind, in is_token()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Druby.c526 static int readAndEmitTagFull (const unsigned char** cp, rubyKind expected_kind, in readAndEmitTagFull() argument
533 rubyKind actual_kind = parseIdentifier (cp, name, expected_kind); in readAndEmitTagFull()
567 static int readAndEmitTag (const unsigned char** cp, rubyKind expected_kind) in readAndEmitTag() argument
569 return readAndEmitTagFull (cp, expected_kind, expected_kind != K_CONST, true); in readAndEmitTag()
/dports/sysutils/hexyl/hexyl-0.9.0/src/bin/
H A Dhexyl.rs474 ($input: expr, $expected_kind: ident $expected_value: expr) => { in test_parse_byte_offset()
475 success!($input, $expected_kind $expected_value; block_size: 512) in test_parse_byte_offset()
477 … ($input: expr, $expected_kind: ident $expected_value: expr; block_size: $block_size: expr) => { in test_parse_byte_offset()
483 kind: ByteOffsetKind::$expected_kind, in test_parse_byte_offset()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Ddatum_test.cc42 void CheckImplicitConstructor(Datum::Kind expected_kind) { in CheckImplicitConstructor() argument
45 ASSERT_EQ(expected_kind, datum.kind()); in CheckImplicitConstructor()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Druby.c230 static void readAndEmitTag (const unsigned char** cp, rubyKind expected_kind) in readAndEmitTag() argument
235 rubyKind actual_kind = parseIdentifier (cp, name, expected_kind); in readAndEmitTag()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Druby.c230 static void readAndEmitTag (const unsigned char** cp, rubyKind expected_kind) in readAndEmitTag() argument
235 rubyKind actual_kind = parseIdentifier (cp, name, expected_kind); in readAndEmitTag()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Ddatum_test.cc44 void CheckImplicitConstructor(Datum::Kind expected_kind) { in CheckImplicitConstructor() argument
47 ASSERT_EQ(expected_kind, datum.kind()); in CheckImplicitConstructor()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Ddatum_test.cc44 void CheckImplicitConstructor(Datum::Kind expected_kind) { in CheckImplicitConstructor() argument
47 ASSERT_EQ(expected_kind, datum.kind()); in CheckImplicitConstructor()
/dports/devel/ctags/ctags-5.8/
H A Druby.c230 static void readAndEmitTag (const unsigned char** cp, rubyKind expected_kind) in readAndEmitTag() argument
235 rubyKind actual_kind = parseIdentifier (cp, name, expected_kind); in readAndEmitTag()
/dports/japanese/ctags/ctags-5.8j2/
H A Druby.c230 static void readAndEmitTag (const unsigned char** cp, rubyKind expected_kind) in readAndEmitTag() argument
235 rubyKind actual_kind = parseIdentifier (cp, name, expected_kind); in readAndEmitTag()
/dports/devel/py-pydocstyle/pydocstyle-6.1.1/src/pydocstyle/
H A Dparser.py38 def __init__(self, token, expected_kind): argument
40 self.expected_kind = expected_kind
44 self.token, self.expected_kind
438 raise UnexpectedTokenError(token=next_token, expected_kind=kind)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dclosure.rs52 let (expected_sig, expected_kind) = match expected.to_option(self) { in check_expr_closure()
57 self.check_closure(expr, expected_kind, decl, body, gen, expected_sig) in check_expr_closure()
224 let expected_kind = self in deduce_expectations_from_obligations() localVariable
229 (expected_sig, expected_kind) in deduce_expectations_from_obligations()
/dports/devel/geany-legacy/geany-1.37.1/ctags/parsers/
H A Druby.c334 static void readAndEmitTag (const unsigned char** cp, rubyKind expected_kind) in readAndEmitTag() argument
339 rubyKind actual_kind = parseIdentifier (cp, name, expected_kind); in readAndEmitTag()
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_ruby.c334 static void readAndEmitTag (const unsigned char** cp, rubyKind expected_kind) in readAndEmitTag() argument
339 rubyKind actual_kind = parseIdentifier (cp, name, expected_kind); in readAndEmitTag()
/dports/devel/dbus/dbus-1.12.20/bus/
H A Ddispatch.c691 ServiceInfoKind expected_kind; member
707 if (d->expected_kind == SERVICE_CREATED in check_service_owner_changed_foreach()
833 socd.expected_kind = SERVICE_DELETED; in kill_client_connection()
1062 socd.expected_kind = SERVICE_CREATED; in check_hello_message()
2144 socd.expected_kind = SERVICE_CREATED; in check_base_service_activated()
2250 socd.expected_kind = SERVICE_CREATED; in check_service_activated()
2389 socd.expected_kind = SERVICE_CREATED; in check_service_auto_activated()
2440 socd.expected_kind = SERVICE_DELETED; in check_service_deactivated()
2452 socd.expected_kind = SERVICE_DELETED; in check_service_deactivated()
2902 socd.expected_kind = SERVICE_DELETED; in check_existent_service_no_auto_start()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/cursor/
H A Dparse_cursor.rs64 fn read<R: Read>(read: &mut R, expected_kind: u32, expected_size: u32) -> Result<Self, Error> { in read()
71 if (kind, size) != (expected_kind, expected_size) { in read()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/cursor/
H A Dparse_cursor.rs64 fn read<R: Read>(read: &mut R, expected_kind: u32, expected_size: u32) -> Result<Self, Error> { in read()
71 if (kind, size) != (expected_kind, expected_size) { in read()
/dports/devel/py-isort/isort-5.10.1/tests/unit/
H A Dtest_exceptions.py100 assert self.instance.expected_kind == list
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddump-context.h243 enum optinfo_item_kind expected_kind,
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddump-context.h244 enum optinfo_item_kind expected_kind,

1234