Home
last modified time | relevance | path

Searched refs:_kind (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/deps/icu-small/source/common/
Dservslkf.cpp41 , _kind(kind) in SimpleLocaleKeyFactory()
52 , _kind(kind) in SimpleLocaleKeyFactory()
68 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { in create()
105 result.append(_kind); in debug()
Dservlk.cpp57 , _kind(kind) in LocaleKey()
76 if (_kind != KIND_ANY) { in prefix()
78 uprv_itou(buffer, 64, _kind, 10, 0); in prefix()
87 return _kind; in kind()
164 result.append(_kind); in debug()
Dservloc.h68 int32_t _kind;
306 const int32_t _kind;
/third_party/skia/third_party/externals/icu/source/common/
Dservslkf.cpp41 , _kind(kind) in SimpleLocaleKeyFactory()
52 , _kind(kind) in SimpleLocaleKeyFactory()
68 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { in create()
105 result.append(_kind); in debug()
Dservlk.cpp57 , _kind(kind) in LocaleKey()
76 if (_kind != KIND_ANY) { in prefix()
78 uprv_itou(buffer, 64, _kind, 10, 0); in prefix()
87 return _kind; in kind()
164 result.append(_kind); in debug()
Dservloc.h68 int32_t _kind;
306 const int32_t _kind;
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dservslkf.cpp41 , _kind(kind) in SimpleLocaleKeyFactory()
52 , _kind(kind) in SimpleLocaleKeyFactory()
68 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { in create()
105 result.append(_kind); in debug()
Dservlk.cpp57 , _kind(kind) in LocaleKey()
76 if (_kind != KIND_ANY) { in prefix()
78 uprv_itou(buffer, 64, _kind, 10, 0); in prefix()
87 return _kind; in kind()
164 result.append(_kind); in debug()
Dservloc.h68 int32_t _kind;
306 const int32_t _kind;
/third_party/icu/icu4c/source/common/
Dservslkf.cpp41 , _kind(kind) in SimpleLocaleKeyFactory()
52 , _kind(kind) in SimpleLocaleKeyFactory()
68 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { in create()
105 result.append(_kind); in debug()
Dservlk.cpp57 , _kind(kind) in LocaleKey()
76 if (_kind != KIND_ANY) { in prefix()
78 uprv_itou(buffer, 64, _kind, 10, 0); in prefix()
87 return _kind; in kind()
164 result.append(_kind); in debug()
Dservloc.h68 int32_t _kind;
306 const int32_t _kind;
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/
Dcheckable.dart39 _CheckableKind _kind;
44 _kind = _CheckableKind.radio;
46 _kind = _CheckableKind.toggle;
48 _kind = _CheckableKind.checkbox;
55 switch (_kind) {
83 switch (_kind) {
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.c90 #define SAMPLE(_kind) \ argument
99 points->kind = _kind; \
368 #define LP_SAMPLE(_kind) \ in low_pass_bit_slicer_Y8() argument
376 points->kind = _kind; \ in low_pass_bit_slicer_Y8()
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py503 def _resolve_parent(cls, parsed, *, _kind=None): argument
511 parent = ParsedItem(fileinfo, _kind, None, name, None)
517 Parent = KIND_CLASSES.get(_kind, Declaration)
800 def _resolve_parent(cls, parsed, *, _kind=None): argument
801 if _kind is None:
803 return super()._resolve_parent(parsed, _kind=_kind)
891 return super()._resolve_parent(parsed, _kind=KIND.FUNCTION)
/third_party/python/Lib/
Dinspect.py2632 self._kind = _ParameterKind(kind)
2636 if self._kind in (_VAR_POSITIONAL, _VAR_KEYWORD):
2638 msg = msg.format(self._kind.description)
2655 if self._kind != _POSITIONAL_OR_KEYWORD:
2660 msg = msg.format(self._kind.description)
2662 self._kind = _POSITIONAL_ONLY
2672 (self._name, self._kind),
2694 return self._kind
2704 kind = self._kind
2748 self._kind == other._kind and
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Drestrict-template-expressions.md10 const stringWithKindProp: string & { _kind?: 'MyString' } = 'foo';
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dupdate_packages.dart925 }) : _kind = kind,
984 DependencyKind get kind => _kind;
985 DependencyKind _kind = DependencyKind.normal;
1015 if (_kind == DependencyKind.sdk)
1018 if (_kind == DependencyKind.path &&
1038 _kind = DependencyKind.path;
1042 _kind = DependencyKind.sdk;
1063 _kind = DependencyKind.overridden;
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Dcoverage_collector.dart319 '_kind': 'library',
/third_party/libnl/include/netlink-private/
Dtypes.h539 char pre ##_kind[TCKINDSIZ]; \
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice.dart580 String _kind;
581 String get kind => _kind;
623 _kind = map['kind'];
/third_party/python/Python/
Dast.c274 case NAME ## _kind: \ in validate_expr()
/third_party/typescript/src/services/
Dservices.ts400 constructor(_kind: SyntaxKind.Identifier, pos: number, end: number) {
413 constructor(_kind: SyntaxKind.PrivateIdentifier, pos: number, end: number) {
/third_party/typescript/src/compiler/
Demitter.ts5294 …function emitTrailingComment(commentPos: number, commentEnd: number, _kind: SyntaxKind, hasTrailin…
5331 …function emitTrailingCommentOfPosition(commentPos: number, commentEnd: number, _kind: SyntaxKind, …
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt3463 package:flutter/src/gestures/recognizer.dart,GestureRecognizer,get:_kind

12