HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 251 - 275 of 375) sorted by null

<<1112131415

  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 812 if (&mgmt->u.action.category > buf + len)
818 event.rx_action.category = mgmt->u.action.category;
819 event.rx_action.data = &mgmt->u.action.category;
856 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.action.category) +
865 mgmt->u.action.category != WLAN_ACTION_PUBLIC)
909 if (&mgmt->u.action.category > buf + len)
915 event.rx_action.category = mgmt->u.action.category;
916 event.rx_action.data = &mgmt->u.action.category;
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 119 * <li> <p><b>category</b> -- Gives additional information about the action
146 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> --
156 * <i>*{@literal /}*</i> and category {@link #CATEGORY_OPENABLE}</b>
166 * <p>There are a variety of standard Intent action and category constants
211 * resolution: the action, type, and category. Using this information, a query
255 * &lt;category android:name="android.intent.category.LAUNCHER" /&gt;
261 * &lt;category android:name="android.intent.category.DEFAULT" /&gt;
266 * &lt;category android:name="android.intent.category.DEFAULT" /&gt
    [all...]
  /external/icu4c/common/
putil.c     [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 170 * Specifies the category the property falls into, such as measurement,
173 * @return the category as String
175 String category() default "";
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 49 # function for the unit tests. We also verify each category we see
65 def __call__(self, unused_linenum, category, confidence, message):
66 self._assert_fn(category in self._all_style_categories,
67 'Message "%s" has category "%s",'
68 ' which is not in STYLE_CATEGORIES' % (message, category))
69 if self._filter.should_check(category, ""):
70 self._seen_style_categories[category] = 1
71 self._errors.append('%s [%s] [%d]' % (message, category, confidence))
83 """Fails if there's a category in _all_style_categories - _seen_style_categories.
91 for category in self._all_style_categories
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 649 * category/width.
663 * into account its category/width.
672 int category = rs.getCategory(); local
675 || (category == 2 ? regsUsed.get(reg + 1) : false);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 649 * category/width.
663 * into account its category/width.
672 int category = rs.getCategory(); local
675 || (category == 2 ? regsUsed.get(reg + 1) : false);
    [all...]
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 104 try to see locale category LC should be used from environment;
107 2. category (LC_CTYPE, LC_NUMERIC, ... )
222 static char const*__Extract_locale_name( const char *loc, const char *category, char *buf )
228 expr = strstr( (char*)loc, category );
230 return NULL; /* Category not found. */
  /external/v8/test/mjsunit/third_party/
string-trim.js 69 {s : '\u200B', t : 'ZERO WIDTH SPACE (category Cf)'}
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 430 CSSPrimitiveValue::UnitTypes CSSPrimitiveValue::canonicalUnitTypeForCategory(UnitCategory category)
433 // in each category (based on unitflags).
434 switch (category) {
474 // We interpret conversion to CSS_NUMBER as conversion to a canonical unit in this value's category.
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 554 int category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY); local
555 if (category == AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD) {
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 104 try to see locale category LC should be used from environment;
107 2. category (LC_CTYPE, LC_NUMERIC, ... )
222 static char const*__Extract_locale_name( const char *loc, const char *category, char *buf )
228 expr = strstr( (char*)loc, category );
230 return NULL; /* Category not found. */
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java 414 // [-c <CATEGORY> [-c <CATEGORY>] ...]
438 for (String category : categories) {
440 parts.add(category);
  /sdk/sdk_common/src/com/android/ide/common/xml/
AndroidManifestParser.java 60 private final static String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; //$NON-NLS-1$
287 String category = getAttributeValue(attributes, local
290 if (CATEGORY_LAUNCHER.equals(category)) {
333 // if we found both a main action and a launcher category, this is our
  /tools/motodev/src/plugins/android/
plugin.properties 19 motodev.category.name = MOTODEV Studio
72 Monkey_Option_Categories_Description=If you specify one or more categories this way, the Monkey will only allow the system to visit activities that are listed with one of the specified categories. If you don't specify any categories, the Monkey will select activities listed with the category Intent.CATEGORY_LAUNCHER or Intent.CATEGORY_MONKEY. To specify multiple categories, use the -c option multiple times one -c option per category.
  /tools/motodev/src/plugins/emulator/
plugin.properties 90 android.emulator.wizard.category=Android Emulator
  /development/tools/labpretest/
labpretest.sh 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /external/bison/lib/
strtol.c 186 # define _NL_CURRENT(category, item) \
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 351 postData += '<category scheme="http://schemas.google.com/g/2005#kind" ' +
352 'term="http://schemas.google.com/photos/2007#album"></category>' + eol;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 422 StringRef BugName, StringRef Category,
425 EmitBasicReport(DeclWithIssue, BugName, Category, BugStr, Loc, &R, 1);
438 /// category.
439 BugType *getBugTypeForName(StringRef name, StringRef category);
  /external/clang/tools/scan-build/
scan-build 644 my $category = $val->[1];
645 if (!defined $last_category or $last_category ne $category) {
646 $last_category = $category;
647 print OUT "<tr><th>$category</th><th colspan=2></th></tr>\n";
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/wpa_supplicant_8/src/ap/
wmm.c 152 m->u.action.category = WLAN_ACTION_WMM;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 241 static TemplateHandler createFromName(String category, String name) {
246 List<File> templates = manager.getTemplates(category);
248 if (file.getName().equals(name) && category.equals(file.getParentFile().getName())) {
254 category + File.separator + name), manager);
464 } else if (!name.equals("template") && !name.equals("category")
    [all...]

Completed in 1431 milliseconds

<<1112131415