HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 51 - 75 of 329) sorted by null

1 23 4 5 6 7 8 91011>>

  /bootable/recovery/
fuse_sideload.c 96 static void fuse_reply(struct fuse_data* fd, __u64 unique, const void *data, size_t len)
104 hdr.unique = unique;
128 fuse_reply(fd, hdr->unique, &out, sizeof(out));
163 fuse_reply(fd, hdr->unique, &out, sizeof(out));
188 fuse_reply(fd, hdr->unique, &out, sizeof(out));
201 fuse_reply(fd, hdr->unique, &out, sizeof(out));
293 outhdr.unique = hdr->unique;
484 outhdr.unique = hdr->unique
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.idl 42 readonly attribute boolean unique;
  /external/chromium_org/third_party/webrtc/base/
linked_ptr.h 75 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/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
Android.mk 39 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/unique
40 test_src := unique.pass.cpp
  /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/lldb/examples/darwin/heap_find/heap/
heap_find.cpp 205 bool unique; member in struct:range_contains_data_callback_info_t
268 push_back (const malloc_match& m, bool unique = false)
270 if (unique)
629 ((range_contains_data_callback_info_t *)info->baton)->unique = true;
708 g_matches.push_back(match, info->unique);
732 g_matches.push_back(match, info->unique);
787 g_matches.push_back(match, info->unique);
916 data_info.unique = false; // Set to true when iterating on the vm_regions
944 data_info.unique = false; // Set to true when iterating on the vm_regions
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager.cc 166 bool unique = true; local
170 unique = false;
175 if (unique) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DOMWrapperMap.h 75 v8::UniquePersistent<v8::Object> unique(m_isolate, wrapper);
76 wrapperTypeInfo->configureWrapper(&unique);
77 m_map.Set(key, unique.Pass());
  /external/chromium_org/third_party/skia/tests/
MallocPixelRefTest.cpp 98 REPORTER_ASSERT(reporter, dataPtr->unique());
101 REPORTER_ASSERT(reporter, !(dataPtr->unique()));
103 REPORTER_ASSERT(reporter, dataPtr->unique());
  /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_org/third_party/markdown/extensions/
headerid.py 47 All header IDs are unique:
129 def unique(id, ids): function
130 """ Ensure id is unique in set of ids. Append '_1', '_2'... if not """
172 elem.set('id', unique(id, self.IDs))
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
Android.mk 51 test_name := containers/sequences/forwardlist/forwardlist.ops/unique
52 test_src := unique.pass.cpp
  /external/libcxx/test/containers/sequences/list/list.ops/
Android.mk 55 test_name := containers/sequences/list/list.ops/unique
56 test_src := unique.pass.cpp
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MixinEmitter.java 61 Set unique = new HashSet(); local
65 if (unique.add(MethodWrapper.create(methods[j]))) {
  /art/runtime/base/
stl_util.h 29 v->erase(std::unique(v->begin(), v->end()), v->end());
  /external/ceres-solver/internal/ceres/
array_utils.cc 101 unique_values.erase(std::unique(unique_values.begin(),
  /external/chromium_org/third_party/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 184 if (style->unique() || (style->styleType() != NOPSEUDO && parentStyle->unique()))
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 52 if length(unique(s.ts(isfinite(s.ts)))) < length(s.ts(isfinite(s.ts)))
64 % find non-unique sequence numbers
65 [~,un_ix]=unique(s.sn);
154 'filename',delayfile,'units','ms','fs',unique(s.fs));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 161 * 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,
  /external/chromium_org/content/child/indexed_db/
webidbdatabase_impl.h 95 bool unique,
  /external/chromium_org/net/dns/
mdns_client.cc 81 interfaces.erase(std::unique(interfaces.begin(), interfaces.end()),
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h 59 virtual void createIndex(long long transactionId, long long objectStoreId, long long indexId, const WebString& name, const WebIDBKeyPath&, bool unique, bool multiEntry) { BLINK_ASSERT_NOT_REACHED(); }

Completed in 3888 milliseconds

1 23 4 5 6 7 8 91011>>