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

  /frameworks/av/media/libstagefright/tests/
Utils_test.cpp 111 #define LVL(x) (ADebug::Level)(x)
112 ASSERT_EQ(ADebug::GetDebugLevelFromString("video", "", LVL(5)), LVL(5));
113 ASSERT_EQ(ADebug::GetDebugLevelFromString("video", " \t \n ", LVL(2)), LVL(2));
114 ASSERT_EQ(ADebug::GetDebugLevelFromString("video", "3", LVL(5)), LVL(3));
115 ASSERT_EQ(ADebug::GetDebugLevelFromString("video", "3:*deo", LVL(5)), LVL(3));
117 "video", "\t\n 3 \t\n:\t\n video \t\n", LVL(5)), LVL(3))
    [all...]
  /external/libnl/include/
netlink-local.h 73 #define NL_DBG(LVL,FMT,ARG...) \
75 if (LVL <= nl_debug) \
76 fprintf(stderr, "DBG<" #LVL ">: " FMT, ##ARG); \
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.h 127 PERF_MEM_S(LVL, NA) |\
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 158 milliseconds