HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 26 - 50 of 508) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 30 * as arguments to methods are unique symbols. The SymbolTable class
256 boolean unique = true;
261 unique = false;
265 if (unique){
268 unique = true;
  /external/chromium_org/third_party/skia/include/core/
SkRefCnt.h 50 bool unique() const { function in class:SkRefCntBase
51 bool const unique = (1 == fRefCnt); local
52 if (unique) {
54 // Prevents user's 'unique' code from happening before decrements.
57 return unique;
  /external/skia/include/core/
SkRefCnt.h 50 bool unique() const { function in class:SkRefCntBase
51 bool const unique = (1 == fRefCnt); local
52 if (unique) {
54 // Prevents user's 'unique' code from happening before decrements.
57 return unique;
  /external/valgrind/main/helgrind/tests/
tc06_two_races_xml.stderr.exp 77 <unique>...</unique>
122 <unique>...</unique>
167 <unique>...</unique>
212 <unique>...</unique>
  /external/chromium/third_party/libjingle/source/talk/base/
linked_ptr.h 92 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} function in class:talk_base::linked_ptr
128 { // erase this from the list, delete if unique
129 if (unique()) delete itsPtr;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.idl 31 readonly attribute boolean unique;
  /external/chromium_org/third_party/libjingle/source/talk/base/
linked_ptr.h 92 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} function in class:talk_base::linked_ptr
128 { // erase this from the list, delete if unique
129 if (unique()) delete itsPtr;
  /external/stlport/test/unit/
unique_test.cpp 38 unique((int*)numbers, (int*)numbers + 8);
56 unique((const char**)labels, (const char**)labels + count, str_equal);
  /ndk/tests/device/test-gnustl-full/unit/
unique_test.cpp 38 unique((int*)numbers, (int*)numbers + 8);
56 unique((const char**)labels, (const char**)labels + count, str_equal);
  /ndk/tests/device/test-stlport/unit/
unique_test.cpp 38 unique((int*)numbers, (int*)numbers + 8);
56 unique((const char**)labels, (const char**)labels + count, str_equal);
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 45 DNSRecord(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl) {
46 super(name, type, recordClass, unique);
175 IPv4Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) {
176 super(name, DNSRecordType.TYPE_A, recordClass, unique, ttl, addr);
179 IPv4Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) {
180 super(name, DNSRecordType.TYPE_A, recordClass, unique, ttl, rawAddress);
217 IPv6Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) {
218 super(name, DNSRecordType.TYPE_AAAA, recordClass, unique, ttl, addr);
221 IPv6Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) {
222 super(name, DNSRecordType.TYPE_AAAA, recordClass, unique, ttl, rawAddress)
    [all...]
DNSIncoming.java 278 boolean unique = recordClass.isUnique(recordClassIndex);
279 return DNSQuestion.newQuestion(domain, type, recordClass, unique);
293 boolean unique = recordClass.isUnique(recordClassIndex);
300 rec = new DNSRecord.IPv4Address(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len));
303 rec = new DNSRecord.IPv6Address(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len));
310 rec = new DNSRecord.Pointer(domain, recordClass, unique, ttl, service);
316 rec = new DNSRecord.Text(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len));
331 rec = new DNSRecord.Service(domain, recordClass, unique, ttl, priority, weight, port, target);
339 rec = new DNSRecord.HostInformation(domain, recordClass, unique, ttl, cpu, os);
  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager.cc 165 bool unique = true; local
169 unique = false;
174 if (unique) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 303 StringBuilder unique = new StringBuilder(); local
314 if (column.unique) {
315 if (unique.length() == 0) {
316 unique.append(column.name);
318 unique.append(',').append(column.name);
323 if (unique.length() > 0) {
324 sql.append(",UNIQUE(").append(unique).append(')');
507 columns.add(new ColumnInfo(info.value(), type, info.indexed(), info.unique(),
518 public final boolean unique; field in class:EntrySchema.ColumnInfo
    [all...]
  /external/chromium_org/content/test/data/indexeddb/
index_test.js 99 shouldBe("index.unique", "true");
102 request = objectStore.createIndex('myIndex', 'aKey', {unique: true});
113 window.index = objectStore.createIndex('myIndex', 'aKey', {unique: true});
  /external/chromium/chrome/browser/diagnostics/
sqlite_diagnostics.cc 92 template <size_t unique>
103 return kHistogramNames[unique];
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp 118 bool unique() const // never throws function in class:boost::shared_array
120 return pn.unique();
  /art/runtime/base/
stl_util.h 29 v->erase(std::unique(v->begin(), v->end()), v->end());
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 67 as unique thread identifiers and so are never freed, so they should
126 ULong unique; /* used for persistence-hashing */ member in struct:_Lock
  /system/core/libsparse/
Android.mk 46 # Need a unique module name, but exe should still be called simg2img
67 # Need a unique module name, but exe should still be called simg2img
  /system/core/sdcard/
sdcard.c 736 static void fuse_status(struct fuse *fuse, __u64 unique, int err)
741 hdr.unique = unique;
745 static void fuse_reply(struct fuse *fuse, __u64 unique, void *data, int len)
753 hdr.unique = unique;
766 static int fuse_reply_entry(struct fuse* fuse, __u64 unique,
791 fuse_reply(fuse, unique, &out, sizeof(out));
795 static int fuse_reply_attr(struct fuse* fuse, __u64 unique, const struct node* node,
807 fuse_reply(fuse, unique, &out, sizeof(out))
1217 __u64 unique = hdr->unique; local
1568 __u64 unique = hdr->unique; local
    [all...]
  /external/skia/tools/lua/
glyph-usage.lua 64 local strikes = {} -- [fontID_pointsize] = [] unique glyphs
138 io.write("\n", "unique glyphs: min = ", min, ", max = ", max, ", ave = ", ave, "\n");
150 io.write("/* runs of unique glyph IDs, with a -1 sentinel between different runs */\n")
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
background.js 7 * @param {string} key A unique identifier that the caller can use to locate
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.cpp 141 if (style->unique() || (style->styleType() != NOPSEUDO && parentStyle->unique()))
  /external/chromium_org/ui/keyboard/resources/
api_adapter.js 7 * @param {string} id is a case-sensitive string representing the unique ID of

Completed in 3530 milliseconds

12 3 4 5 6 7 8 91011>>