Searched defs:category (Results 1 - 25 of 130) sorted by relevance

123456

/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
H A Ddevtools.js5 var category = chrome.experimental.devtools.audits.addCategory( variable
7 category.onAuditStarted.addListener(function callback(auditResults) {
/external/e2fsprogs/intl/
H A Ddcgettext.c47 DCGETTEXT (const char *domainname, const char *msgid, int category) argument
49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
H A Ddcngettext.c49 int category)
51 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
47 DCNGETTEXT(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category) argument
H A Dintl-compat.c77 dcgettext (const char *domainname, const char *msgid, int category) argument
79 return libintl_dcgettext (domainname, msgid, category);
104 int category)
106 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
102 dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category) argument
/external/chromium_org/build/android/pylib/device/
H A Dintent.py14 category=None, component=None, data=None, extras=None,
22 category: A string or list containing any categories.
33 if isinstance(category, list) or category is None:
34 self._category = category
36 self._category = [category]
57 def category(self): member in class:Intent
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPreferenceCategoryTest.java19 private PreferenceCategory category; field in class:PreferenceCategoryTest
24 category = new PreferenceCategory(new Activity());
25 shadow = Robolectric.shadowOf(category);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_ci.c70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, argument
81 p_buf->category = category;
/external/chromium_org/cc/debug/
H A Dtraced_value.cc33 const char* category,
37 dict->SetString("cat", category);
42 const char* category,
47 dict->SetString("cat", category);
32 MakeDictIntoImplicitSnapshotWithCategory( const char* category, base::debug::TracedValue* dict, const char* object_name, const void* id) argument
41 MakeDictIntoImplicitSnapshotWithCategory( const char* category, base::debug::TracedValue* dict, const char* object_base_type_name, const char* object_name, const void* id) argument
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DProcessCategory.cs26 public static string ToGroupTitle(this ProcessCategory category) { argument
27 switch (category) {
33 return category.ToString();
H A DAttachDialog.cs60 ProcessCategory category = (ProcessCategory)value;
62 ListViewGroup group = new ListViewGroup(category.ToGroupTitle());
63 processGroups[category] = group;
66 loadedProcessTable[category] = new List<ProcessViewItem>();
176 private void InsertCategoryItems(ProcessCategory category) { argument
177 foreach (ProcessViewItem item in loadedProcessTable[category]) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DBasicRegisterMapper.java113 * @param category {@code 1..2;} width of reg
115 public void addMapping(int oldReg, int newReg, int category) { argument
125 if (runningCountNewRegisters < (newReg + category)) {
126 runningCountNewRegisters = newReg + category;
H A DInterferenceRegisterMapper.java65 public void addMapping(int oldReg, int newReg, int category) { argument
66 super.addMapping(oldReg, newReg, category);
70 if (category == 2) {
81 * @param category category of old namespace register
84 public boolean interferes(int oldReg, int newReg, int category) { argument
92 } else if (category == 1) {
96 || (interferes(oldReg, newReg+1, category-1));
133 * pinned to the specified new-namespace reg + category. Takes into
134 * account the category o
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
H A DPropertyCategoryProvider.java11 package org.eclipse.wb.internal.core.model.property.category;
H A DPropertyCategoryProviders.java11 package org.eclipse.wb.internal.core.model.property.category;
48 * Returns category forced by user, may be <code>null</code>.
60 * Returns first not <code>null</code> category returned by provider.
66 PropertyCategory category = provider.getCategory(property);
67 if (category != null) {
68 return category;
71 throw new IllegalStateException("Can not provide category for " + property.getTitle());
H A DPropertyCategory.java11 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;
102 return m_priority == category.m_priority;
154 * @return the priority of this category
[all...]
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h27 severity(0), category(0) {}
43 /// \brief Return the category of the diagnostic.
46 /// \brief Return the category string of the diagnostic.
90 unsigned category; member in class:clang::CXLoadedDiagnostic
/external/chromium_org/chrome/utility/media_galleries/
H A Dpicasa_album_table_reader.cc77 uint32 category = kAlbumCategoryInvalid; local
83 if (!category_column.ReadUInt32(i, &category) ||
92 if (category == kAlbumCategoryAlbum) {
100 } else if (category == kAlbumCategoryFolder) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineEventOverview.js45 for (var category in categories) {
46 this._fillStyles[category] = WebInspector.TimelineUIUtils.createFillStyleForCategory(this._context, 0, WebInspector.TimelineEventOverview._stripGradientHeight, categories[category]);
47 categories[category].addEventListener(WebInspector.TimelineCategory.Events.VisibilityChanged, this._onCategoryVisibilityChanged, this);
66 for (var category in categories)
67 categories[category].removeEventListener(WebInspector.TimelineCategory.Events.VisibilityChanged, this._onCategoryVisibilityChanged, this);
95 var category = this._uiUtils.categoryForRecord(record);
96 if (category.overviewStripGroupIndex < 0)
98 var bar = lastBarByGroup[category.overviewStripGroupIndex];
101 // If record fits entirely into previous bar just absorb it ignoring the category matc
[all...]
/external/bison/lib/
H A Dgettext.h150 int category)
152 const char *translation = dcgettext (domain, msg_ctxt_id, category);
170 int category)
173 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
212 int category)
231 translation = dcgettext (domain, msg_ctxt_id, category);
258 int category)
277 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
148 pgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, int category) argument
167 npgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
210 dcpgettext_expr(const char *domain, const char *msgctxt, const char *msgid, int category) argument
255 dcnpgettext_expr(const char *domain, const char *msgctxt, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
/external/chromium_org/base/debug/
H A Dtrace_event_memory.h91 const char* category; member in struct:base::debug::ScopedTraceMemory::ScopeData
95 // Memory for |category| and |name| must be static, for example, literal
97 ScopedTraceMemory(const char* category, const char* name) { argument
100 Initialize(category, name);
118 void Initialize(const char* category, const char* name);
161 #define INTERNAL_TRACE_MEMORY(category, name) \
162 base::debug::ScopedTraceMemory INTERNAL_TRACE_MEMORY_ID(category, name);
164 #define INTERNAL_TRACE_MEMORY(category, name)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.h85 CalculationCategory category() const { return m_category; } function in class:blink::CSSCalcExpressionNode
92 CSSCalcExpressionNode(CalculationCategory category, bool isInteger) argument
93 : m_category(category)
96 ASSERT(category != CalcOther);
118 CalculationCategory category() const { return m_expression->category(); } function in class:blink::CSSCalcValue
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DCharacter.cpp341 CharCategory category = Unicode::category(c); local
342 if (category & (Separator_Space | Separator_Line | Separator_Paragraph | Other_NotAssigned | Other_Control | Other_Format))
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DProperty.java15 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
87 public final void setCategory(PropertyCategory category) { argument
88 m_category = category;
/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp160 DataVisualization::Categories::GetCategory (const ConstString &category, lldb::TypeCategoryImplSP &entry, argument
163 entry = GetFormatManager().GetCategory(category, allow_create);
168 DataVisualization::Categories::Add (const ConstString &category) argument
170 GetFormatManager().GetCategory(category);
174 DataVisualization::Categories::Delete (const ConstString &category) argument
176 GetFormatManager().DisableCategory(category);
177 return GetFormatManager().DeleteCategory(category);
187 DataVisualization::Categories::Clear (const ConstString &category) argument
189 GetFormatManager().GetCategory(category)->Clear(eFormatCategoryItemSummary | eFormatCategoryItemRegexSummary);
193 DataVisualization::Categories::Enable (const ConstString& category, argument
202 Disable(const ConstString& category) argument
209 Enable(const lldb::TypeCategoryImplSP& category, TypeCategoryMap::Position pos) argument
221 Disable(const lldb::TypeCategoryImplSP& category) argument
[all...]
H A DTypeCategoryMap.cpp61 ValueSP category; local
62 if (!Get(category_name,category))
64 return Enable(category, pos);
71 ValueSP category; local
72 if (!Get(category_name,category))
74 return Disable(category);
78 TypeCategoryMap::Enable (ValueSP category, Position pos) argument
81 if (category.get())
85 m_active_categories.push_front(category);
87 m_active_categories.push_back(category);
107 Disable(ValueSP category) argument
246 lldb::TypeCategoryImplSP category = *begin; local
[all...]

Completed in 2824 milliseconds

123456