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

<<11121314151617181920>>

  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
ForeignKeyTest.java 110 @Entity(indices = {@Index(value = "name", unique = true),
111 @Index(value = {"name", "lastName"}, unique = true)})
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
init.go 9 // main is run. to make it unique within a
  /prebuilts/go/darwin-x86/src/go/types/
package.go 63 // It is the caller's responsibility to make sure list elements are unique.
type.go 277 // The methods are ordered by their unique Id.
284 // The types are ordered by the corresponding TypeName's unique Id.
291 // The methods are ordered by their unique Id.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
init.go 9 // main is run. to make it unique within a
  /prebuilts/go/linux-x86/src/go/types/
package.go 63 // It is the caller's responsibility to make sure list elements are unique.
type.go 277 // The methods are ordered by their unique Id.
284 // The types are ordered by the corresponding TypeName's unique Id.
291 // The methods are ordered by their unique Id.
  /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();
  /art/compiler/utils/
intrusive_forward_list_test.cc 108 void Unique();
594 void IntrusiveForwardListTest::Unique() {
600 ref.unique();
601 ifl.unique();
609 ref.unique(bin_pred);
610 ifl.unique(bin_pred);
616 TEST_F(IntrusiveForwardListTest, Unique) {
617 Unique<IFLTestValueList>();
618 Unique<ConstIFLTestValueList>();
619 Unique<IFLTestValue2List>()
    [all...]
  /build/make/core/
product.mk 209 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.S 56 movl $0x78, %ecx # 78h IDT entries to initialize with unique entry points (exceptions)
    [all...]
efi64.S 70 movl $0x78,%ecx # 78h IDT entries to initialize with unique entry points (exceptions)
    [all...]
  /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 184 hostname = dbmodels.CharField(max_length=255, 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/skia/src/gpu/vk/
GrVkBuffer.cpp 150 if (!fResource->unique()) {
  /external/toolchain-utils/cros_utils/
pstat.py 61 unique (inlist)
240 Averages data in collapsecol, keeping all unique items in keepcols
241 (using unique, which keeps unique LISTS of column numbers), retaining the
242 unique sets of values in keepcols, the mean for each. Setting fcn1
251 Returns: a list of lists with all unique permutations of entries appearing in
292 uniques = unique(values)
674 def unique(inlist): function
676 Returns all unique items in the passed list. If the a list-of-lists
677 is passed, unique LISTS are found (i.e., items in the first dimension ar
    [all...]
  /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 477 public_area.public_area.unique.rsa.size = 0;
499 public_area.public_area.unique.rsa.size = 0;
536 public_area.public_area.unique.rsa.size = 0;
562 public_area.public_area.unique.rsa.size = 0;
588 public_area.public_area.unique.rsa.size = 0;
612 public_area.public_area.unique.rsa.size = 0;
663 public_area.public_area.unique.rsa.size = 0;
691 public_area.public_area.unique.rsa.size = 0;
719 public_area.public_area.unique.rsa.size = 0;
741 public_area.public_area.unique.rsa.size = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.idl     [all...]

Completed in 327 milliseconds

<<11121314151617181920>>