Home
last modified time | relevance | path

Searched refs:sublistCopy (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/usage_stats/
H A DEventTracker.java49 List<WebsiteEvent> sublistCopy = new ArrayList<>(sublist.size()); in queryWebsiteEvents() local
50 sublistCopy.addAll(sublist); in queryWebsiteEvents()
51 return sublistCopy; in queryWebsiteEvents()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclListObj.c1126 Tcl_Obj **elemPtrs = NULL, *sublistCopy; in TclLindexFlat() local
1134 sublistCopy = TclListObjCopy(interp, listPtr); in TclLindexFlat()
1138 if (sublistCopy == NULL) { in TclLindexFlat()
1145 TclListObjGetElements(NULL, sublistCopy, &listLen, &elemPtrs); in TclLindexFlat()
1158 Tcl_DecrRefCount(sublistCopy); in TclLindexFlat()
1172 Tcl_DecrRefCount(sublistCopy); in TclLindexFlat()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclListObj.c1203 Tcl_Obj **elemPtrs = NULL, *sublistCopy; in TclLindexFlat() local
1211 sublistCopy = TclListObjCopy(interp, listPtr); in TclLindexFlat()
1215 if (sublistCopy == NULL) { in TclLindexFlat()
1222 TclListObjGetElements(NULL, sublistCopy, &listLen, &elemPtrs); in TclLindexFlat()
1235 Tcl_DecrRefCount(sublistCopy); in TclLindexFlat()
1249 Tcl_DecrRefCount(sublistCopy); in TclLindexFlat()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclListObj.c1348 Tcl_Obj **elemPtrs = NULL, *sublistCopy; in TclLindexFlat() local
1356 sublistCopy = TclListObjCopy(interp, listPtr); in TclLindexFlat()
1360 if (sublistCopy == NULL) { in TclLindexFlat()
1367 TclListObjGetElements(NULL, sublistCopy, &listLen, &elemPtrs); in TclLindexFlat()
1380 Tcl_DecrRefCount(sublistCopy); in TclLindexFlat()
1394 Tcl_DecrRefCount(sublistCopy); in TclLindexFlat()