/external/chromium_org/content/test/data/accessibility/ |
ul-expected-android.txt | 2 android.widget.ListView collection hierarchical item_count=3 row_count=3
|
/external/chromium_org/third_party/devscripts/ |
README.chromium | 8 This directory contains selected tools from the Debian's devscripts collection.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
profiledata.h | 108 // If data collection is not already enabled start to collect data 112 // Returns true if data collection could be started, otherwise (if an 113 // error occurred or if data collection was already enabled) returns 117 // If data collection is enabled, stop data collection and write the 121 // Stop data collection without writing anything else to disk, and 125 // If data collection is enabled, record a sample with 'depth' 134 // If data collection is enabled, write the data to disk (and leave 138 // Is data collection currently enabled?
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
profiledata.h | 108 // If data collection is not already enabled start to collect data 112 // Returns true if data collection could be started, otherwise (if an 113 // error occurred or if data collection was already enabled) returns 117 // If data collection is enabled, stop data collection and write the 121 // Stop data collection without writing anything else to disk, and 125 // If data collection is enabled, record a sample with 'depth' 134 // If data collection is enabled, write the data to disk (and leave 138 // Is data collection currently enabled?
|
/external/chromium_org/tools/perf/page_sets/ |
tough_animation_cases.json | 2 "description": "A collection of animation performance tests",
|
tough_scrolling_cases.json | 2 "description": "A collection of difficult scrolling tests",
|
/external/clang/test/CodeGen/ |
union-init.c | 17 int threshold; /* collection threshold */
|
/external/clang/test/SemaObjCXX/ |
literals.mm | 91 toInt // expected-error{{collection element of type 'ConvertibleTo<int>' is not an Objective-C object}} 93 id array2 = @[ toArrayExplicit ]; // expected-error{{collection element of type 'ExplicitlyConvertibleTo<NSArray *>' is not an Objective-C object}} 97 makeConvertible<id>, // expected-error{{collection element of type 'ConvertibleTo<id> ()' is not an Objective-C object}} 108 id arr = @[ @17, t ]; // expected-error{{collection element of type 'int' is not an Objective-C object}} 119 @17 : t, // expected-error{{collection element of type 'int' is not an Objective-C object}} 120 u : @42 // expected-error{{collection element of type 'int' is not an Objective-C object}} 140 id arr1 = @[ args... ]; // expected-error{{collection element of type 'int' is not an Objective-C object}} 161 t : key_values.second ..., // expected-error{{collection element of type 'int' is not an Objective-C object}} 162 key_values.first : key_values.second ..., // expected-error{{collection element of type 'float' is not an Objective-C object}}
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
OneSizeGenerator.java | 23 import java.util.Collection; 27 * Generator for collection of a particular size. 66 Collection<E> elements = getSampleElements( 72 public Collection<E> getSampleElements(int howMany) {
|
QueueTestSuiteBuilder.java | 46 * Specify whether to skip the general collection tests. Call this method when 47 * testing a collection that's both a queue and a list, to avoid running the 48 * common collection tests twice. By default, collection tests do run.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
ListRetainAllTester.java | 43 collection = getSubjectGenerator().create(array); 45 collection.retainAll(MinimalCollection.of(createSamplesArray()))); 55 collection = getSubjectGenerator().create(array); 57 collection.retainAll(MinimalCollection.of(samples.e2)));
|
/external/guava/guava-tests/test/com/google/common/collect/ |
SubMapMultimapAsMapImplementsMapTest.java | 22 import java.util.Collection; 49 @Override protected Map<String, Collection<Integer>> makeEmptyMap() { 53 @Override protected Map<String, Collection<Integer>> makePopulatedMap() { 66 @Override protected Collection<Integer> getValueNotInPopulatedMap() {
|
/external/junit/src/org/junit/rules/ |
RunRules.java | 7 * Runs a collection of rules on a statement.
|
/external/llvm/test/CodeGen/X86/ |
objc-gc-module-flags.ll | 13 !3 = metadata !{i32 1, metadata !"Objective-C Garbage Collection", i32 2}
|
/external/smack/src/org/jivesoftware/smack/ |
RosterListener.java | 25 import java.util.Collection; 41 public void entriesAdded(Collection<String> addresses); 48 public void entriesUpdated(Collection<String> addresses); 55 public void entriesDeleted(Collection<String> addresses);
|
/frameworks/base/core/java/android/hardware/input/ |
KeyboardLayout.java | 43 public KeyboardLayout(String descriptor, String label, String collection) { 46 mCollection = collection; 75 * Gets the name of the collection to which the keyboard layout belongs. This is 77 * @return The keyboard layout collection name.
|
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/ |
AppCompatibility.java | 33 import java.util.Collection; 100 Collection<ProcessErrorStateInfo> err = launchActivity(packageName); 113 * Gets the first error in collection and return the long message for it. 115 * @param in {@link Collection} of {@link ProcessErrorStateInfo} to parse. 118 private String getFirstError(Collection<ProcessErrorStateInfo> in) { 134 * @return {@link Collection} of {@link ProcessErrorStateInfo} detected 137 private Collection<ProcessErrorStateInfo> launchActivity(String packageName) { 157 final Collection<ProcessErrorStateInfo> preErr = 180 final Collection<ProcessErrorStateInfo> postErr =
|
/libcore/luni/src/test/java/tests/api/java/util/ |
ConcurrentModificationExceptionTest.java | 20 import java.util.Collection; 29 Collection col; 33 public CollectionModifier(Collection c) { 55 Collection myCollection = new LinkedList();
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
gcsec1.cpp | 2 /* AIX gld supports garbage collection. But AIX gcc does not support
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
gcsec1.cpp | 2 /* AIX gld supports garbage collection. But AIX gcc does not support
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
ImportTask.java | 28 import java.util.Collection; 37 void onImportFinish(Collection<MtpObjectInfo> objectsNotImported, int visitedCount); 44 private Collection<MtpObjectInfo> mObjectsToImport; 48 public ImportTask(MtpDevice device, Collection<MtpObjectInfo> objectsToImport,
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
FolderList.java | 8 import java.util.Collection; 24 private FolderList(Collection<Folder> in) { 56 * list-copy overhead of {@link #copyOf(Collection)} + {@link #toBlob()}. 82 public static FolderList copyOf(Collection<Folder> in) {
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
AlbumSettings.java | 20 import java.util.Collection; 58 public boolean areAllEnabled(Collection<String> validAlbums) { 85 public void enableAllAlbums(Collection<String> validAlbums) { 93 public void pruneObsoleteSettings(Collection<String> validAlbums) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
CyclicDependencyValidator.java | 25 import java.util.Collection; 29 private final Collection<String> mInvalidIds; 31 private CyclicDependencyValidator(Collection<String> invalid) { 61 final Collection<String> invalid =
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
StyleEngine.cpp | 174 const StyleSheetCollection* collection = it->get(); local 175 activeAuthorStyleSheets.append(&collection->activeAuthorStyleSheets()); 303 StyleSheetCollection* collection = ensureStyleSheetCollectionFor(treeScope); local 304 ASSERT(collection); 305 collection->addStyleSheetCandidateNode(node, createdByParser); 317 StyleSheetCollection* collection = styleSheetCollectionFor(treeScope); local 318 ASSERT(collection); 319 collection->removeStyleSheetCandidateNode(node, scopingNode); 345 ShadowTreeStyleSheetCollection* collection = static_cast<ShadowTreeStyleSheetCollection*>(styleSheetCollectionFor(treeScope)); local 346 ASSERT(collection); 403 ShadowTreeStyleSheetCollection* collection = static_cast<ShadowTreeStyleSheetCollection*>(styleSheetCollectionFor(*treeScope)); local [all...] |