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

<<21222324252627282930>>

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
generator.py 45 # Sorts by category of the feature name string:
53 elif (feature.category == 'ARB' or
54 feature.category == 'KHR' or
55 feature.category == 'OES'):
76 # Sorts by primary key of feature category ('feature' or 'extension')
    [all...]
  /external/fio/engines/
net.c 84 .category = FIO_OPT_C_ENGINE,
95 .category = FIO_OPT_C_ENGINE,
132 .category = FIO_OPT_C_ENGINE,
142 .category = FIO_OPT_C_ENGINE,
152 .category = FIO_OPT_C_ENGINE,
161 .category = FIO_OPT_C_ENGINE,
170 .category = FIO_OPT_C_ENGINE,
181 .category = FIO_OPT_C_ENGINE,
192 .category = FIO_OPT_C_ENGINE,
204 .category = FIO_OPT_C_ENGINE
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 86 @ViewDebug.ExportedProperty(category = "layout")
96 @ViewDebug.ExportedProperty(category = "layout")
104 @ViewDebug.ExportedProperty(category = "measurement")
107 @ViewDebug.ExportedProperty(category = "measurement")
110 @ViewDebug.ExportedProperty(category = "measurement", flagMapping = {
144 @ViewDebug.ExportedProperty(category = "measurement")
147 @ViewDebug.ExportedProperty(category = "layout")
150 @ViewDebug.ExportedProperty(category = "layout")
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 120 unsigned Category, unsigned Flag, StringRef Message) override;
214 /// \brief Emit the string information for the category.
215 unsigned getEmitCategory(unsigned category = 0);
477 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category.
486 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Category ID.
488 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Category text.
540 unsigned SDiagsWriter::getEmitCategory(unsigned int category) {
541 if (!State->Categories.insert(category).second)
542 return category;
545 // another record when we lazily generate one for the category entry
    [all...]
  /external/skia/src/core/
SkTraceEventCommon.h 30 // categories, forming a category group, like:
35 // category.
81 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this);
84 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this);
125 // Notes: The category must always be in a long-lived char* (i.e. static const).
131 // TRACE_EVENT1("category", "name",
134 // TRACE_EVENT1("category", "name",
137 // TRACE_EVENT1("category", "name",
146 // means, if the category for the event is disabled, the conversion will not
171 // A thread safe singleton and mutex are used for thread safety. Category
    [all...]
  /external/vulkan-validation-layers/
generator.py 48 # Sorts by category of the feature name string:
56 elif (feature.category == 'ARB' or
57 feature.category == 'KHR' or
58 feature.category == 'OES'):
79 # Sorts by primary key of feature category ('feature' or 'extension')
193 # categoryToPath - map XML 'category' to include file directory name
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 280 mediaGroup.getChild(MEDIA_NAMESPACE, "category")
283 video.category = body;
414 || localName.equals("category")
511 if (localName.equals("category")) {
512 video.category = takeText();
536 public String category; field in class:SafeSaxTest.YouTubeVideo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_syntax.py 532 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
  /external/libcxx/src/
system_error.cpp 57 return *this == code.category() && code.value() == condition;
  /external/python/cpython2/Lib/test/
test_syntax.py 534 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
  /frameworks/base/core/java/android/widget/
AdapterView.java 70 @ViewDebug.ExportedProperty(category = "scrolling")
155 @ViewDebug.ExportedProperty(category = "list")
166 @ViewDebug.ExportedProperty(category = "list")
182 @ViewDebug.ExportedProperty(category = "list")
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationComparator.java 163 return record.getNotification().category == Notification.CATEGORY_CALL
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 129 final int category = a.getInt(R.styleable.MenuItem_android_menuCategory, 0); local
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryPanel.java 17 package com.android.gallery3d.filtershow.category;
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 84 @ViewDebug.ExportedProperty(category = "launcher")
123 @ViewDebug.ExportedProperty(category = "launcher")
125 @ViewDebug.ExportedProperty(category = "launcher")
127 @ViewDebug.ExportedProperty(category = "launcher")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_syntax.py 532 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_syntax.py 532 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
system_error.cpp 42 return *this == code.category() && code.value() == condition;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
system_error.cpp 46 return *this == code.category() && code.value() == condition;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 532 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 532 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 211 String category = element.getAttribute(ATTR_VALUE); local
212 if (category != null && !category.isEmpty()) {
213 mCategory = category;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
BearerData.java 348 * The Service Category Program Data subparameter is used to enable and disable
357 * The Service Category Program Results subparameter informs the message center
358 * of the results of a Service Category Program Data request.
872 int category = result.getCategory(); local
1712 int category = (inStream.read(8) << 8) | inStream.read(8); local
1823 int category = SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java     [all...]
  /art/tools/runtime_memusage/
symbol_trace_info.py 32 """Returns the category a trace belongs to by searching substrings."""
68 # Category that a data point belongs to
77 """Prints information of category and puts related traces in a files."""
100 # Info of traces containing a call to current category
195 # Makes sure each trace maps to some category
242 # Contains a mapping between traces and the category they belong to
274 output_file.write("# Category: " + cat_name + "\n")
278 for time, dex_offset, category, address in data_lists["plot_list"]:
279 if category == cat_name:

Completed in 1825 milliseconds

<<21222324252627282930>>