HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 26 - 50 of 1669) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
category.pass.cpp 14 // const error_category& category() const;
22 assert(ec.category() == std::generic_category());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
default.pass.cpp 23 assert(ec.category() == std::generic_category());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
category.pass.cpp 14 // const error_category& category() const;
22 assert(ec.category() == std::generic_category());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
default.pass.cpp 23 assert(ec.category() == std::system_category());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
category.pass.cpp 14 // const error_category& category() const;
22 assert(ec.category() == std::generic_category());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
default.pass.cpp 23 assert(ec.category() == std::generic_category());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
category.pass.cpp 14 // const error_category& category() const;
22 assert(ec.category() == std::generic_category());
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
CategoryManagerTest.java 64 tile1.category = CategoryKey.CATEGORY_ACCOUNT;
65 tile2.category = CategoryKey.CATEGORY_ACCOUNT;
66 final DashboardCategory category = new DashboardCategory(); local
67 category.addTile(tile1);
68 category.addTile(tile2);
69 mCategoryByKeyMap.put(CategoryKey.CATEGORY_ACCOUNT, category);
83 final String oldCategory = "com.android.settings.category.wireless";
84 tile1.category = CategoryKey.CATEGORY_ACCOUNT;
85 tile2.category = oldCategory;
105 final String oldCategory = "com.android.settings.category.wireless"
126 final DashboardCategory category = new DashboardCategory(); local
159 final DashboardCategory category = new DashboardCategory(); local
192 final DashboardCategory category = new DashboardCategory(); local
226 final DashboardCategory category = new DashboardCategory(); local
263 final DashboardCategory category = new DashboardCategory(); local
293 final DashboardCategory category = new DashboardCategory(); local
321 final DashboardCategory category = new DashboardCategory(); local
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.java 49 final String category; field in class:AidGroup
56 * @param category The category of this group, e.g. {@link CardEmulation#CATEGORY_PAYMENT}
58 public AidGroup(List<String> aids, String category) {
70 if (isValidCategory(category)) {
71 this.category = category;
73 this.category = CardEmulation.CATEGORY_OTHER;
82 AidGroup(String category, String description) {
84 this.category = category
148 String category = null; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/
minlog-1.2.jar 
  /packages/apps/Settings/src/com/android/settings/core/instrumentation/
EventLogWriter.java 31 public void visible(Context context, int source, int category) {
32 final LogMaker logMaker = new LogMaker(category)
38 public void hidden(Context context, int category) {
39 MetricsLogger.hidden(context, category);
42 public void action(Context context, int category, Pair<Integer, Object>... taggedData) {
43 action(context, category, "", taggedData);
46 public void actionWithSource(Context context, int source, int category) {
47 final LogMaker logMaker = new LogMaker(category)
55 public void action(Context context, int category, int value) {
56 MetricsLogger.action(context, category, Integer.toString(value))
    [all...]
SettingSuggestionsLogWriter.java 33 public void visible(Context context, int source, int category) {
37 public void hidden(Context context, int category) {
41 public void action(Context context, int category, Pair<Integer, Object>... taggedData) {
45 public void actionWithSource(Context context, int source, int category) {
49 public void action(Context context, int category, int value) {
53 public void action(Context context, int category, boolean value) {
57 public void action(Context context, int category, String pkg,
62 switch (category) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
warnings.h 17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
warnings.h 17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /external/e2fsprogs/intl/
dcgettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
47 DCGETTEXT (const char *domainname, const char *msgid, int category)
49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
dcngettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
49 int category)
51 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
  /external/libcxx/test/std/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());
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
clear.pass.cpp 25 assert(ec.category() == std::generic_category());
28 assert(ec.category() == std::system_category());
  /external/libcxx/test/std/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/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
clear.pass.cpp 25 assert(ec.category() == std::system_category());
28 assert(ec.category() == std::generic_category());
  /external/python/cpython2/Include/
warnings.h 17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /packages/services/Car/car-lib/src/android/car/cluster/
IInstrumentClusterManagerCallback.aidl 28 * @param category cluster activity category to which this state applies,
34 oneway void setClusterActivityState(String category, in Bundle clusterActivityState);
  /prebuilts/gdb/darwin-x86/include/python2.7/
warnings.h 17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /prebuilts/gdb/linux-x86/include/python2.7/
warnings.h 17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /prebuilts/ndk/r11/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());

Completed in 495 milliseconds

12 3 4 5 6 7 8 91011>>