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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
UsageStatistics.java 51 public static void onEvent(String category, String action, String label) {};
52 public static void onEvent(String category, String action, String label, long optional_value) {};
  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
intl.c 16 char *dcgettext(const char *domainname, const char *msgid, int category)
31 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category)
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
intl.c 16 char *dcgettext(const char *domainname, const char *msgid, int category)
31 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category)
  /system/core/libmetricslogger/
metrics_logger.cpp 41 void LogMultiAction(int32_t category, int32_t field, const std::string& value) {
43 log << LOGBUILDER_CATEGORY << category << LOGBUILDER_TYPE << TYPE_ACTION
  /external/fio/
options.c 1480 .category = FIO_OPT_C_GENERAL,
1489 .category = FIO_OPT_C_GENERAL,
1498 .category = FIO_OPT_C_GENERAL,
1509 .category = FIO_OPT_C_FILE,
1519 .category = FIO_OPT_C_FILE,
1530 .category = FIO_OPT_C_FILE,
1540 .category = FIO_OPT_C_FILE,
1553 .category = FIO_OPT_C_FILE,
    [all...]
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 42 assert(ec.category() == std::generic_category());
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 43 assert(ec.category() == std::generic_category());
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/
TimeLogger.java 58 public TimeLogger(Context context, @TimeCategory int category) {
59 this(context, category, new MetricsLoggerWrapper(), new AnalyticsUtils());
65 int category,
69 mCategory = checkNotNull(category);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowEventLogWriter.java 30 public void visible(Context context, int source, int category) {
  /platform_testing/libraries/app-helpers/handheld/src/android/platform/test/helpers/handheld/
AbstractDownloadsHelper.java 23 public static enum Category {
39 * @param category - menu item to select (click)
41 public abstract void selectMenuCategory(Category category);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sphelper.h 48 ISpObjectTokenCategory *category; local
51 hres = SpGetCategoryFromId(category_id, &category);
53 hres = category->EnumTokens(req_attrs, opt_attrs, ret);
54 category->Release();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 42 assert(ec.category() == std::generic_category());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 43 assert(ec.category() == std::generic_category());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 42 assert(ec.category() == std::generic_category());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 43 assert(ec.category() == std::generic_category());
  /system/core/libmetricslogger/include/metricslogger/
metrics_logger.h 31 // Logs a Tron multi_action with category|category| containing the string
33 void LogMultiAction(int32_t category, int32_t field, const std::string& value);
  /external/libchrome/base/trace_event/
trace_config.cc 229 << "Disallowed category string";
242 for (const std::string& category : excluded_categories_) {
243 if (MatchPattern(category_group_token, category)) {
251 // One of the category of category_group_name is not present in
252 // excluded_ list. So, if it's not a disabled-by-default category,
265 // If the category group is not excluded, and there are no included patterns
266 // we consider this category group enabled, as long as it had categories
357 // category enabled. So, use the default periodic dump config.
379 for (const std::string& category : split) {
381 if (category.empty()
443 std::string category; local
459 std::string category; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
BasicRegisterMapper.java 112 * @param category {@code 1..2;} width of reg
114 public void addMapping(int oldReg, int newReg, int category) {
124 if (runningCountNewRegisters < (newReg + category)) {
125 runningCountNewRegisters = newReg + category;
  /external/icu/icu4c/source/i18n/
pluralaffix.h 48 * category. The 'other' category is the default and always has some
49 * value. The rest of the categories are optional. Querying for a category that
50 * is not set always returns the DigitAffix stored in the 'other' category.
88 * Sets a particular variant for a plural category while overwriting
90 * category. The set value has no field annotations.
91 * @param category "one", "two", "few", ...
92 * @param variant the variant to store under the particular category
96 const char *category,
124 * Append the value for each plural category in rhs to the correspondin
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
AppItem.java 30 public int category; field in class:AppItem
67 int comparison = Integer.compare(category, another.category);
  /packages/apps/Settings/src/com/android/settings/applications/
EnterpriseDefaultApps.java 52 private static Intent buildIntent(String action, String category, String protocol,
55 if (category != null) {
56 intent.addCategory(category);
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
Analytics.java 117 public void sendEvent(String category, String action, String label, long value) {}
120 public void sendTiming(String category, long millis, String name, String label) {}
123 public void sendMenuItemEvent(String category, int itemResId, String label, long value) {}
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
lldbefi.py 315 category = debugger.GetDefaultCategory()
317 category.AddTypeFormat(lldb.SBTypeNameSpecifier("BOOLEAN"), FormatBool)
320 category.AddTypeFormat(lldb.SBTypeNameSpecifier("UINT64"), FormatHex)
321 category.AddTypeFormat(lldb.SBTypeNameSpecifier("INT64"), FormatHex)
322 category.AddTypeFormat(lldb.SBTypeNameSpecifier("UINT32"), FormatHex)
323 category.AddTypeFormat(lldb.SBTypeNameSpecifier("INT32"), FormatHex)
324 category.AddTypeFormat(lldb.SBTypeNameSpecifier("UINT16"), FormatHex)
325 category.AddTypeFormat(lldb.SBTypeNameSpecifier("INT16"), FormatHex)
326 category.AddTypeFormat(lldb.SBTypeNameSpecifier("UINT8"), FormatHex)
327 category.AddTypeFormat(lldb.SBTypeNameSpecifier("INT8"), FormatHex
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 102 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno,
147 is_subclass = PyObject_IsSubclass(category, cat);
221 update_registry(PyObject *registry, PyObject *text, PyObject *category,
231 altkey = PyTuple_Pack(3, text, category, zero);
234 altkey = PyTuple_Pack(2, text, category);
244 *category, PyObject *sourceline)
252 name = PyObject_GetAttrString(category, "__name__");
263 /* Print "filename:lineno: category: text\n" */
289 warn_explicit(PyObject *category, PyObject *message,
322 category = (PyObject*)message->ob_type;
609 PyObject *message, *category = NULL; local
628 PyObject *category; local
    [all...]
  /external/python/cpython2/Python/
_warnings.c 102 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno,
147 is_subclass = PyObject_IsSubclass(category, cat);
221 update_registry(PyObject *registry, PyObject *text, PyObject *category,
231 altkey = PyTuple_Pack(3, text, category, zero);
234 altkey = PyTuple_Pack(2, text, category);
244 *category, PyObject *sourceline)
252 name = PyObject_GetAttrString(category, "__name__");
263 /* Print "filename:lineno: category: text\n" */
289 warn_explicit(PyObject *category, PyObject *message,
322 category = (PyObject*)message->ob_type
608 PyObject *message, *category = NULL; local
627 PyObject *category; local
    [all...]

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>