HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 101 - 125 of 685) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/ceres-solver/internal/ceres/
array_utils.cc 101 unique_values.erase(std::unique(unique_values.begin(),
  /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 49 # Need a unique module name, but exe should still be called simg2img
72 # Need a unique module name, but exe should still be called simg2img
  /system/core/sdcard/
sdcard.c 232 /* Used to allocate unique inode numbers for fuse nodes. We use
779 static void fuse_status(struct fuse *fuse, __u64 unique, int err)
784 hdr.unique = unique;
788 static void fuse_reply(struct fuse *fuse, __u64 unique, void *data, int len)
796 hdr.unique = unique;
809 static int fuse_reply_entry(struct fuse* fuse, __u64 unique,
834 fuse_reply(fuse, unique, &out, sizeof(out));
838 static int fuse_reply_attr(struct fuse* fuse, __u64 unique, const struct node* node
1260 __u64 unique = hdr->unique; local
1627 __u64 unique = hdr->unique; local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
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/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/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(); }
  /external/chromium_org/third_party/skia/include/core/
SkData.h 52 // only assert we're unique if we're not empty
53 SkASSERT(this->unique());
  /external/chromium_org/third_party/skia/include/gpu/
GrGpuResource.h 72 bool unique() const { return 1 == (fRefCnt + fPendingReads + fPendingWrites); } function in class:GrIORef
187 * Gets an id that is unique for this GrGpuResource object. It is static in that it does
  /external/chromium_org/third_party/skia/src/core/
SkTRefArray.h 77 SkASSERT(this->unique());
  /external/lldb/source/API/
SBTypeFormat.cpp 150 if (m_opaque_sp.unique())
  /external/markdown/markdown/extensions/
headerid.py 17 All header IDs are unique:
145 """ Ensure ID is unique. Append '_1', '_2'... if not """
  /external/openfst/src/bin/
fstshortestpath.cc 26 DEFINE_bool(unique, false, "Return unique strings");
  /external/skia/src/core/
SkTRefArray.h 77 SkASSERT(this->unique());
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 268 SkASSERT(stream->unique());
276 SkASSERT(stream->unique());
277 if ((stream == NULL) || !stream->unique()) {
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 267 SkASSERT(stream->unique());
275 SkASSERT(stream->unique());
276 if ((stream == NULL) || !stream->unique()) {

Completed in 4460 milliseconds

1 2 3 45 6 7 8 91011>>