/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 119 return category; 598 if (readString(TopDiags, TopDiags.Categories, "category", Record, 654 D->category = Record[offset++]; 657 D->CategoryText = D->category ? TopDiags.Categories[D->category] : "";
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/ |
UnicodeGLib.h | 204 inline CharCategory category(UChar32 c) function in namespace:WTF::Unicode
|
/frameworks/base/core/java/android/widget/ |
AdapterView.java | 66 @ViewDebug.ExportedProperty(category = "scrolling") 151 @ViewDebug.ExportedProperty(category = "list") 162 @ViewDebug.ExportedProperty(category = "list") 178 @ViewDebug.ExportedProperty(category = "list") [all...] |
TableRow.java | 406 @ViewDebug.ExportedProperty(category = "layout") 412 @ViewDebug.ExportedProperty(category = "layout")
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
SimpleInflater.java | 129 final int category = a.getInt(R.styleable.MenuItem_android_menuCategory, 0); local
|
/sdk/assetstudio/src/com/android/assetstudiolib/ |
NotificationIconGenerator.java | 107 public void generate(String category, Map<String, Map<String, BufferedImage>> categoryMap, 174 * category
|
TabIconGenerator.java | 143 public void generate(String category, Map<String, Map<String, BufferedImage>> categoryMap,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
BearerData.java | 344 * The Service Category Program Data subparameter is used to enable and disable 353 * The Service Category Program Results subparameter informs the message center 354 * of the results of a Service Category Program Data request. 866 int category = result.getCategory(); local 1662 int category = (inStream.read(8) << 8) | inStream.read(8); local 1773 int category = SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN; local [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avdt_api.h | 126 /* Application service category. This indicates the application 127 ** service category. 144 #define AVDT_ERR_CATEGORY 0x17 /* Bad service category */ 157 #define AVDT_ERR_SERVICE 0x80 /* Invalid service category */ 609 UINT8 category); [all...] |
/external/checkpolicy/ |
policy_scan.l | 123 CATEGORY | 124 category { return(CATEGORY); }
|
/frameworks/base/media/java/android/media/ |
MediaRouter.java | 465 // Enforce that any added route in a groupable category must be in a group. 574 * Return the {@link MediaRouter.RouteCategory category} at the given index. 577 * @param index which category to return 578 * @return the category at index 615 * @param category The category the new route will belong to 622 public UserRouteInfo createUserRoute(RouteCategory category) { 623 return new UserRouteInfo(category); 627 * Create a new route category. Each route must belong to a category [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardSecurityViewFlipper.java | 250 @ViewDebug.ExportedProperty(category = "layout") 253 @ViewDebug.ExportedProperty(category = "layout")
|
/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 | 42 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory; 43 import org.eclipse.wb.internal.core.model.property.category.PropertyCategoryProvider; 44 import org.eclipse.wb.internal.core.model.property.category.PropertyCategoryProviders; 840 PropertyCategory category = getCategory(property); local 842 if (category.isHidden()) { 846 if (category.isAdvanced()) { 851 if (category.isAdvancedReally()) { [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
ResourcesPanel.js | 891 return "category://" + this._categoryName; [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 954 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 | |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | 613 # this is a test category, return all the tests of the category. [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.commands_3.4.0.I20080509-2000.jar | |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
/dalvik/dx/src/com/android/dx/ssa/ |
SsaMethod.java | 316 * @param category width (1 or 2) of the register 319 public int borrowSpareRegister(int category) { 322 borrowedSpareRegisters += category; 323 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/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaMethod.java | 316 * @param category width (1 or 2) of the register 319 public int borrowSpareRegister(int category) { 322 borrowedSpareRegisters += category; 323 registerCount = Math.max(registerCount, result + category);
|