/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
admx_writer.py | 78 '''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', attributes [all...] |
/frameworks/base/core/java/android/widget/ |
TableRow.java | 406 @ViewDebug.ExportedProperty(category = "layout") 412 @ViewDebug.ExportedProperty(category = "layout")
|
LinearLayout.java | 84 @ViewDebug.ExportedProperty(category = "layout") 94 @ViewDebug.ExportedProperty(category = "layout") 102 @ViewDebug.ExportedProperty(category = "measurement") 105 @ViewDebug.ExportedProperty(category = "measurement") 108 @ViewDebug.ExportedProperty(category = "measurement", flagMapping = { 142 @ViewDebug.ExportedProperty(category = "measurement") 145 @ViewDebug.ExportedProperty(category = "layout") 148 @ViewDebug.ExportedProperty(category = "layout") [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardSecurityViewFlipper.java | 249 @ViewDebug.ExportedProperty(category = "layout") 252 @ViewDebug.ExportedProperty(category = "layout")
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyButtonView.java | 58 @ViewDebug.ExportedProperty(category = "drawing") 60 @ViewDebug.ExportedProperty(category = "drawing")
|
/frameworks/opt/telephony/src/java/android/telephony/ |
CellBroadcastMessage.java | 107 int category = cursor.getInt( local 211 SmsCbMessage msg = new SmsCbMessage(format, geoScope, serialNum, location, category,
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
RegisteredServicesCache.java | 165 public List<ApduServiceInfo> getServicesForCategory(int userId, String category) { 170 if (service.hasCategory(category)) services.add(service);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 30 def idle_formatwarning_subproc(message, category, filename, lineno, 40 s += "%s: %s\n" % (category.__name__, message)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 30 def idle_formatwarning_subproc(message, category, filename, lineno, 40 s += "%s: %s\n" % (category.__name__, message)
|
/external/bluetooth/bluedroid/btif/co/ |
bta_av_co.c | 517 UINT8 category = A2D_SUCCESS; local 554 category = AVDT_ASC_PROTECT; 563 category = AVDT_ASC_PROTECT; 608 category = AVDT_ASC_CODEC; 615 APPL_TRACE_DEBUG2("bta_av_co_audio_setconfig reject s=%d c=%d", status, category); 618 bta_av_ci_setconfig(hndl, status, category, 0, NULL, FALSE); [all...] |
/frameworks/base/core/java/android/webkit/ |
WebView.java | [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | 43 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory; 44 import org.eclipse.wb.internal.core.model.property.category.PropertyCategoryProvider; 45 import org.eclipse.wb.internal.core.model.property.category.PropertyCategoryProviders; 860 PropertyCategory category = getCategory(property); local 862 if (category.isHidden()) { 866 if (category.isAdvanced()) { 871 if (category.isAdvancedReally()) { [all...] |
/frameworks/base/core/java/android/view/ |
View.java | 167 * <tr><th>Category</th> <th>Methods</th> <th>Description</th></tr> [all...] |
ViewGroup.java | 169 @ViewDebug.ExportedProperty(category = "events") 171 @ViewDebug.ExportedProperty(category = "events") 174 @ViewDebug.ExportedProperty(category = "events") 177 @ViewDebug.ExportedProperty(category = "events") 455 @ViewDebug.ExportedProperty(category = "layout") 564 @ViewDebug.ExportedProperty(category = "focus", mapping = { [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 1000 String category = mMainCategories.get(i); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-core-commands-3.6.0.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.commands_3.4.0.I20080509-2000.jar | |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/ |
org-eclipse-core-commands-3.6.0.jar | |
/dalvik/dx/src/com/android/dx/ssa/ |
SsaMethod.java | 315 * @param category width (1 or 2) of the register 318 public int borrowSpareRegister(int category) { 321 borrowedSpareRegisters += category; 322 registerCount = Math.max(registerCount, result + category);
|
/external/chromium/chrome/browser/ |
jumplist_win.cc | 103 /* [in] */ KNOWNDESTCATEGORY category) = 0; 267 // Updates a specified category of an application JumpList. 270 // So, this function can be used only for adding an unregistered category. 273 // A string ID which contains the category name. 283 // A list of ShellLinkItem objects to be added under the specified category. 296 std::wstring category = UTF16ToWide(l10n_util::GetStringUTF16(category_id)); 319 // replaces all items in the given category with the ones in the new list. 325 return list->AppendCategory(category.c_str(), object_array); 328 // Updates the "Tasks" category of the JumpList. 331 // * The "Task" category is a registered category [all...] |
/external/chromium_org/chrome/browser/ |
jumplist_win.cc | 114 /* [in] */ KNOWNDESTCATEGORY category) = 0; 252 // Updates a specified category of an application JumpList. 255 // So, this function can be used only for adding an unregistered category. 258 // A string ID which contains the category name. 268 // A list of ShellLinkItem objects to be added under the specified category. 281 std::wstring category = UTF16ToWide(l10n_util::GetStringUTF16(category_id)); 304 // replaces all items in the given category with the ones in the new list. 310 return list->AppendCategory(category.c_str(), object_array); 313 // Updates the "Tasks" category of the JumpList. 316 // * The "Task" category is a registered category [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_data_source.py | 441 for category in table_info.keys(): 442 content = copy.deepcopy(table_info[category]) 449 misc_rows.append({ 'title': category, 'content': content })
|