HomeSort by relevance Sort by last modified time
    Searched defs:dip (Results 1 - 16 of 16) sorted by null

  /external/blktrace/btt/
unplug_hist.c 48 struct d_info *dip; local
50 dip = __dip_find(u_iop->t.device);
51 if (dip && dip->up_hist_handle) {
54 struct hist_bkt *hbp = dip->up_hist_handle;
devs.c 64 struct d_info *dip; local
68 dip = list_entry(p, struct d_info, hash_head);
69 if (device == dip->device)
70 return dip;
76 void __dip_exit(struct d_info *dip)
78 list_del(&dip->all_head);
79 __destroy_heads(dip->heads);
80 region_exit(&dip->regions);
81 seeki_free(dip->seek_handle);
82 seeki_free(dip->q2q_handle)
101 struct d_info *dip = list_entry(p, struct d_info, all_head); local
127 struct d_info *dip = __dip_find(device); local
220 struct d_info *dip; local
235 struct d_info *dip = __dip_find(dev); local
251 struct d_info *dip = __dip_find(dev); local
262 struct d_info *dip = __dip_find(dev); local
276 struct d_info *dip = list_entry(p, struct d_info, all_head); local
    [all...]
iostat.c 25 #define INC_STAT(dip, fld) \
27 (dip)->stats. fld ++; \
28 (dip)->all_stats. fld ++; \
31 #define DEC_STAT(dip, fld) \
33 (dip)->stats. fld --; \
34 (dip)->all_stats. fld --; \
37 #define ADD_STAT(dip, fld, val) \
40 (dip)->stats. fld += __v; \
41 (dip)->all_stats. fld += __v; \
44 #define SUB_STAT(dip, fld, val)
194 struct d_info *dip; local
256 struct d_info *dip = iop->dip; local
269 struct d_info *dip = q_iop->dip; local
    [all...]
globals.h 154 struct d_info *dip; member in struct:io
214 struct io *dip_find_sec(struct d_info *dip, enum iop_type type, __u64 sec);
239 void latency_alloc(struct d_info *dip);
241 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency);
242 void latency_d2c(struct d_info *dip, __u64 tstamp, __u64 latency);
243 void latency_q2c(struct d_info *dip, __u64 tstamp, __u64 latency);
248 char *make_dev_hdr(char *pad, size_t len, struct d_info *dip, int add_parens);
  /external/blktrace/btreplay/
btreplay.c 565 struct dev_info *dip; local
568 dip = list_entry(p, struct dev_info, head);
569 if (strcmp(dip->devnm, devnm) == 0)
573 dip = malloc(sizeof(*dip));
574 dip->devnm = strdup(devnm);
575 list_add_tail(&dip->head, &input_devs);
581 static void rem_input_dev(struct dev_info *dip)
583 list_del(&dip->head);
584 free(dip->devnm)
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
IconDetector.java 127 /** Inconsistent dip size across densities */
132 "roughly the same density-independent pixel (dip) size. This catches errors where " +
560 // such image and makes sure that the normalized dip sizes across all the densities
642 // Ensure that all the dip sizes are *roughly* the same
651 Dimension dip = new Dimension( local
654 dipWidthSum += dip.width;
655 dipHeightSum += dip.height;
656 dipSizes.put(file, dip);
681 // Sort entries by decreasing dip size
711 Dimension dip = entry2.getValue(); local
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 159 milliseconds