Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp185 FcBool hasId = true; in is_weak() local
186 for (int i = 0; hasId && i < id; ++i) { in is_weak()
187 hasId = FcPatternRemove(minimal, object, 0); in is_weak()
189 if (!hasId) { in is_weak()
197 while (hasId) { in is_weak()
198 hasId = FcPatternRemove(minimal, object, 1); in is_weak()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java623 private boolean hasId; field in Phonemetadata.PhoneMetadata
625 public boolean hasId() { return hasId; } in hasId() method in Phonemetadata.PhoneMetadata
628 hasId = true; in setId()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.h245 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()
DSPIRVInstruction.h220 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()
DSPIRVModule.cpp517 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/
DNanoTest.java2382 assertFalse(msg.hasId); in testNanoWithHasParseFrom()
2419 msg.hasId = true; in testNanoWithHasSerialize()
2438 assertTrue(newMsg.hasId); in testNanoWithHasSerialize()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp142 if (!BV->hasId()) in transDbgInfo()
/external/libxml2/
Dxmlschemas.c15965 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()