HomeSort by relevance Sort by last modified time
    Searched defs:custom (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 198 /* We use a custom title so never request a window title */
364 FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom); local
365 custom.addView(mView, new LayoutParams(MATCH_PARENT, MATCH_PARENT));
367 custom.setPadding(mViewSpacingLeft, mViewSpacingTop, mViewSpacingRight,
378 * custom view or a message.
393 // Add the custom title view directly to the topPanel layout
581 /* The contentPanel displays either a custom text message or
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale/
CustomLocaleActivity.java 49 * Displays the list of system locales as well as maintain a custom list of user
51 * a custom locale.
57 private static final String KEY_CUSTOM = "custom";
68 /** Menu item id for removing a custom locale */
71 /** List view displaying system and custom locales. */
113 // Get current custom locale list
129 Toast.makeText(this, "Added custom locale: " + locale, Toast.LENGTH_SHORT).show();
173 // Insert all custom locales
184 map.put(KEY_NAME, loc.getDisplayName() + " [Custom]");
185 // the presence of the "custom" key marks it as custom
213 String custom = ((Map<String, String>) o).get(KEY_CUSTOM); local
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.c 450 void *ctx, char *custom)
456 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom);
460 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
463 os_strstr(custom, " unicast") != NULL;
466 } else if (os_strncmp(custom, "ASSOCINFO_ReqIEs=", 17) == 0) {
471 spos = custom + 17;
525 char *pos, *end, *custom, *buf, *assoc_info_buf, *info_pos; local
545 custom = pos + IW_EV_POINT_LEN;
555 custom += IW_EV_POINT_OFF
    [all...]
driver_wext.c 294 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom)
298 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'",
299 custom);
303 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
305 os_strstr(custom, " unicast ") != NULL;
308 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
312 spos = custom + 17;
353 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
354 if (hwaddr_aton(custom + 17, data.stkstart.peer)) {
356 "STKSTART.request '%s'", custom + 17)
495 char *pos, *end, *custom, *buf; local
1414 char *custom = pos + IW_EV_LCP_LEN; local
1608 char *pos, *end, *custom; local
    [all...]
driver_nl80211.c 436 wpa_driver_nl80211_event_wireless_custom(void *ctx, char *custom)
440 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'",
441 custom);
445 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
447 os_strstr(custom, " unicast ") != NULL;
450 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
454 spos = custom + 17;
495 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
496 if (hwaddr_aton(custom + 17, data.stkstart.peer)) {
498 "STKSTART.request '%s'", custom + 17)
629 char *pos, *end, *custom, *buf; local
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /external/freetype/include/freetype/internal/
psaux.h 780 FT_CMap_Class custom; member in struct:T1_CMap_ClassesRec_
    [all...]
  /external/wpa_supplicant/
driver_wext.c 342 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom)
346 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'",
347 custom);
351 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
353 os_strstr(custom, " unicast ") != NULL;
356 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
360 spos = custom + 17;
401 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
402 if (hwaddr_aton(custom + 17, data.stkstart.peer)) {
404 "STKSTART.request '%s'", custom + 17)
541 char *pos, *end, *custom, *buf; local
1249 char *pos, *end, *custom, *genie, *gpos, *gend; local
    [all...]

Completed in 138 milliseconds