HomeSort by relevance Sort by last modified time
    Searched refs:custom (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/webkit/WebCore/
Android.v8bindings.mk 32 $(LOCAL_PATH)/bindings/v8/custom \
101 bindings/v8/custom/V8AbstractWorkerCustom.cpp \
102 bindings/v8/custom/V8AttrCustom.cpp \
103 bindings/v8/custom/V8BarInfoCustom.cpp \
104 bindings/v8/custom/V8CSSRuleCustom.cpp \
105 bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
106 bindings/v8/custom/V8CSSStyleSheetCustom.cpp \
107 bindings/v8/custom/V8CSSValueCustom.cpp \
108 bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
109 bindings/v8/custom/V8CanvasPixelArrayCustom.cpp
    [all...]
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
24 # the custom emma library to add to an SDK project.
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
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_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_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/darwin-x86/swt/
swt.jar 
  /external/chromium/sdch/open-vcdiff/
configure.ac 37 Use custom compare function instead of memcmp)
  /external/chromium/sdch/open-vcdiff/testdata/
configure.ac.v0.1 27 Use custom compare function instead of memcmp)
configure.ac.v0.2 28 Use custom compare function instead of memcmp)
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ListValueCellEditor.java 23 import org.eclipse.swt.custom.CCombo;
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.idl 85 [Custom] void fillText(/* 4 */);
86 [Custom] void strokeText(/* 4 */);
101 [Custom] void setStrokeColor(/* 1 */);
102 [Custom] void setFillColor(/* 1 */);
103 [Custom] void strokeRect(/* 4 */);
104 [Custom] void drawImage(/* 3 */);
105 [Custom] void drawImageFromRect(/* 10 */);
106 [Custom] void setShadow(/* 3 */);
107 [Custom] void createPattern(/* 2 */);
109 attribute [Custom] custom strokeStyle
    [all...]
  /frameworks/base/libs/rs/
Android.mk 36 # Generate custom headers
53 # Generate custom source files
  /external/sqlite/android/
Android.mk 57 # (as of 2009-08-02), in which phone_number_compare() is tested via sqlite's custom
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterWindowImpl.java 27 import org.eclipse.swt.custom.SashForm;
28 import org.eclipse.swt.custom.StackLayout;
UpdateChooserDialog.java 36 import org.eclipse.swt.custom.SashForm;
37 import org.eclipse.swt.custom.StyleRange;
38 import org.eclipse.swt.custom.StyledText;
  /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...]
  /external/chromium/third_party/icu/source/test/intltest/
numfmtst.cpp     [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]
  /build/core/
java.mk 254 ifeq ($(LOCAL_PROGUARD_ENABLED),custom)
255 # custom
259 endif # custom

Completed in 575 milliseconds

1 2 3