Searched refs:hasId (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 159 FcBool hasId = true; in is_weak() local 160 for (int i = 0; hasId && i < id; ++i) { in is_weak() 161 hasId = FcPatternRemove(minimal, object, 0); in is_weak() 163 if (!hasId) { in is_weak() 171 while (hasId) { in is_weak() 172 hasId = FcPatternRemove(minimal, object, 1); in is_weak()
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | Phonemetadata.java | 535 private boolean hasId; field in Phonemetadata.PhoneMetadata 537 public boolean hasId() { return hasId; } in hasId() method in Phonemetadata.PhoneMetadata 540 hasId = true; in setId()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | MicroTest.java | 110 assertFalse(msg.hasId()); in testRecursiveMessageMicro() 139 assertTrue(newMsg.hasId()); in testRecursiveMessageMicro() 152 assertFalse(msg.hasId()); in testMicroRequiredInt32() 155 assertTrue(msg.hasId()); in testMicroRequiredInt32() 159 assertFalse(msg.hasId()); in testMicroRequiredInt32() 163 assertTrue(msg.hasId()); in testMicroRequiredInt32() 165 assertFalse(msg.hasId()); in testMicroRequiredInt32() 176 assertTrue(newMsg.hasId()); in testMicroRequiredInt32()
|
D | NanoTest.java | 2341 assertFalse(msg.hasId); in testNanoWithHasParseFrom() 2378 msg.hasId = true; in testNanoWithHasSerialize() 2397 assertTrue(newMsg.hasId); in testNanoWithHasSerialize()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemas.c | 15895 int i, j, hasId = 0; in xmlSchemaCheckCTPropsCorrect() local 15942 if (hasId) { in xmlSchemaCheckCTPropsCorrect() 15959 hasId = 1; in xmlSchemaCheckCTPropsCorrect() 19339 int i, j, hasId = 0; in xmlSchemaCheckAGPropsCorrect() local 19386 if (hasId) { in xmlSchemaCheckAGPropsCorrect() 19402 hasId = 1; in xmlSchemaCheckAGPropsCorrect()
|
/external/libxml2/ |
D | xmlschemas.c | 15924 int i, j, hasId = 0; in xmlSchemaCheckCTPropsCorrect() local 15971 if (hasId) { in xmlSchemaCheckCTPropsCorrect() 15988 hasId = 1; in xmlSchemaCheckCTPropsCorrect() 19368 int i, j, hasId = 0; in xmlSchemaCheckAGPropsCorrect() local 19415 if (hasId) { in xmlSchemaCheckAGPropsCorrect() 19431 hasId = 1; in xmlSchemaCheckAGPropsCorrect()
|