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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
common_unittest.py 48 def _mock_style_error_handler(self, line_number, category, confidence,
51 error = (line_number, category, confidence, message)
105 def style_error_handler(line_number, category, confidence, message):
106 self.assertEqual(category, 'whitespace/tab')
text_unittest.py 43 def error_for_test(line_number, category, confidence, message):
54 def error_for_test(line_number, category, confidence, message):
57 self.assertEqual('whitespace/tab', category)
  /external/chromium_org/tools/perf/measurements/
thread_times_unittest.py 28 for category in timeline.TimelineThreadCategories.values():
29 cpu_time_name = timeline.ThreadCpuTimeResultName(category)
42 for category in timeline.TimelineThreadCategories.values():
43 cpu_time_name = timeline.ThreadCpuTimeResultName(category)
  /external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 42 assert(ec.category() == std::generic_category());
  /external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 43 assert(ec.category() == std::generic_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 42 assert(ec.category() == std::generic_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 43 assert(ec.category() == std::generic_category());
  /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/bluetooth/bluedroid/bta/av/
bta_av_ci.c 70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category,
81 p_buf->category = category;
  /external/chromium_org/tools/telemetry/telemetry/timeline/
event.py 15 def __init__(self, category, name, start, duration, thread_start=None,
17 self.category = category
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
BasicRegisterMapper.java 113 * @param category {@code 1..2;} width of reg
115 public void addMapping(int oldReg, int newReg, int category) {
125 if (runningCountNewRegisters < (newReg + category)) {
126 runningCountNewRegisters = newReg + category;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 11 package org.eclipse.wb.internal.core.model.property.category;
17 * Describes category of {@link Property}.
24 * "Normal" category, used for properties that should be displayed without any effect.
28 * "Preferred" category, for properties that are most useful for component.
32 * "Advanced" category, for properties that are rarely used, visible if modified, even if not
37 * "Advanced" category, for properties that are rarely used, visible only if enabled.
41 * "Hidden" category, for properties that should not be displayed.
101 PropertyCategory category = (PropertyCategory) obj; local
102 return m_priority == category.m_priority;
154 * @return the priority of this category
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
iterator.hpp 33 typedef forward_iterator_tag category; typedef in struct:boost::mpl::l_iter
54 typedef forward_iterator_tag category;
65 typedef forward_iterator_tag category; typedef in struct:boost::mpl::l_iter
  /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) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_classes.h 68 /// Definition of locale::category.
69 typedef int category; typedef in class:locale
92 * @brief Category values.
94 * The standard category values are none, ctype, numeric, collate, time,
96 * intersection. The category all is the union of these values.
100 static const category none = 0;
101 static const category ctype = 1L << 0;
102 static const category numeric = 1L << 1;
103 static const category collate = 1L << 2;
104 static const category time = 1L << 3
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 66 /// Definition of locale::category.
67 typedef int category; typedef in class:locale
90 * @brief Category values.
92 * The standard category values are none, ctype, numeric, collate, time,
94 * intersection. The category all is the union of these values.
98 static const category none = 0;
99 static const category ctype = 1L << 0;
100 static const category numeric = 1L << 1;
101 static const category collate = 1L << 2;
102 static const category time = 1L << 3
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 66 /// Definition of locale::category.
67 typedef int category; typedef in class:locale
90 * @brief Category values.
92 * The standard category values are none, ctype, numeric, collate, time,
94 * intersection. The category all is the union of these values.
98 static const category none = 0;
99 static const category ctype = 1L << 0;
100 static const category numeric = 1L << 1;
101 static const category collate = 1L << 2;
102 static const category time = 1L << 3
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 65 /// Definition of locale::category.
66 typedef int category; typedef in class:locale
89 * @brief Category values.
91 * The standard category values are none, ctype, numeric, collate, time,
93 * intersection. The category all is the union of these values.
97 static const category none = 0;
98 static const category ctype = 1L << 0;
99 static const category numeric = 1L << 1;
100 static const category collate = 1L << 2;
101 static const category time = 1L << 3
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 65 /// Definition of locale::category.
66 typedef int category; typedef in class:locale
89 * @brief Category values.
91 * The standard category values are none, ctype, numeric, collate, time,
93 * intersection. The category all is the union of these values.
97 static const category none = 0;
98 static const category ctype = 1L << 0;
99 static const category numeric = 1L << 1;
100 static const category collate = 1L << 2;
101 static const category time = 1L << 3
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 65 /// Definition of locale::category.
66 typedef int category; typedef in class:locale
89 * @brief Category values.
91 * The standard category values are none, ctype, numeric, collate, time,
93 * intersection. The category all is the union of these values.
97 static const category none = 0;
98 static const category ctype = 1L << 0;
99 static const category numeric = 1L << 1;
100 static const category collate = 1L << 2;
101 static const category time = 1L << 3
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 65 /// Definition of locale::category.
66 typedef int category; typedef in class:locale
89 * @brief Category values.
91 * The standard category values are none, ctype, numeric, collate, time,
93 * intersection. The category all is the union of these values.
97 static const category none = 0;
98 static const category ctype = 1L << 0;
99 static const category numeric = 1L << 1;
100 static const category collate = 1L << 2;
101 static const category time = 1L << 3
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 68 /// Definition of locale::category.
69 typedef int category; typedef in class:locale
92 * @brief Category values.
94 * The standard category values are none, ctype, numeric, collate, time,
96 * intersection. The category all is the union of these values.
100 static const category none = 0;
101 static const category ctype = 1L << 0;
102 static const category numeric = 1L << 1;
103 static const category collate = 1L << 2;
104 static const category time = 1L << 3
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 68 /// Definition of locale::category.
69 typedef int category; typedef in class:locale
92 * @brief Category values.
94 * The standard category values are none, ctype, numeric, collate, time,
96 * intersection. The category all is the union of these values.
100 static const category none = 0;
101 static const category ctype = 1L << 0;
102 static const category numeric = 1L << 1;
103 static const category collate = 1L << 2;
104 static const category time = 1L << 3
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 68 /// Definition of locale::category.
69 typedef int category; typedef in class:locale
92 * @brief Category values.
94 * The standard category values are none, ctype, numeric, collate, time,
96 * intersection. The category all is the union of these values.
100 static const category none = 0;
101 static const category ctype = 1L << 0;
102 static const category numeric = 1L << 1;
103 static const category collate = 1L << 2;
104 static const category time = 1L << 3
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 68 /// Definition of locale::category.
69 typedef int category; typedef in class:locale
92 * @brief Category values.
94 * The standard category values are none, ctype, numeric, collate, time,
96 * intersection. The category all is the union of these values.
100 static const category none = 0;
101 static const category ctype = 1L << 0;
102 static const category numeric = 1L << 1;
103 static const category collate = 1L << 2;
104 static const category time = 1L << 3
    [all...]

Completed in 843 milliseconds

1 2 3 4 5 6 7 8 91011>>