HomeSort by relevance Sort by last modified time
    Searched refs:el1 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libeffects/factory/
EffectsFactory.c 508 list_elem_t *el1, *el2; local
513 el1 = gLibraryList;
515 while (el1) {
516 l = (lib_entry_t *)el1->object;
519 el2->next = el1->next;
521 gLibraryList = el1->next;
523 free(el1);
526 el2 = el1;
527 el1 = el1->next
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationFactory.java 152 nextOld: for (AnnotationMember el1 : old) {
154 if (el2.name.equals(el1.name)) {
158 merged.add(el1); //phantom element
198 next: for (AnnotationMember el1 : elements){
200 if (el1.equals(el2)) {

Completed in 144 milliseconds