/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
UserHistoryDictIOUtils.java | 166 final ArrayList<PendingAttribute> attrList = bigrams.get(entry.getKey()); 167 if (attrList != null) { 168 for (final PendingAttribute attr : attrList) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
CustomViewDescriptorService.java | 196 List<AttributeDescriptor> attrList = new ArrayList<AttributeDescriptor>(); 199 attrList, paramList); 203 if (!attrList.isEmpty()) { 204 attributes = join(attrList, attributes); 596 List<AttributeDescriptor> attrList = new ArrayList<AttributeDescriptor>(); 599 mTimeStamps = findCustomDescriptors(mProject, type, attrList, paramList); 604 if (!attrList.isEmpty()) { 605 attributes = join(attrList, attributes); 607 attributes = attrList.toArray(new AttributeDescriptor[attrList.size()]) [all...] |
LayoutDescriptors.java | 267 AttributeInfo[] attrList = link.getAttributes(); 268 if (attrList.length > 0) { 273 attrList,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
Android.mk | 5 AttrList.inc \
|
/external/linux-tools-perf/Documentation/ |
asciidoc.conf | 11 (?su)[\\]?(?P<name>linkperf):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
|
/external/llvm/lib/IR/ |
AttributeImpl.h | 173 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { 174 for (unsigned I = 0, E = AttrList.size(); I != E; ++I) 175 AttrList[I].Profile(ID);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/ |
OtherXmlDescriptors.java | 350 AttributeInfo[] attrList = link.getAttributes(); 351 if (attrList.length > 0) { 357 attrList,
|
/external/chromium_org/crypto/ |
apple_keychain_ios.mm | 115 OSStatus AppleKeychain::ItemFreeContent(SecKeychainAttributeList* attrList,
|
/external/clang/ |
clang-tblgen-rules.mk | 26 ifneq ($(findstring AttrList.inc,$(TBLGEN_TABLES)),) 27 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrList.inc 28 $(intermediates)/include/clang/Basic/AttrList.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 29 $(intermediates)/include/clang/Basic/AttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
|
/frameworks/compile/slang/ |
Android.mk | 61 AttrList.inc \ 165 AttrList.inc \
|
/external/clang/include/clang/Sema/ |
DeclSpec.h | [all...] |
AttributeList.h | 642 AttributeList *AttrList; 645 CXX11AttributeList (AttributeList *attrList, SourceRange range, bool hasAttr) 646 : AttrList(attrList), Range(range), HasAttr (hasAttr) { 649 : AttrList(0), Range(), HasAttr(false) {
|
Sema.h | [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_mac.cc | 250 SecKeychainAttributeList *attrList; 254 NULL, &attrList, 274 for (unsigned int i = 0; i < attrList->count; i++) { 275 SecKeychainAttribute attr = attrList->attr[i]; 325 keychain.ItemFreeAttributesAndData(attrList, password_data); 719 SecKeychainAttributeList attrList = { 1, &attr }; 721 &attrList, 0, NULL); [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
password_store_mac.cc | 256 SecKeychainAttributeList *attrList; 267 NULL, &attrList, 289 for (unsigned int i = 0; i < attrList->count; i++) { 290 SecKeychainAttribute attr = attrList->attr[i]; 340 keychain.ItemFreeAttributesAndData(attrList, password_data); 812 SecKeychainAttributeList attrList = { 1, &attr }; 814 &attrList, 0, NULL); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
Avrcp.java | 316 ArrayList<Integer> attrList = (ArrayList<Integer>) msg.obj; 321 attrIds[i] = attrList.get(i).intValue(); 588 ArrayList<Integer> attrList = new ArrayList<Integer>(); 590 attrList.add(attrs[i]); 592 Message msg = mHandler.obtainMessage(MESSAGE_GET_ELEM_ATTRS, (int)numAttr, 0, attrList); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleWizard.java | 278 List<Attr> attrList = entry.getValue(); 279 Collections.sort(attrList, new Comparator<Attr>() { 293 for (Attr attr : attrList) {
|
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | 450 SourceLocation EndProtoLoc, AttributeList *AttrList) { 495 if (AttrList) 496 ProcessDeclAttributeList(TUScope, IDecl, AttrList); 679 AttributeList *AttrList) { 681 // FIXME: Deal with AttrList. 718 if (AttrList) 719 ProcessDeclAttributeList(TUScope, PDecl, AttrList); 815 AttributeList *attrList) { 829 if (attrList) 830 ProcessDeclAttributeList(TUScope, PDecl, attrList); [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
proxydetect.cc | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
proxydetect.cc | [all...] |
/external/clang/tools/libclang/ |
IndexingContext.cpp | 928 EntityInfo.AttrList = AttrListInfo::create(D, *this); 929 EntityInfo.attributes = EntityInfo.AttrList->getAttrs(); 930 EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs(); [all...] |
IndexingContext.h | 49 IntrusiveRefCntPtr<AttrListInfo> AttrList;
|
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.c | 1721 int attrlist[] = { local [all...] |
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | [all...] |
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | [all...] |