/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardIconsSet.java | 70 final Integer attrId = (Integer)NAMES_AND_ATTR_IDS[i + 1]; 71 if (attrId != ATTR_UNDEFINED) { 72 ATTR_ID_TO_ICON_ID.put(attrId, iconId); 83 final int attrId = ATTR_ID_TO_ICON_ID.keyAt(index); 85 final Drawable icon = keyboardAttrs.getDrawable(attrId); 87 final Integer iconId = ATTR_ID_TO_ICON_ID.get(attrId); 91 + keyboardAttrs.getResources().getResourceEntryName(attrId)
|
KeyVisualAttributes.java | 73 for (final int attrId : VISUAL_ATTRIBUTE_IDS) { 74 sVisualAttributeIds.put(attrId, ATTR_DEFINED); 81 final int attrId = keyAttr.getIndex(i); 82 if (sVisualAttributeIds.get(attrId, ATTR_NOT_FOUND) == ATTR_NOT_FOUND) {
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
ThemeUtils.java | 29 public static int getAttribute(Theme theme, int attrId) { 31 theme.resolveAttribute(attrId, outValue, true);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
XmlParseUtils.java | 74 public static void checkAttributeExists(final TypedArray attr, final int attrId, 77 if (attr.hasValue(attrId)) {
|
/frameworks/base/tools/aapt/ |
ResourceTable.h | 214 uint32_t attrID, 238 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType); 239 virtual bool getAttributeMin(uint32_t attrID, uint32_t* outMin); 240 virtual bool getAttributeMax(uint32_t attrID, uint32_t* outMax); 241 virtual bool getAttributeKeys(uint32_t attrID, Vector<String16>* outKeys); 242 virtual bool getAttributeEnum(uint32_t attrID, 245 virtual bool getAttributeFlags(uint32_t attrID, 248 virtual uint32_t getAttributeL10N(uint32_t attrID); 537 const Item* getItem(uint32_t resID, uint32_t attrID) const; 538 bool getItemValue(uint32_t resID, uint32_t attrID, [all...] |
ResourceTable.cpp | [all...] |
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 188 final int attrID = columns [c]; 189 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ()); 196 boolean fail = (m_metrics [attrID] > 0) && ! attr.passes (item, m_metrics [attrID]); 367 final int attrID = columns [c]; 368 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ()); 375 boolean fail = (m_metrics [attrID] > 0) && ! attr.passes (item, m_metrics [attrID]); 484 final int attrID = columns [c]; 485 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ()) [all...] |
/external/emma/core/java12/com/vladium/emma/report/txt/ |
ReportGenerator.java | 357 final int attrID = columns [c]; 358 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ()); 388 final int attrID = columns [c]; 389 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ()); 393 boolean fail = (m_metrics [attrID] > 0) && ! attr.passes (item, m_metrics [attrID]);
|
/external/ppp/pppd/plugins/radius/ |
avpair.c | 34 VALUE_PAIR *rc_avpair_add (VALUE_PAIR **list, int attrid, void *pval, int len, 39 vp = rc_avpair_new (attrid, pval, len, vendorcode); 110 VALUE_PAIR *rc_avpair_new (int attrid, void *pval, int len, int vendorcode) 115 if ((pda = rc_dict_getattr (attrid, vendorcode)) == (DICT_ATTR *) NULL) 117 error("rc_avpair_new: unknown attribute %d", attrid); 125 vp->attribute = attrid;
|
/external/emma/core/java12/com/vladium/emma/report/ |
AbstractReportGenerator.java | 189 final int attrID = m_settings.getSortOrder () [s]; 191 if ((typeAttrIDSet & (1 << attrID)) != 0) 193 orderedAttrIDsWithDir.add (attrID);
|
/frameworks/base/include/androidfw/ |
ResourceTypes.h | [all...] |
/external/emma/core/java12/com/vladium/emma/report/xml/ |
ReportGenerator.java | 428 final int attrID = columns [c]; 430 if (attrID != IItemAttribute.ATTRIBUTE_NAME_ID) 432 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
Avrcp.java | 690 private String getAttributeString(int attrId) { 692 switch (attrId) { 715 if (DEBUG) Log.v(TAG, "getAttributeString:attrId=" + attrId + " str=" + attrStr); [all...] |
/frameworks/base/core/java/android/app/ |
AlertDialog.java | 322 * @param attrId ID of a theme attribute that points to a drawable resource. 324 public void setIconAttribute(int attrId) { 326 mContext.getTheme().resolveAttribute(attrId, out, true); 471 * @param attrId ID of a theme attribute that points to a drawable resource. 473 public Builder setIconAttribute(int attrId) { 475 P.mContext.getTheme().resolveAttribute(attrId, out, true); [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
AlertController.java | 351 * @param attrId the attributeId of the theme-specific drawable 356 public int getIconAttributeResId(int attrId) { 358 mContext.getTheme().resolveAttribute(attrId, out, true); [all...] |
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | [all...] |
/external/qemu/hw/ |
bt-sdp.c | 772 #define ATTRIBUTE(attrid, val) { .id = glue(SDP_ATTR_, attrid), .data = val },
|
/external/llvm/include/llvm/Bitcode/ |
LLVMBitCodes.h | 100 TYPE_CODE_FUNCTION_OLD = 9, // FUNCTION: [vararg, attrid, retty,
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 629 // FIXME: attrid is dead, remove it in LLVM 4.0 630 // FUNCTION: [vararg, attrid, retty, paramty x N] 885 // FIXME: attrid is dead, remove it in LLVM 3.0 886 // FUNCTION: [vararg, attrid, retty, paramty x N] [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | 910 // FIXME: attrid is dead, remove it in LLVM 4.0 911 // FUNCTION: [vararg, attrid, retty, paramty x N] [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
dojo-1.6.1.js | [all...] |
/external/emma/lib/ |
emma.jar | |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 340 // FUNCTION: [isvararg, attrid, retty, paramty x N] [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 280 // FUNCTION: [isvararg, attrid, retty, paramty x N] [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 807 // FIXME: attrid is dead, remove it in LLVM 4.0 808 // FUNCTION: [vararg, attrid, retty, paramty x N] [all...] |