/external/chromium_org/base/debug/ |
trace_event_memory.cc | 137 // Each item in the trace event stack contains both name and category so tell 156 // Force the "memory" category to show up in the trace viewer. 170 // Check to see if tracing is enabled for the memory category. 184 // The memory category is always disabled before OnTraceLogDisabled() is 249 void ScopedTraceMemory::Initialize(const char* category, const char* name) { 258 event.category = category; 401 // Convert pairs of "stack addresses" into category and name strings. 410 // TODO(jamescook): Report the trace category and name separately to the
|
trace_event_impl.cc | 81 // convert internally to determine the category name from the char enabled 676 // Category group checked at category creation time. 856 // Splits a combined "category\0name" into the two component parts. 858 const char** category, 924 const char** category, 926 *category = combined; 1961 const unsigned char* category = GetCategoryGroupEnabled( local 2190 std::string category = tokens.token(); local [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
availability_finder.py | 72 def create_object_store(category): 73 return object_store_creator.Create(AvailabilityFinder, category=category)
|
branch_utility.py | 52 def create_object_store(category): 53 return object_store_creator.Create(BranchUtility, category=category)
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 112 * Handle Service Category Program Data message. 113 * TODO: Send Service Category Program Results response message to sender 147 private void tryCdmaSetCategory(Context context, int category, boolean enable) { 150 switch (category) { 175 + " alerts in category " + category);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
MainPanel.java | 17 package com.android.gallery3d.filtershow.category; 139 private void setCategoryFragment(CategoryPanel category, boolean fromRight) { 146 transaction.replace(R.id.category_panel_container, category, CategoryPanel.FRAGMENT_TAG);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
BinaryDictionaryGetter.java | 59 // Name of the category for the main dictionary 148 * Returns the list of cached files for a specific locale, one for each category. 150 * This will return exactly one file for each word list category that matches 151 * the passed locale. If several files match the locale for any given category, 153 * the passed word list is en_US, and for a category we have an en and an en_US 174 final String category = local 176 final FileAndMatchLevel currentBestMatch = cacheFiles.get(category); 178 cacheFiles.put(category, new FileAndMatchLevel(wordList, matchLevel));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nubus.h | 175 /* Category-specific resources. */ 272 unsigned short category; member in struct:nubus_dev 305 struct nubus_dev* nubus_find_device(unsigned short category, 310 struct nubus_dev* nubus_find_type(unsigned short category,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nubus.h | 175 /* Category-specific resources. */ 272 unsigned short category; member in struct:nubus_dev 305 struct nubus_dev* nubus_find_device(unsigned short category, 310 struct nubus_dev* nubus_find_type(unsigned short category,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nubus.h | 175 /* Category-specific resources. */ 272 unsigned short category; member in struct:nubus_dev 305 struct nubus_dev* nubus_find_device(unsigned short category, 310 struct nubus_dev* nubus_find_type(unsigned short category,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar | |
/cts/tests/tests/telephony/src/android/telephony/cts/ |
SmsUsageMonitorShortCodeTest.java | 60 final int category; field in class:SmsUsageMonitorShortCodeTest.ShortCodeTest 62 ShortCodeTest(String countryIso, String destAddress, int category) { 65 this.category = category; 498 test.category, monitor.checkDestination(test.address, test.countryIso));
|
/external/chromium_org/base/test/ |
trace_event_analyzer.h | 153 std::string category; member in struct:trace_analyzer::TraceEvent 249 static Query EventCategoryIs(const std::string& category) { 250 return Query(EVENT_CATEGORY) == Query::String(category); 316 static Query OtherCategoryIs(const std::string& category) { 317 return Query(OTHER_CATEGORY) == Query::String(category); 569 // category, process ID and thread ID. This matches what is shown in 576 // event with the same name, category, and ID. This creates a singly linked
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelineModel.js | 142 var categoryName = WebInspector.TimelinePresentationModel.recordStyle(rawRecord).category.name; 153 for (var category in addend) 154 total[category] = (total[category] || 0) + addend[category];
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
SmsUsageMonitorShortCodeTest.java | 36 final int category; field in class:SmsUsageMonitorShortCodeTest.ShortCodeTest 38 ShortCodeTest(String countryIso, String destAddress, int category) { 41 this.category = category; 463 test.category, monitor.checkDestination(test.address, test.countryIso));
|
/external/chromium/net/base/ |
host_resolver_impl.cc | 538 enum Category { // Used in HISTOGRAM_ENUMERATION. 545 int category = RESOLVE_MAX; // Illegal value for later DCHECK only. local 550 category = RESOLVE_SUCCESS; 553 category = RESOLVE_SPECULATIVE_SUCCESS; 558 category = RESOLVE_FAIL; 561 category = RESOLVE_SPECULATIVE_FAIL; 568 DCHECK_LT(category, static_cast<int>(RESOLVE_MAX)); // Be sure it was set. 570 UMA_HISTOGRAM_ENUMERATION("DNS.ResolveCategory", category, RESOLVE_MAX); 578 category, RESOLVE_MAX); 579 if (RESOLVE_SUCCESS == category) { [all...] |
/prebuilts/devtools/tools/lib/ |
lint.jar | |
/external/chromium_org/build/android/ |
test_runner.py | 381 '--category', default='', 415 category = options.category 416 if category: 417 category = options.category.split(',') 423 category,
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
graph-view.js | 67 // in each category. 85 // Get size of each category. 122 // Bind click event so that user can select category by clicking stack
|