HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 326 - 350 of 608) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
AdapterView.java 65 @ViewDebug.ExportedProperty(category = "scrolling")
150 @ViewDebug.ExportedProperty(category = "list")
161 @ViewDebug.ExportedProperty(category = "list")
177 @ViewDebug.ExportedProperty(category = "list")
    [all...]
TableRow.java 406 @ViewDebug.ExportedProperty(category = "layout")
412 @ViewDebug.ExportedProperty(category = "layout")
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 129 final int category = a.getInt(R.styleable.MenuItem_android_menuCategory, 0); local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
system_error.cpp 41 return *this == code.category() && code.value() == condition;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryPanel.java 17 package com.android.gallery3d.filtershow.category;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 532 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 532 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 347 * The Service Category Program Data subparameter is used to enable and disable
356 * The Service Category Program Results subparameter informs the message center
357 * of the results of a Service Category Program Data request.
880 int category = result.getCategory(); local
1695 int category = (inStream.read(8) << 8) | inStream.read(8); local
1806 int category = SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 126 /* Application service category. This indicates the application
127 ** service category.
144 #define AVDT_ERR_CATEGORY 0x17 /* Bad service category */
157 #define AVDT_ERR_SERVICE 0x80 /* Invalid service category */
616 UINT8 category);
    [all...]
  /external/chromium_org/base/debug/
trace_event.h 25 // categories, forming a category group, like:
30 // category.
76 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this);
79 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this);
120 // Notes: The category must always be in a long-lived char* (i.e. static const).
126 // TRACE_EVENT1("category", "name",
129 // TRACE_EVENT1("category", "name",
132 // TRACE_EVENT1("category", "name",
141 // means, if the category for the event is disabled, the conversion will not
167 // A thread safe singleton and mutex are used for thread safety. Category
    [all...]
trace_event_impl.h 150 virtual size_t CountEnabledByName(const unsigned char* category,
201 // The default category filter, used when none is provided.
206 // |filter_string| is a comma-delimited list of category wildcards.
207 // A category can have an optional '-' prefix to make it an excluded category.
226 // enabled/disabled category patterns, except here there is an arbitrary
231 // Determines whether category group would be enabled or
232 // disabled by this category filter.
261 const char* category) const;
304 // Get set of known category groups. This can change as new code paths ar
    [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py 615 category, data, extras, trace_file_name, force_stop):
628 if category:
629 cmd += ' -c %s' % category
653 category=None, data=None,
664 category: string (e.g. "android.intent.category.HOME")
672 action, category, data, extras,
678 category=None, data=None,
689 action, category, data, extras,
702 '-a android.intent.action.MAIN -c android.intent.category.HOME'
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 181 if (icon.category() == google_apis::DriveAppIcon::APPLICATION)
184 if (icon.category() == google_apis::DriveAppIcon::DOCUMENT)
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc 39 AppIndicatorCategory category);
44 AppIndicatorCategory category,
  /external/chromium_org/chrome/common/extensions/docs/server2/
samples_data_source.py 41 category='extensions')
45 category='apps')
api_data_source.py 269 for category in table_info.keys():
270 content = copy.deepcopy(table_info[category])
276 misc_rows.append({ 'title': category, 'content': content })
480 def create_compiled_fs(fn, category):
481 return compiled_fs_factory.Create(fn, APIDataSource, category=category)
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
admx_writer.py 78 '''Adds an ADMX category element to the passed parent node. The following
79 snippet shows an example of a category element where "chromium" is the value
82 <category displayName="$(string.chromium)" name="chromium"/>
84 Each parent node can have only one category with a given name. Adding the
85 same category again with the same attributes is ignored, but adding it
90 name: Name of the category.
91 display_name: Display name of the category.
92 parent_category_name: Name of the parent category. Defaults to None.
95 parent.getElementsByTagName('category'))
105 category_elem = self.AddElement(parent, 'category', attributes
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 249 @ViewDebug.ExportedProperty(category = "layout")
252 @ViewDebug.ExportedProperty(category = "layout")
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 58 @ViewDebug.ExportedProperty(category = "drawing")
60 @ViewDebug.ExportedProperty(category = "drawing")
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 107 int category = cursor.getInt( local
211 SmsCbMessage msg = new SmsCbMessage(format, geoScope, serialNum, location, category,
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 165 public List<ApduServiceInfo> getServicesForCategory(int userId, String category) {
170 if (service.hasCategory(category)) services.add(service);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 30 def idle_formatwarning_subproc(message, category, filename, lineno,
40 s += "%s: %s\n" % (category.__name__, message)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 30 def idle_formatwarning_subproc(message, category, filename, lineno,
40 s += "%s: %s\n" % (category.__name__, message)
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 517 UINT8 category = A2D_SUCCESS; local
554 category = AVDT_ASC_PROTECT;
563 category = AVDT_ASC_PROTECT;
608 category = AVDT_ASC_CODEC;
615 APPL_TRACE_DEBUG2("bta_av_co_audio_setconfig reject s=%d c=%d", status, category);
618 bta_av_ci_setconfig(hndl, status, category, 0, NULL, FALSE);
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.cc 92 const char kCategory[] = "category";
181 // Maps category name to enum IconCategory.
183 DriveAppIcon::IconCategory category; member in struct:google_apis::__anon7545::AppIconCategoryMap
308 switch (app_icon.category()) {
340 bool DriveAppIcon::GetIconCategory(const base::StringPiece& category,
343 if (category == kAppIconCategoryMap[i].category_name) {
344 *result = kAppIconCategoryMap[i].category;
348 DVLOG(1) << "Unknown icon category " << category;

Completed in 1251 milliseconds

<<11121314151617181920>>