/external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
clear.pass.cpp | 25 assert(ec.category() == std::generic_category()); 28 assert(ec.category() == std::system_category());
|
assign.pass.cpp | 25 assert(ec.category() == std::system_category()); 31 assert(ec.category() == std::generic_category());
|
/external/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ |
int_error_category.pass.cpp | 24 assert(ec.category() == std::system_category()); 29 assert(ec.category() == std::generic_category());
|
/external/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ |
clear.pass.cpp | 25 assert(ec.category() == std::system_category()); 28 assert(ec.category() == std::generic_category());
|
assign.pass.cpp | 25 assert(ec.category() == std::system_category()); 31 assert(ec.category() == std::generic_category());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
int_error_category.pass.cpp | 24 assert(ec.category() == std::system_category()); 29 assert(ec.category() == std::generic_category());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
clear.pass.cpp | 25 assert(ec.category() == std::generic_category()); 28 assert(ec.category() == std::system_category());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ |
int_error_category.pass.cpp | 24 assert(ec.category() == std::system_category()); 29 assert(ec.category() == std::generic_category());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ |
clear.pass.cpp | 25 assert(ec.category() == std::system_category()); 28 assert(ec.category() == std::generic_category());
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
warnings.h | 17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
warnings.h | 17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
|
/frameworks/base/core/java/android/nfc/ |
INfcCardEmulation.aidl | 29 boolean isDefaultServiceForCategory(int userHandle, in ComponentName service, String category); 31 boolean setDefaultServiceForCategory(int userHandle, in ComponentName service, String category); 34 AidGroup getAidGroupForService(int userHandle, in ComponentName service, String category); 35 boolean removeAidGroupForService(int userHandle, in ComponentName service, String category); 36 List<ApduServiceInfo> getServices(int userHandle, in String category);
|
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.put/Android.mk 19 test_name := localization/locale.categories/category.time/locale.time.put/types 23 test_name := localization/locale.categories/category.time/locale.time.put/ctor
|
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/ |
Tracker.java | 29 void sendEvent(String category, String action, String label, long value); 30 void sendMenuItemEvent(String category, int itemResId, String label, long value); 31 void sendTiming(String category, long millis, String name, String label);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
command_store.js | 18 * describes the command. Please also add a category msg id so that the command 47 if (struct.category) { 48 categorySet[struct.category] = true; 52 for (var category in categorySet) { 53 ret.push(category); 70 * Gets a category given a command. 75 return (cvox.CommandStore.CMD_WHITELIST[command] || {}).category; 80 * Gets all commands for a category. 81 * @param {string} category The category to query [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
warnings.py | 14 def warnpy3k(message, category=None, stacklevel=1): 20 if category is None: 21 category = DeprecationWarning 22 warn(message, category, stacklevel+1) 24 def _show_warning(message, category, filename, lineno, file=None, line=None): 29 file.write(formatwarning(message, category, filename, lineno, line)) 36 def formatwarning(message, category, filename, lineno, line=None): 38 s = "%s:%s: %s: %s\n" % (filename, lineno, category.__name__, message) 45 def filterwarnings(action, message="", category=Warning, module="", lineno=0, 52 'category' -- a class that the warning must be a subclass o [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
warnings.py | 14 def warnpy3k(message, category=None, stacklevel=1): 20 if category is None: 21 category = DeprecationWarning 22 warn(message, category, stacklevel+1) 24 def _show_warning(message, category, filename, lineno, file=None, line=None): 29 file.write(formatwarning(message, category, filename, lineno, line)) 36 def formatwarning(message, category, filename, lineno, line=None): 38 s = "%s:%s: %s: %s\n" % (filename, lineno, category.__name__, message) 45 def filterwarnings(action, message="", category=Warning, module="", lineno=0, 52 'category' -- a class that the warning must be a subclass o [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
TraceEvent.h | 79 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this); 82 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this); 115 // in for category, name, and arg_names. Thus, the following code will 123 // Notes: The category must always be in a long-lived char* (i.e. static const). 129 // TRACE_EVENT1("category", "name", 132 // TRACE_EVENT1("category", "name", 135 // TRACE_EVENT1("category", "name", 140 // A thread safe singleton and mutex are used for thread safety. Category 144 // TRACE_EVENT macros first cache a pointer to a category. The categories are 146 // category is protected by the TraceLog::lock_. Multiple threads initializin [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/ |
PropertyCategoryProviders.java | 11 package org.eclipse.wb.internal.core.model.property.category; 48 * Returns category forced by user, may be <code>null</code>. 60 * Returns first not <code>null</code> category returned by provider. 66 PropertyCategory category = provider.getCategory(property); 67 if (category != null) { 68 return category; 71 throw new IllegalStateException("Can not provide category for " + property.getTitle());
|
/external/libcxx/test/localization/locale.categories/category.messages/locale.messages/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.messages/locale.messages/Android.mk 19 test_name := localization/locale.categories/category.messages/locale.messages/messages_base 23 test_name := localization/locale.categories/category.messages/locale.messages/types 27 test_name := localization/locale.categories/category.messages/locale.messages/ctor
|
/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/Android.mk 19 test_name := localization/locale.categories/category.monetary/locale.moneypunct/types 23 test_name := localization/locale.categories/category.monetary/locale.moneypunct/money_base 27 test_name := localization/locale.categories/category.monetary/locale.moneypunct/ctor
|
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.get/Android.mk 19 test_name := localization/locale.categories/category.time/locale.time.get/types 23 test_name := localization/locale.categories/category.time/locale.time.get/ctor 27 test_name := localization/locale.categories/category.time/locale.time.get/time_base
|
/external/lldb/source/DataFormatters/ |
DataVisualization.cpp | 160 DataVisualization::Categories::GetCategory (const ConstString &category, lldb::TypeCategoryImplSP &entry, 163 entry = GetFormatManager().GetCategory(category, allow_create); 168 DataVisualization::Categories::Add (const ConstString &category) 170 GetFormatManager().GetCategory(category); 174 DataVisualization::Categories::Delete (const ConstString &category) 176 GetFormatManager().DisableCategory(category); 177 return GetFormatManager().DeleteCategory(category); 187 DataVisualization::Categories::Clear (const ConstString &category) 189 GetFormatManager().GetCategory(category)->Clear(eFormatCategoryItemSummary | eFormatCategoryItemRegexSummary); 193 DataVisualization::Categories::Enable (const ConstString& category, [all...] |
/ndk/sources/android/support/src/locale/ |
setlocale.c | 31 char *setlocale(int category, const char *locale) {
|
/external/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/ |
system_category.pass.cpp | 25 assert(e_cond.category() == std::generic_category()); 28 assert(e_cond.category() == std::system_category());
|