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

123

/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DDuplicatesPredicate.java22 private Set unique = new HashSet(); field in class:DuplicatesPredicate
25 return unique.add(MethodWrapper.create((Method)arg));
/external/openfst/src/script/
H A Dshortest-path.cc34 size_t n, bool unique, bool first_path,
38 ShortestPathArgs2 args(ifst, ofst, n, unique, first_path, weight_threshold,
33 ShortestPath(const FstClass &ifst, MutableFstClass *ofst, size_t n, bool unique, bool first_path, WeightClass weight_threshold, int64 state_threshold) argument
/external/openfst/src/include/fst/script/
H A Dshortest-path.h35 const bool unique; member in struct:fst::script::ShortestPathOptions
47 nshortest(n), unique(u), has_distance(hasdist), first_path(fp),
75 queue, ArcFilter(), opts.nshortest, opts.unique,
87 queue, ArcFilter(), opts.nshortest, opts.unique,
99 queue, ArcFilter(), opts.nshortest, opts.unique,
111 queue, ArcFilter(), opts.nshortest, opts.unique,
123 queue, ArcFilter(), opts.nshortest, opts.unique,
135 queue, ArcFilter(), opts.nshortest, opts.unique,
179 size_t n = 1, bool unique = false,
/external/v8/src/compiler/
H A Djs-graph.cc14 Unique<Object> unique = Unique<Object>::CreateImmovable(object); local
15 return NewNode(common()->HeapConstant(unique));
108 // value numbering. We need some sane way to compute a unique hash code for
110 Unique<Object> unique(reinterpret_cast<Address>(*value.location()), value);
111 return HeapConstant(unique);
/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...]
H A DDNSRecord.java45 DNSRecord(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl) { argument
46 super(name, type, recordClass, unique);
175 IPv4Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) { argument
176 super(name, DNSRecordType.TYPE_A, recordClass, unique, ttl, addr);
179 IPv4Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) { argument
180 super(name, DNSRecordType.TYPE_A, recordClass, unique, ttl, rawAddress);
217 IPv6Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) { argument
218 super(name, DNSRecordType.TYPE_AAAA, recordClass, unique, ttl, addr);
221 IPv6Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) { argument
222 super(name, DNSRecordType.TYPE_AAAA, recordClass, unique, tt
268 Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) argument
273 Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) argument
429 Pointer(String name, DNSRecordClass recordClass, boolean unique, int ttl, String alias) argument
540 Text(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte text[]) argument
646 Service(String name, DNSRecordClass recordClass, boolean unique, int ttl, int priority, int weight, int port, String server) argument
860 HostInformation(String name, DNSRecordClass recordClass, boolean unique, int ttl, String cpu, String os) argument
[all...]
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DStripInfo.java100 boolean unique(FaceInfoVec faceVec, FaceInfo face) method in class:StripInfo
131 //the face is not unique, all it's vertices exist in the face vector
136 //if we get out here, it's unique
242 //this tests to see if a face is "unique", meaning that its vertices aren't already in the list
244 if(!unique(tempAllFaces, nextFace))
/external/lldb/source/API/
H A DSBBroadcaster.cpp73 SBBroadcaster::BroadcastEventByType (uint32_t event_type, bool unique) argument
78 log->Printf ("SBBroadcaster(%p)::BroadcastEventByType (event_type=0x%8.8x, unique=%i)", m_opaque_ptr, event_type, unique);
83 if (unique)
90 SBBroadcaster::BroadcastEvent (const SBEvent &event, bool unique) argument
95 log->Printf ("SBBroadcaster(%p)::BroadcastEventByType (SBEvent(%p), unique=%i)", m_opaque_ptr, event.get(), unique);
101 if (unique)
/external/skia/include/core/
H A DSkRefCnt.h52 bool unique() const { function in class:SkRefCntBase
55 // prevents code conditioned on the result of unique() from running
77 // Like unique(), the acquire is only needed on success, to make sure
234 // - unique() needs acquire when it returns true, and no barrier if it returns false;
238 bool unique() const { return 1 == sk_atomic_load(&fRefCnt, sk_memory_order_acquire); } function in class:SkNVRefCnt
/external/valgrind/helgrind/
H A Dhg_lock_n_thread.h67 as unique thread identifiers and so are never freed, so they should
126 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/lldb/source/Core/
H A DBroadcaster.cpp131 // FIXME: Implement "unique listener for this bit" mask
217 Broadcaster::PrivateBroadcastEvent (EventSP &event_sp, bool unique) argument
244 log->Printf ("%p Broadcaster(\"%s\")::BroadcastEvent (event_sp = {%s}, unique =%i) hijack = %p",
248 unique,
254 if (unique && hijacking_listener->PeekAtNextEventForBroadcasterWithType (this, event_type))
270 if (unique && pos->first->PeekAtNextEventForBroadcasterWithType (this, event_type))
/external/openfst/src/include/fst/
H A Dshortest-path.h45 bool unique; // only return paths with distinct input strings member in struct:fst::ShortestPathOptions
61 nshortest(n), unique(u), has_distance(hasdist), first_path(fp),
455 if (!opts.unique) {
473 // discipline is automatically selected. When 'unique' == true, only
485 size_t n = 1, bool unique = false,
493 AnyArcFilter<Arc> > opts(&state_queue, arc_filter, n, unique, false,
/external/vboot_reference/cgpt/
H A Dcgpt_show.c102 char type[GUID_STRLEN], unique[GUID_STRLEN]; local
118 GuidToStr(&entry->unique, unique, GUID_STRLEN);
119 printf(PARTITION_MORE, "UUID: ", unique);
195 GuidToStr(&entry->unique, buf, sizeof(buf));
/external/vboot_reference/firmware/include/
H A Dgpt.h97 * also contains the unique GUID, type, and attribute bits.
103 Guid unique; member in struct:__anon16861
/external/zopfli/src/zopflipng/
H A Dzopflipng_lib.cc90 void CountColors(std::set<unsigned>* unique, argument
93 unique->clear();
97 unique->insert(index);
98 if (unique->size() > 256) break;
/external/lldb/include/lldb/Utility/
H A DSharingPtr.h162 bool unique() const {return use_count() == 1;} function in class:lldb_private::SharingPtr
746 unique () const function in class:lldb_private::IntrusiveSharingPtr
/external/skia/tests/
H A DResourceCacheTest.cpp311 // Since the resources have neither unique nor scratch keys, delete immediately upon unref.
351 // Create a scratch, a unique, and a wrapped resource
355 TestResource* unique = SkNEW_ARGS(TestResource, (context->getGpu())); local
356 unique->setSize(11);
357 unique->resourcePriv().setUniqueKey(uniqueKey);
365 // Make sure we can't add a unique key to the wrapped resource
373 REPORTER_ASSERT(reporter, scratch->gpuMemorySize() + unique->gpuMemorySize() +
377 REPORTER_ASSERT(reporter, scratch->gpuMemorySize() + unique->gpuMemorySize() ==
383 REPORTER_ASSERT(reporter, scratch->gpuMemorySize() + unique->gpuMemorySize() +
387 REPORTER_ASSERT(reporter, scratch->gpuMemorySize() + unique
437 TestResource* unique; local
[all...]
/external/v8/src/ic/arm/
H A Dic-arm.cc215 // Checks whether a key is an array index string or a unique name.
216 // Falls through if a key is a unique name.
221 Label unique; local
226 __ b(eq, &unique);
241 __ bind(&unique);
498 // Load the key (consisting of map and unique name) from the cache and
/external/v8/src/ic/mips/
H A Dic-mips.cc222 // Checks whether a key is an array index string or a unique name.
223 // Falls through if a key is a unique name.
228 Label unique; local
233 __ Branch(&unique, eq, hash, Operand(LAST_UNIQUE_NAME_TYPE));
248 __ bind(&unique);
507 // Load the key (consisting of map and unique name) from the cache and
/external/v8/src/ic/mips64/
H A Dic-mips64.cc221 // Checks whether a key is an array index string or a unique name.
222 // Falls through if a key is a unique name.
227 Label unique; local
232 __ Branch(&unique, eq, hash, Operand(LAST_UNIQUE_NAME_TYPE));
247 __ bind(&unique);
507 // Load the key (consisting of map and unique name) from the cache and
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathContext.java134 * specified source. If the unique flag is true, a new instance will
144 * @param unique true if the returned DTM must be unique, probably because it
153 public DTM getDTM(javax.xml.transform.Source source, boolean unique, argument
158 return m_dtmManager.getDTM(source, unique, wsfilter,

Completed in 540 milliseconds

123