HomeSort by relevance Sort by last modified time
    Searched defs:unique (Results 1 - 25 of 526) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
3-1.c 19 struct unique { struct
46 struct unique *tst;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
10-1.c 11 * The policies symbols shall have unique value
20 struct unique { struct
39 struct unique *tst;
  /external/skia/src/gpu/
GrNonAtomicRef.h 31 bool unique() const { return 1 == fRefCnt; } function in class:GrNonAtomicRef
  /external/skqp/src/gpu/
GrNonAtomicRef.h 31 bool unique() const { return 1 == fRefCnt; } function in class:GrNonAtomicRef
  /external/tensorflow/tensorflow/contrib/data/python/ops/
unique.py 15 """Unique element dataset transformations."""
27 def unique(): function
31 each unique element in the input. For example:
36 # Using `unique()` will drop the duplicate elements.
37 dataset = dataset.apply(tf.contrib.data.unique()) # ==> { 1, 37, 2 }
52 """A `Dataset` contains the unique elements from its input."""
55 """See `unique()` for details."""
61 "`tf.contrib.data.unique()` only supports inputs with a single "
  /prebuilts/go/darwin-x86/src/testing/
match.go 57 name = m.unique(c.name, rewrite(subname))
112 // unique creates a unique name for the given parent and subname by affixing it
114 func (m *matcher) unique(parent, subname string) string { func
  /prebuilts/go/linux-x86/src/testing/
match.go 57 name = m.unique(c.name, rewrite(subname))
112 // unique creates a unique name for the given parent and subname by affixing it
114 func (m *matcher) unique(parent, subname string) string { func
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
4-1.c 17 struct unique { struct
110 struct unique *tst = sym;
3-2.c 2 * The most of error symbles shall have unique value
4 * are two kind symbles, one have unique value, the others
21 struct unique { struct
115 struct unique *tst;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
1-1.c 25 struct unique { struct
46 struct unique *tst;
17-1.c 28 struct unique { struct
51 struct unique *tst;
19-1.c 23 struct unique { struct
45 struct unique *tst;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
NormalizedFileNames.java 32 * <li>If unique filenames can't directly created from the ids, additional
79 String unique = s; local
80 String lower = unique.toLowerCase(Locale.ENGLISH);
83 unique = s + '~' + idx++;
84 lower = unique.toLowerCase(Locale.ENGLISH);
87 return unique;
  /external/ltp/testcases/kernel/device-drivers/drm/user_space/
user_tdrm.c 390 static drm_unique_t unique; local
391 unique.unique_len = 0;
392 if (ioctl(tdrm_fd, DRM_IOCTL_GET_UNIQUE, &unique))
397 if (ioctl(tdrm_fd, DRM_IOCTL_SET_UNIQUE,&unique))
  /external/mesa3d/src/gallium/state_trackers/clover/util/
algorithm.hpp 63 unique(R &&r) { function in namespace:clover
  /external/webrtc/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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidatorTest.java 86 validator.unique();
  /external/autotest/client/tests/iozone/
postprocessing.py 23 def unique(list): function
154 sizes = unique([line[index] for line in results])
  /external/skia/src/gpu/vk/
GrVkResource.h 93 bool unique() const { function in class:GrVkResource
96 // prevents code conditioned on the result of unique() from running
121 // Like unique(), the acquire is only needed on success, to make sure
132 // Like unique(), the acquire is only needed on success, to make sure
204 if (this->unique()) {
  /external/skqp/src/gpu/vk/
GrVkResource.h 93 bool unique() const { function in class:GrVkResource
96 // prevents code conditioned on the result of unique() from running
121 // Like unique(), the acquire is only needed on success, to make sure
132 // Like unique(), the acquire is only needed on success, to make sure
204 if (this->unique()) {
  /system/core/libappfuse/
FuseAppLoop.cc 37 return loop->ReplySimple(buffer->request.header.unique, -ENOENT);
44 return loop->ReplySimple(buffer->request.header.unique, -ENOENT);
50 return loop->ReplySimple(buffer->request.header.unique, -ENOENT);
53 callback->OnLookup(buffer->request.header.unique, inode);
59 return loop->ReplyGetAttr(buffer->request.header.unique, buffer->request.header.nodeid, 0,
62 callback->OnGetAttr(buffer->request.header.unique, buffer->request.header.nodeid);
69 return loop->ReplySimple(buffer->request.header.unique, -EINVAL);
72 callback->OnRead(buffer->request.header.unique, buffer->request.header.nodeid,
79 return loop->ReplySimple(buffer->request.header.unique, -EINVAL);
82 callback->OnWrite(buffer->request.header.unique, buffer->request.header.nodeid
156 response.Reset(sizeof(fuse_entry_out), 0, unique); local
169 response.Reset(sizeof(fuse_attr_out), 0, unique); local
179 response.Reset(sizeof(fuse_open_out), kFuseSuccess, unique); local
187 response.Reset(sizeof(fuse_write_out), kFuseSuccess, unique); local
    [all...]
  /external/skqp/src/image/
SkSurface.cpp 81 return fCachedImage && !fCachedImage->unique();
93 bool unique = fCachedImage->unique(); local
94 if (!unique) {
102 if (unique) {
  /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
  /external/vboot_reference/cgpt/
cgpt_show.c 102 char type[GUID_STRLEN], unique[GUID_STRLEN]; local
118 GuidToStr(&entry->unique, unique, GUID_STRLEN);
119 printf(PARTITION_MORE, "UUID: ", unique);
195 GuidToStr(&entry->unique, buf, sizeof(buf));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 47 /** If true, the validated name must be unique */
77 * Makes the resource name validator require that names are unique.
81 public ResourceNameValidator unique() { method in class:ResourceNameValidator
211 type == ResourceType.DRAWABLE).unique();
216 * unique in the project.

Completed in 1233 milliseconds

1 2 3 4 5 6 7 8 91011>>