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

  /frameworks/base/services/core/java/com/android/server/display/utils/
Plog.java 29 * To start a plot, call {@link Plog.start} with the plot's title; to add a point to it, call
30 * {@link Plog.logPoint} with the point name (that will appear in the legend) and coordinates; and
31 * to log a curve, call {@link Plog.logCurve} with its name and points.
33 public abstract class Plog {
38 * Returns a Plog instance that emits messages to the system log.
41 * @return A plog instance that emits messages to the system log.
43 public static Plog createSystemPlog(String tag) {
51 * @return The Plog instance (for chaining).
53 public Plog start(String title) {
65 * @return The Plog instance (for chaining)
    [all...]
  /external/libnl/include/linux-private/linux/
pkt_sched.h 215 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
255 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
287 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 194 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
234 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
266 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 151 unsigned char Plog;
173 unsigned char Plog;
209 __u8 Plog;
235 unsigned char Plog;
  /external/iproute2/include/uapi/linux/
pkt_sched.h 222 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
252 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
295 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
328 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 223 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
253 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
296 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
329 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */

Completed in 807 milliseconds