Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/webkit/Source/WebCore/
DAndroid.v8bindings.mk32 $(LOCAL_PATH)/bindings/v8/custom \
99 bindings/v8/custom/V8ArrayBufferCustom.cpp \
100 bindings/v8/custom/V8CSSRuleCustom.cpp \
101 bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
102 bindings/v8/custom/V8CSSStyleSheetCustom.cpp \
103 bindings/v8/custom/V8CSSValueCustom.cpp \
104 bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
105 bindings/v8/custom/V8CanvasPixelArrayCustom.cpp \
106 bindings/v8/custom/V8ClipboardCustom.cpp \
107 bindings/v8/custom/V8ConsoleCustom.cpp \
[all …]
DWebCore.pro72 bindings/v8/custom/V8HistoryCustom.cpp \
73 bindings/v8/custom/V8PopStateEventCustom.cpp \
77 bindings/v8/custom/V8ArrayBufferCustom.cpp \
78 bindings/v8/custom/V8CustomXPathNSResolver.cpp \
79 bindings/v8/custom/V8DataViewCustom.cpp \
80 bindings/v8/custom/V8DeviceMotionEventCustom.cpp \
81 bindings/v8/custom/V8DeviceOrientationEventCustom.cpp \
82 bindings/v8/custom/V8Float32ArrayCustom.cpp \
83 bindings/v8/custom/V8Int8ArrayCustom.cpp \
84 bindings/v8/custom/V8Int16ArrayCustom.cpp \
[all …]
/external/chromium/net/base/
Dbackoff_entry_unittest.cc173 TestBackoffEntry custom(&base_policy); in TEST() local
175 custom.SetCustomReleaseTime(custom_horizon); in TEST()
176 custom.InformOfRequest(false); in TEST()
177 custom.InformOfRequest(true); in TEST()
178 custom.set_now(TimeTicks() + TimeDelta::FromDays(2)); in TEST()
179 custom.InformOfRequest(false); in TEST()
180 custom.InformOfRequest(true); in TEST()
181 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); in TEST()
185 custom.set_now(TimeTicks() + TimeDelta::FromDays(3)); in TEST()
186 custom.InformOfRequest(false); in TEST()
[all …]
/external/chromium-trace/src/shared/css/
Dwidgets.css13 button:not(.custom-appearance):not(.link-button),
14 input[type='button']:not(.custom-appearance):not(.link-button),
15 input[type='submit']:not(.custom-appearance):not(.link-button),
32 button:not(.custom-appearance):not(.link-button),
33 input[type='button']:not(.custom-appearance):not(.link-button),
34 input[type='submit']:not(.custom-appearance):not(.link-button),
50 button:not(.custom-appearance):not(.link-button),
51 input[type='button']:not(.custom-appearance):not(.link-button),
52 input[type='submit']:not(.custom-appearance):not(.link-button) {
152 button:not(.custom-appearance):not(.link-button):enabled:hover,
[all …]
Dchrome_shared2_touch.css35 button:not(.custom-appearance):not(.link-button),
36 input[type=button]:not(.custom-appearance),
37 input[type=submit]:not(.custom-appearance),
/external/chromium-trace/
Dstyle.css1custom-appearance):not(.link-button),input[type='button']:not(.custom-appearance):not(.link-button…
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c240 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) in wpa_driver_wext_event_wireless_custom() argument
245 custom); in wpa_driver_wext_event_wireless_custom()
249 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_wext_event_wireless_custom()
251 os_strstr(custom, " unicast ") != NULL; in wpa_driver_wext_event_wireless_custom()
254 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { in wpa_driver_wext_event_wireless_custom()
259 spos = custom + 17; in wpa_driver_wext_event_wireless_custom()
300 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) { in wpa_driver_wext_event_wireless_custom()
301 if (hwaddr_aton(custom + 17, data.stkstart.peer)) { in wpa_driver_wext_event_wireless_custom()
303 "STKSTART.request '%s'", custom + 17); in wpa_driver_wext_event_wireless_custom()
309 } else if (os_strncmp(custom, "STOP", 4) == 0) { in wpa_driver_wext_event_wireless_custom()
[all …]
Ddriver_atheros.c926 char *custom, char *end) in atheros_wireless_event_wireless_custom() argument
928 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); in atheros_wireless_event_wireless_custom()
930 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in atheros_wireless_event_wireless_custom()
933 pos = strstr(custom, "addr="); in atheros_wireless_event_wireless_custom()
953 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) { in atheros_wireless_event_wireless_custom()
956 key = custom; in atheros_wireless_event_wireless_custom()
977 } else if (strncmp(custom, "PUSH-BUTTON.indication", 22) == 0) { in atheros_wireless_event_wireless_custom()
983 } else if (strncmp(custom, "Manage.prob_req ", 16) == 0) { in atheros_wireless_event_wireless_custom()
991 int len = atoi(custom + 16); in atheros_wireless_event_wireless_custom()
992 if (len < 0 || custom + WPS_FRAM_TAG_SIZE + len > end) { in atheros_wireless_event_wireless_custom()
[all …]
Ddriver_madwifi.c880 char *custom) in madwifi_wireless_event_wireless_custom() argument
882 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); in madwifi_wireless_event_wireless_custom()
884 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in madwifi_wireless_event_wireless_custom()
887 pos = strstr(custom, "addr="); in madwifi_wireless_event_wireless_custom()
907 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) { in madwifi_wireless_event_wireless_custom()
910 key = custom; in madwifi_wireless_event_wireless_custom()
938 char *pos, *end, *custom, *buf; in madwifi_wireless_event_wireless() local
952 custom = pos + IW_EV_POINT_LEN; in madwifi_wireless_event_wireless()
963 custom += IW_EV_POINT_OFF; in madwifi_wireless_event_wireless()
975 if (custom + iwe->u.data.length > end) in madwifi_wireless_event_wireless()
[all …]
Ddriver_hostap.c787 char *custom) in hostapd_wireless_event_wireless_custom() argument
789 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); in hostapd_wireless_event_wireless_custom()
791 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in hostapd_wireless_event_wireless_custom()
794 pos = strstr(custom, "addr="); in hostapd_wireless_event_wireless_custom()
822 char *pos, *end, *custom, *buf; in hostapd_wireless_event_wireless() local
836 custom = pos + IW_EV_POINT_LEN; in hostapd_wireless_event_wireless()
847 custom += IW_EV_POINT_OFF; in hostapd_wireless_event_wireless()
852 if (custom + iwe->u.data.length > end) in hostapd_wireless_event_wireless()
857 memcpy(buf, custom, iwe->u.data.length); in hostapd_wireless_event_wireless()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_wext.c294 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) in wpa_driver_wext_event_wireless_custom() argument
299 custom); in wpa_driver_wext_event_wireless_custom()
303 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_wext_event_wireless_custom()
305 os_strstr(custom, " unicast ") != NULL; in wpa_driver_wext_event_wireless_custom()
308 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { in wpa_driver_wext_event_wireless_custom()
312 spos = custom + 17; in wpa_driver_wext_event_wireless_custom()
353 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) { in wpa_driver_wext_event_wireless_custom()
354 if (hwaddr_aton(custom + 17, data.stkstart.peer)) { in wpa_driver_wext_event_wireless_custom()
356 "STKSTART.request '%s'", custom + 17); in wpa_driver_wext_event_wireless_custom()
362 } else if (os_strncmp(custom, "STOP", 4) == 0) { in wpa_driver_wext_event_wireless_custom()
[all …]
Ddriver_ralink.c450 void *ctx, char *custom) in wpa_driver_ralink_event_wireless_custom() argument
456 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); in wpa_driver_ralink_event_wireless_custom()
460 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_ralink_event_wireless_custom()
463 os_strstr(custom, " unicast") != NULL; in wpa_driver_ralink_event_wireless_custom()
466 } else if (os_strncmp(custom, "ASSOCINFO_ReqIEs=", 17) == 0) { in wpa_driver_ralink_event_wireless_custom()
471 spos = custom + 17; in wpa_driver_ralink_event_wireless_custom()
525 char *pos, *end, *custom, *buf, *assoc_info_buf, *info_pos; in wpa_driver_ralink_event_wireless() local
545 custom = pos + IW_EV_POINT_LEN; in wpa_driver_ralink_event_wireless()
555 custom += IW_EV_POINT_OFF; in wpa_driver_ralink_event_wireless()
560 if (custom + iwe->u.data.length > end) in wpa_driver_ralink_event_wireless()
[all …]
Ddriver_nl80211.c436 wpa_driver_nl80211_event_wireless_custom(void *ctx, char *custom) in wpa_driver_nl80211_event_wireless_custom() argument
441 custom); in wpa_driver_nl80211_event_wireless_custom()
445 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_nl80211_event_wireless_custom()
447 os_strstr(custom, " unicast ") != NULL; in wpa_driver_nl80211_event_wireless_custom()
450 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { in wpa_driver_nl80211_event_wireless_custom()
454 spos = custom + 17; in wpa_driver_nl80211_event_wireless_custom()
495 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) { in wpa_driver_nl80211_event_wireless_custom()
496 if (hwaddr_aton(custom + 17, data.stkstart.peer)) { in wpa_driver_nl80211_event_wireless_custom()
498 "STKSTART.request '%s'", custom + 17); in wpa_driver_nl80211_event_wireless_custom()
629 char *pos, *end, *custom, *buf; in wpa_driver_nl80211_event_wireless() local
[all …]
/external/chromium/webkit/glue/
Dwebcursor_gtk.cc29 const CustomCursor& custom = CustomCursors[type]; in GetInlineCustomCursor() local
30 cursor = gdk_cursor_new_from_name(gdk_display_get_default(), custom.name); in GetInlineCustomCursor()
34 GdkPixmap* source = gdk_bitmap_create_from_data(NULL, custom.bits, in GetInlineCustomCursor()
36 GdkPixmap* mask = gdk_bitmap_create_from_data(NULL, custom.mask_bits, in GetInlineCustomCursor()
39 custom.hot_x, custom.hot_y); in GetInlineCustomCursor()
/external/webkit/PerformanceTests/PageLoad/svg/
DLICENSES18 http://websvn.kde.org/trunk/tests/ksvgtests/custom/worldcup.svg
19 http://websvn.kde.org/trunk/tests/ksvgtests/custom/cowboy.svg
20 http://websvn.kde.org/trunk/tests/ksvgtests/custom/mtsthelens.svg
21 http://websvn.kde.org/trunk/tests/ksvgtests/custom/france.svg
/external/compiler-rt/BlocksRuntime/tests/
Dnullblockisa.c26 } *custom = (struct _custom *)(void *)(b); variable
28 if (custom->innerp->isa != (void *)NULL) {
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3exception.h201 void * custom; member
206 void (*freeCustom) (void * custom);
Dantlr3commontoken.h210 void * custom; member
215 void (*freeCustom)(void * custom);
/external/llvm/docs/CommandGuide/
Dbugpoint.pod126 =item B<--run-{int,jit,llc,cbe,custom}>
131 backend, or a custom command (see B<--exec-command>) respectively.
133 =item B<--safe-{llc,cbe,custom}>
140 static native code compiler, the C backend, or a custom command,
146 This option defines the command to use with the B<--run-custom> and
147 B<--safe-custom> options to execute the bitcode testcase. This can
152 This option defines the command to use with the B<--compile-custom>
168 B<--safe-{int,jit,llc,cbe,custom}>
/external/libpng/
DKNOWNBUG4 1. February 23, 2006: The custom makefiles don't build libpng with -lz.
12 that are generated by the custom makefiles.
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto35 // A proto file used to test the "custom options" feature of proto2.
38 // A custom file option (defined below).
48 // Some simple test custom options of various types.
86 // A test message with custom options at all possible locations (and also some
105 // A test RPC service with custom options at all possible locations (and also
/external/chromium/chrome/browser/sync/protocol/
Dtheme_specifics.proto21 // If set, we're using a custom theme and all custom_* fields should be
31 // a custom theme) for platforms that make a distinction between the
/external/doclava/res/assets/customizations/
Dcustomizations.cs1 <?cs # placeholder for custom clearsilver code. ?>
/external/valgrind/main/memcheck/tests/
Dcustom-overlap.vgtest1 prog: custom-overlap
/external/webkit/Source/WebCore/html/canvas/
DDataView.idl37 // We have to use custom code because our code generator does not support int8_t type.
54 // Use custom code to handle NaN case for JSC.
60 // We have to use custom code because our code generator does not support uint8_t type.

12345678910>>...12