Searched defs:arrayRef (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKArray.cpp45 WKTypeRef WKArrayGetItemAtIndex(WKArrayRef arrayRef, size_t index) argument
47 return toImpl(arrayRef)->at(index);
50 size_t WKArrayGetSize(WKArrayRef arrayRef) argument
52 return toImpl(arrayRef)->size();
H A DWKMutableArray.cpp40 bool WKArrayIsMutable(WKArrayRef arrayRef) argument
42 return toImpl(arrayRef)->isMutable();
45 void WKArrayAppendItem(WKMutableArrayRef arrayRef, WKTypeRef itemRef) argument
47 toImpl(arrayRef)->append(toImpl(itemRef));
50 void WKArrayRemoveItemAtIndex(WKMutableArrayRef arrayRef, size_t index) argument
52 toImpl(arrayRef)->removeItemAtIndex(index);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkhistory.cpp157 WKArrayRef arrayRef = WKBackForwardListCopyBackListWithLimit(toAPI(d->m_backForwardList), maxItems); local
158 int size = WKArrayGetSize(arrayRef);
161 WKTypeRef wkHistoryItem = WKArrayGetItemAtIndex(arrayRef, i);
171 WKArrayRef arrayRef = WKBackForwardListCopyForwardListWithLimit(toAPI(d->m_backForwardList), maxItems); local
172 int size = WKArrayGetSize(arrayRef);
175 WKTypeRef wkHistoryItem = WKArrayGetItemAtIndex(arrayRef, i);
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp1001 bool arrayRef = (Res == Sema::OS_Array); local
1005 << BaseExpr->getType() << arrayRef;
1008 if (!arrayRef) {
1043 arrayRef ? &S.Context.Idents.get("index")
1045 arrayRef ? S.Context.UnsignedLongTy
1058 << BaseExpr->getType() << 0 << arrayRef;
1069 if ((arrayRef && !T->isIntegralOrEnumerationType()) ||
1070 (!arrayRef && !T->isObjCObjectPointerType())) {
1072 arrayRef ? diag::err_objc_subscript_index_type
1081 diag::err_objc_indexing_method_result_type) << R << arrayRef; local
1113 bool arrayRef = (Res == Sema::OS_Array); local
1207 diag::err_objc_subscript_object_type) << T << arrayRef; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3310 milliseconds