HomeSort by relevance Sort by last modified time
    Searched refs:set (Results 51 - 75 of 7714) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/allinone/
icucheck.bat 8 set ICU_ARCH=%1
9 set ICU_DBRL=%2
21 set ICU_OPATH=%PATH%
23 set ICU_ICUDIR=%~f0\..\..\..
24 set ICU_BINDIR=%ICU_ICUDIR%\bin
25 set PATH=%ICU_BINDIR%;%PATH%
31 set ICUINFO_CMD=%ICU_ICUDIR%\source\tools\icuinfo\%ICU_ARCH%\%ICU_DBRL%\icuinfo.exe
32 set INTLTEST_CMD=%ICU_ICUDIR%\source\test\intltest\%ICU_ARCH%\%ICU_DBRL%\intltest.exe
33 set IOTEST_CMD=%ICU_ICUDIR%\source\test\iotest\%ICU_ARCH%\%ICU_DBRL%\iotest.exe
34 set CINTLTST_CMD=%ICU_ICUDIR%\source\test\cintltst\%ICU_ARCH%\%ICU_DBRL%\cintltst.exe
    [all...]
  /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...]
  /prebuilts/ndk/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r6/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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...]
  /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...]
  /bionic/libc/bionic/
sched_cpualloc.c 37 void __sched_cpufree(cpu_set_t* set)
39 free(set);
  /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/llvm/test/MC/AsmParser/
equ.s 5 .set a, 1
labels.s 27 .set "a 0", 11
53 .set "a 9", a - b

Completed in 953 milliseconds

1 23 4 5 6 7 8 91011>>