Home
last modified time | relevance | path

Searched refs:subtypes (Results 1 – 25 of 67) sorted by relevance

123

/external/yapf/yapf/yapflib/
Dunwrapped_line.py214 return format_token.Subtype.UNARY_OPERATOR in tok.subtypes
259 format_token.Subtype.DEFAULT_OR_NAMED_ASSIGN not in left.subtypes):
266 if (format_token.Subtype.SUBSCRIPT_COLON in left.subtypes or
267 format_token.Subtype.SUBSCRIPT_COLON in right.subtypes):
270 if (format_token.Subtype.TYPED_NAME in left.subtypes or
271 format_token.Subtype.TYPED_NAME in right.subtypes):
276 format_token.Subtype.DEFAULT_OR_NAMED_ASSIGN_ARG_LIST in right.subtypes
306 if (format_token.Subtype.DEFAULT_OR_NAMED_ASSIGN in left.subtypes or
307 format_token.Subtype.DEFAULT_OR_NAMED_ASSIGN in right.subtypes):
310 if (format_token.Subtype.VARARGS_LIST in left.subtypes or
[all …]
Dformat_decision_state.py139 format_token.Subtype.DICTIONARY_KEY_PART in current.subtypes and
140 format_token.Subtype.DICTIONARY_KEY not in current.subtypes and
147 format_token.Subtype.DICTIONARY_VALUE in current.subtypes and
160 if token and format_token.Subtype.DICTIONARY_VALUE in token.subtypes:
207 if format_token.Subtype.SUBSCRIPT_BRACKET not in bracket.subtypes:
293 format_token.Subtype.DICTIONARY_KEY in current.subtypes and
314 format_token.Subtype.DICT_SET_GENERATOR in current.subtypes):
318 if (format_token.Subtype.DICTIONARY_VALUE in current.subtypes or
340 current.subtypes):
429 format_token.Subtype.SUBSCRIPT_BRACKET not in previous.subtypes):
[all …]
Dformat_token.py261 def subtypes(self): member in FormatToken
271 return Subtype.BINARY_OPERATOR in self.subtypes
Dsplit_penalty.py291 subtypes = pytree_utils.GetNodeAnnotation(
293 if subtypes and format_token.Subtype.SUBSCRIPT_BRACKET in subtypes:
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBcp47Tests.java37 final Set<String> subtypes = keys2subtypes.get(key); in main() local
43 if (subtypes != null) { in main()
44 for (String subtype : subtypes) { in main()
DGenerateBcp47Text.java52 Set<String> subtypes = keyAndSubtype.getValue(); in run() local
53 for (String subtype : subtypes) { in run()
DCountItems.java829 TreeSet<String> subtypes = new TreeSet<String>(); in getVariables() local
833 subtypes.addAll(keySubtypeAliases); in getVariables()
836 subtypes.addAll(rawsubtypes); in getVariables()
838 addVariable(variableSubstitutions, alias, subtypes, sep); in getVariables()
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst54 These fields are not inherited by subtypes.
65 This field is not inherited by subtypes.
86 This field is inherited by subtypes.
94 This field is not inherited by subtypes.
122 This field is not inherited by subtypes.
154 These fields are inherited separately by subtypes. If the base type has a
188 This field is inherited by subtypes.
206 … This field is inherited by subtypes together with :c:member:`~PyTypeObject.tp_getattro`: a subtype
222 … This field is inherited by subtypes together with :c:member:`~PyTypeObject.tp_setattro`: a subtype
255 This field is inherited by subtypes.
[all …]
Dset.rst98 or :class:`frozenset` or instances of their subtypes.
136 subtypes but not for instances of :class:`frozenset` or its subtypes.
Dtype.rst54 subtypes. This function must be called after any manual
74 This function only checks for actual subtypes, which means that
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst54 These fields are not inherited by subtypes.
65 This field is not inherited by subtypes.
91 In Python 2.2, this field is not inherited by subtypes. In 2.2.1, and in 2.3
92 and beyond, it is inherited by subtypes.
100 This field is not inherited by subtypes.
128 This field is not inherited by subtypes.
161 These fields are inherited separately by subtypes. If the base type has a
195 This field is inherited by subtypes.
224 This field is inherited by subtypes.
237 … This field is inherited by subtypes together with :c:member:`~PyTypeObject.tp_getattro`: a subtype
[all …]
Dset.rst108 or :class:`frozenset` or instances of their subtypes.
147 Now works with instances of :class:`frozenset` or its subtypes.
152 subtypes but not for instances of :class:`frozenset` or its subtypes.
Dtype.rst48 subtypes. This function must be called after any manual
74 This function only checks for actual subtypes, which means that
Dfloat.rst30 Allowed subtypes to be accepted.
/external/libxml2/include/libxml/
DschemasInternals.h262 xmlSchemaTypePtr subtypes; /* the type definition */ member
610 xmlSchemaTypePtr subtypes; member
773 xmlSchemaTypePtr subtypes; /* the type definition */ member
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java832 EnumSet<Subtype> subtypes = EnumSet.noneOf(Subtype.class); in getFileInfo() local
840 subtypes.clear(); in getFileInfo()
841 …rrorChecker.Status errorStatus = errorChecker.getErrorStatus(path, value, statusMessage, subtypes); in getFileInfo()
914 || !OK_IF_VOTED.containsAll(subtypes))) { in getFileInfo()
918 for (Subtype subtype : subtypes) { in getFileInfo()
923 || !OK_IF_VOTED.containsAll(subtypes))) { in getFileInfo()
927 for (Subtype subtype : subtypes) { in getFileInfo()
1363 …private static StringBuilder appendToMessage(CharSequence usersValue, EnumSet<Subtype> subtypes, S… in appendToMessage() argument
1364 if (subtypes != null) { in appendToMessage()
1365 usersValue = "&lt;" + CollectionUtilities.join(subtypes, ", ") + "&gt; " + usersValue; in appendToMessage()
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.h15 u16 info_ids[], size_t num_ids, u32 subtypes,
/external/libxml2/
Dxmlschemas.c165 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes
171 #define WXS_ATTR_TYPEDEF(a) (a)->subtypes
275 (xmlSchemaIsParticleEmptiable(WXS_PTC_CAST (t)->subtypes))
277 #define WXS_TYPE_CONTENTTYPE(t) (t)->subtypes
279 #define WXS_TYPE_PARTICLE(t) WXS_PTC_CAST (t)->subtypes
285 #define WXS_LIST_ITEMTYPE(t) (t)->subtypes
4265 } else if (elem->subtypes != NULL) { in xmlSchemaElementDump()
4269 xmlSchemaTypeDump(elem->subtypes, output); in xmlSchemaElementDump()
4518 (type->subtypes != NULL)) { in xmlSchemaTypeDump()
4519 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes, in xmlSchemaTypeDump()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp520 std::vector<const Type*> subtypes; in RebuildType() local
521 subtypes.reserve(struct_ty->element_types().size()); in RebuildType()
523 subtypes.push_back(RebuildType(*ele_ty)); in RebuildType()
525 rebuilt_ty = MakeUnique<Struct>(subtypes); in RebuildType()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp520 std::vector<const Type*> subtypes; in RebuildType() local
521 subtypes.reserve(struct_ty->element_types().size()); in RebuildType()
523 subtypes.push_back(RebuildType(*ele_ty)); in RebuildType()
525 rebuilt_ty = MakeUnique<Struct>(subtypes); in RebuildType()
/external/python/pyasn1/
DTODO.rst68 * present subtypes ?
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestValidity.java73 …List<Status> subtypes = subtypeRaw == null ? Arrays.asList(Status.values()) : Collections.singleto… in TestBasicValidity() local
74 for (Status subtype : subtypes) { in TestBasicValidity()
/external/tcpdump/
Dprint-radius.c377 const char **subtypes; /* Standard Values (if any) */ member
634 table = attr_type[attr_code].subtypes; in print_attr_num()
/external/yapf/yapftests/
Dsubtype_assigner_test.py37 filtered_values = [(ft.value, ft.subtypes)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSafepointIRVerifier.cpp259 return std::any_of(ST->subtypes().begin(), ST->subtypes().end(), in containsGCPtrType()

123