Home
last modified time | relevance | path

Searched defs:w (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLogUtil.java141 public static void w(String message) { in w() method in LogUtil.CLog
152 public static void w(Throwable t) { in w() method in LogUtil.CLog
164 public static void w(String format, Object... args) { in w() method in LogUtil.CLog
/tools/test/graphicsbenchmark/functional_tests/native/
DglExtensions_test.cpp35 void setupEGL(int w, int h) { in setupEGL()
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dnative_choreo_activity.cpp44 static bool setupEGL(int w, int h) { in setupEGL()
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.cpp64 EGLint w; in initDisplay() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DNullabilityAnnotationsValidator.kt215 PrintWriter(Files.asCharSink(warningsTxtFile, UTF_8).openBufferedStream()).use { w -> in <lambda>() method