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

<<11121314151617181920>>

  /external/skia/include/core/
SkPath.h 62 bool unique() const { return fPathRef->unique(); } function in class:SkPath
    [all...]
  /external/testng/src/main/java/org/testng/internal/
MethodHelper.java 43 * @param unique true for unique methods, false otherwise
49 boolean unique, List<ITestNGMethod> outExcludedMethods)
58 unique); local
179 * Extracts the unique list of <code>ITestNGMethod</code>s.
  /external/v8/test/mjsunit/compiler/
deopt-inlined-from-call.js 59 // HConstant, this seems to require a *unique* global identifier
  /external/vboot_reference/tests/
cgptlib_test.c 177 SetGuid(&entries[0].unique, 0);
181 SetGuid(&entries[1].unique, 1);
185 SetGuid(&entries[2].unique, 2);
189 SetGuid(&entries[3].unique, 3);
802 SetGuid(&e[j].unique, j);
    [all...]
  /ndk/build/core/
add-toolchain.mk 63 # check that the toolchain name is unique
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
std_list.i 65 void unique();
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_list.i 54 void unique();
  /system/extras/procrank/
procrank.c 381 printf("%6zuK ", su.unique / 1024);
383 total_uswap += su.unique;
  /art/compiler/utils/
intrusive_forward_list_test.cc 422 TEST(IntrusiveForwardList, Unique) {
427 ref.unique();
428 ifl.unique();
436 ref.unique(bin_pred);
437 ifl.unique(bin_pred);
  /build/core/
product.mk 190 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
  /external/ImageMagick/MagickCore/
image.h 472 unique[MagickPathExtent], /* unique tempory filename - delegates */ member in struct:_ImageInfo
  /external/autotest/cli/
acl_unittest.py 199 '''unique (acl0)'}''')],
201 'unique'])
  /external/autotest/frontend/afe/
rdb_model_extensions.py 185 hostname = dbmodels.CharField(max_length=255, unique=True)
  /external/ceres-solver/internal/ceres/
compressed_row_jacobian_writer.cc 136 CHECK(unique(parameter_indices.begin(), parameter_indices.end()) ==
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
test_db.py 70 name = StringProperty(unique=True)
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 133 WUsers.erase(std::unique(WUsers.begin(), WUsers.end()), WUsers.end());
  /external/protobuf/src/google/protobuf/stubs/
shared_ptr.h 226 bool unique() const {
  /external/vboot_reference/cgpt/
cgpt_find.c 128 if ((params->set_unique && GuidEqual(&params->unique_guid, &entry->unique))
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
shared_ptr.h 226 bool unique() const {
  /system/core/libmemunreachable/tests/
Allocator_test.cpp 168 TEST_F(AllocatorTest, unique) {
  /system/tpm/trunks/
tpm_utility_test.cc 497 public_area.public_area.unique.rsa.size = 0;
523 public_area.public_area.unique.rsa.size = 0;
566 public_area.public_area.unique.rsa.size = 0;
596 public_area.public_area.unique.rsa.size = 0;
626 public_area.public_area.unique.rsa.size = 0;
654 public_area.public_area.unique.rsa.size = 0;
711 public_area.public_area.unique.rsa.size = 0;
743 public_area.public_area.unique.rsa.size = 0;
775 public_area.public_area.unique.rsa.size = 0;
801 public_area.public_area.unique.rsa.size = 0
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
base.js 893 * Gets a unique ID for an object. This mutates the object so that further
894 * calls with the same object as a parameter returns the same value. The unique
895 * ID is guaranteed to be unique across the current session amongst objects that
896 * are passed into {@code getUid}. There is no guarantee that the ID is unique
897 * or consistent across sessions. It is unsafe to generate unique ID for
900 * @param {Object} obj The object to get the unique ID for.
901 * @return {number} The unique ID for the object.
907 // using it. As a consequence the unique ID generated for BaseClass.prototype
915 * Removes the unique ID from an object. This is useful if the object was
918 * @param {Object} obj The object to remove the unique ID field from
    [all...]
  /external/avahi/avahi-core/
server.c 241 static int handle_conflict(AvahiServer *s, AvahiInterface *i, AvahiRecord *record, int unique) {
277 if (!(e->flags & AVAHI_PUBLISH_UNIQUE) && !unique)
280 /* Either our entry or the other is intended to be unique, so let's check */
336 /* Local unique records are returned to probing
411 * unique entry AND it is not in reply to a truncated
413 * responses for this record are unique too. */
615 int unique = 0; local
617 if (!(record = avahi_dns_packet_consume_record(p, &unique))) {
632 int unique = 0; local
634 if (!(record = avahi_dns_packet_consume_record(p, &unique))) {
    [all...]
  /external/skia/tests/
PictureTest.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java 134 * specified source. If the unique flag is true, a new instance will
144 * @param unique true if the returned DTM must be unique, probably because it
153 public DTM getDTM(javax.xml.transform.Source source, boolean unique,
158 return m_dtmManager.getDTM(source, unique, wsfilter,
    [all...]

Completed in 802 milliseconds

<<11121314151617181920>>