/external/yapf/yapf/yapflib/ |
D | unwrapped_line.py | 214 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 …]
|
D | format_decision_state.py | 139 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 …]
|
D | format_token.py | 261 def subtypes(self): member in FormatToken 271 return Subtype.BINARY_OPERATOR in self.subtypes
|
D | split_penalty.py | 291 subtypes = pytree_utils.GetNodeAnnotation( 293 if subtypes and format_token.Subtype.SUBSCRIPT_BRACKET in subtypes:
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateBcp47Tests.java | 37 final Set<String> subtypes = keys2subtypes.get(key); in main() local 43 if (subtypes != null) { in main() 44 for (String subtype : subtypes) { in main()
|
D | GenerateBcp47Text.java | 52 Set<String> subtypes = keyAndSubtype.getValue(); in run() local 53 for (String subtype : subtypes) { in run()
|
D | CountItems.java | 829 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/ |
D | typeobj.rst | 54 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 …]
|
D | set.rst | 98 or :class:`frozenset` or instances of their subtypes. 136 subtypes but not for instances of :class:`frozenset` or its subtypes.
|
D | type.rst | 54 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/ |
D | typeobj.rst | 54 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 …]
|
D | set.rst | 108 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.
|
D | type.rst | 48 subtypes. This function must be called after any manual 74 This function only checks for actual subtypes, which means that
|
D | float.rst | 30 Allowed subtypes to be accepted.
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 262 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/ |
D | VettingViewer.java | 832 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 = "<" + CollectionUtilities.join(subtypes, ", ") + "> " + usersValue; in appendToMessage()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | interworking.h | 15 u16 info_ids[], size_t num_ids, u32 subtypes,
|
/external/libxml2/ |
D | xmlschemas.c | 165 #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/ |
D | type_manager.cpp | 520 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/ |
D | type_manager.cpp | 520 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/ |
D | TODO.rst | 68 * present subtypes ?
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestValidity.java | 73 …List<Status> subtypes = subtypeRaw == null ? Arrays.asList(Status.values()) : Collections.singleto… in TestBasicValidity() local 74 for (Status subtype : subtypes) { in TestBasicValidity()
|
/external/tcpdump/ |
D | print-radius.c | 377 const char **subtypes; /* Standard Values (if any) */ member 634 table = attr_type[attr_code].subtypes; in print_attr_num()
|
/external/yapf/yapftests/ |
D | subtype_assigner_test.py | 37 filtered_values = [(ft.value, ft.subtypes)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 259 return std::any_of(ST->subtypes().begin(), ST->subtypes().end(), in containsGCPtrType()
|