HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 76 - 100 of 821) sorted by null

1 2 34 5 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();
  /system/extras/libpagemap/
pm_memusage.c 118 su->proportional = su->unique = 0;
121 su->unique += mu->p_swap->offset_array[elem->offset] == 1 ? pagesize : 0;
  /external/autotest/cli/
shard_unittest.py 45 'This value must be unique (shard1)'}''')],
  /external/ceres-solver/internal/ceres/
array_utils.cc 101 unique_values.erase(std::unique(unique_values.begin(),
  /external/skia/src/gpu/vk/
GrVkResource.h 73 bool unique() const { function in class:GrVkResource
76 // prevents code conditioned on the result of unique() from running
101 // Like unique(), the acquire is only needed on success, to make sure
112 // Like unique(), the acquire is only needed on success, to make sure
  /external/tpm2/
ECDH_KeyGen.c 53 &sensitive, &eccKey->publicArea.unique.ecc);
  /external/valgrind/helgrind/
hg_lock_n_thread.h 67 as unique thread identifiers and so are never freed, so they should
149 ULong unique; /* used for persistence-hashing */ member in struct:_Lock
  /frameworks/base/libs/hwui/
DisplayList.cpp 70 if (path->unique() && Caches::hasInstance()) {
  /system/core/libsparse/
Android.mk 50 # Need a unique module name, but exe should still be called simg2img
73 # Need a unique module name, but exe should still be called simg2img
  /system/tpm/trunks/
session_manager_test.cc 108 public_data.public_area.unique.rsa = GetValidRSAPublicKey();
127 public_data.public_area.unique.rsa.size = 32;
138 public_data.public_area.unique.rsa = GetValidRSAPublicKey();
154 public_data.public_area.unique.rsa = GetValidRSAPublicKey();
session_manager_impl.cc 156 public_data.public_area.unique.rsa.size = 0;
173 BN_bin2bn(public_data.public_area.unique.rsa.buffer,
174 public_data.public_area.unique.rsa.size, nullptr);
  /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/ImageMagick/www/api/
histogram.php 59 <p>GetImageHistogram() returns the unique colors in an image.</p>
81 <p>IdentifyPaletteImage() returns MagickTrue if the image has 256 unique colors or less.</p>
100 <p>IsHistogramImage() returns MagickTrue if the image has 1024 unique colors or less.</p>
119 <p>IsPaletteImage() returns MagickTrue if the image is PseudoClass and has 256 unique colors or less.</p>
177 <p>GetNumberColors() returns the number of unique colors in an image.</p>
199 <p>UniqueImageColors() returns the unique colors of an image.</p>
  /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")
  /frameworks/base/packages/MtpDocumentsProvider/jni/
com_android_mtp_AppFuse.cpp 158 req->header().unique,
160 fuse_reply(fd, req->header().unique, -ENOSYS, NULL, 0);
348 request->header().unique,
424 static void fuse_reply(int fd, int unique, int reply_code, void* reply_data,
434 hdr.unique = unique;
  /external/autotest/frontend/server/
models.py 30 hostname = dbmodels.CharField(unique=True, max_length=128)
33 status = dbmodels.CharField(unique=False, max_length=128,
  /external/vboot_reference/cgpt/
cgpt_boot.c 48 if (GuidEqual(&entry->unique, &drive.pmbr.boot_guid)) {
121 memcpy(&drive.pmbr.boot_guid, &entry->unique, sizeof(Guid));
cgpt_add.c 79 memcpy(&entry->unique, &params->unique_guid, sizeof(Guid));
81 if (CGPT_OK != GenerateGuid(&entry->unique)) {
206 // unique id of the partition. Output is populated in the respective
237 if (GuidEqual(&entry->unique, &params->unique_guid)) {
243 Error("no partitions with the given unique id available\n");
254 memcpy(&params->unique_guid, &entry->unique, sizeof(Guid));
  /external/webrtc/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/markdown/markdown/extensions/
headerid.py 17 All header IDs are unique:
145 """ Ensure ID is unique. Append '_1', '_2'... if not """
  /external/skia/include/core/
SkData.h 51 // only assert we're unique if we're not empty
52 SkASSERT(this->unique());
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
far-hc12.s 27 ldd #_far_bar ; Likewise (unique trampoline check)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-unique/
unique.exp 24 # Adapted for unique checking by Mark J. Wielaard <mjw@redhat.com>
40 verbose "UNIQUE tests not run - target does not support UNIQUE"
49 verbose "UNIQUE tests not run - not a native toolchain"
56 verbose "UNIQUE tests not run - no compiler available"
87 # A procedure to confirm that a file contains the UNIQUE symbol.
101 # 54: 0000000000400474 4 OBJECT UNIQUE DEFAULT 13 a
103 if { ![regexp ".*\[ \]*OBJECT\[ \]+UNIQUE\[ \]+DEFAULT\[ \]+\[UND0-9\]+\[ \]+\[ab\]\n" [file_contents readelf.out]] } {
112 # Create object file containing unique symbol.
113 if ![ld_compile "$CC -c" "$srcdir/$subdir/unique.s" "tmpdir/unique.o"]
    [all...]
  /system/core/sdcard/
sdcard.c 209 /* Used to allocate unique inode numbers for fuse nodes. We use
689 static void fuse_status(struct fuse *fuse, __u64 unique, int err)
694 hdr.unique = unique;
698 static void fuse_reply(struct fuse *fuse, __u64 unique, void *data, int len)
706 hdr.unique = unique;
719 static int fuse_reply_entry(struct fuse* fuse, __u64 unique,
744 fuse_reply(fuse, unique, &out, sizeof(out));
748 static int fuse_reply_attr(struct fuse* fuse, __u64 unique, const struct node* node
1239 __u64 unique = hdr->unique; local
1679 __u64 unique = hdr->unique; local
    [all...]

Completed in 1684 milliseconds

1 2 34 5 6 7 8 91011>>