HomeSort by relevance Sort by last modified time
    Searched refs:Set (Results 151 - 175 of 6585) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libcxx/test/std/containers/associative/
iterator_types.pass.cpp 11 #include <set>
39 template <class Set, class ValueTp, class CPtrT>
41 static_assert((std::is_same<typename Set::iterator,
42 typename Set::const_iterator>::value), "");
43 typedef typename Set::difference_type Diff;
45 typedef typename Set::iterator It;
95 typedef std::set<ValueTp> Set;
96 testSet<Set, ValueTp, ValueTp const*>();
101 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/
iterator_types.pass.cpp 11 #include <set>
39 template <class Set, class ValueTp, class CPtrT>
41 static_assert((std::is_same<typename Set::iterator,
42 typename Set::const_iterator>::value), "");
43 typedef typename Set::difference_type Diff;
45 typedef typename Set::iterator It;
95 typedef std::set<ValueTp> Set;
96 testSet<Set, ValueTp, ValueTp const*>();
101 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set
    [all...]
  /external/google-breakpad/src/testing/gtest/samples/
sample2_unittest.cc 94 // Tests the Set method.
95 TEST(MyString, Set) {
98 s.Set(kHelloString);
101 // Set should work when the input pointer is the same as the one
103 s.Set(s.c_string());
106 // Can we set the MyString to NULL?
107 s.Set(NULL);
  /external/googletest/googletest/samples/
sample2_unittest.cc 94 // Tests the Set method.
95 TEST(MyString, Set) {
98 s.Set(kHelloString);
101 // Set should work when the input pointer is the same as the one
103 s.Set(s.c_string());
106 // Can we set the MyString to NULL?
107 s.Set(NULL);
  /external/guava/guava-tests/test/com/google/common/collect/
LenientSerializableTester.java 27 import java.util.Set;
47 static <E> Set<E> reserializeAndAssertLenient(Set<E> original) {
48 Set<E> copy = reserialize(original);
  /external/libchrome/base/synchronization/
atomic_flag.h 15 // A flag that can safely be set from one thread and read from other threads.
23 // Set the flag. Must always be called from the same sequence.
24 void Set();
26 // Returns true iff the flag was set. If this returns true, the current thread
28 // which invoked Set() up until at least the first call to Set() on it.
  /external/libchrome/base/threading/
thread_restrictions.cc 31 g_io_disallowed.Get().Set(!allowed);
50 g_singleton_disallowed.Get().Set(!allowed);
70 g_wait_disallowed.Get().Set(true);
83 g_wait_disallowed.Get().Set(!allowed);
  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
MockFeatures.java 10 import java.util.Set;
15 final Set<Class<?>> interfaces;
19 private MockFeatures(Class<T> mockedType, Set<Class<?>> interfaces, SerializableMode serializableMode, boolean stripAnnotations) {
27 Set<Class<?>> interfaces,
  /external/protobuf/gtest/samples/
sample2_unittest.cc 94 // Tests the Set method.
95 TEST(MyString, Set) {
98 s.Set(kHelloString);
101 // Set should work when the input pointer is the same as the one
103 s.Set(s.c_string());
106 // Can we set the MyString to NULL?
107 s.Set(NULL);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothAdapter.java 11 import java.util.Set;
19 private Set<BluetoothDevice> bondedDevices = new HashSet<BluetoothDevice>();
28 public Set<BluetoothDevice> getBondedDevices() {
32 public void setBondedDevices(Set<BluetoothDevice> bluetoothDevices) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderAnnotation.java 38 import java.util.Set;
43 @Nonnull final Set<? extends BuilderAnnotationElement> elements;
47 @Nonnull Set<? extends BuilderAnnotationElement> elements) {
61 @Nonnull @Override public Set<? extends BuilderAnnotationElement> getElements() {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
Human.java 19 import java.util.Set;
27 protected Set<Human> children;
65 public Set<Human> getChildren() {
69 public void setChildren(Set<Human> children) {
  /external/testng/src/main/java/org/testng/internal/
ITestResultNotifier.java 4 import java.util.Set;
21 Set<ITestResult> getPassedTests(ITestNGMethod tm);
23 Set<ITestResult> getFailedTests(ITestNGMethod tm);
25 Set<ITestResult> getSkippedTests(ITestNGMethod tm);
  /external/testng/src/main/java/org/testng/internal/thread/graph/
IThreadWorkerFactory.java 4 import java.util.Set;
16 * Creates {@code IWorker} for specified set of tasks. It is not necessary that
  /external/v8/testing/gtest/samples/
sample2_unittest.cc 94 // Tests the Set method.
95 TEST(MyString, Set) {
98 s.Set(kHelloString);
101 // Set should work when the input pointer is the same as the one
103 s.Set(s.c_string());
106 // Can we set the MyString to NULL?
107 s.Set(NULL);
  /external/vogar/src/vogar/
CommandBugDatabase.java 21 import java.util.Set;
36 @Override public Set<Long> bugsToOpenBugs(Set<Long> bugs) {
42 Set<Long> openBugsSet = new LinkedHashSet<Long>();
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample2_unittest.cc 94 // Tests the Set method.
95 TEST(MyString, Set) {
98 s.Set(kHelloString);
101 // Set should work when the input pointer is the same as the one
103 s.Set(s.c_string());
106 // Can we set the MyString to NULL?
107 s.Set(NULL);
  /frameworks/base/core/java/android/appwidget/
AppWidgetManagerInternal.java 23 import java.util.Set;
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 17 // The outter process collects the set of files and writes their names
47 #include <set>
68 Set<uint32_t> ParseSummary(std::istream &IS);
69 size_t Merge(const Set<uint32_t> &InitialFeatures,
72 return Merge(Set<uint32_t>{}, NewFiles);
75 Set<uint32_t> AllFeatures() const;
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 17 // The outter process collects the set of files and writes their names
47 #include <set>
68 Set<uint32_t> ParseSummary(std::istream &IS);
69 size_t Merge(const Set<uint32_t> &InitialFeatures,
72 return Merge(Set<uint32_t>{}, NewFiles);
75 Set<uint32_t> AllFeatures() const;
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 17 // The outter process collects the set of files and writes their names
47 #include <set>
68 Set<uint32_t> ParseSummary(std::istream &IS);
69 size_t Merge(const Set<uint32_t> &InitialFeatures,
72 return Merge(Set<uint32_t>{}, NewFiles);
75 Set<uint32_t> AllFeatures() const;
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 17 // The outter process collects the set of files and writes their names
47 #include <set>
68 Set<uint32_t> ParseSummary(std::istream &IS);
69 size_t Merge(const Set<uint32_t> &InitialFeatures,
72 return Merge(Set<uint32_t>{}, NewFiles);
75 Set<uint32_t> AllFeatures() const;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/
sample2_unittest.cc 94 // Tests the Set method.
95 TEST(MyString, Set) {
98 s.Set(kHelloString);
101 // Set should work when the input pointer is the same as the one
103 s.Set(s.c_string());
106 // Can we set the MyString to NULL?
107 s.Set(NULL);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/lns/
lns-common-1.d 9 \[0x.*\] Extended opcode 2: set Address to .*
11 \[0x.*\] Set column to 3
13 \[0x.*\] Set prologue_end to true
15 \[0x.*\] Set column to 0
16 \[0x.*\] Set epilogue_begin to true
18 \[0x.*\] Set ISA to 1
19 \[0x.*\] Set basic block
21 \[0x.*\] Set is_stmt to 0
23 \[0x.*\] Set is_stmt to 1
25 \[0x.*\] Extended opcode 4: set Discriminator to
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/lns/
lns-common-1.d 8 \[0x.*\] Extended opcode 2: set Address to .*
10 \[0x.*\] Set column to 3
12 \[0x.*\] Set prologue_end to true
14 \[0x.*\] Set column to 0
15 \[0x.*\] Set epilogue_begin to true
17 \[0x.*\] Set ISA to 1
18 \[0x.*\] Set basic block
20 \[0x.*\] Set is_stmt to 0
22 \[0x.*\] Set is_stmt to 1
24 \[0x.*\] Extended opcode 4: set Discriminator to
    [all...]

Completed in 911 milliseconds

1 2 3 4 5 67 8 91011>>