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

  /external/iproute2/ip/
iplink.c 235 struct ifla_vf_tx_rate ivt; local
237 if (get_unsigned(&ivt.rate, *argv, 0)) {
240 ivt.vf = vf;
241 addattr_l(&req->n, sizeof(*req), IFLA_VF_TX_RATE, &ivt, sizeof(ivt));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest2.java 542 public DeepNesting next(DeepNesting ivt) {
543 next = ivt;
544 return ivt;
590 public DeepNestingWithWriteObject next(DeepNestingWithWriteObject ivt) {
591 next = ivt;
592 return ivt;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 744 for (ImageViewTouchBase ivt : mSlideShowImageViews) {
745 ivt.clear();
    [all...]

Completed in 126 milliseconds