Searched refs:newobj (Results 26 - 31 of 31) sorted by relevance

12

/external/pixman/
H A Dltmain.sh9156 newobj=lt$counter-$objbase
9160 *[\ /]"$newobj "*) ;;
9161 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
9164 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
9165 func_append oldobjs " $gentop/$newobj"
/external/protobuf/gtest/build-aux/
H A Dltmain.sh9162 newobj=lt$counter-$objbase
9166 *[\ /]"$newobj "*) ;;
9167 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
9170 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
9171 func_append oldobjs " $gentop/$newobj"
/external/protobuf/
H A Dltmain.sh7413 newobj=lt$counter-$objbase
7417 *[\ /]"$newobj "*) ;;
7418 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
7421 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
7422 oldobjs="$oldobjs $gentop/$newobj"
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dltmain.sh7946 newobj=lt$counter-$objbase
7950 *[\ /]"$newobj "*) ;;
7951 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
7954 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
7955 oldobjs="$oldobjs $gentop/$newobj"
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c8860 xmlXPathObjectPtr cur, newobj; local
8878 newobj = valuePop(ctxt);
8879 if ((newobj == NULL) || (newobj->type != XPATH_STRING)) {
8880 xmlXPathReleaseObject(ctxt->context, newobj);
8884 tmp = xmlStrcat(newobj->stringval, cur->stringval);
8885 newobj->stringval = cur->stringval;
8887 xmlXPathReleaseObject(ctxt->context, newobj);
/external/libxml2/
H A Dxpath.c8985 xmlXPathObjectPtr cur, newobj; local
9003 newobj = valuePop(ctxt);
9004 if ((newobj == NULL) || (newobj->type != XPATH_STRING)) {
9005 xmlXPathReleaseObject(ctxt->context, newobj);
9009 tmp = xmlStrcat(newobj->stringval, cur->stringval);
9010 newobj->stringval = cur->stringval;
9012 xmlXPathReleaseObject(ctxt->context, newobj);

Completed in 209 milliseconds

12