Home
last modified time | relevance | path

Searched defs:makeText (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowToast.java38 protected static Toast makeText(Context context, int resId, int duration) { in makeText() method in ShadowToast
43 protected static Toast makeText(Context context, CharSequence text, int duration) { in makeText() method in ShadowToast
/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp137 static TextGenerator makeText(std::string S) { in makeText() function