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

1 2 3 4

  /external/eigen/bench/
check_cache_queries.cpp 68 int sets = (abcd[2]); // C[31:0] local
69 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1);
76 cout << "cache[" << cache_id << "].sets = " << sets << "\n"; local
  /external/chromium_org/testing/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/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()
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterSource.java 64 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); local
71 return new ClusterAlbumSet(path, mApplication, sets[0], matchType);
FilterSource.java 68 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); local
69 return new FilterTypeSet(path, dataManager, sets[0], mediaType);
73 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); local
74 return new FilterDeleteSet(path, sets[0]);
78 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); local
79 return new FilterEmptyPromptSet(path, sets[0], mEmptyItem);
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /external/valgrind/main/cachegrind/
cg_sim.c 45 Int sets; member in struct:__anon36975
62 c->sets = (c->size / c->line_size) / c->assoc;
63 c->sets_min_1 = c->sets - 1;
65 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets);
76 sizeof(UWord) * c->sets * c->assoc);
78 for (i = 0; i < c->sets * c->assoc; i++)
136 * tag = block >> log2(#sets)
160 VG_(tool_panic)("item straddles more than two cache sets");
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 25 unsigned short sets; member in struct:cache_desc
  /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.
  /external/valgrind/main/coregrind/
m_cache.c 298 UInt sets = *(UInt *)&info[8] + 1; local
300 UInt size = assoc * parts * line_size * sets / 1024;
  /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/lib/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

Completed in 934 milliseconds

1 2 3 4