HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 276 - 300 of 609) sorted by null

<<11121314151617181920>>

  /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 151 std::string category; member in struct:trace_analyzer::TraceEvent
242 static Query EventCategoryIs(const std::string& category) {
243 return Query(EVENT_CATEGORY) == Query::String(category);
309 static Query OtherCategoryIs(const std::string& category) {
310 return Query(OTHER_CATEGORY) == Query::String(category);
551 // category, process ID and thread ID. This matches what is shown in
558 // event with the same name, category, and ID. This creates a singly linked
  /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/third_party/WebKit/Source/devtools/front_end/
timelinePanel.css 131 .timeline-category-statusbar-item {
143 .timeline-category-statusbar-item,
148 .timeline-category-checkbox {
162 .timeline-category-checkbox-check {
170 .timeline-category-checkbox-checked {
177 .timeline-category-checkbox-checked {
371 .timeline-aggregated-category {
382 .popover .timeline-aggregated-category.timeline-loading {
678 .memory-category-value {
  /external/chromium_org/build/android/
test_runner.py 374 '--category', default='',
405 category = options.category
406 if category:
407 category = options.category.split(',')
415 category,
  /frameworks/base/core/java/android/os/
BatteryStats.java 1257 String category = STAT_NAMES[which]; local
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 324 public void onItemSelected(int category, int position) {
329 intent.putExtra("category", category);
337 frag.updateContentAndRecycleBitmap(category, position);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 253 uint16 cat_id; /* Category ID */
256 uint16 sub_cat_id; /* Sub Category ID */
329 uint8 category; /* P2P_AF_CATEGORY */ member in struct:wifi_p2p_action_frame
352 uint8 category; /* P2P_PUB_AF_CATEGORY */ member in struct:wifi_p2p_pub_act_frame
563 uint8 category; /* 0x04 Public Action Frame */ member in struct:wifi_p2psd_gas_pub_act_frame
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 172 int category = -1; local
180 category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, -1);
213 title = "Step " + step + ": Verify category";
216 if (category == AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD) {
218 } else if (category == AppWidgetProviderInfo.WIDGET_CATEGORY_HOME_SCREEN) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
compiled_file_system_test.py 48 'category=CompiledFileSystemTest/TestFileSystem/file&'
51 'category=CompiledFileSystemTest/TestFileSystem/list&'
56 'category=CompiledFileSystemTest/TestFileSystem/foo/file&'
59 'category=CompiledFileSystemTest/TestFileSystem/foo/list&'
61 factory.Create(f, CompiledFileSystemTest, category='foo'))
reference_resolver.py 102 category, node_name = node_info
106 'href': '%s.html#%s-%s' % (api_name, category, name.replace('.', '-')),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py 101 # PEP8 79 character limit, we ignore the 79-character-limit category
357 # The maximum number of errors to report per file, per category.
358 # If a category is not a key, then it has no maximum.
656 per category, per file.
677 per category, per file.
698 def is_reportable(self, category, confidence_in_error, file_path):
703 says the category should be checked for the given path.
706 category: A string that is a style category.
716 return self._filter_configuration.should_check(category, file_path
    [all...]
optparser.py 48 a category name. A confidence score of 5 means the error is certainly
51 Category names appear in error messages in brackets, for example
58 in a category if the category passes the filter, as described below.
62 rule "+foo" passes any category that starts with "foo", and "-foo" fails
63 any such category. The filter input "-whitespace,+whitespace/braces" fails
64 the category "whitespace/tab" and passes "whitespace/braces".
377 for category in sorted(self._all_categories):
378 self.stderr_write(' ' + category + '\n')
  /external/e2fsprogs/intl/
gettextP.h 154 const char *_nl_locale_name (int category, const char *categoryname);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java 67 @ViewDebug.ExportedProperty(category = "scrolling")
152 @ViewDebug.ExportedProperty(category = "list")
163 @ViewDebug.ExportedProperty(category = "list")
179 @ViewDebug.ExportedProperty(category = "list")
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
iterator.hpp 39 typedef random_access_iterator_tag category; typedef in struct:boost::mpl::v_iter
  /sdk/eclipse/scripts/
_mk_icons.sh 48 icon C green category
  /developers/build/lib/
assetstudio.jar 
  /external/chromium_org/base/debug/
trace_event_memory.cc 107 // TODO(jamescook): Record both category and name, perhaps in a pair for speed.
140 // Force the "memory" category to show up in the trace viewer.
154 // Check to see if tracing is enabled for the memory category.
168 // The memory category is always disabled before OnTraceLogDisabled() is
234 ScopedTraceMemory::ScopedTraceMemory(const char* category) {
245 trace_memory_stack->category_stack_[index] = category;
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 289 a dictionary that maps result data category ('whole', 'skip', 'nonskip',
292 data category. These tuples are used for trend graph update.
355 data_map: a dictionary that maps result data category ('whole', 'skip',
358 given result data category. These tuples are used for trend graph

Completed in 736 milliseconds

<<11121314151617181920>>