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

12345

/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/harfbuzz/contrib/tables/
H A Dcategory-properties.h12 HB_CharCategory category; member in struct:category_property
/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/harfbuzz/contrib/
H A Dharfbuzz-unicode-glib.c160 HB_CharCategory *category,
162 *category = hb_category_for_char(ch);
159 HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass) argument
H A Dharfbuzz-unicode-icu.c193 HB_CharCategory *category,
195 *category = hb_category_for_char(ch);
192 HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass) argument
H A Dharfbuzz-unicode-tables.c6 #include "tables/category-properties.h"
70 return ((const struct category_property *) vprop)->category;
75 HB_CharCategory *category,
77 *category = code_point_to_category(ch);
74 HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass) argument
/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/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/chromium_org/cc/debug/
H A Dtraced_value.cc25 const char* category,
29 dict->SetString("cat", category);
24 MakeDictIntoImplicitSnapshotWithCategory( const char* category, base::DictionaryValue* dict, const char* object_name, const void* id) argument
/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/browser/ui/webui/performance_monitor/
H A Dperformance_monitor_l10n.cc55 string16 GetLocalizedStringFromEventCategory(const EventCategory category) { argument
57 switch (category) {
75 const EventCategory category) {
77 switch (category) {
260 const MetricCategory category) {
263 switch (category) {
284 const MetricCategory category) {
287 switch (category) {
74 GetLocalizedStringForEventCategoryDescription( const EventCategory category) argument
259 GetLocalizedStringFromMetricCategory( const MetricCategory category) argument
283 GetLocalizedStringForMetricCategoryDescription( const MetricCategory category) argument
/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 switch (category) {
/external/harfbuzz/src/
H A Dharfbuzz-hebrew.c151 HB_CharCategory category; local
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
155 if (category != HB_Mark_NonSpacing) {
/external/harfbuzz/tests/linebreaking/
H A Dharfbuzz-qt.cpp41 void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass) argument
43 *category = (HB_CharCategory)QChar::category(ch);
49 return (HB_CharCategory)QChar::category(ch);
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-hebrew.c151 HB_CharCategory category; local
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
155 if (category != HB_Mark_NonSpacing) {
/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/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.h78 CalculationCategory category() const { return m_category; } function in class:WebCore::CSSCalcExpressionNode
83 CSSCalcExpressionNode(CalculationCategory category, bool isInteger) argument
84 : m_category(category)
105 CalculationCategory category() const { return m_expression->category(); } function in class:WebCore::CSSCalcValue
/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;

Completed in 747 milliseconds

12345