HomeSort by relevance Sort by last modified time
    Searched full:categories (Results 526 - 550 of 1300) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePanel.js 183 var categories = WebInspector.TimelineUIUtils.categories();
184 style.textContent = Object.values(categories).map(WebInspector.TimelineUIUtils.createStyleRuleForCategory).join("\n");
432 var categories = WebInspector.TimelineUIUtils.categories(); variable
433 for (var categoryName in categories) {
434 var category = categories[categoryName];
461 var categories = WebInspector.TimelineUIUtils.categories();
462 categories[name].hidden = !this._filters._categoryFiltersUI[name].checked()
    [all...]
  /frameworks/base/docs/html/tools/help/
MonkeyDevice.jd 87 <em>iterable</em> categories
287 <em>iterable</em> categories
462 <em>iterable</em> categories
509 <th>categories</th>
511 An iterable data structure containing strings that define categories for this
945 <em>iterable</em> categories
990 <th>categories</th>
992 An iterable data structure containing strings that define categories for the
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 235 /** Token used in preference string to record categories being turned off */
244 /** Use categories instead of a single large list of views? */
246 /** Auto-close the previous category when new categories are opened */
404 // We auto-expand all categories when showing icons-only. When returning to some
405 // other mode we don't want to retain all categories open.
463 // Set the categories to expand the first item if
466 // (3) the set of categories have changed so our previously selected category
467 // doesn't exist anymore (can happen when you toggle "Show Categories")
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 97 /// method was found in the class, its protocols, its super classes or categories.
98 /// It also returns 'true' if one of its categories has declared a 'readwrite' property.
113 // Also look into categories, including class extensions, looking
121 // Also search through the categories looking for a 'readwrite' declaration
123 // (properties declared in categories will not get auto-synthesized).
209 // Look through categories (but not extensions).
541 /// the class, its categories, and its super classes (using a linear search).
569 // Didn't find one yet - now look through categories.
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py 275 Categories are divided into four classes numbered 0 through 3. The
808 self.categories = [{}, {}, {}, {}]
857 self.categories[cat_type][key] = [cat_name, cat_number]
966 """Iterate over categories.
968 Iterate over all known categories in the order specified by
975 keys = self.categories[cat_type].keys()
979 list.append(self.categories[cat_type][key])
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 275 Categories are divided into four classes numbered 0 through 3. The
808 self.categories = [{}, {}, {}, {}]
857 self.categories[cat_type][key] = [cat_name, cat_number]
966 """Iterate over categories.
968 Iterate over all known categories in the order specified by
975 keys = self.categories[cat_type].keys()
979 list.append(self.categories[cat_type][key])
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 171 final Set<String> categories = intent.getCategories(); local
173 && categories != null
174 && categories.size() == 1
175 && categories.contains(Intent.CATEGORY_HOME)) {
538 Set<String> categories = intent.getCategories(); local
539 if (categories != null) {
540 for (String cat : categories) {
    [all...]
  /external/mksh/src/
check.pl 129 # 'categories' of program that the test
184 -C c Specify the comma separated list of categories the program
230 # Categories of the program under test. Provide the current
232 %categories = (
265 die "$prog: categories can't be negated on the command line\n"
267 $categories{$c} = 1;
690 return 0 if ($test{'need-ctty'} && defined $categories{'regress:no-ctty'});
697 return 0 if (defined $categories{$c});
700 $ok = 1 if (defined $categories{$c});
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java 80 private static final String EXTENDED_PROPERTY_CATEGORIES = "categories";
525 String categories = categoriesParser(); local
526 if (categories.length() > 0) {
527 ops.newExtendedProperty(EXTENDED_PROPERTY_CATEGORIES, categories);
946 StringBuilder categories = new StringBuilder(); local
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc 434 const char* categories; member in struct:shell_integration_linux::__anon9240
478 // Test adding categories and NoDisplay=true.
493 "Categories=Graphics;Education;\n"
571 test_cases[i].categories,
589 "Categories=Network;WebBrowser;\n"
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 278 // List of entry categories.
279 const ScopedVector<Category>& categories() const { return categories_; } function in class:google_apis::CommonMetadata
288 void set_categories(ScopedVector<Category> categories) {
289 categories_ = categories.Pass();
524 // Converts categories.term into DriveEntryKind enum.
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 74 categories::LogicError,
127 categories::LogicError,
158 categories::LogicError,
246 categories::LogicError, Message, ELoc);
268 categories::LogicError,
  /frameworks/base/core/java/android/os/
Environment.java 423 * of directories to categories a particular audio file as more than one
435 * of directories to categories a particular audio file as more than one
447 * of directories to categories a particular audio file as more than one
459 * of directories to categories a particular audio file as more than one
471 * of directories to categories a particular audio file as more than one
    [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();
  /external/chromium_org/third_party/icu/source/common/unicode/
uchar.h 111 * most of general categories "Z" (separators) + most whitespace ISO controls
502 a multi-bit mask is used for sets of categories like "Letters".
662 * There are also some U_GC_Y_MASK constants for groups of general categories
663 * like L for all letter categories.
    [all...]
  /external/chromium_org/base/debug/
trace_event_memory.cc 60 // Stack of categories and names.
112 // Returns a "pseudo-stack" of pointers to trace event categories and names.
382 // static strings from trace event categories
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
ShortNumberInfo.java 55 /** Cost categories of short numbers. */
195 // The cost categories are tested in order of decreasing expense, since if for some reason the
343 // categories.
  /external/lldb/source/API/
SBTypeCategory.cpp 39 DataVisualization::Categories::GetCategory(ConstString(name), m_opaque_sp);
71 DataVisualization::Categories::Enable(m_opaque_sp);
73 DataVisualization::Categories::Disable(m_opaque_sp);
  /external/owasp/sanitizer/tools/findbugs/doc/
AddingDetectors.txt 93 3. "category" can be one of categories defined in the core plugin's messages.xml:
153 <BugCategory> elements optionally describe any categories you
155 you are using only the categories defined by the core plugin.
demo.html 116 you might want to look at some of the other categories.
118 In other categories,
177 </p><h2>Bug categories</h2>
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 258 Set<String> categories = intent.getCategories(); local
259 assertTrue(categories.contains("category.name.1"));
260 assertTrue(categories.contains("category.name.2"));
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaControlIntent.java 26 * This class declares a set of standard media control intent categories and actions that
30 * <h3>Media control intent categories</h3>
32 * Media control intent categories specify means by which applications can
33 * send media to the destination of a media route. Categories are sometimes referred
41 * for a route to support multiple categories of requests at the same time, such as
44 * The following standard route categories are defined.
58 * Media route providers may define custom media control intent categories of their own in
59 * addition to the standard ones. Custom categories can be used to provide a variety
65 * Applications can determine which categories a route supports by using the
70 * categories and are used to filter routes in several parts of the media router API
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 208 NodeList categories = mDocument.getElementsByTagName(TAG_CATEGORY); local
209 if (categories.getLength() > 0) {
210 Element element = (Element) categories.item(0);

Completed in 834 milliseconds

<<21222324252627282930>>