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

  /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 308 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
310 static int read_string(UI *ui, UI_STRING *uis);
311 static int write_string(UI *ui, UI_STRING *uis);
337 static int write_string(UI *ui, UI_STRING *uis)
339 switch (UI_get_string_type(uis))
343 fputs(UI_get0_output_string(uis), tty_out);
352 static int read_string(UI *ui, UI_STRING *uis)
356 switch (UI_get_string_type(uis))
359 fputs(UI_get0_output_string(uis), tty_out);
360 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));
323 enum UI_string_types UI_get_string_type(UI_STRING *uis);
325 int UI_get_input_flags(UI_STRING *uis);
327 const char *UI_get0_output_string(UI_STRING *uis);
329 const char *UI_get0_action_string(UI_STRING *uis);
331 const char *UI_get0_result_string(UI_STRING *uis);
333 const char *UI_get0_test_string(UI_STRING *uis);
335 int UI_get_result_minsize(UI_STRING *uis);
337 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);
  /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));
323 enum UI_string_types UI_get_string_type(UI_STRING *uis);
325 int UI_get_input_flags(UI_STRING *uis);
327 const char *UI_get0_output_string(UI_STRING *uis);
329 const char *UI_get0_action_string(UI_STRING *uis);
331 const char *UI_get0_result_string(UI_STRING *uis);
333 const char *UI_get0_test_string(UI_STRING *uis);
335 int UI_get_result_minsize(UI_STRING *uis);
337 int UI_get_result_maxsize(UI_STRING *uis);
    [all...]
  /frameworks/base/core/res/res/values/
colors.xml 83 <!-- For search-related UIs -->
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 80 private InputStream uis; field in class:HttpURLConnectionImpl
    [all...]
  /frameworks/base/docs/html/guide/basics/
building-blocks.jd 30 Activities never display UIs. Typically, you'll designate one of your
  /external/openssl/apps/
apps.c 454 static int ui_read(UI *ui, UI_STRING *uis)
456 if (UI_get_input_flags(uis) & UI_INPUT_FLAG_DEFAULT_PWD
459 switch(UI_get_string_type(uis))
468 UI_set_result(ui, uis, password);
476 return UI_method_get_reader(UI_OpenSSL())(ui, uis);
478 static int ui_write(UI *ui, UI_STRING *uis)
480 if (UI_get_input_flags(uis) & UI_INPUT_FLAG_DEFAULT_PWD
483 switch(UI_get_string_type(uis))
497 return UI_method_get_writer(UI_OpenSSL())(ui, uis);
    [all...]
  /frameworks/base/docs/html/guide/practices/design/
seamlessness.jd 109 <p>Instead of spawning Activity UIs directly from the background, you should
163 interface they've come to expect. When designing your UIs, you should try and
  /packages/providers/DownloadProvider/docs/
index.html 232 <tr><td > <code>MIMETYPE</code> </td><td > Needs to be visible so that app can display the icon matching the mime type. Intended to be visible by 3rd-party download UIs. <b>TODO</b> Security TBD before we implement support for 3rd-party UIs. </td></tr>
239 <tr><td > <code>TOTAL_BYTES</code> </td><td > Needs to be visible so that the app can display a progress bar. No obvious security concern. Intended to be visible by 3rd-party download UIs. </td></tr>
241 <tr><td > <code>TITLE</code> </td><td > Intended to be visible by 3rd-party download UIs. <b>TODO</b> Security and Privacy TBD before we implement support for 3rd-party UIs. </td></tr>
    [all...]
  /external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm     [all...]
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_node.cpp     [all...]
  /frameworks/base/docs/html/guide/tutorials/
hello-world.jd 294 structure makes it very easy to quickly build up UIs, using a more simple
  /frameworks/base/docs/html/resources/tutorials/
hello-world.jd 312 structure makes it easy to quickly build up UIs, using a more simple
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
ContactsContract.java 479 * shown in UIs, but used for searches and sorting.
    [all...]
  /external/webkit/WebCore/
ChangeLog 217 - ValidityState.tooLong behavior was inconsistent with UIs of
219 though the UIs checks grapheme cluster length.
    [all...]
ChangeLog-2008-08-10 164 should be safe since the UIs shouldn't work if JS is still running.
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 739 milliseconds