HomeSort by relevance Sort by last modified time
    Searched refs:set10 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Misc/
diag-template-diffing.cpp 281 void set10(class_types<int, int>) {} function
283 set10(class_types<int>());
284 set10(class_types<int, int, int>());
287 // CHECK-ELIDE-NOTREE: no matching function for call to 'set10'
289 // CHECK-ELIDE-NOTREE: no matching function for call to 'set10'
291 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set10'
293 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set10'
295 // CHECK-ELIDE-TREE: no matching function for call to 'set10'
300 // CHECK-ELIDE-TREE: no matching function for call to 'set10'
305 // CHECK-NOELIDE-TREE: no matching function for call to 'set10'
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
MediaSetTest.java 39 MockSet set10 = new MockSet(Path.fromString("/mock/10"), dataManager, 2, 4000); local
48 set1.addMediaSet(set10);

Completed in 52 milliseconds