Searched refs:hasId (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 198 FcBool hasId = true; in is_weak() local 199 for (int i = 0; hasId && i < id; ++i) { in is_weak() 200 hasId = FcPatternRemove(minimal, object, 0); in is_weak() 202 if (!hasId) { in is_weak() 210 while (hasId) { in is_weak() 211 hasId = FcPatternRemove(minimal, object, 1); in is_weak()
|
/external/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 198 FcBool hasId = true; in is_weak() local 199 for (int i = 0; hasId && i < id; ++i) { in is_weak() 200 hasId = FcPatternRemove(minimal, object, 0); in is_weak() 202 if (!hasId) { in is_weak() 210 while (hasId) { in is_weak() 211 hasId = FcPatternRemove(minimal, object, 1); in is_weak()
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | Phonemetadata.java | 608 private boolean hasId; field in Phonemetadata.PhoneMetadata 610 public boolean hasId() { return hasId; } in hasId() method in Phonemetadata.PhoneMetadata 613 hasId = true; in setId()
|
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/ |
D | Phonemetadata.java | 632 private boolean hasId; field in Phonemetadata.PhoneMetadata 634 public boolean hasId() { return hasId; } in hasId() method in Phonemetadata.PhoneMetadata 637 hasId = true; in setId()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVEntry.h | 245 SPIRVId getId() const { assert(hasId()); return Id;} in getId() 255 bool hasId() const { return !(Attrib & SPIRVEA_NOID);} in hasId() function 327 assert((!hasId() || isValidId(Id)) && "Invalid Id"); in validate()
|
D | SPIRVInstruction.h | 220 setId(hasId() ? TheId : SPIRVID_INVALID); in init() 252 if (hasId()) in getExpectedNumOperands() 264 if (hasId()) in setOpWords() 282 if (hasId()) in setWordCount() 374 if (hasId()) in encode() 382 if (hasId()) in decode()
|
D | SPIRVModule.cpp | 517 if (Entry->hasId()) { in addEntry() 634 if (!E->hasId()) in setName() 783 if (T->hasId()) in createForwardPointers()
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
D | NanoTest.java | 2382 assertFalse(msg.hasId); in testNanoWithHasParseFrom() 2419 msg.hasId = true; in testNanoWithHasSerialize() 2438 assertTrue(newMsg.hasId); in testNanoWithHasSerialize()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 142 if (!BV->hasId()) in transDbgInfo()
|
/external/libxml2/ |
D | xmlschemas.c | 15965 int i, j, hasId = 0; in xmlSchemaCheckCTPropsCorrect() local 16012 if (hasId) { in xmlSchemaCheckCTPropsCorrect() 16029 hasId = 1; in xmlSchemaCheckCTPropsCorrect() 19409 int i, j, hasId = 0; in xmlSchemaCheckAGPropsCorrect() local 19456 if (hasId) { in xmlSchemaCheckAGPropsCorrect() 19472 hasId = 1; in xmlSchemaCheckAGPropsCorrect()
|