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));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest2.java 540 public DeepNesting next(DeepNesting ivt) {
541 next = ivt;
542 return ivt;
588 public DeepNestingWithWriteObject next(DeepNestingWithWriteObject ivt) {
589 next = ivt;
590 return ivt;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 744 for (ImageViewTouchBase ivt : mSlideShowImageViews) {
745 ivt.clear();
    [all...]

Completed in 150 milliseconds