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

<<21222324252627282930>>

  /external/e2fsprogs/intl/
gettextP.h 154 const char *_nl_locale_name (int category, const char *categoryname);
  /external/mesa3d/src/mapi/glapi/gen/
glX_XML.py 39 def create_enum(self, element, context, category):
40 return glx_enum(element, context, category)
47 def __init__(self, element, context, category):
48 gl_XML.gl_enum.__init__(self, element, context, category)
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 925 public @Category int category = CATEGORY_UNDEFINED; field in class:ApplicationInfo
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 250 // BATTERY_STATS_CHECKIN_VERSION, uid, category, "fgs",
3205 final String category = STAT_NAMES[which]; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
InsettableFrameLayout.java 15 @ViewDebug.ExportedProperty(category = "launcher")
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DashboardAdapterTest.java 422 adapter.setCategoriesAndSuggestions(null /* category */, suggestions);
459 adapter.setCategoriesAndSuggestions(null /* category */, suggestions);
468 adapter.setCategoriesAndSuggestions(null /* category */, suggestions);
477 adapter.setCategoriesAndSuggestions(null /* category */, suggestions);
498 mDashboardAdapter.setCategoriesAndSuggestions(null /* category */, packages);
509 final DashboardCategory category = mock(DashboardCategory.class); local
516 category.tiles = tiles;
518 mDashboardAdapter.setCategory(category);
527 mDashboardAdapter.setCategoriesAndSuggestions(null /* category */, packages);
537 final DashboardCategory category = mock(DashboardCategory.class) local
569 final DashboardCategory category = mock(DashboardCategory.class); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.3/
kotlin-compiler-runner-1.1.3.jar 
  /sdk/eclipse/scripts/
_mk_icons.sh 48 icon C green category
  /toolchain/binutils/binutils-2.25/intl/
gettextP.h 162 const char *_nl_locale_name PARAMS ((int category, const char *categoryname));
  /external/v8/src/heap/
spaces.cc 799 ForAllFreeListCategories([&sum](FreeListCategory* category) {
800 sum += category->available();
    [all...]
  /developers/build/lib/
assetstudio.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stringprep.py 13 if unicodedata.category(code) != 'Cn': return False
211 return unicodedata.category(code) == "Zs" and code != u" "
214 return unicodedata.category(code) == "Zs"
218 return ord(code) < 128 and unicodedata.category(code) == "Cc"
224 if unicodedata.category(code) == "Cc": return True
228 return unicodedata.category(code) == "Cc" or \
233 return unicodedata.category(code) == "Co"
244 return unicodedata.category(code) == "Cs"
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 90 x = {"ph": "M", "category": "process_argv",
143 def add_trace_event(ph, ts, category, name, args=None):
161 "category": category,
  /external/fio/engines/
e4defrag.c 52 .category = FIO_OPT_C_ENGINE,
63 .category = FIO_OPT_C_ENGINE,
glusterfs.c 18 .category = FIO_OPT_C_ENGINE,
27 .category = FIO_OPT_C_ENGINE,
  /external/libvpx/libvpx/tools/
cpplint.py 69 To suppress false-positive errors of a certain category, add a
70 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*)
87 Specify a comma-separated list of category-filters to apply: only
88 error messages whose category names pass the filters will be printed.
89 (Category names are printed with the message and look like
106 is provided for each category like 'build/class'.
140 # If you add a new error message with a new category, add it to the list
207 # The default state of the category filter. This is overrided by the --filter=
471 category = matched.group(1)
472 if category in (None, '(*)'): # => "suppress all
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_nametree.cpp 140 const CFX_ByteString& category)
150 m_pRoot = pNames->GetDictFor(category);
  /external/python/cpython2/Lib/
stringprep.py 13 if unicodedata.category(code) != 'Cn': return False
211 return unicodedata.category(code) == "Zs" and code != u" "
214 return unicodedata.category(code) == "Zs"
218 return ord(code) < 128 and unicodedata.category(code) == "Cc"
224 if unicodedata.category(code) == "Cc": return True
228 return unicodedata.category(code) == "Cc" or \
233 return unicodedata.category(code) == "Co"
244 return unicodedata.category(code) == "Cs"
  /external/v8/tools/clang/translation_unit/
TranslationUnitGenerator.cpp 262 llvm::cl::OptionCategory category("TranslationUnitGenerator Tool");
263 CommonOptionsParser options(argc, argv, category);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
StreamDescriptor.cpp 148 float StreamDescriptorCollection::volIndexToDb(audio_stream_type_t stream, device_category category,
152 return Gains::volIndexToDb(streamDesc.getVolumeCurvePoint(category),
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
QSTileImplTest.java 140 public TileLogMatcher(int category) {
141 mCategory = category;
147 mInvalid = "Expected category " + mCategory + " but was " + arg.getCategory();
  /frameworks/base/telephony/java/android/telephony/
TelephonyHistogram.java 36 // Unique Id identifying a sample within particular category of histogram
65 * Constant for Telephony category
80 public TelephonyHistogram (int category, int id, int bucketCount) {
84 mCategory = category;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSmsCbMessage.java 67 * Get built-in ETWS primary messages by category. ETWS primary message does not contain text,
71 * @param category ETWS message category defined in SmsCbConstants
74 private static String getEtwsPrimaryMessage(Context context, int category) {
76 switch (category) {
  /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
LensPickerActivity.java 165 // If presenting a category, alphabetize the list based on name.
182 private List<ResolveInfo> resolveCategory(String category) {
186 intent.addCategory(category);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
UserPresetsAdapter.java 29 import com.android.gallery3d.filtershow.category.Action;
30 import com.android.gallery3d.filtershow.category.CategoryView;

Completed in 996 milliseconds

<<21222324252627282930>>