Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhonemetadata.java493 private boolean hasId; field in Phonemetadata.PhoneMetadata
495 public boolean hasId() { return hasId; } in hasId() method in Phonemetadata.PhoneMetadata
498 hasId = true; in setId()
/external/protobuf/java/src/test/java/com/google/protobuf/
DMicroTest.java103 assertFalse(msg.hasId()); in testRecursiveMessageMicro()
132 assertTrue(newMsg.hasId()); in testRecursiveMessageMicro()
145 assertFalse(msg.hasId()); in testMicroRequiredInt32()
148 assertTrue(msg.hasId()); in testMicroRequiredInt32()
152 assertFalse(msg.hasId()); in testMicroRequiredInt32()
156 assertTrue(msg.hasId()); in testMicroRequiredInt32()
158 assertFalse(msg.hasId()); in testMicroRequiredInt32()
169 assertTrue(newMsg.hasId()); in testMicroRequiredInt32()
/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshot.js582 hasId: function(id) method in WebInspector.HeapSnapshot
/external/libxml2/
Dxmlschemas.c15896 int i, j, hasId = 0; in xmlSchemaCheckCTPropsCorrect() local
15943 if (hasId) { in xmlSchemaCheckCTPropsCorrect()
15960 hasId = 1; in xmlSchemaCheckCTPropsCorrect()
19340 int i, j, hasId = 0; in xmlSchemaCheckAGPropsCorrect() local
19387 if (hasId) { in xmlSchemaCheckAGPropsCorrect()
19403 hasId = 1; in xmlSchemaCheckAGPropsCorrect()
/external/webkit/Source/WebCore/
DChangeLog35215 (WebInspector.HeapSnapshot.prototype.hasId):
43015 (WebInspector.HeapSnapshot.prototype.hasId):