HomeSort by relevance Sort by last modified time
    Searched defs:sets (Results 26 - 50 of 72) sorted by null

12 3

  /external/chromium/testing/gtest/test/
gtest_filter_unittest.py 47 import sets namespace
170 """Sets the env variable to 'value'; unsets it when 'value' is None."""
231 """Asserts that two sets are equal."""
246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
347 """Sets up test case.
350 sets the flags accordingly.
  /external/chromium_org/testing/gtest/test/
gtest_filter_unittest.py 47 import sets namespace
170 """Sets the env variable to 'value'; unsets it when 'value' is None."""
231 """Asserts that two sets are equal."""
246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
347 """Sets up test case.
350 sets the flags accordingly.
  /external/gtest/test/
gtest_filter_unittest.py 47 import sets namespace
170 """Sets the env variable to 'value'; unsets it when 'value' is None."""
231 """Asserts that two sets are equal."""
246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
347 """Sets up test case.
350 sets the 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.
  /ndk/sources/third_party/googletest/googletest/test/
gtest_filter_unittest.py 47 import sets namespace
170 """Sets the env variable to 'value'; unsets it when 'value' is None."""
231 """Asserts that two sets are equal."""
246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
347 """Sets up test case.
350 sets the flags accordingly.
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 30 // A clustered album (not including album set) and its base sets are fixed.
35 // This set and all sets inside base_set (recursively) are fixed because
124 // Recurse into sub media sets.
127 String[] sets = Path.splitSequence(segments[i]); local
128 for (int j = 0; j < sets.length; j++) {
129 Path sub = Path.fromString(sets[j]);
243 String[] sets = Path.splitSequence(segments[i]); local
244 for (int j = 0; j < sets.length; j++) {
248 sb.append(removeOneClusterFromPath(sets[j], done));
  /bionic/libc/upstream-netbsd/libc/regex/
regex2.h 146 * Structure for [] character-set representation. Character sets are
150 * simplifies testing whether two sets could be identical.
184 cset *sets; /* -> cset [ncsets] */ member in struct:re_guts
  /external/llvm/lib/Support/
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/smack/src/org/xbill/DNS/
Zone.java 44 RRset [] sets = allRRsets(originNode); local
45 current = new RRset[sets.length];
46 for (int i = 0, j = 2; i < sets.length; i++) {
47 int type = sets[i].getType();
49 current[0] = sets[i];
51 current[1] = sets[i];
53 current[j++] = sets[i];
78 RRset [] sets = allRRsets(entry.getValue()); local
79 if (sets.length == 0)
81 current = sets;
372 RRset [] sets = allRRsets(types); local
523 RRset [] sets = allRRsets(node); 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
390 RestoreSet[] sets = null; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 253 final int[][] sets = mStateListState.mStateSets; local
254 final int count = sets.length;
257 final int[] set = sets[i];
  /ndk/sources/host-tools/ndk-stack/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/eigen/Eigen/src/Core/util/
Memory.h 779 int sets = (abcd[2]); // C[31:0] local
781 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1);
    [all...]
  /external/libppp/src/
physical.c 856 int sets; local
858 sets = 0;
863 sets++;
868 sets++;
873 sets++;
875 if (sets && *n < p->fd + 1)
879 return sets;
888 int sets; local
890 sets = 0;
895 sets++
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 39 // DataManager manages all media sets and media items in the system.
205 MediaSet[] sets = new MediaSet[n]; local
207 sets[i] = getMediaSet(seq[i]);
209 return sets;
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 2752 UVector *sets = fPattern->fSets; local
3192 UnicodeSet **sets = fPattern->fStaticSets; local
    [all...]
  /external/icu4c/i18n/
rematch.cpp 2799 UVector *sets = fPattern->fSets; local
3171 UnicodeSet **sets = fPattern->fStaticSets; local
    [all...]
  /external/valgrind/main/callgrind/
sim.c 74 int sets; member in struct:__anon29496
119 /* The offsets are only correct because all per-instruction event sets get
158 for (i = 0; i < c->sets * c->assoc; i++)
161 for (i = 0; i < c->sets * c->assoc; i++) {
183 c->sets = (c->size / c->line_size) / c->assoc;
184 c->sets_min_1 = c->sets - 1;
186 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets);
204 sizeof(UWord) * c->sets * c->assoc);
219 for (i = 0, set = 0; set < c->sets; set++) {
288 /* Nb: this is a fast way of doing ((set1+1) % c->sets) */
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp 846 errln("FAIL: couldn't construct test sets");
3631 UnicodeSet *sets[SET_COUNT]={ NULL }; local
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp 846 errln("FAIL: couldn't construct test sets");
3613 UnicodeSet *sets[SET_COUNT]={ NULL }; local
    [all...]
  /external/elfutils/src/
readelf.c 5955 struct register_info *sets[maxreg + 1]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 671 RestoreSet[] sets = null; local
674 sets = params.transport.getAvailableRestoreSets();
677 params.session.mRestoreSets = sets;
679 if (sets == null) EventLog.writeEvent(EventLogTags.RESTORE_TRANSPORT_FAILURE);
685 params.observer.restoreSetsAvailable(sets);
    [all...]

Completed in 2511 milliseconds

12 3