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

1 2 3 4 5

  /bionic/libc/regex/
regfree.c 64 if (g->sets != NULL)
65 free((char *)g->sets);
  /external/llvm/lib/Support/
regfree.c 65 if (g->sets != NULL)
66 free((char *)g->sets);
  /external/qemu-pc-bios/bochs/bios/
notes 24 * drive sets the busy bit in Status Reg to 1
26 > drive sets the aborted-command bit in the Error register and
28 > Drive also sets the busy bit in the Status register to 0.
34 transferred, the drive sets the data-request bit to 1, sets
37 the data, the drive sets the data-request bit and the busy bit to 0.
39 the first sector of data, the drive sets the data-request bit to 0,
41 transferred, the drive sets the data-request bit to 1, the busy bit to 0,
43 the drive sets the data-request bit and busy bit to 0.
  /ndk/sources/host-tools/ndk-stack/regex/
regfree.c 66 if (g->sets != NULL)
67 free((char *)g->sets);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterSource.java 44 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); local
47 return new FilterSet(path, dataManager, sets[0], mediaType);
ClusterSource.java 64 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); local
71 return new ClusterAlbumSet(path, mApplication, sets[0], matchType);
MediaSet.java 176 // media sets), in an efficient order. ItemConsumer.consumer() will be
260 protected Future<Integer> requestSyncOnMultipleSets(MediaSet[] sets, SyncListener listener) {
261 return new MultiSetSyncFuture(sets, listener);
275 MultiSetSyncFuture(MediaSet[] sets, SyncListener listener) {
277 mPendingCount = sets.length;
278 mFutures = new Future[sets.length];
281 for (int i = 0, n = sets.length; i < n; ++i) {
282 mFutures[i] = sets[i].requestSync(this);
283 Log.d(TAG, " request sync: " + Utils.maskDebugInfo(sets[i].getName()));
  /external/valgrind/main/cachegrind/
cg_sim.c 45 Int sets; member in struct:__anon12272
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++)
141 /* Nb: this is a fast way of doing ((set1+1) % L.sets) */ \
142 } else if (((set1 + 1) & (L.sets-1)) == set2) { \
185 VG_(printf)("addr: %lx size: %u sets: %d %d", a, size, set1, set2);\
186 VG_(tool_panic)("item straddles more than two cache sets"); \
    [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);
  /external/clang/utils/
token-delta.py 49 """split(set) -> [sets]
63 def delta(self, c, sets):
64 # assert(reduce(set.union, sets, set()) == c)
67 if len(sets) <= 1:
71 res = self.search(c, sets)
75 # Otherwise, partition sets if possible; if not we are done.
76 refined = sum(map(list, map(self.split, sets)), [])
77 if len(refined) == len(sets):
82 def search(self, c, sets):
83 for i,S in enumerate(sets)
    [all...]
  /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
123 // Recurse into sub media sets.
126 String[] sets = Path.splitSequence(segments[i]); local
127 for (int j = 0; j < sets.length; j++) {
128 Path sub = Path.fromString(sets[j]);
247 String[] sets = Path.splitSequence(segments[i]); local
248 for (int j = 0; j < sets.length; j++) {
252 sb.append(removeOneClusterFromPath(sets[j], done));
282 String[] sets = Path.splitSequence(segments[i]) local
    [all...]
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 206 String arg = nextArg(); // sets, transports, packages set#
220 if ("sets".equals(arg)) {
257 System.out.println("Unable to request restore sets");
260 printRestoreSets(observer.sets);
268 private void printRestoreSets(RestoreSet[] sets) {
269 if (sets == null || sets.length == 0) {
270 System.out.println("No restore sets");
273 for (RestoreSet s : sets) {
280 RestoreSet[] sets = null field in class:Bmgr.RestoreObserver
384 RestoreSet[] sets = null; local
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
keywords.py 33 from sets import Set as set
gmock_class.py 43 import sets namespace
44 set = sets.Set
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 66 SetCollection sets; local
71 sets.push_back(set);
75 std::for_each(sets.begin(), sets.end(), CountArangeDescriptors(count));
80 std::for_each(sets.begin(), sets.end(), range_adder);
  /external/valgrind/main/callgrind/
threads.c 113 t->lastdump_cost = CLG_(get_eventset_cost)( CLG_(sets).full );
114 t->sighandler_cost = CLG_(get_eventset_cost)( CLG_(sets).full );
115 CLG_(init_cost)( CLG_(sets).full, t->lastdump_cost );
116 CLG_(init_cost)( CLG_(sets).full, t->sighandler_cost );
213 CLG_(zero_cost)( CLG_(sets).full, es->cost );
282 CLG_(add_and_zero_cost)( CLG_(sets).full,
332 es->cost = CLG_(get_eventset_cost)(CLG_(sets).full);
333 CLG_(zero_cost)( CLG_(sets).full, es->cost );
426 CLG_(print_cost)(-9, CLG_(sets).full, es->cost);
453 CLG_(print_cost)(-9, CLG_(sets).full, es->cost)
    [all...]
dump.c 511 c->cost = CLG_(get_eventset_cost)( CLG_(sets).full );
512 CLG_(init_cost)( CLG_(sets).full, c->cost );
636 CLG_(print_cost)(-5, CLG_(sets).full, c->cost);
645 CLG_(add_and_zero_cost)( CLG_(sets).full, dump_total_cost, c->cost );
671 CLG_ASSERT(CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost));
747 if (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)) {
757 CLG_(init_cost)( CLG_(sets).full, jcc->cost );
815 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) {
836 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost )))
840 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost ))
    [all...]
  /external/chromium/testing/gmock/scripts/
fuse_gmock_files.py 66 import sets namespace
123 processed_files = sets.Set() # Holds all gmock headers we've processed.
162 processed_files = sets.Set()
  /external/chromium/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/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/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.
  /external/llvm/tools/llvm-config/
llvm-config.in.in 257 # group (due to cyclic dependencies). Sets are represented as a Perl array
259 my @SETS;
262 my %LIB_TO_SET_MAP; # Maps internal library names to their sets.
263 my %SET_DEPS; # Maps sets to a list of libraries they depend on.
277 # Expand the library sets into libraries.
296 push @SETS, $set;
307 foreach my $set (@SETS) {
393 # Given a list of internal library names, return all sets of libraries which
417 # Print a list of sets, with a label. Used for debugging.
419 my ($label, @sets) = @_
    [all...]

Completed in 746 milliseconds

1 2 3 4 5