Searched defs:show (Results 1 - 25 of 106) sorted by relevance

12345

/external/curl/tests/
H A Dkeywords.pl97 sub show { subroutine
132 show($t{$t});
/external/valgrind/VEX/test/
H A Dfpgames.s11 .globl show
12 .type show,@function
13 show: label
74 .size show,.Lfe1-show
89 call show
96 call show
H A Dfxsave.c87 void show ( unsigned char* buf, int xx ) function
118 show(buf1, xx);
120 /* Zeroise x87/xmm state and dump it, to show that the
125 show(buf2, xx);
131 show(buf3, xx);
/external/zlib/src/
H A Dconfigure135 show() function
164 show $cc -c $test.c
335 show $*
342 show $*
354 show $*
414 show "$NM $test.o | grep _hello"
743 # show the results in the log
/external/javassist/sample/evolve/
H A DWebPage.java8 * show() on the created object.
12 public void show(OutputStreamWriter out) throws IOException { method in class:WebPage
/external/javassist/sample/evolve/sample/evolve/
H A DWebPage.java8 * show() on the created object.
12 public void show(OutputStreamWriter out) throws IOException { method in class:WebPage
/external/javassist/sample/rmi/
H A DAlertDialog.java22 public void show(String message) { method in class:AlertDialog
/external/pdfium/fpdfsdk/javascript/
H A Dconsole.cpp24 {"show", show_static},
57 bool console::show(CJS_Runtime* pRuntime, function in class:console
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowProgressDialog.java18 public static ProgressDialog show(Context context, CharSequence title, CharSequence message) { method in class:ShadowProgressDialog
19 return show(context, title, message, false);
23 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) { method in class:ShadowProgressDialog
24 return show(context, title, message, indeterminate, false, null);
28 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) { method in class:ShadowProgressDialog
29 return show(context, title, message, indeterminate, cancelable, null);
33 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, ProgressDialog.OnCancelListener onCancelListener) { method in class:ShadowProgressDialog
40 progressDialog.show();
H A DShadowDialogFragment.java30 public int show(FragmentTransaction transaction, String tag) { method in class:ShadowDialogFragment
31 show(((TestFragmentTransaction)transaction).getManager(), tag);
36 public void show(FragmentManager manager, String tag) { method in class:ShadowDialogFragment
63 dialog.show();
/external/skia/gm/
H A Dpathinterior.cpp38 void show(SkCanvas* canvas, const SkPath& path) { function in class:PathInteriorGM
98 this->show(canvas, path);
/external/syslinux/com32/lua/test/
H A Dautomenu.lua43 show = function () return name end, function
98 print ((i == params.default and " > " or " ") .. i .. " " .. item.show ())
138 show = function () return "Single user: " .. (single and "true" or "false") end, function
142 show = function () return "Verbosity: " .. ({"quiet","normal","debug"})[verbosity] end, function
/external/valgrind/none/tests/amd64/
H A Dbug132918.c35 static void show ( char* s, Res* res ) function
46 do_fprem(&r, 10.1, 200.2); show("xx1", &r);
47 do_fprem(&r, 20.3, 1.44); show("xx2", &r);
51 do_fprem(&r, 12.3*sin(theta), cos(theta)); show("xx", &r);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DPropertyEditorPresentation.java18 * Implementations of {@link PropertyEditorPresentation} are used to show some presentation for
30 public abstract int show(PropertyTable propertyTable, method in class:PropertyEditorPresentation
H A DCompoundPropertyEditorPresentation.java49 public int show(PropertyTable propertyTable, method in class:CompoundPropertyEditorPresentation
57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTooltipTextProvider.java54 public void show(Shell shell) { method in class:PropertyTooltipTextProvider
64 * @return the text to show as tooltip.
H A DPropertyTooltipProvider.java55 public void show(Shell shell) { method in class:PropertyTooltipProvider
60 * Returns position for tooltip control. Usually we should show directly on same row, because we
61 * use tooltip to show just longer (full) text of property. But for "class" property we show
62 * hierarchy, so it is better show it below and allow user see also property row.
/external/valgrind/memcheck/tests/amd64/
H A Dfxsave-amd64.c141 void show ( unsigned char* buf, int xx ) function
175 show(buf1, xx);
177 /* Zeroise x87/xmm state and dump it, to show that the
182 show(buf2, xx);
188 show(buf3, xx);
199 show(buf1, xx);
201 /* Zeroise x87/xmm state and dump it, to show that the
206 show(buf2, xx);
212 show(buf3, xx);
/external/valgrind/memcheck/tests/x86/
H A Dfxsave.c88 void show ( unsigned char* buf, int xx ) function
119 show(buf1, xx);
121 /* Zeroise x87/xmm state and dump it, to show that the
126 show(buf2, xx);
132 show(buf3, xx);
/external/iproute2/doc/
H A Dip-cref.tex164 \verb|show| (or \verb|list|) objects, but some objects
266 \paragraph{Commands:} \verb|set| and \verb|show| (or \verb|list|).
364 \subsection{{\tt ip link show} --- display device attributes}
367 \paragraph{Abbreviations:} \verb|show|, \verb|list|, \verb|lst|, \verb|sh|, \verb|ls|,
374 --- \verb|NAME| specifies the network device to show.
595 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
712 \subsection{{\tt ip address show} --- display protocol addresses}
714 \paragraph{Abbreviations:} \verb|show|, \verb|list|, \verb|lst|, \verb|sh|, \verb|ls|,
829 \paragraph{Arguments:} This command has the same arguments as \verb|show|.
881 \verb|delete|, \verb|flush| and \verb|show| (o
[all...]
/external/skia/tools/viewer/sk_app/win/
H A Dmain_win.cpp32 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv);
61 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv) { argument
/external/webrtc/webrtc/libjingle/xmpp/
H A Dpresencereceivetask.cc99 const XmlElement * show = stanza->FirstNamed(QN_SHOW); local
100 if (show == NULL || show->FirstChild() == NULL) {
102 } else if (show->BodyText() == "away") {
104 } else if (show->BodyText() == "xa") {
106 } else if (show->BodyText() == "dnd") {
108 } else if (show->BodyText() == "chat") {
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DWorkSpaceController.java67 public void show() { method in class:WorkSpaceController
/external/autotest/contrib/
H A Ddb_cleanup.py86 def show(self): member in class:ProgressBar
199 pb.show()
211 pb.show()
/external/autotest/frontend/client/src/autotest/common/ui/
H A DNotifyManager.java45 public void show() { method in class:NotifyManager.NotifyBox
46 outerPanel.show();
58 show();

Completed in 1114 milliseconds

12345