HomeSort by relevance Sort by last modified time
    Searched refs:categories (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/webkit/PerformanceTests/SunSpider/
make-hosted 45 my @categories = ();
58 push @categories, $category;
97 $prefix .= "var categories = [ " . join(", ", map { '"' . $_ . '"' } @categories) . " ];\n";
sunspider 130 my @categories = ();
144 push @categories, $category;
159 $prefix .= "var categories = [ " . join(", ", map { '"' . $_ . '"' } @categories) . " ];\n";
  /external/webkit/Source/WebCore/inspector/front-end/
AuditsPanel.js 120 _executeAudit: function(categories, resultCallback)
125 for (var i = 0; i < categories.length; ++i)
126 rulesRemaining += categories[i].ruleCount;
147 for (var i = 0; i < categories.length; ++i) {
148 var category = categories[i];
177 var categories = []; variable
179 categories.push(this.categoriesById[categoryIds[i]]);
181 function initiateAuditCallback(categories, launcherCallback)
183 this._executeAudit(categories, this._auditFinishedCallback.bind(this, launcherCallback));
187 initiateAuditCallback.call(this, categories, launcherCallback)
    [all...]
SummaryBar.js 30 WebInspector.SummaryBar = function(categories)
32 this.categories = categories;
72 for (var category in this.categories) {
77 var colorString = this.categories[category].color;
82 var legendLabel = this._makeLegendElement(this.categories[category].title, this.calculator.formatValue(size), colorString);
TimelinePanel.js 132 this._overviewPane = new WebInspector.TimelineOverviewPane(this.categories);
153 get categories()
175 recordStyles[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"), category: this.categories.scripting };
176 recordStyles[recordTypes.Layout] = { title: WebInspector.UIString("Layout"), category: this.categories.rendering };
177 recordStyles[recordTypes.RecalculateStyles] = { title: WebInspector.UIString("Recalculate Style"), category: this.categories.rendering };
178 recordStyles[recordTypes.Paint] = { title: WebInspector.UIString("Paint"), category: this.categories.rendering };
179 recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse"), category: this.categories.loading };
180 recordStyles[recordTypes.TimerInstall] = { title: WebInspector.UIString("Install Timer"), category: this.categories.scripting };
181 recordStyles[recordTypes.TimerRemove] = { title: WebInspector.UIString("Remove Timer"), category: this.categories.scripting };
182 recordStyles[recordTypes.TimerFire] = { title: WebInspector.UIString("Timer Fired"), category: this.categories.scripting }
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
common.py 27 # categories is tested, for example by checking that all of its
31 categories = set([ variable
test_expectations.py 56 categories = set(['test/expectations']) variable in class:TestExpectationsChecker
  /sdk/chimpchat/src/com/android/chimpchat/core/
IChimpDevice.java 162 * @param categories the category names for the Intent
169 Collection<String> categories, Map<String, Object> extras, @Nullable String component,
179 * @param categories the category names for the Intent
186 Collection<String> categories, Map<String, Object> extras, @Nullable String component,
  /frameworks/base/services/java/com/android/server/
IntentResolver.java 210 FastImmutableArraySet<String> categories = getFastIntentCategories(intent); local
214 buildResolveList(intent, categories, debug, defaultOnly,
290 FastImmutableArraySet<String> categories = getFastIntentCategories(intent); local
292 buildResolveList(intent, categories, debug, defaultOnly,
296 buildResolveList(intent, categories, debug, defaultOnly,
300 buildResolveList(intent, categories, debug, defaultOnly,
304 buildResolveList(intent, categories, debug, defaultOnly,
498 final Set<String> categories = intent.getCategories(); local
499 if (categories == null) {
502 return new FastImmutableArraySet<String>(categories.toArray(new String[categories.size()]))
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
checker.py 37 from checkers.common import categories as CommonCategories
58 # FIXME: For style categories we will never want to have, remove them.
59 # For categories for which we want to have similar functionality,
69 # any user-specified filter rules. Since by default all categories are
93 # List Python pep8 categories last.
282 """Return the set of all categories used by check-webkit-style."""
284 categories = CommonCategories.union(CppChecker.categories)
285 categories = categories.union(TestExpectationsChecker.categories
    [all...]
  /frameworks/base/cmds/service/
service.cpp 158 char* categories[16]; local
192 else if (strcmp(key, "categories") == 0)
196 categories[categoryCount] = strtok_r(value, ",", &context2);
198 while (categories[categoryCount] != NULL)
201 categories[categoryCount] = strtok_r(NULL, ",", &context2);
219 writeString16(data, categories[i]);
269 // " action=STR data=STR type=STR launchFlags=INT component=STR categories=STR[,STR,...]\n";
  /development/scripts/
combine_sdks.sh 75 for i in widgets categories broadcast_actions service_actions; do
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
ViewNode.java 106 public Set<String> categories = new TreeSet<String>(); field in class:ViewNode
246 categories.add(name.substring(0, index));
249 if (categories.size() != 0) {
250 categories.add(MISCELLANIOUS);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PropertyViewer.java 86 if (mSelectedNode.viewNode.categories.size() == 0) {
123 if (mSelectedNode.viewNode.categories.size() == 0) {
127 return mSelectedNode.viewNode.categories
128 .toArray(new String[mSelectedNode.viewNode.categories.size()]);
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java 384 Collection<String> categories, Map<String, Object> extras, String component,
386 List<String> intentArgs = buildIntentArgString(uri, action, data, mimetype, categories,
394 Collection<String> categories, Map<String, Object> extras, String component,
396 List<String> intentArgs = buildIntentArgString(uri, action, data, mimetype, categories,
407 Collection<String> categories, Map<String, Object> extras, String component,
437 // Handle categories
438 for (String category : categories) {
  /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);
287 categories.toArray(new String[categories.size()]),
374 * The values are added to the <code>actions</code> and <code>categories</code> lists.
379 * @param categories the list which will receive the category values.
383 ArrayList<String> serviceActions, ArrayList<String> categories) {
390 collectValues(mAndroidTarget.getPath(IAndroidTarget.CATEGORIES),
391 categories); local
  /bionic/libc/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/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];
  /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
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyDevice.java 260 args = { "uri", "action", "data", "mimetype", "categories", "extras",
282 Collection<String> categories = Collections2.transform(JythonUtils.getList(ap, 4), local
288 impl.startActivity(uri, action, data, mimetype, categories, extras, component, flags);
292 args = { "uri", "action", "data", "mimetype", "categories", "extras",
314 Collection<String> categories = Collections2.transform(JythonUtils.getList(ap, 4), local
320 impl.broadcastIntent(uri, action, data, mimetype, categories, extras, component, flags);
  /frameworks/support/v4/java/android/support/v4/content/
LocalBroadcastManager.java 207 final Set<String> categories = intent.getCategories(); local
232 categories, "LocalBroadcastManager");
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 1077 public final String[] categories; field in class:IntentFilterTest.MatchCondition
1092 HashSet<String> categories = null; local
    [all...]
  /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
123 * <p><strong>Categories</strong> match if <em>all</em> of the categories in
124 * the Intent match categories given in the filter. Extra categories in the
126 * that unlike the action, an IntentFilter with no categories
127 * will only match an Intent that does not have any categories.
229 * The filter didn't match because it required one or more categories
    [all...]

Completed in 763 milliseconds

1 2 3