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

1 2 3

  /bionic/libc/regex/
regfree.c 64 if (g->sets != NULL)
65 free((char *)g->sets);
regcomp.c 197 g->sets = NULL;
693 if (nch(p, cs) == 1) { /* optimize singleton sets */
1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
1042 p->g->sets = ptr;
1050 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT);
1055 if (p->g->sets == NULL || p->g->setbits == NULL)
1058 cs = &p->g->sets[no];
1067 free(p->g->sets);
1068 p->g->sets = NULL;
1084 cset *top = &p->g->sets[p->g->ncsets]
    [all...]
regex2.h 94 * Structure for [] character-set representation. Character sets are
98 * simplifies testing whether two sets could be identical.
132 cset *sets; /* -> cset [ncsets] */ member in struct:re_guts
  /external/chromium/third_party/icu/source/test/intltest/
usettest.h 167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
174 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4],
178 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
179 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
180 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
usettest.cpp 815 errln("FAIL: couldn't construct test sets");
3583 UnicodeSet *sets[SET_COUNT]={ NULL }; local
    [all...]
  /external/icu4c/test/intltest/
usettest.h 167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
174 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4],
178 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
179 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
180 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
usettest.cpp 846 errln("FAIL: couldn't construct test sets");
3620 UnicodeSet *sets[SET_COUNT]={ NULL }; local
    [all...]
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 212 String arg = nextArg(); // sets, transports, packages set#
226 if ("sets".equals(arg)) {
263 System.out.println("Unable to request restore sets");
266 printRestoreSets(observer.sets);
274 private void printRestoreSets(RestoreSet[] sets) {
275 if (sets == null || sets.length == 0) {
276 System.out.println("No restore sets");
279 for (RestoreSet s : sets) {
286 RestoreSet[] sets = null field in class:Bmgr.RestoreObserver
384 RestoreSet[] sets = null; local
    [all...]
  /external/gtest/scripts/
fuse_gtest_files.py 63 import sets namespace
155 processed_files = sets.Set() # Holds all gtest headers we've processed.
184 processed_files = sets.Set()
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 63 import sets namespace
150 processed_files = sets.Set() # Holds all gtest headers we've processed.
178 processed_files = sets.Set()
  /development/testrunner/
android_mk.py 25 from sets import Set
  /external/chromium/third_party/icu/source/common/
rbbisetb.h 24 // from the Unicode Sets appearing in the source RBBI rules, and
43 // Unicode sets that include this range.
62 // RBBISetBuilder Handles processing of Unicode Sets from RBBI rules.
72 // to set numbers in the non-overlapping set of sets.
82 void addValToSets(UVector *sets, uint32_t val);
111 uint32_t fTrieSize; // the Unicode Sets.
  /external/icu4c/common/
rbbisetb.h 24 // from the Unicode Sets appearing in the source RBBI rules, and
43 // Unicode sets that include this range.
62 // RBBISetBuilder Handles processing of Unicode Sets from RBBI rules.
72 // to set numbers in the non-overlapping set of sets.
82 void addValToSets(UVector *sets, uint32_t val);
111 uint32_t fTrieSize; // the Unicode Sets.
  /external/gtest/test/
gtest_filter_unittest.py 48 import sets namespace
126 """Sets the env variable to 'value'; unsets it when 'value' is None."""
190 """Asserts that two sets are equal."""
205 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
215 tests_to_run = list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
266 """Sets up test case. Determines whether value-parameterized tests are
267 enabled in the binary and sets flags accordingly.
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 47 import sets namespace
124 """Sets the env variable to 'value'; unsets it when 'value' is None."""
187 """Asserts that two sets are equal."""
202 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
209 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
303 """Sets up test case.
306 sets the flags accordingly.
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 858 final ArrayList<MediaSet> sets = new ArrayList<MediaSet>(); local
924 final ArrayList<MediaSet> sets = new ArrayList<MediaSet>(numIds); local
    [all...]
  /external/bison/tests/
Makefile.am 50 output.at sets.at reduce.at \
  /frameworks/base/tests/backup/
test_restore.sh 69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 79 // Convenience function: returns the representative of 'id' in 'sets',
81 static MappedId FindSet(UnionFind<MappedId> *sets, MappedId id) {
82 MappedId repr = sets->FindSet(id);
86 sets->MakeSet(id);
100 // Analysis of Computer Programs") successively constructs sets of
103 // forest (the union-find algorithm) is used to represent the sets of
105 // sets contains both final and non-final states.
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 239 final int[][] sets = mStateListState.mStateSets; local
240 final int count = sets.length;
243 final int[] set = sets[i];
  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 1484 UVector *sets = fPattern->fSets; local
1850 UnicodeSet **sets = fPattern->fStaticSets; local
    [all...]
  /external/guava/src/com/google/common/collect/
Sets.java 61 public final class Sets {
62 private Sets() {}
411 * Set<Object> identityHashSet = Sets.newSetFromMap(
495 * An unmodifiable view of a set which may be backed by other sets; this view
496 * will change as the backing sets do. Contains methods to copy the data into
521 * all the sets involved are based on the same notion of equivalence.
534 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
540 * <p>Results are undefined if {@code set1} and {@code set2} are sets based on
545 * smaller of the two sets. If you have reason to believe one of your sets
    [all...]
  /external/icu4c/i18n/
rematch.cpp 2669 UVector *sets = fPattern->fSets; local
3109 UnicodeSet **sets = fPattern->fStaticSets; local
    [all...]
  /device/htc/passion/
BoardConfig.mk 16 # This file sets variables that control the way modules are built
  /external/bison/lib/
bitset_stats.c 56 bitset_stats_info->types[BITSET_TYPE_ (BSET)].sets++
82 unsigned int sets; member in struct:bitset_type_info_struct
181 stats->sets, stats->cache_sets,
182 stats->sets ? 100.0 * stats->cache_sets / stats->sets : 0);

Completed in 846 milliseconds

1 2 3