/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 21 struct unique { struct 22 int value; 23 char *name; 24 int duplicate;
|
D | 4-1.c | 17 struct unique { struct 18 int value; 19 char *name;
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/ |
D | 10-1.c | 20 struct unique { struct 39 struct unique *tst; in main() argument
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/ |
D | 3-1.c | 19 struct unique { struct 20 int value; 21 char *name;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
D | 19-1.c | 23 struct unique { struct 45 struct unique *tst; in main() argument
|
D | 1-1.c | 25 struct unique { struct 46 struct unique *tst; in main() argument
|
D | 17-1.c | 28 struct unique { struct 51 struct unique *tst; in main() argument
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSQuestion.java | 31 DNS4Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in DNS4Address() 55 DNS6Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in DNS6Address() 79 … HostInformation(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in HostInformation() 88 Pointer(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in Pointer() 128 Service(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in Service() 162 Text(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in Text() 183 AllRecords(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in AllRecords() 219 DNSQuestion(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in DNSQuestion() 236 …Question newQuestion(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in newQuestion()
|
D | HostInfo.java | 198 DNSRecord.Address getDNSAddressRecord(DNSRecordType type, boolean unique, int ttl) { in getDNSAddressRecord() 210 private DNSRecord.Address getDNS4AddressRecord(boolean unique, int ttl) { in getDNS4AddressRecord() 217 private DNSRecord.Address getDNS6AddressRecord(boolean unique, int ttl) { in getDNS6AddressRecord() 224 DNSRecord.Pointer getDNSReverseAddressRecord(DNSRecordType type, boolean unique, int ttl) { in getDNSReverseAddressRecord() 236 private DNSRecord.Pointer getDNS4ReverseAddressRecord(boolean unique, int ttl) { in getDNS4ReverseAddressRecord() 248 private DNSRecord.Pointer getDNS6ReverseAddressRecord(boolean unique, int ttl) { in getDNS6ReverseAddressRecord() 270 public Collection<DNSRecord> answers(boolean unique, int ttl) { in answers()
|
D | DNSRecord.java | 45 … DNSRecord(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl) { in DNSRecord() 175 … IPv4Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) { in IPv4Address() 179 … IPv4Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) { in IPv4Address() 217 … IPv6Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) { in IPv6Address() 221 … IPv6Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) { in IPv6Address() 268 …Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, Inet… in Address() 273 …Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, byte… in Address() 429 … public Pointer(String name, DNSRecordClass recordClass, boolean unique, int ttl, String alias) { in Pointer() 540 public Text(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte text[]) { in Text() 646 …public Service(String name, DNSRecordClass recordClass, boolean unique, int ttl, int priority, int… in Service() [all …]
|
D | DNSEntry.java | 41 DNSEntry(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in DNSEntry()
|
/external/pdfium/core/fxcrt/ |
D | cfx_weak_ptr_unittest.cpp | 59 UniquePtr unique(&thing); in TEST() local 87 UniquePtr unique(&thing); in TEST() local 127 UniquePtr unique(&thing); in TEST() local
|
/external/skia/src/gpu/ |
D | GrNonAtomicRef.h | 31 bool unique() const { return 1 == fRefCnt; } in unique() function
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/ |
D | NormalizedFileNames.java | 79 String unique = s; in ensureUniqueness() local
|
/external/r8/src/test/examples/throwing/ |
D | Overloaded.java | 36 public int unique(List x) { in unique() method in Overloaded
|
/external/ltp/testcases/kernel/device-drivers/drm/user_space/ |
D | user_tdrm.c | 390 static drm_unique_t unique; in main() local
|
/external/webrtc/webrtc/base/ |
D | linked_ptr.h | 75 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} in unique() function
|
/external/skia/include/core/ |
D | SkRefCnt.h | 59 bool unique() const { in unique() function 219 bool unique() const { return 1 == fRefCnt.load(std::memory_order_acquire); } in unique() function
|
/external/testng/src/main/java/org/testng/internal/ |
D | MethodGroupsHelper.java | 43 IAnnotationFinder finder, boolean unique) in collectMethodsByGroup() 81 …RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outInclud… in includeMethod()
|
D | MethodHelper.java | 49 boolean unique, List<ITestNGMethod> outExcludedMethods) in collectAndOrderMethods() 58 unique); in collectAndOrderMethods() local
|
/external/skia/src/gpu/vk/ |
D | GrVkResource.h | 93 bool unique() const { in unique() function
|
/external/mesa3d/src/gallium/state_trackers/clover/util/ |
D | algorithm.hpp | 63 unique(R &&r) { in unique() function
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTMManager.java | 184 boolean unique, DTMWSFilter whiteSpaceFilter, in getDTM()
|
/external/autotest/client/tests/iozone/ |
D | postprocessing.py | 23 def unique(list): function
|
/external/valgrind/helgrind/ |
D | hg_lock_n_thread.h | 149 ULong unique; /* used for persistence-hashing */ member
|