Searched refs:category (Results 151 - 175 of 343) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapp_yaml_helper.py28 category=file_system_at_head.GetIdentity(),
H A Dcompiled_file_system_test.py48 'category=CompiledFileSystemTest/TestFileSystem/file&'
51 'category=CompiledFileSystemTest/TestFileSystem/list&'
56 'category=CompiledFileSystemTest/TestFileSystem/foo/file&'
59 'category=CompiledFileSystemTest/TestFileSystem/foo/list&'
61 factory.Create(f, CompiledFileSystemTest, category='foo'))
H A Davailability_finder.py131 category='features')
134 category='names')
H A Dsamples_data_source.py41 category='extensions')
45 category='apps')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_configuration_unittest.py52 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/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dtimeline_explorer.js313 function addDelta(category, testIndex)
317 if (!(category in deltas))
318 deltas[category] = [];
324 deltas[category].push(html);
/external/e2fsprogs/intl/
H A DgettextP.h154 const char *_nl_locale_name (int category, const char *categoryname);
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dprocess_base.js146 categoriesDict[this.counters[id].category] = true;
/external/chromium_org/base/debug/
H A Dtrace_event_memory.cc107 // TODO(jamescook): Record both category and name, perhaps in a pair for speed.
140 // Force the "memory" category to show up in the trace viewer.
154 // Check to see if tracing is enabled for the memory category.
168 // The memory category is always disabled before OnTraceLogDisabled() is
234 ScopedTraceMemory::ScopedTraceMemory(const char* category) { argument
245 trace_memory_stack->category_stack_[index] = category;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Doptparser.py48 a category name. A confidence score of 5 means the error is certainly
58 in a category if the category passes the filter, as described below.
62 rule "+foo" passes any category that starts with "foo", and "-foo" fails
63 any such category. The filter input "-whitespace,+whitespace/braces" fails
64 the category "whitespace/tab" and passes "whitespace/braces".
377 for category in sorted(self._all_categories):
378 self.stderr_write(' ' + category + '\n')
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dadmx_writer.py78 '''Adds an ADMX category element to the passed parent node. The following
79 snippet shows an example of a category element where "chromium" is the value
82 <category displayName="$(string.chromium)" name="chromium"/>
84 Each parent node can have only one category with a given name. Adding the
85 same category again with the same attributes is ignored, but adding it
90 name: Name of the category.
91 display_name: Display name of the category.
92 parent_category_name: Name of the parent category. Defaults to None.
95 parent.getElementsByTagName('category'))
105 category_elem = self.AddElement(parent, 'category', attribute
[all...]
/external/harfbuzz_ng/src/hb-ucdn/
H A Ducdn.c23 unsigned char category; member in struct:__anon18080
185 return get_ucd_record(code)->category;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DAnalyzedInstruction.java286 if (preInstructionDestRegisterType.category != RegisterType.Category.UninitRef &&
287 preInstructionDestRegisterType.category != RegisterType.Category.UninitThis) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwnm_ap.c102 mgmt->u.action.category = WLAN_ACTION_WNM;
144 mgmt->da, &mgmt->u.action.category, len);
H A Ddrv_callbacks.c514 action->category, (int) action->len);
522 if (action->category == WLAN_ACTION_FT) {
529 if (action->category == WLAN_ACTION_SA_QUERY && action->len >= 4) {
538 if (action->category == WLAN_ACTION_WNM) {
635 " BSSID=" MACSTR " category=%u",
637 MAC2STR(rx_action->bssid), rx_action->category);
647 if (rx_action->category == WLAN_ACTION_SA_QUERY) {
657 buf[24] = rx_action->category;
/external/wpa_supplicant_8/src/ap/
H A Dwnm_ap.c102 mgmt->u.action.category = WLAN_ACTION_WNM;
144 mgmt->da, &mgmt->u.action.category, len);
H A Ddrv_callbacks.c514 action->category, (int) action->len);
522 if (action->category == WLAN_ACTION_FT) {
529 if (action->category == WLAN_ACTION_SA_QUERY && action->len >= 4) {
538 if (action->category == WLAN_ACTION_WNM) {
635 " BSSID=" MACSTR " category=%u",
637 MAC2STR(rx_action->bssid), rx_action->category);
647 if (rx_action->category == WLAN_ACTION_SA_QUERY) {
657 buf[24] = rx_action->category;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwnm_ap.c102 mgmt->u.action.category = WLAN_ACTION_WNM;
144 mgmt->da, &mgmt->u.action.category, len);
H A Ddrv_callbacks.c514 action->category, (int) action->len);
522 if (action->category == WLAN_ACTION_FT) {
529 if (action->category == WLAN_ACTION_SA_QUERY && action->len >= 4) {
538 if (action->category == WLAN_ACTION_WNM) {
635 " BSSID=" MACSTR " category=%u",
637 MAC2STR(rx_action->bssid), rx_action->category);
647 if (rx_action->category == WLAN_ACTION_SA_QUERY) {
657 buf[24] = rx_action->category;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwnm_sta.c118 mgmt->u.action.category = WLAN_ACTION_WNM;
134 &mgmt->u.action.category, len, 0);
515 mgmt->u.action.category = WLAN_ACTION_WNM;
526 len = pos - (u8 *) &mgmt->u.action.category;
530 &mgmt->u.action.category, len, 0);
718 mgmt->u.action.category = WLAN_ACTION_WNM;
724 len = pos - (u8 *) &mgmt->u.action.category;
728 &mgmt->u.action.category, len, 0);
/external/chromium_org/chrome/browser/google_apis/
H A Dgdata_wapi_parser.h189 // Entry category.
221 // Converts category scheme into CategoryType enum. For example,
263 // multiple icons registered for each application, differing in size, category
284 IconCategory category() const { return category_; } function in class:google_apis::AppIcon
296 void set_category(IconCategory category) { category_ = category; } argument
303 // Extracts the icon category from the given string. Returns false and does
305 static bool GetIconCategory(const base::StringPiece& category,
744 // Convenience function for getting the icon URLs for a particular |category|
746 IconList GetIconsForCategory(AppIcon::IconCategory category) cons
[all...]
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_win.cc82 // Check if a Pin matches a category.
83 bool PinMatchesCategory(IPin* pin, REFGUID category) { argument
94 found = (pin_category == category);
100 // Finds a IPin on a IBaseFilter given the direction an category.
101 HRESULT GetPin(IBaseFilter* filter, PIN_DIRECTION pin_dir, REFGUID category, argument
115 if (category == GUID_NULL || PinMatchesCategory(*pin, category))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DExtensionServer.js113 startAuditRun: function(category, auditRun)
116 this._postNotification("audit-started-" + category.id, auditRun.id);
536 var category = new WebInspector.ExtensionAuditCategory(port._extensionOrigin, message.id, message.displayName, message.resultCount);
537 if (WebInspector.panel("audits").getCategory(category.id))
538 return this._status.E_EXISTS(category.id);
539 this._clientObjects[message.id] = category;
540 WebInspector.panel("audits").addCategory(category);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl509 information described by this category.
513 The total number of B-Tree key/value pairs stored under this category.
518 under this category. The is the total number of pages used times
523 The amount of payload stored under this category. Payload is the data
536 category on a per-entry basis. This is the number of unused bytes on
558 category. This is the sum of index, primary, and overflow pages.
571 The total number of overflow pages used for this category.

Completed in 714 milliseconds

1234567891011>>