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

1 2 3 45 6 7 8 91011>>

  /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 746 static void fuse_status(struct fuse *fuse, __u64 unique, int err)
751 hdr.unique = unique;
755 static void fuse_reply(struct fuse *fuse, __u64 unique, void *data, int len)
763 hdr.unique = unique;
776 static int fuse_reply_entry(struct fuse* fuse, __u64 unique,
801 fuse_reply(fuse, unique, &out, sizeof(out));
805 static int fuse_reply_attr(struct fuse* fuse, __u64 unique, const struct node* node,
817 fuse_reply(fuse, unique, &out, sizeof(out))
1227 __u64 unique = hdr->unique; local
1594 __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 150 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 91 bool unique,
webidbdatabase_impl.cc 237 bool unique,
246 params.unique = unique;
  /external/chromium_org/net/dns/
mdns_client.cc 81 interfaces.erase(std::unique(interfaces.begin(), interfaces.end()),
  /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/skia/src/core/
SkTRefArray.h 77 SkASSERT(this->unique());
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 267 SkASSERT(stream->unique());
275 SkASSERT(stream->unique());
276 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()) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h 38 bool unique; // only return paths with distinct input strings member in struct:fst::ShortestPathOptions
45 nshortest(n), unique(u), has_distance(hasdist) {}
251 if (opts.unique)
278 distance->push_back(Weight::One()); // differently when unique=true
340 // discipline is automatically selected. When 'unique' == true, only
352 size_t n = 1, bool unique = false) {
357 AnyArcFilter<Arc> > opts(&state_queue, arc_filter, n, unique);
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 331 unique=`for i in $$list; do \
336 mkid -fID $$unique
344 unique=`for i in $$list; do \
349 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
350 test -n "$$unique" || unique=$$empty_fix; \
352 $$tags $$unique; \
360 unique=`for i in $$list; do \
365 test -z "$(CTAGS_ARGS)$$tags$$unique" \
367 $$tags $$unique
    [all...]
  /bionic/libc/kernel/uapi/linux/
fuse.h 429 uint64_t unique; member in struct:fuse_interrupt_in
492 uint64_t unique; member in struct:fuse_in_header
505 uint64_t unique; member in struct:fuse_out_header
  /development/ndk/platforms/android-L/include/linux/
fuse.h 429 uint64_t unique; member in struct:fuse_interrupt_in
492 uint64_t unique; member in struct:fuse_in_header
505 uint64_t unique; member in struct:fuse_out_header
  /external/kernel-headers/original/uapi/linux/
fuse.h 369 be unique for the fs's lifetime */
589 uint64_t unique; member in struct:fuse_interrupt_in
650 uint64_t unique; member in struct:fuse_in_header
661 uint64_t unique; member in struct:fuse_out_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fuse.h 271 be unique for the fs's lifetime */
481 __u64 unique; member in struct:fuse_interrupt_in
529 __u64 unique; member in struct:fuse_in_header
540 __u64 unique; member in struct:fuse_out_header

Completed in 1881 milliseconds

1 2 3 45 6 7 8 91011>>