Searched refs:hasId (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandAllocator.cpp | 134 bool hasId = NextCommandId(&id); in NextData() local 135 ASSERT(hasId); in NextData()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandAllocator.h | 135 bool hasId = NextCommandId(&id); in NextData() local 136 ASSERT(hasId); in NextData()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 201 FcBool hasId = true; in is_weak() local 202 for (int i = 0; hasId && i < id; ++i) { in is_weak() 203 hasId = FcPatternRemove(minimal, object, 0); in is_weak() 205 if (!hasId) { in is_weak() 213 while (hasId) { in is_weak() 214 hasId = FcPatternRemove(minimal, object, 1); in is_weak()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 177 FcBool hasId = true; in is_weak() local 178 for (int i = 0; hasId && i < id; ++i) { in is_weak() 179 hasId = FcPatternRemove(minimal, object, 0); in is_weak() 181 if (!hasId) { in is_weak() 189 while (hasId) { in is_weak() 190 hasId = FcPatternRemove(minimal, object, 1); in is_weak()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | Phonemetadata.java | 626 private boolean hasId; field in Phonemetadata.PhoneMetadata 628 public boolean hasId() { return hasId; } in hasId() method in Phonemetadata.PhoneMetadata 631 hasId = true; in setId()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonemetadata.pb.js | 1557 i18n.phonenumbers.PhoneMetadata.prototype.hasId = function() { method in i18n.phonenumbers.PhoneMetadata
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | vmservice.dart | 515 final bool hasId = (id != null) && (id != ''); 520 if (!isVM && (!hasId || (immutable && loaded)))
|
/third_party/libxml2/ |
D | xmlschemas.c | 16067 int i, j, hasId = 0; in xmlSchemaCheckCTPropsCorrect() local 16114 if (hasId) { in xmlSchemaCheckCTPropsCorrect() 16131 hasId = 1; in xmlSchemaCheckCTPropsCorrect() 19511 int i, j, hasId = 0; in xmlSchemaCheckAGPropsCorrect() local 19558 if (hasId) { in xmlSchemaCheckAGPropsCorrect() 19574 hasId = 1; in xmlSchemaCheckAGPropsCorrect()
|