HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 226 - 250 of 1193) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/tools/matlab/
rtpAnalyze.m 33 [uSSRC, ~, uix] = unique(SSRC);
40 uPT = unique(PT(uix == i));
70 uPT = unique(PT);
88 [utsdiff, ~, ixtsdiff] = unique(tsdiff);
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/
Entity.kt 73 index.unique
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpClient.java 411 * {@code unique} argument, and returns the {@code OutputStream}
419 * If {@code unique} is set to {@code true}, the resultant file
420 * is to be created under a name unique to that directory, meaning
422 * generate a new, unique, file name.
427 * @param unique {@code true} if the remote files should be unique,
433 public abstract OutputStream putFileStream(String name, boolean unique) throws FtpProtocolException, IOException;
438 * {@code unique} argument. The content of the {@code InputStream}
445 * If {@code unique} is set to {@code true}, the resultant file
446 * is to be created under a name unique to that directory, meanin
    [all...]
  /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.
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
ar.exp 444 set testname "ar unique symbol in archive"
446 if ![binutils_assemble $srcdir/$subdir/unique.s tmpdir/unique.o] {
452 set objfile [remote_download host tmpdir/unique.o]
456 set objfile tmpdir/unique.o
468 if ![string match "*foo in *unique.o*" $got] {
  /external/swiftshader/src/Reactor/
Optimizer.cpp 380 Ice::SizeT unique = 0; local
381 for(; unique < i; unique++)
383 if(instruction.getSrc(i) == instruction.getSrc(unique))
389 if(i == unique)
  /external/ImageMagick/MagickCore/
delegate.c 675 case 'u': /* Unique filename */
678 string=image_info->unique;
    [all...]
  /art/tools/common/
common.py 27 from enum import unique
46 @unique
56 @unique
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 212 * specified source. If the unique flag is true, a new instance will
217 * A bit of magic in this implementation: If the source is null, unique is true,
225 * @param unique true if the returned DTM must be unique, probably because it
236 synchronized public DTM getDTM(Source source, boolean unique,
243 (unique ? "UNIQUE" : "shared")+
299 if (source==null && unique && !incremental && !doIndexing) {
566 // Can't return the same node since it's unique to a specific DTM,
  /external/kernel-headers/original/uapi/linux/
fuse.h 401 be unique for the fs's lifetime */
632 uint64_t unique; member in struct:fuse_interrupt_in
693 uint64_t unique; member in struct:fuse_in_header
704 uint64_t unique; member in struct:fuse_out_header
  /external/vboot_reference/firmware/lib/cgptlib/
cgptlib_internal.c 200 /* UniqueGuid field must be unique. */
201 if (0 == Memcmp(&entry->unique, &e2->unique,
410 Memcpy(dest, &e->unique, sizeof(Guid));
  /external/libchrome/base/
rand_util_unittest.cc 50 // Probability of occurrence of less than 25 unique bytes in 50 random bytes
52 EXPECT_GT(std::unique(buffer, buffer + buffer_size) - buffer, 25);
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 141 std::unique(
  /external/mesa3d/src/gallium/state_trackers/clover/util/
algorithm.hpp 63 unique(R &&r) { function in namespace:clover
  /frameworks/base/tools/aapt2/
StringPool.h 212 Ref MakeRefImpl(const android::StringPiece& str, const Context& context, bool unique);
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/migration/
MigrationDb.java 43 @Entity(indices = {@Index(value = "name", unique = true)})
  /prebuilts/go/darwin-x86/test/ken/
embed.go 173 // embedded (unique) assignment
182 // unique calls with explicit &
  /prebuilts/go/linux-x86/test/ken/
embed.go 173 // embedded (unique) assignment
182 // unique calls with explicit &
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /system/extras/libpagemap/include/pagemap/
pagemap.h 56 size_t unique; member in struct:pm_swapusage
  /external/autotest/frontend/afe/
models.py 53 name = dbmodels.CharField(max_length=255, unique=True)
108 name = dbmodels.CharField(max_length=255, unique=True)
149 hostname = dbmodels.CharField(max_length=255, unique=True)
193 hostname = dbmodels.CharField(max_length=255, unique=True)
234 name = dbmodels.CharField(max_length=255, unique=True)
331 login = dbmodels.CharField(max_length=255, unique=True)
825 name = dbmodels.CharField(max_length=255, unique=True)
838 path = dbmodels.CharField(max_length=255, unique=True)
890 name = dbmodels.CharField(max_length=255, unique=True)
916 name = dbmodels.CharField(max_length=255, unique=True
    [all...]
  /bionic/libc/kernel/uapi/linux/
coda.h 201 u_int32_t unique; member in struct:coda_in_hdr
208 u_int32_t unique; member in struct:coda_out_hdr
  /development/ndk/platforms/android-21/include/linux/
coda.h 234 u_int32_t unique; member in struct:coda_in_hdr
242 u_int32_t unique; member in struct:coda_out_hdr

Completed in 2925 milliseconds

1 2 3 4 5 6 7 8 91011>>