/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/base/debug/ |
trace_event_impl.h | 286 // The default category filter, used when none is provided. 291 // |filter_string| is a comma-delimited list of category wildcards. 292 // A category can have an optional '-' prefix to make it an excluded category. 311 // enabled/disabled category patterns, except here there is an arbitrary 316 // Determines whether category group would be enabled or 317 // disabled by this category filter. 346 const char* category) const; 380 // Normal enabled flag for category groups enabled by SetEnabled(). 382 // Category group enabled by SetEventCallbackEnabled() [all...] |
/external/chromium_org/build/android/ |
adb_profile_chrome.py | 422 logging.warning('Using the "webview" category in systrace together with '
|
/external/chromium_org/chrome/browser/drive/ |
fake_drive_service.cc | 1501 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 | 70 if (!dictionary->GetString("cat", &category)) { 511 *str = the_event->category;
|
/external/chromium_org/google_apis/gcm/engine/ |
connection_handler_impl_unittest.cc | 39 "this is a long category that will result in a message > 128 bytes"; 43 "this is a second long category that will result in a message > 128 bytes"; 92 const std::string& category) { 96 data_message.set_category(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 | |
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.c | 330 mgmt->u.action.category, 395 mgmt->u.action.category,
|
/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...] |