HomeSort by relevance Sort by last modified time
    Searched refs:set (Results 101 - 125 of 8780) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/ndk/platforms/android-3/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /external/chromium_org/base/
stl_util_unittest.cc 7 #include <set>
16 std::set<int> set; local
17 set.insert(24);
18 set.insert(1);
19 set.insert(12);
20 EXPECT_TRUE(STLIsSorted(set));
37 std::set<int> a1;
43 std::set<int> a2;
51 std::set<int> difference
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
signal.h 55 static __inline__ int sigismember(sigset_t *set, int signum)
57 unsigned long *local_set = (unsigned long *)set;
63 static __inline__ int sigaddset(sigset_t *set, int signum)
65 unsigned long *local_set = (unsigned long *)set;
72 static __inline__ int sigdelset(sigset_t *set, int signum)
74 unsigned long *local_set = (unsigned long *)set;
81 static __inline__ int sigemptyset(sigset_t *set)
83 memset(set, 0, sizeof *set);
87 static __inline__ int sigfillset(sigset_t *set)
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
signal.h 55 static __inline__ int sigismember(sigset_t *set, int signum)
57 unsigned long *local_set = (unsigned long *)set;
63 static __inline__ int sigaddset(sigset_t *set, int signum)
65 unsigned long *local_set = (unsigned long *)set;
72 static __inline__ int sigdelset(sigset_t *set, int signum)
74 unsigned long *local_set = (unsigned long *)set;
81 static __inline__ int sigemptyset(sigset_t *set)
83 memset(set, 0, sizeof *set);
87 static __inline__ int sigfillset(sigset_t *set)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
signal.h 55 static __inline__ int sigismember(sigset_t *set, int signum)
57 unsigned long *local_set = (unsigned long *)set;
63 static __inline__ int sigaddset(sigset_t *set, int signum)
65 unsigned long *local_set = (unsigned long *)set;
72 static __inline__ int sigdelset(sigset_t *set, int signum)
74 unsigned long *local_set = (unsigned long *)set;
81 static __inline__ int sigemptyset(sigset_t *set)
83 memset(set, 0, sizeof *set);
87 static __inline__ int sigfillset(sigset_t *set)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
signal.h 55 static __inline__ int sigismember(sigset_t *set, int signum)
57 unsigned long *local_set = (unsigned long *)set;
63 static __inline__ int sigaddset(sigset_t *set, int signum)
65 unsigned long *local_set = (unsigned long *)set;
72 static __inline__ int sigdelset(sigset_t *set, int signum)
74 unsigned long *local_set = (unsigned long *)set;
81 static __inline__ int sigemptyset(sigset_t *set)
83 memset(set, 0, sizeof *set);
87 static __inline__ int sigfillset(sigset_t *set)
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
signal.h 55 static __inline__ int sigismember(sigset_t *set, int signum)
57 unsigned long *local_set = (unsigned long *)set;
63 static __inline__ int sigaddset(sigset_t *set, int signum)
65 unsigned long *local_set = (unsigned long *)set;
72 static __inline__ int sigdelset(sigset_t *set, int signum)
74 unsigned long *local_set = (unsigned long *)set;
81 static __inline__ int sigemptyset(sigset_t *set)
83 memset(set, 0, sizeof *set);
87 static __inline__ int sigfillset(sigset_t *set)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
signal.h 55 static __inline__ int sigismember(sigset_t *set, int signum)
57 unsigned long *local_set = (unsigned long *)set;
63 static __inline__ int sigaddset(sigset_t *set, int signum)
65 unsigned long *local_set = (unsigned long *)set;
72 static __inline__ int sigdelset(sigset_t *set, int signum)
74 unsigned long *local_set = (unsigned long *)set;
81 static __inline__ int sigemptyset(sigset_t *set)
83 memset(set, 0, sizeof *set);
87 static __inline__ int sigfillset(sigset_t *set)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
signal.h 55 static __inline__ int sigismember(sigset_t *set, int signum)
57 unsigned long *local_set = (unsigned long *)set;
63 static __inline__ int sigaddset(sigset_t *set, int signum)
65 unsigned long *local_set = (unsigned long *)set;
72 static __inline__ int sigdelset(sigset_t *set, int signum)
74 unsigned long *local_set = (unsigned long *)set;
81 static __inline__ int sigemptyset(sigset_t *set)
83 memset(set, 0, sizeof *set);
87 static __inline__ int sigfillset(sigset_t *set)
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
signal.h 50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum)
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum)
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum)
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set)
86 memset(set, 0, sizeof *set);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
types.pass.cpp 10 // <set>
14 // class set
32 #include <set>
40 static_assert((std::is_same<std::set<int>::key_type, int>::value), "");
41 static_assert((std::is_same<std::set<int>::value_type, int>::value), "");
42 static_assert((std::is_same<std::set<int>::key_compare, std::less<int> >::value), "");
43 static_assert((std::is_same<std::set<int>::value_compare, std::less<int> >::value), "");
44 static_assert((std::is_same<std::set<int>::allocator_type, std::allocator<int> >::value), "");
45 static_assert((std::is_same<std::set<int>::reference, int&>::value), "");
46 static_assert((std::is_same<std::set<int>::const_reference, const int&>::value), "")
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 34 import java.util.Set;
114 SortedSet<String> set = of(); local
115 assertSame(Ordering.natural(), set.comparator());
119 SortedSet<String> set = of(); local
120 assertSame(set, set.headSet("c"));
124 SortedSet<String> set = of(); local
125 assertSame(set, set.tailSet("f"));
129 SortedSet<String> set = of() local
134 SortedSet<String> set = of(); local
143 SortedSet<String> set = of(); local
153 SortedSet<String> set = of(); local
159 SortedSet<String> set = of("e"); local
164 SortedSet<String> set = of("e"); local
172 SortedSet<String> set = of("e"); local
180 SortedSet<String> set = of("e"); local
190 SortedSet<String> set = of("e"); local
195 SortedSet<String> set = of("e"); local
201 SortedSet<String> set = of("e"); local
207 SortedSet<String> set = of("e", "a", "f", "b", "d", "c"); local
239 ImmutableSortedSet<Interface> set = ImmutableSortedSet.of(a, b); local
256 SortedSet<String> set = of("e", "a", "e", "f", "b", "b", "d", "a", "c"); local
261 SortedSet<String> set = of("e", "a", "f", "b", "d", "c"); local
266 SortedSet<String> set = of("e", "f", "b", "d", "c"); local
275 SortedSet<String> set = of("e", "f", "b", "d", "c"); local
283 SortedSet<String> set = of("e", "f", "b", "d", "c"); local
299 SortedSet<String> set = of("e", "f", "b", "d", "c"); local
304 SortedSet<String> set = of("e", "f", "b", "d", "c"); local
309 SortedSet<String> set = of("e", "f", "b", "d", "c"); local
315 SortedSet<String> set = of("e", "f", "b", "d", "c"); local
324 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
330 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
337 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
347 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
353 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
359 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
371 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
382 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
400 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
406 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
413 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).build(); local
422 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
430 SortedSet<String> set = local
436 SortedSet<String> set = local
442 SortedSet<String> set = of("e", "a", "f", "b", "d", "c"); local
449 SortedSet<String> set = of("e", "a", "f", "b", "d", "c"); local
456 SortedSet<String> set = of("e", "a", "f", "b", "d", "c"); local
463 SortedSet<String> set = copyOf(asList("e", "a", "f", "b", "d", "c")); local
468 SortedSet<String> set = copyOf(asIterator("e", "a", "f", "b", "d", "c")); local
473 SortedSet<String> set = local
479 SortedSet<String> set = copyOf(asIterator("e", "a", "f", "b", "d", "c")); local
484 SortedSet<String> set = local
490 SortedSet<String> set = copyOf(Sets.<String>newTreeSet()); local
495 SortedSet<String> set = local
502 SortedSet<String> set = local
510 SortedSet<String> set = local
517 SortedSet<String> set = local
524 SortedSet<String> set = local
532 SortedSet<String> set = local
541 SortedSet<String> set = copyOf(input); local
548 SortedSet<String> set = ImmutableSortedSet.copyOfSorted(input); local
555 SortedSet<String> set = ImmutableSortedSet.copyOfSorted(input); local
562 SortedSet<String> set = ImmutableSortedSet.copyOfSorted(input); local
568 SortedSet<String> set = of("a", "b", "c"); local
578 SortedSet<String> set = of("in", "the", "a"); local
591 SortedSet<String> set = of("a", "b", "c"); local
597 SortedSet<String> set = of("in", "the", "a"); local
603 SortedSet<String> set = of("a", "b", "f"); local
616 SortedSet<String> set = of("a", "b", "f"); local
628 SortedSet<String> set = of("a", "b", "f"); local
636 SortedSet<String> set = new ImmutableSortedSet.Builder<String>(comparator) local
651 SortedSet<String> set = new ImmutableSortedSet.Builder<String>(comparator) local
659 SortedSet<String> set = ImmutableSortedSet.<String>reverseOrder() local
674 SortedSet<Integer> set = new ImmutableSortedSet.Builder<Integer>(TO_STRING) local
680 SortedSet<Number> set = new ImmutableSortedSet.Builder<Number>(TO_STRING) local
706 ImmutableSortedSet<LegacyComparable> set local
712 ImmutableSortedSet<LegacyComparable> set = ImmutableSortedSet.copyOf( local
727 ImmutableSortedSet<LegacyComparable> set = builder.build(); local
741 ImmutableSortedSet<LegacyComparable> set = builder.build(); local
755 ImmutableSet<String> set = ImmutableSortedSet.of("a", "e", "i", "o", "u"); local
763 ImmutableSet<String> set = ImmutableSortedSet.of("a", "e", "i", "o", "u"); local
771 ImmutableSet<String> set local
780 ImmutableSet<String> set local
789 ImmutableSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( local
820 ImmutableSortedSet<String> set = ImmutableSortedSet.copyOf(strings); local
830 ImmutableSortedSet<String> set = ImmutableSortedSet.copyOf(strings); local
839 ImmutableSortedSet<String> set = ImmutableSortedSet.copyOf(strings); local
849 ImmutableSortedSet<String> set = ImmutableSortedSet.copyOf(strings); local
859 ImmutableSortedSet<String> set = ImmutableSortedSet.copyOf(strings); local
871 ImmutableSortedSet<String> set = ImmutableSortedSet.copyOf(strings); local
883 ImmutableSortedSet<String> set = ImmutableSortedSet.copyOf(strings); local
895 ImmutableSortedSet<String> set = ImmutableSortedSet.copyOf(strings); local
    [all...]
  /art/runtime/arch/mips/
portable_entrypoints_mips.S 19 .set noreorder
25 # Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
53 # Begin argument set up.
  /bionic/libc/bionic/
sched_cpualloc.c 37 void __sched_cpufree(cpu_set_t* set)
39 free(set);

Completed in 1185 milliseconds

1 2 3 45 6 7 8 91011>>