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

  /external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
WebContentsDelegateAndroid.java 24 public static final int LOG_LEVEL_WARNING = 2;
  /external/libusb-compat/libusb/
core.c 38 LOG_LEVEL_WARNING,
55 #define usbi_warn(fmt...) _usbi_log(LOG_LEVEL_WARNING, fmt)
112 case LOG_LEVEL_WARNING:
  /external/libusb/libusb/
libusbi.h 111 LOG_LEVEL_WARNING,
131 #define usbi_warn(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_WARNING, fmt)

Completed in 517 milliseconds