HomeSort by relevance Sort by last modified time
    Searched refs:set (Results 126 - 150 of 9118) sorted by null

1 2 3 4 56 7 8 91011>>

  /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);
sched_getaffinity.cpp 35 int sched_getaffinity(pid_t pid, size_t set_size, cpu_set_t* set) {
36 int rc = __sched_getaffinity(pid, set_size, set);
43 memset(reinterpret_cast<char*>(set) + rc, 0, set_size - rc);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ICharStream.cs 59 set;
65 set;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ICharStream.cs 62 set;
69 set;
  /external/apache-http/src/org/apache/commons/codec/net/
QCodec.java 60 PRINTABLE_CHARS.set(' ');
61 PRINTABLE_CHARS.set('!');
62 PRINTABLE_CHARS.set('"');
63 PRINTABLE_CHARS.set('#');
64 PRINTABLE_CHARS.set('$');
65 PRINTABLE_CHARS.set('%');
66 PRINTABLE_CHARS.set('&');
67 PRINTABLE_CHARS.set('\'');
68 PRINTABLE_CHARS.set('(');
69 PRINTABLE_CHARS.set(')');
    [all...]
  /external/chromium/chrome/browser/
remove_rows_table_model.h 9 #include <set>
17 typedef std::set<size_t> Rows;
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host_mock.h 9 #include <set>
26 const std::set<syncable::ModelType>&, CancelableTask*));
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_button_border.cc 54 insets->Set(kPreferredPaddingVertical, kPreferredPaddingHorizontal,
62 const MBBImageSet* set = &normal_set_; local
64 set = &hot_set_;
66 set = &pushed_set_;
69 canvas->DrawBitmapInt(*set->top_left, 0, 0);
73 canvas->DrawBitmapInt(*set->top, 0, 0, set->top->width(), set->top->height(),
74 set->top_left->width(), 0,
75 bounds.width() - set->top_right->width() - set->top_left->width()
    [all...]
  /external/chromium_org/chrome/browser/
remove_rows_table_model.h 8 #include <set>
16 typedef std::set<size_t> Rows;
  /external/chromium_org/chrome/common/importer/
imported_favicon_usage.h 8 #include <set>
25 std::set<GURL> urls;
  /external/llvm/test/MC/AsmParser/
equ.s 5 .set a, 1
labels.s 27 .set "a 0", 11
53 .set "a 9", a - b
  /external/chromium_org/gpu/config/
gpu_util.h 8 #include <set>
22 std::set<int>* dst, const std::set<int>& src);
35 const std::string& str, std::set<int>* feature_set);
  /external/llvm/test/MC/MachO/
absolute.s 8 .set foo_set1, (_foo + 0xffff0000)
9 .set foo_set2, (_foo - _bar + 0xffff0000)
15 .set foo_set1_global, (_foo + 0xffff0000)
18 .set foo_set2_global, (_foo - _bar + 0xffff0000)
  /external/robolectric/
find-android.bat 2 for %%i in (android.bat) do set x=%%~dp$PATH:i
3 set x=%x:\tools=%
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTParser.java 0 #set( $symbol_pound = '#' )
2 #set( $symbol_dollar = '$' )
3 #set( $symbol_escape = '\' )
  /external/chromium_org/chrome/browser/extensions/api/identity/
extension_token_key.h 8 #include <set>
16 const std::set<std::string> scopes);
21 std::set<std::string> scopes;

Completed in 489 milliseconds

1 2 3 4 56 7 8 91011>>