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

<<11121314151617181920>>

  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]
ap.c 330 mgmt->u.action.category,
395 mgmt->u.action.category,
  /external/chromium_org/v8/src/
spaces.cc     [all...]
  /frameworks/base/core/java/android/content/
Intent.java 124 * <li> <p><b>category</b> -- Gives additional information about the action
151 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> --
161 * <i>*{@literal /}*</i> and category {@link #CATEGORY_OPENABLE}</b>
171 * <p>There are a variety of standard Intent action and category constants
216 * resolution: the action, type, and category. Using this information, a query
260 * &lt;category android:name="android.intent.category.LAUNCHER" /&gt;
266 * &lt;category android:name="android.intent.category.DEFAULT" /&gt;
271 * &lt;category android:name="android.intent.category.DEFAULT" /&gt
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp 1187 int8_t category; local
    [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp 1219 int8_t category; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 246 /** Auto-close the previous category when new categories are opened */
455 String category = pair.getFirst(); local
457 headers.add(category);
458 categoryToItems.put(category, categoryItems);
464 // (1) we don't have a previously selected category, or
465 // (2) there's just one category anyway, or
466 // (3) the set of categories have changed so our previously selected category
472 // Expand the first category if we don't have a previous selection (e.g. refresh)
    [all...]
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.cc 1373 base::DictionaryValue* category = new base::DictionaryValue; local
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 478 StringRef BugName, StringRef Category,
481 EmitBasicReport(DeclWithIssue, BugName, Category, BugStr, Loc, &R, 1);
488 /// category.
489 BugType *getBugTypeForName(StringRef name, StringRef category);
  /frameworks/base/tools/aapt/
Command.cpp 470 String8 category = getAttribute(tree, CATEGORY_ATTR, &error); local
476 categories.add(category);
1407 String8 category = getAttribute(tree, NAME_ATTR, &error); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 340 # define setlocale(category, locale)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 27 import com.android.gallery3d.filtershow.category.SwipableView;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 62 category=DeprecationWarning) variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 62 category=DeprecationWarning) variable
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 108 const locale::category locale::none;
109 const locale::category locale::collate;
110 const locale::category locale::ctype;
111 const locale::category locale::monetary;
112 const locale::category locale::numeric;
113 const locale::category locale::time;
114 const locale::category locale::messages;
115 const locale::category locale::all;
130 __imp(const __imp&, const string&, locale::category c);
131 __imp(const __imp& other, const __imp& one, locale::category c)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 383 to some category, like "VARIABLE" or "INTEGER". In code, the category is
  /external/chromium_org/base/test/
trace_event_analyzer.cc 64 if (!dictionary->GetString("cat", &category)) {
499 *str = the_event->category;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.help_3.5.0.v20100524.jar 
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 90 // Name of the category for the main dictionary
904 final String category = 2 == idArray.length ? idArray[0] : MAIN_DICTIONARY_CATEGORY; local
    [all...]
  /external/chromium-trace/
script.js 33 openAsyncSlice:function(a,e,b,g,h){e=new tracing.trace_model.AsyncSlice(e,b,tracing.getStringColorId(b),h);e.id=g;e.startThread=a;this.openAsyncSlices||(this.openAsyncSlices={});this.openAsyncSlices[b+":"+g]=e},closeAsyncSlice:function(a,e,b,g){this.openAsyncSlices&&(e=e+":"+b,b=this.openAsyncSlices[e])&&(b.endThread=a,b.duration=g-b.start,b.startThread.asyncSliceGroup.push(b),b.subSlices=[new tracing.trace_model.Slice(b.category,b.title,b.colorId,b.start,b.args,b.duration)],delete this.openAsyncSlices[e])},
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 976 String category = categoryEntry.getKey(); local
    [all...]

Completed in 2619 milliseconds

<<11121314151617181920>>