/external/chromium/chrome/browser/ |
keychain_mock_mac.cc | 172 SecItemClass *itemClass, SecKeychainAttributeList **attrList, 181 if (attrList) { 182 *attrList = &(keychain_attr_list_[item_index]); 195 SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, 210 if (attrList) { 211 for (UInt32 change_attr = 0; change_attr < attrList->count; ++change_attr) { 212 if (attrList->attr[change_attr].tag == kSecCreatorItemAttr) { 213 void* data = attrList->attr[change_attr].data; 228 SecKeychainAttributeList *attrList, 246 const SecKeychainAttributeList *attrList, [all...] |
keychain_mock_mac.h | 30 SecItemClass *itemClass, SecKeychainAttributeList **attrList, 34 SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, 36 virtual OSStatus ItemFreeAttributesAndData(SecKeychainAttributeList *attrList, 41 const SecKeychainAttributeList *attrList, 69 virtual OSStatus ItemFreeContent(SecKeychainAttributeList *attrList,
|
/external/chromium_org/crypto/ |
mock_apple_keychain.h | 44 virtual OSStatus ItemFreeContent(SecKeychainAttributeList* attrList, 61 SecKeychainAttributeList** attrList, 67 const SecKeychainAttributeList* attrList, 70 virtual OSStatus ItemFreeAttributesAndData(SecKeychainAttributeList* attrList, 76 const SecKeychainAttributeList* attrList,
|
mock_apple_keychain.cc | 35 OSStatus MockAppleKeychain::ItemFreeContent(SecKeychainAttributeList* attrList,
|
mock_apple_keychain_mac.cc | 188 SecKeychainAttributeList** attrList, 198 if (attrList) 199 *attrList = &(keychain_attr_list_[key]); 212 const SecKeychainAttributeList* attrList, 228 if (attrList) { 229 for (UInt32 change_attr = 0; change_attr < attrList->count; ++change_attr) { 230 if (attrList->attr[change_attr].tag == kSecCreatorItemAttr) { 231 void* data = attrList->attr[change_attr].data; 244 SecKeychainAttributeList* attrList, 271 const SecKeychainAttributeList* attrList, [all...] |
/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,
|
/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/otherxml/descriptors/ |
OtherXmlDescriptors.java | 350 AttributeInfo[] attrList = link.getAttributes(); 351 if (attrList.length > 0) { 357 attrList,
|
/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 | 253 SecKeychainAttributeList *attrList; 257 NULL, &attrList, 277 for (unsigned int i = 0; i < attrList->count; i++) { 278 SecKeychainAttribute attr = attrList->attr[i]; 328 keychain.ItemFreeAttributesAndData(attrList, password_data); 726 SecKeychainAttributeList attrList = { 1, &attr }; 728 &attrList, 0, NULL); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
Avrcp.java | 314 ArrayList<Integer> attrList = (ArrayList<Integer>) msg.obj; 319 attrIds[i] = attrList.get(i).intValue(); 571 ArrayList<Integer> attrList = new ArrayList<Integer>(); 573 attrList.add(attrs[i]); 575 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/chromium/third_party/libjingle/source/talk/base/ |
proxydetect.cc | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
proxydetect.cc | [all...] |
/external/clang/include/clang/Sema/ |
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_org/chrome/installer/mac/ |
pkg-dmg | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | 204 AttributeDescriptor[] attrList = getAttributeDescriptors(); 205 mUiAttributes = new HashMap<AttributeDescriptor, UiAttributeNode>(attrList.length); 206 for (AttributeDescriptor desc : attrList) { [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-darwin.c | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
Hyperlinks.java | [all...] |
/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...] |
SemaType.cpp | 536 AttributeList *&attrList, 545 moveAttrFromListToList(attr, attrList, chunk.getAttrListRef()); [all...] |
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/ |
xercesImpl-2.6.2.jar | |
/prebuilts/tools/linux-x86/swt/ |
swt.jar | |