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

1 23 4 5 6

  /external/chromium/chrome/browser/resources/
bug_report.js 95 // Note, categories are based from 1 in our protocol buffers, so no
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 269 // Visit all categories in case the invalidation method is declared in
548 categories::CoreFoundationObjectiveC, os.str(),
565 categories::CoreFoundationObjectiveC, os.str(),
ObjCSelfInitChecker.cpp 87 categories::CoreFoundationObjectiveC) {}
UnixAPIChecker.cpp 71 BT.reset(new BugType(name, categories::UnixAPI));
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineOverviewPane.js 31 WebInspector.TimelineOverviewPane = function(categories)
33 this._categories = categories;
audits.css 104 .audit-launcher-view div.audit-categories-container {
HeapSnapshotView.js 45 this.categories = {
53 this.countsSummaryBar = new WebInspector.SummaryBar(this.categories);
62 this.sizesSummaryBar = new WebInspector.SummaryBar(this.categories);
    [all...]
  /external/checkpolicy/
policy_parse.y 253 opt_categories : categories
256 categories : category_def label
257 | categories category_def
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 297 Set<String> categories = intent.getCategories(); local
298 if (categories != null) {
299 for (String cat : categories) {
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 266 final List<String> categories = selector.getControlCategories(); local
267 final int count = categories.size();
269 String category = categories.get(i);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 633 // Not filtering: show all categories
636 // Filtering: only include categories that contain matches
644 List<Category> categories = new ArrayList<Category>(mCategoryToIssues.size()); local
647 categories.add(category);
650 mElements = categories.toArray();
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 127 private static final String EXTENDED_PROPERTY_CATEGORIES = "categories";
595 String categories = categoriesParser(ops); local
596 if (categories.length() > 0) {
597 ops.newExtendedProperty(EXTENDED_PROPERTY_CATEGORIES, categories);
1003 StringBuilder categories = new StringBuilder(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /external/llvm/lib/Support/
regcomp.c 216 g->categories = &g->catspace[-(CHAR_MIN)];
936 cat_t *cap = p->g->categories;
1283 - categorize - sort out character categories
1288 cat_t *cats = g->categories;
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 208 g->categories = &g->catspace[-(CHAR_MIN)];
900 cat_t *cap = p->g->categories;
1247 - categorize - sort out character categories
1252 cat_t *cats = g->categories;
    [all...]
  /development/build/
sdk.atree 126 docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt
  /external/doclava/src/com/google/doclava/
Doclava.java 1403 ArrayList<String> categories = new ArrayList<String>(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 87 * categories
92 * List of categories (which contain views); constructed lazily so use
112 List<CategoryData> categories = getCategories(); local
113 for (CategoryData category : categories) {
201 /** Returns an ordered list of categories and views, parsed from a metadata file */
317 * @param createCategories if true, organize the items into categories
456 // Implements Comparable<CategoryData> such that categories can be naturally sorted
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 299 g->categories = &g->catspace[-(CHAR_MIN)];
1081 cap = p->g->categories;
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 1618 UINT16 categories = 0; local
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
lint.jar 
  /external/chromium-trace/
script.js     [all...]

Completed in 1001 milliseconds

1 23 4 5 6