HomeSort by relevance Sort by last modified time
    Searched full:uis (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/openssl/crypto/ui/
ui_lib.c 98 static void free_string(UI_STRING *uis)
100 if (uis->flags & OUT_STRING_FREEABLE)
102 OPENSSL_free((char *)uis->out_string);
103 switch(uis->type)
106 OPENSSL_free((char *)uis->_.boolean_data.action_desc);
107 OPENSSL_free((char *)uis->_.boolean_data.ok_chars);
108 OPENSSL_free((char *)uis->_.boolean_data.cancel_chars);
114 OPENSSL_free(uis);
475 UI_STRING uis; local
477 memset(&uis, 0, sizeof(uis))
    [all...]
ui_openssl.c 310 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
312 static int read_string(UI *ui, UI_STRING *uis);
313 static int write_string(UI *ui, UI_STRING *uis);
339 static int write_string(UI *ui, UI_STRING *uis)
341 switch (UI_get_string_type(uis))
345 fputs(UI_get0_output_string(uis), tty_out);
354 static int read_string(UI *ui, UI_STRING *uis)
358 switch (UI_get_string_type(uis))
361 fputs(UI_get0_output_string(uis), tty_out);
362 fputs(UI_get0_action_string(uis), tty_out)
    [all...]
ui.h 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
311 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis));
325 enum UI_string_types UI_get_string_type(UI_STRING *uis);
327 int UI_get_input_flags(UI_STRING *uis);
329 const char *UI_get0_output_string(UI_STRING *uis);
331 const char *UI_get0_action_string(UI_STRING *uis);
333 const char *UI_get0_result_string(UI_STRING *uis);
335 const char *UI_get0_test_string(UI_STRING *uis);
337 int UI_get_result_minsize(UI_STRING *uis);
339 int UI_get_result_maxsize(UI_STRING *uis);
    [all...]
ui_locl.h 82 int (*ui_write_string)(UI *ui, UI_STRING *uis);
88 int (*ui_read_string)(UI *ui, UI_STRING *uis);
  /frameworks/base/docs/html/tools/help/
hierarchy-viewer.jd 16 <a href="{@docRoot}tools/debugging/debugging-ui.html">Debugging and Profiling UIs</a>
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigUiBase.java 24 * Foundation interface glues between Activities and UIs like
  /external/openssl/include/openssl/
ui.h 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
311 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis));
325 enum UI_string_types UI_get_string_type(UI_STRING *uis);
327 int UI_get_input_flags(UI_STRING *uis);
329 const char *UI_get0_output_string(UI_STRING *uis);
331 const char *UI_get0_action_string(UI_STRING *uis);
333 const char *UI_get0_result_string(UI_STRING *uis);
335 const char *UI_get0_test_string(UI_STRING *uis);
337 int UI_get_result_minsize(UI_STRING *uis);
339 int UI_get_result_maxsize(UI_STRING *uis);
    [all...]
  /frameworks/base/docs/html/training/backward-compatible-ui/
index.jd 1 page.title=Creating Backward-Compatible UIs
new-implementation.jd 2 parent.title=Creating Backward-Compatible UIs
older-implementation.jd 2 parent.title=Creating Backward-Compatible UIs
using-component.jd 2 parent.title=Creating Backward-Compatible UIs
abstracting.jd 2 parent.title=Creating Backward-Compatible UIs
  /frameworks/base/docs/html/training/improving-layouts/
index.jd 31 implemented poorly, your layout can lead to a memory hungry application with slow UIs. The Android
  /frameworks/base/docs/html/guide/topics/ui/
index.jd 55 implemented poorly, your layout can lead to a memory hungry application with slow UIs. This
  /external/chromium/chrome/common/extensions/docs/static/
browserAction.html 76 but you can create more dynamic UIs &mdash;
  /frameworks/base/docs/html/guide/basics/
building-blocks.jd 30 Activities never display UIs. Typically, you'll designate one of your
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java 158 // the configuration for running xlarge UIs on normal screens and vice versa
  /frameworks/base/media/java/android/media/
MediaRouter.java 736 * This icon will be used in picker UIs if available.
    [all...]
  /external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.cc 130 // Give about:about a generic Web UI so it can navigate to pages with Web UIs.
134 // We must compare hosts only since some of the Web UIs append extra stuff
  /frameworks/base/docs/html/guide/practices/app-design/
seamlessness.jd 116 <p>Instead of spawning Activity UIs directly from the background, you should
170 interface they've come to expect. When designing your UIs, you should try and
  /frameworks/base/docs/html/guide/practices/
seamlessness.jd 116 <p>Instead of spawning Activity UIs directly from the background, you should
170 interface they've come to expect. When designing your UIs, you should try and
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsReaderActivity.java 237 * This is the button that we display on UIs that don't have an action bar. This button
  /external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.cc 182 // On RTL UIs (such as Arabic and Hebrew) the description text is not
  /external/chromium/chrome/browser/ui/views/
edit_search_engine_dialog.cc 198 // On RTL UIs (such as Arabic and Hebrew) the description text is not
  /frameworks/base/core/res/res/values/
colors.xml 94 <!-- For search-related UIs -->

Completed in 1230 milliseconds

1 2 3