Home
last modified time | relevance | path

Searched refs:hasId (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.cpp134 bool hasId = NextCommandId(&id); in NextData() local
135 ASSERT(hasId); in NextData()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.h135 bool hasId = NextCommandId(&id); in NextData() local
136 ASSERT(hasId); in NextData()
/third_party/flutter/skia/src/ports/
DSkFontMgr_fontconfig.cpp201 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/
DSkFontMgr_fontconfig.cpp177 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/
DPhonemetadata.java626 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/
Dphonemetadata.pb.js1557 i18n.phonenumbers.PhoneMetadata.prototype.hasId = function() { method in i18n.phonenumbers.PhoneMetadata
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice.dart515 final bool hasId = (id != null) && (id != '');
520 if (!isVM && (!hasId || (immutable && loaded)))
/third_party/libxml2/
Dxmlschemas.c16067 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()