HomeSort by relevance Sort by last modified time
    Searched refs:categories (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /external/webkit/PerformanceTests/SunSpider/
sunspider 130 my @categories = ();
144 push @categories, $category;
159 $prefix .= "var categories = [ " . join(", ", map { '"' . $_ . '"' } @categories) . " ];\n";
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 780 public final String[] categories; field in class:IntentFilterTest.MatchCondition
795 HashSet<String> categories = null; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 119 ArrayList<String> categories = new ArrayList<String>(); local
121 service_actions, categories);
289 categories.toArray(new String[categories.size()]),
378 * The values are added to the <code>actions</code> and <code>categories</code> lists.
383 * @param categories the list which will receive the category values.
387 ArrayList<String> serviceActions, ArrayList<String> categories) {
394 collectValues(mAndroidTarget.getPath(IAndroidTarget.CATEGORIES),
395 categories); local
  /bionic/libc/upstream-netbsd/libc/regex/
regex2.h 172 /* stuff for character categories */
196 size_t ncategories; /* how many character categories */
197 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 74 categories::CoreFoundationObjectiveC,
ObjCContainersASTChecker.cpp 147 OsName.str(), categories::CoreFoundationObjectiveC,
ObjCContainersChecker.cpp 37 categories::CoreFoundationObjectiveC));
ObjCMissingSuperCallChecker.cpp 215 BR.EmitBasicReport(MD, Name, categories::CoreFoundationObjectiveC,
DirectIvarAssignment.cpp 215 categories::CoreFoundationObjectiveC,
MallocOverflowSecurityChecker.cpp 217 BR.EmitBasicReport(D, "malloc() size overflow", categories::UnixAPI,
MallocSizeofChecker.cpp 240 categories::UnixAPI,
  /external/llvm/lib/Support/
regex2.h 120 /* stuff for character categories */
144 int ncategories; /* how many character categories */
145 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-compare-results.js 73 for (var i = 0; i < categories.length; i++) {
74 var category = categories[i];
108 for (var i = 0; i < categories.length; i++) {
109 var category = categories[i];
sunspider-analyze-results.js 51 for (var i = 0; i < categories.length; i++) {
52 var category = categories[i];
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 56 categories = set(['test/expectations']) variable in class:TestExpectationsChecker
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 120 /* stuff for character categories */
144 int ncategories; /* how many character categories */
145 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
  /external/mksh/
Android.mk 68 # check categories: shell:legacy-no int:32 android convfds no-histfile
  /frameworks/support/v4/java/android/support/v4/content/
LocalBroadcastManager.java 207 final Set<String> categories = intent.getCategories(); local
232 categories, "LocalBroadcastManager");
  /frameworks/base/core/java/android/content/
IntentFilter.java 40 * match against actions, categories, and data (either via its type, scheme,
50 * <em>action</em>, <em>data</em>, and <em>categories</em>. For each of these
124 * <p><strong>Categories</strong> match if <em>all</em> of the categories in
125 * the Intent match categories given in the filter. Extra categories in the
127 * that unlike the action, an IntentFilter with no categories
128 * will only match an Intent that does not have any categories.
230 * The filter didn't match because it required one or more categories
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_api.h 92 /* Supported categories */
192 ** categories: Supported categories.
204 char *p_provider_name, UINT16 categories, UINT32 sdp_handle);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 93 Map<String, Map<String, BufferedImage>> categories = local
102 for (Map<String, BufferedImage> previews : categories.values()) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 259 Set<String> categories = intent.getCategories(); local
260 assertTrue(categories.contains("category.name.1"));
261 assertTrue(categories.contains("category.name.2"));
  /external/mksh/src/
check.pl 128 # 'categories' of program that the test
181 -C c Specify the comma separated list of categories the program
226 # Categories of the program under test. Provide the current
228 %categories = (
266 die "$prog: categories can't be negated on the command line\n"
268 $categories{$c} = 1;
682 return 0 if ($test{'need-ctty'} && defined $categories{'regress:no-ctty'});
689 return 0 if (defined $categories{$c});
692 $ok = 1 if (defined $categories{$c});
    [all...]
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /prebuilts/devtools/tools/lib/
chimpchat.jar 

Completed in 2011 milliseconds

12 3 4 5 6