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

  /external/iproute2/ip/
iplink.c 306 struct ifla_vf_tx_rate ivt; local
309 if (get_unsigned(&ivt.rate, *argv, 0))
312 ivt.vf = vf;
315 IFLA_VF_TX_RATE, &ivt, sizeof(ivt));
317 tivt.max_tx_rate = ivt.rate;
  /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 73 milliseconds