/packages/apps/UnifiedEmail/src/com/android/mail/analytics/ |
Analytics.java | 83 public void sendEvent(String category, String action, String label, long value) {} 86 public void sendMenuItemEvent(String category, int itemResId, String label, long value) {}
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
EffectType.java | 36 * Gets effects for the specified category, either image or video. 39 * @param category The category 41 * @return The array of effects of the specified category 43 public static EffectType[] getEffects(Context context, int category) { 46 switch (category) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_configuration.py | 74 for category, specifier in test_configuration.items(): 75 self.add_specifier(category, specifier) 79 def add_specifier(self, category, specifier): 80 self._specifier_to_category[specifier] = category 90 def category_priority(cls, category): 91 return TestConfiguration.category_order().index(category) 122 for category, specifier in configuration.items(): 124 self._specifier_sorter.add_specifier(category, specifier) 125 self._collapsing_sets_by_category.setdefault(category, set()).add(specifier) 128 if category == cat2 [all...] |
/external/icu4c/common/ |
rbbi.cpp | 991 uint16_t category = 0; local 1208 uint16_t category = 0; local 1662 uint16_t category; local [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
trace_event_importer_unittest.py | 49 self.assertEqual('foo', slice_event.category) 56 self.assertEqual('bar', slice_event.category) 97 self.assertEqual('foo', slice_event.category) 118 self.assertEqual('foo', slice_a.category) 123 self.assertEqual('bar', slice_b.category) 144 self.assertEqual('foo', slice_event.category) 160 self.assertEqual('foo', slice_event.category) 210 self.assertEqual('foo', slice_event.category) 217 self.assertEqual('bar', slice2.category) 275 self.assertEqual('foo', slice_event.category) [all...] |
/external/chromium_org/chrome/browser/resources/performance_monitor/ |
chart.js | 139 * suitable for mouseover on the metric. |category| corresponds to a 140 * category object to which the metric belongs (see |metricCategoryMap_|). 157 * category: !Object, 257 * Each category has a unique identifying metricCategoryId; a localized 259 * which are in this category. The key is |metricCategoryId|. 280 * Events fall into categories just like metrics, above. This category 284 * UI is still useful. The key is the id of the event category. 495 categories.forEach(function(category) { 496 this.addCategoryChart_(category); 497 this.metricCategoryMap_[category.metricCategoryId] = category [all...] |
/external/chromium_org/third_party/icu/source/common/ |
rbbi.cpp | 930 int16_t category = 0; local 946 RBBIDebugPuts("Handle Next pos char state category"); 971 category = 2 1142 int16_t category = 0; local 1591 uint16_t category; local [all...] |
/frameworks/base/services/java/com/android/server/ |
UiModeManagerService.java | 93 static Intent buildHomeIntent(String category) { 95 intent.addCategory(category); 405 String category = null; local 409 category = Intent.CATEGORY_CAR_DOCK; 414 category = Intent.CATEGORY_DESK_DOCK; 418 category = Intent.CATEGORY_HOME; 424 + mDockState +", category=" + category); 427 sendConfigurationAndStartDreamOrDockAppLocked(category); 445 String category = null local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelineOverviewPane.js | 81 for (var category in categories) 82 categories[category].addEventListener(WebInspector.TimelineCategory.Events.VisibilityChanged, this._onCategoryVisibilityChanged, this); 548 for (var category in categories) 549 this._fillStyles[category] = WebInspector.TimelinePresentationModel.createFillStyleForCategory(this._context, 0, WebInspector.TimelineEventOverview._stripGradientHeight, categories[category]); 585 var category = WebInspector.TimelinePresentationModel.categoryForRecord(record); 586 if (category.overviewStripGroupIndex < 0) 588 var bar = lastBarByGroup[category.overviewStripGroupIndex]; 591 if (bar && bar.category === category && bar.end + barsMergeThreshold >= recordStart) [all...] |
AuditController.js | 77 var category = categories[i]; 78 var result = new WebInspector.AuditCategoryResult(category); 80 category.run(requests, ruleResultReadyCallback.bind(this, result), categoryDoneCallback.bind(this), subprogresses[i]);
|
ExtensionAuditCategory.js | 74 * @param {WebInspector.ExtensionAuditCategory} category 79 WebInspector.ExtensionAuditCategoryResults = function(category, ruleResultCallback, categoryDoneCallback, progress) 81 this._category = category; 86 this._expectedResults = category._ruleCount; 89 this.id = category.id + "-" + ++WebInspector.ExtensionAuditCategoryResults._lastId;
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
cat.py | 114 category = OrderedDict() 115 category['name'] = found.name 116 category['color'] = 'random' 121 category['subs'] = subs 123 category['hidden'] = True 124 category['units'] = [] 125 breakdown[found.name] = category
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 55 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory; 75 * these, and sometimes combining them into {@link ComplexProperty} category 214 // some (such as properties in the same category, and the layout params etc) 217 PropertyCategory category = PropertyCategory.NORMAL; local 220 category = PropertyCategory.PREFERRED; 230 category = PropertyCategory.PREFERRED; 232 category = PropertyCategory.ADVANCED; 235 if (category != null) { 236 property.setCategory(category); 322 // both, etc.) Also, set the category to Normal such that we don't draw attentio 334 String category = attributeInfo.getDefinedBy(); local 484 String category = PropertyMetadata.getCategory(firstName); local [all...] |
/external/chromium_org/chrome/utility/media_galleries/ |
picasa_album_table_reader.cc | 77 uint32 category = kAlbumCategoryInvalid; local 83 if (!category_column.ReadUInt32(i, &category) || 92 switch (category) {
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/ |
Property.java | 15 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory; 72 // Category 87 public final void setCategory(PropertyCategory category) { 88 m_category = category;
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ExecutionStack.java | 157 int category; local 161 category = type.getType().getCategory(); 167 if ((stackPtr + category) > stack.length) { 172 if (category == 2) { 194 * deeper half of a category-2 value. 266 * values with other values of the same category.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/ |
devtools.js | 5 var category = chrome.experimental.devtools.audits.addCategory( variable 7 category.onAuditStarted.addListener(function callback(auditResults) {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
compiled_file_system.py | 20 def Create(self, populate_function, cls, category=None): 25 |cls| along with an optional |category|. 30 if category is not None: 31 full_name.append(category) 34 CompiledFileSystem, category='/'.join(full_name + [my_category]))
|
/external/chromium_org/third_party/re2/re2/ |
unicode.py | 275 """Returns dict mapping category names to code lists. 281 dict mapping category names to code lists 288 category = fields[2] 289 categories.setdefault(category, []).extend(codes) 291 if len(category) > 1: 292 short = category[0]
|
/external/regex-re2/re2/ |
unicode.py | 275 """Returns dict mapping category names to code lists. 281 dict mapping category names to code lists 288 category = fields[2] 289 categories.setdefault(category, []).extend(codes) 291 if len(category) > 1: 292 short = category[0]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
facade_iterator_category.hpp | 73 // Convert an iterator_facade's traversal category, Value parameter, 74 // and ::reference type to an appropriate old-style category. 116 // True iff T is convertible to an old-style iterator category. 132 // A composite iterator_category tag convertible to Category (a pure 133 // old-style category) and Traversal (a pure traversal tag). 135 // Category. 137 template <class Category, class Traversal> 139 : Category, Traversal 144 // Category element in that case. 147 typename iterator_category_to_traversal<Category>::typ 171 >::type category; typedef in struct:boost::detail::facade_iterator_category_impl [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
CategorySelected.java | 1 package com.android.gallery3d.filtershow.category;
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 27 # define setlocale(category, locale) (locale)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 27 # define setlocale(category, locale) (locale)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 27 # define setlocale(category, locale) (locale)
|