HomeSort by relevance Sort by last modified time
    Searched defs:sets (Results 1 - 15 of 15) sorted by null

  /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()
  /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.
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 212 String arg = nextArg(); // sets, transports, packages set#
227 if ("sets".equals(arg)) {
264 System.out.println("Unable to request restore sets");
267 printRestoreSets(observer.sets);
275 private void printRestoreSets(RestoreSet[] sets) {
276 if (sets == null || sets.length == 0) {
277 System.out.println("No restore sets");
280 for (RestoreSet s : sets) {
287 RestoreSet[] sets = null field in class:Bmgr.RestoreObserver
387 RestoreSet[] sets = null; local
    [all...]
  /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];
  /bionic/libc/regex/
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/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);
  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 1484 UVector *sets = fPattern->fSets; local
1850 UnicodeSet **sets = fPattern->fStaticSets; local
    [all...]
  /external/icu4c/i18n/
rematch.cpp 2669 UVector *sets = fPattern->fSets; local
3109 UnicodeSet **sets = fPattern->fStaticSets; local
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
LocalDataSource.java 263 ArrayList<MediaSet> sets = feed.getMediaSets(); local
264 if (sets.size() > 0)
265 set = sets.get(0);
275 // not re-ordering media sets in the case of displaying a single image
  /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/chromium/third_party/icu/source/test/intltest/
usettest.cpp 815 errln("FAIL: couldn't construct test sets");
3583 UnicodeSet *sets[SET_COUNT]={ NULL }; local
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp 846 errln("FAIL: couldn't construct test sets");
3620 UnicodeSet *sets[SET_COUNT]={ NULL }; local
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 354 RestoreSet[] sets = null; local
357 sets = params.transport.getAvailableRestoreSets();
360 params.session.mRestoreSets = sets;
362 if (sets == null) EventLog.writeEvent(EventLogTags.RESTORE_TRANSPORT_FAILURE);
368 params.observer.restoreSetsAvailable(sets);
    [all...]

Completed in 247 milliseconds