Searched defs:unique (Results 1 - 25 of 71) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
H A D3-1.c19 struct unique { struct
46 struct unique *tst;
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
H A D10-1.c11 * The policies symbols shall have unique value
20 struct unique { struct
39 struct unique *tst;
/external/r8/src/test/examples/throwing/
H A DOverloaded.java36 public int unique(List x) { method in class:Overloaded
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D4-1.c17 struct unique { struct
110 struct unique *tst = sym;
H A D3-2.c2 * The most of error symbles shall have unique value
4 * are two kind symbles, one have unique value, the others
21 struct unique { struct
115 struct unique *tst;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D1-1.c25 struct unique { struct
46 struct unique *tst;
H A D17-1.c28 struct unique { struct
51 struct unique *tst;
H A D19-1.c23 struct unique { struct
45 struct unique *tst;
/external/skia/src/gpu/
H A DGrNonAtomicRef.h31 bool unique() const { return 1 == fRefCnt; } function in class:GrNonAtomicRef
/external/ltp/testcases/kernel/device-drivers/drm/user_space/
H A Duser_tdrm.c390 static drm_unique_t unique; local
391 unique.unique_len = 0;
392 if (ioctl(tdrm_fd, DRM_IOCTL_GET_UNIQUE, &unique))
397 if (ioctl(tdrm_fd, DRM_IOCTL_SET_UNIQUE,&unique))
/external/devlib/devlib/instrument/
H A Ddaq.py8 from devlib.utils.misc import unique namespace
90 active_sites = unique([c.site for c in self.active_channels])
/external/mesa3d/src/gallium/state_trackers/clover/util/
H A Dalgorithm.hpp63 unique(R &&r) { function in namespace:clover
/external/webrtc/webrtc/base/
H A Dlinked_ptr.h75 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} function in class:rtc::linked_ptr
111 { // erase this from the list, delete if unique
112 if (unique()) delete itsPtr;
/external/autotest/client/tests/iozone/
H A Dpostprocessing.py23 def unique(list): function
154 sizes = unique([line[index] for line in results])
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java31 DNS4Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
32 super(name, type, recordClass, unique);
55 DNS6Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
56 super(name, type, recordClass, unique);
79 HostInformation(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
80 super(name, type, recordClass, unique);
88 Pointer(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
89 super(name, type, recordClass, unique);
128 Service(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
129 super(name, type, recordClass, unique);
162 Text(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) argument
183 AllRecords(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) argument
219 DNSQuestion(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) argument
236 newQuestion(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) argument
[all...]
H A DDNSEntry.java41 DNSEntry(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
46 _unique = unique;
140 * @return true if unique
282 aLog.append((_unique ? "-unique," : ","));
H A DHostInfo.java117 * This is used to create a unique name for the host name.
198 DNSRecord.Address getDNSAddressRecord(DNSRecordType type, boolean unique, int ttl) { argument
201 return this.getDNS4AddressRecord(unique, ttl);
204 return this.getDNS6AddressRecord(unique, ttl);
210 private DNSRecord.Address getDNS4AddressRecord(boolean unique, int ttl) { argument
212 return new DNSRecord.IPv4Address(this.getName(), DNSRecordClass.CLASS_IN, unique, ttl, this.getInetAddress());
217 private DNSRecord.Address getDNS6AddressRecord(boolean unique, int ttl) { argument
219 return new DNSRecord.IPv6Address(this.getName(), DNSRecordClass.CLASS_IN, unique, ttl, this.getInetAddress());
224 DNSRecord.Pointer getDNSReverseAddressRecord(DNSRecordType type, boolean unique, int ttl) { argument
227 return this.getDNS4ReverseAddressRecord(unique, tt
236 getDNS4ReverseAddressRecord(boolean unique, int ttl) argument
248 getDNS6ReverseAddressRecord(boolean unique, int ttl) argument
270 answers(boolean unique, int ttl) argument
[all...]
/external/skia/src/gpu/vk/
H A DGrVkResource.h93 bool unique() const { function in class:GrVkResource
96 // prevents code conditioned on the result of unique() from running
121 // Like unique(), the acquire is only needed on success, to make sure
132 // Like unique(), the acquire is only needed on success, to make sure
204 if (this->unique()) {
/external/testng/src/main/java/org/testng/internal/
H A DMethodGroupsHelper.java43 IAnnotationFinder finder, boolean unique)
53 runInfo, tm, forTests, unique, outIncludedMethods);
62 if (!unique || !MethodGroupsHelper.isMethodAlreadyPresent(outIncludedMethods, tm)) {
68 runInfo, tm, forTests, unique, outIncludedMethods);
81 RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outIncludedMethods)
87 if (unique) {
38 collectMethodsByGroup(ITestNGMethod[] methods, boolean forTests, List<ITestNGMethod> outIncludedMethods, List<ITestNGMethod> outExcludedMethods, RunInfo runInfo, IAnnotationFinder finder, boolean unique) argument
80 includeMethod(ITestOrConfiguration annotation, RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outIncludedMethods) argument
H A DMethodHelper.java43 * @param unique true for unique methods, false otherwise
49 boolean unique, List<ITestNGMethod> outExcludedMethods)
58 unique);
179 * Extracts the unique list of <code>ITestNGMethod</code>s.
47 collectAndOrderMethods(List<ITestNGMethod> methods, boolean forTests, RunInfo runInfo, IAnnotationFinder finder, boolean unique, List<ITestNGMethod> outExcludedMethods) argument
/external/valgrind/helgrind/
H A Dhg_lock_n_thread.h67 as unique thread identifiers and so are never freed, so they should
149 ULong unique; /* used for persistence-hashing */ member in struct:_Lock
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMManager.java161 * specified source. If the unique flag is true, a new instance will
172 * @param unique true if the returned DTM must be unique, probably because it
184 boolean unique, DTMWSFilter whiteSpaceFilter,
183 getDTM(javax.xml.transform.Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java212 * specified source. If the unique flag is true, a new instance will
217 * A bit of magic in this implementation: If the source is null, unique is true,
225 * @param unique true if the returned DTM must be unique, probably because it
236 synchronized public DTM getDTM(Source source, boolean unique, argument
243 (unique ? "UNIQUE" : "shared")+
299 if (source==null && unique && !incremental && !doIndexing) {
566 // Can't return the same node since it's unique to a specific DTM,
/external/skia/include/core/
H A DSkRefCnt.h59 bool unique() const { function in class:SkRefCntBase
62 // prevents code conditioned on the result of unique() from running
85 // Like unique(), the acquire is only needed on success, to make sure
215 // - unique() needs acquire when it returns true, and no barrier if it returns false;
219 bool unique() const { return 1 == fRefCnt.load(std::memory_order_acquire); } function in class:SkNVRefCnt
/external/swiftshader/src/Reactor/
H A DOptimizer.cpp380 Ice::SizeT unique = 0; local
381 for(; unique < i; unique++)
383 if(instruction.getSrc(i) == instruction.getSrc(unique))
389 if(i == unique)

Completed in 669 milliseconds

123