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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ELF/
section-unique-err1.s 5 .section .text,"ax",@progbits,unique, "abc"
section-unique-err2.s 3 // CHECK: error: unique id must be positive
5 .section .text,"ax",@progbits,unique, -1
section-unique-err3.s 3 // CHECK: error: unique id is too large
5 .section .text,"ax",@progbits,unique, 4294967295
section-unique-err4.s 5 .section .text,"ax",@progbits,unique 1
section-unique.s 4 .section .text,"ax",@progbits,unique, 4294967293
9 .section .text,"ax",@progbits,unique, 4294967294
16 // CHECK: .section .text,"ax",@progbits,unique,4294967293
19 // CHECK: .section .text,"ax",@progbits,unique,4294967294
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
section-unique-err1.s 5 .section .text,"ax",@progbits,unique, "abc"
section-unique-err2.s 3 // CHECK: error: unique id must be positive
5 .section .text,"ax",@progbits,unique, -1
section-unique-err3.s 3 // CHECK: error: unique id is too large
5 .section .text,"ax",@progbits,unique, 4294967295
section-unique-err4.s 5 .section .text,"ax",@progbits,unique 1
section-numeric-flag.s 4 .section .text, "0x806", %progbits, unique, 0
section-unique.s 4 .section .text,"ax",@progbits,unique, 4294967293
9 .section .text,"ax",@progbits,unique, 4294967294
16 // CHECK: .section .text,"ax",@progbits,unique,4294967293
19 // CHECK: .section .text,"ax",@progbits,unique,4294967294
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
unique.pass.cpp 14 // bool unique() const;
22 assert(p.unique());
25 assert(!p.unique());
27 assert(p.unique());
  /external/grpc-grpc/src/python/grpcio/grpc/framework/common/
style.py 19 @enum.unique
cardinality.py 19 @enum.unique
  /external/tensorflow/tensorflow/contrib/data/python/ops/
unique.py 15 """Unique element dataset transformations."""
20 from tensorflow.python.data.experimental.ops import unique as experimental_unique
24 @deprecation.deprecated(None, "Use `tf.data.experimental.unique()`.")
25 def unique(): function
29 each unique element in the input. For example:
34 # Using `unique()` will drop the duplicate elements.
35 dataset = dataset.apply(tf.contrib.data.unique()) # ==> { 1, 37, 2 }
42 return experimental_unique.unique()
  /external/skia/tests/
UtilsTest.cpp 29 REPORTER_ASSERT(reporter, obj.unique());
33 REPORTER_ASSERT(reporter, obj.unique());
36 REPORTER_ASSERT(reporter, obj.unique());
41 REPORTER_ASSERT(reporter, !obj.unique());
45 REPORTER_ASSERT(reporter, obj.unique());
51 REPORTER_ASSERT(reporter, obj0.unique());
52 REPORTER_ASSERT(reporter, obj1.unique());
63 REPORTER_ASSERT(reporter, !obj0.unique());
64 REPORTER_ASSERT(reporter, !obj1.unique());
69 REPORTER_ASSERT(reporter, obj0.unique());
    [all...]
  /external/skqp/tests/
UtilsTest.cpp 29 REPORTER_ASSERT(reporter, obj.unique());
33 REPORTER_ASSERT(reporter, obj.unique());
36 REPORTER_ASSERT(reporter, obj.unique());
41 REPORTER_ASSERT(reporter, !obj.unique());
45 REPORTER_ASSERT(reporter, obj.unique());
51 REPORTER_ASSERT(reporter, obj0.unique());
52 REPORTER_ASSERT(reporter, obj1.unique());
63 REPORTER_ASSERT(reporter, !obj0.unique());
64 REPORTER_ASSERT(reporter, !obj1.unique());
69 REPORTER_ASSERT(reporter, obj0.unique());
    [all...]
  /external/libcxx/test/std/containers/sequences/list/list.ops/
unique.pass.cpp 12 // void unique();
25 c.unique();
33 c.unique();
unique_pred.pass.cpp 12 // template <class BinaryPred> void unique(BinaryPred pred);
30 c.unique(g);
38 c.unique(g);
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
unique_dataset_serialization_test.py 21 from tensorflow.python.data.experimental.ops import unique
33 lambda x: x % unique_elem_range).apply(unique.unique())
  /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/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
3-1.c 19 struct unique { struct
46 struct unique *tst;
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 16 // unique(Iter first, Iter last);
31 auto it = std::unique(std::begin(ia), std::end(ia));
44 Iter r = std::unique(Iter(ia), Iter(ia+sa));
50 r = std::unique(Iter(ib), Iter(ib+sb));
57 r = std::unique(Iter(ic), Iter(ic+sc));
63 r = std::unique(Iter(id), Iter(id+sd));
70 r = std::unique(Iter(ie), Iter(ie+se));
78 r = std::unique(Iter(ig), Iter(ig+sg));
85 r = std::unique(Iter(ih), Iter(ih+sh));
92 r = std::unique(Iter(ii), Iter(ii+si))
    [all...]
  /external/libcxx/test/libcxx/fuzzing/
unique.cpp 2 //===--------------------------- unique.cpp -------------------------------===//
35 assert(0 == fuzzing::unique(data, size));
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ARM/
execute-only-section.s 4 .section .text,"axy",%progbits,unique,0

Completed in 1084 milliseconds

1 2 3 4 5 6 7 8 91011>>