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

<<11121314151617181920>>

  /external/chromium_org/base/debug/
trace_event_memory_unittest.cc 81 EXPECT_EQ("cat1", ScopedTraceMemory::GetScopeDataForTest(0).category);
88 EXPECT_EQ("cat2", ScopedTraceMemory::GetScopeDataForTest(1).category);
104 ScopedTraceMemory scope("category", "name");
149 // Input with normal category and name entries.
150 const char kCategory[] = "category";
167 // Input with with the category "toplevel".
trace_event_memory.cc 137 // Each item in the trace event stack contains both name and category so tell
156 // Force the "memory" category to show up in the trace viewer.
170 // Check to see if tracing is enabled for the memory category.
184 // The memory category is always disabled before OnTraceLogDisabled() is
249 void ScopedTraceMemory::Initialize(const char* category, const char* name) {
258 event.category = category;
401 // Convert pairs of "stack addresses" into category and name strings.
410 // TODO(jamescook): Report the trace category and name separately to the
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_math_description.js 26 * category: (undefined|string),
  /external/chromium_org/chrome/common/extensions/docs/server2/
whats_new_data_source.py 36 category = self._platform_bundle.GetAPICategorizer(platform).GetCategory(
38 if category == 'chrome':
branch_utility.py 52 def create_object_store(category):
53 return object_store_creator.Create(BranchUtility, category=category)
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyPath.cpp 100 return (category(c) & unicodeLetter) || (c == '$') || (c == '_');
105 return (category(c) & (unicodeLetter | unicodeCombiningMark | unicodeDigit | unicodeConnectorPunctuation)) || (c == '$') || (c == '_') || (c == zeroWidthNonJoiner) || (c == zeroWidthJoiner);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png_unittest.py 62 def mock_handle_style_error(line_number, category, confidence, message):
63 error = (line_number, category, confidence, message)
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
remap_helper.py 127 category, num = api.get_category_for_name(n)
129 c = gl_XML.real_category_name(category)
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
index.css 49 #category-menu {
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 102 To suppress false-positive errors of a certain category, add a
103 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*)
119 Specify a comma-separated list of category-filters to apply: only
120 error messages whose category names pass the filters will be printed.
121 (Category names are printed with the message and look like
138 is provided for each category like 'build/class'.
159 # If you add a new error message with a new category, add it to the list
226 # The default state of the category filter. This is overrided by the --filter=
376 category = matched.group(1)
377 if category in (None, '(*)'): # => "suppress all
    [all...]
  /external/lldb/source/Core/
Timer.cpp 78 Timer::Timer (const char *category, const char *format, ...) :
79 m_category (category),
154 // Keep total results for each category so we can dump results.
  /external/mesa3d/src/mapi/glapi/gen/
remap_helper.py 127 category, num = api.get_category_for_name(n)
129 c = gl_XML.real_category_name(category)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntent.java 107 public Intent addCategory(String category) {
108 categories.add(category);
113 public void removeCategory(String category) {
114 categories.remove(category);
118 public boolean hasCategory(String category) {
119 return categories.contains(category);
619 for (String category : categories) {
620 out.writeString(category);
  /external/smack/src/org/jivesoftware/smackx/
GatewayManager.java 85 String category = identity.getCategory(); local
86 if(category.toLowerCase().equals("gateway")){
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
AnalyzedInstruction.java 274 if (preInstructionDestRegisterType.category != RegisterType.UNINIT_REF &&
275 preInstructionDestRegisterType.category != RegisterType.UNINIT_THIS) {
  /frameworks/base/core/java/android/widget/
FrameLayout.java 66 @ViewDebug.ExportedProperty(category = "measurement")
69 @ViewDebug.ExportedProperty(category = "drawing")
76 @ViewDebug.ExportedProperty(category = "padding")
79 @ViewDebug.ExportedProperty(category = "padding")
82 @ViewDebug.ExportedProperty(category = "padding")
85 @ViewDebug.ExportedProperty(category = "padding")
91 @ViewDebug.ExportedProperty(category = "drawing")
95 @ViewDebug.ExportedProperty(category = "drawing")
  /frameworks/native/cmds/atrace/
atrace.cpp 51 // The name identifying the category.
54 // A longer description of the category.
57 // The userland tracing tags that the category enables.
60 // The fname==NULL terminated list of /sys/ files that the category
64 // category.
263 // Check whether the category is supported on the device with the current
264 // rootness. A category is supported only if all its required /sys/ files are
265 // writable and if enabling the category will enable one or more tracing tags
267 static bool isCategorySupported(const TracingCategory& category)
269 bool ok = category.tags != 0
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 189 * <test-case category="XSLT-Result-Tree" id="attribset_attribset01">
208 String category = testCaseElement.getAttribute("category"); local
210 String name = category + "." + id;
263 return new XsltTest(category, id, purpose, spec, principalData,
311 private final String category; field in class:XsltXPathConformanceTestSuite.XsltTest
329 XsltTest(String category, String id, String purpose, String spec,
333 this.category = category;
404 return category + "." + id
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
TapAgainDialog.java 41 public static final String EXTRA_CATEGORY = "category";
63 String category = intent.getStringExtra(EXTRA_CATEGORY); local
84 if (CardEmulation.CATEGORY_PAYMENT.equals(category)) {
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_carray.i 25 typedef pointer_category category;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_set.i 100 typedef pointer_category category;
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.h 61 REFGUID category,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_configuration_unittest.py 52 for category, specifier in config.items():
53 result_config_dict[category] = specifier
59 for category in config.keys():
60 result_config_keys.append(category)
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
template.py 45 <div id="category-menu"></div>
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanel.java 28 import com.android.gallery3d.filtershow.category.MainPanel;

Completed in 1080 milliseconds

<<11121314151617181920>>