/external/webkit/Source/WebCore/ |
D | Android.v8bindings.mk | 32 $(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 …]
|
D | WebCore.pro | 72 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/ |
D | backoff_entry_unittest.cc | 173 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/wpa_supplicant_8/src/drivers/ |
D | driver_wext.c | 234 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) in wpa_driver_wext_event_wireless_custom() argument 239 custom); in wpa_driver_wext_event_wireless_custom() 243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_wext_event_wireless_custom() 245 os_strstr(custom, " unicast ") != NULL; in wpa_driver_wext_event_wireless_custom() 248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { in wpa_driver_wext_event_wireless_custom() 253 spos = custom + 17; in wpa_driver_wext_event_wireless_custom() 294 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) { in wpa_driver_wext_event_wireless_custom() 295 if (hwaddr_aton(custom + 17, data.stkstart.peer)) { in wpa_driver_wext_event_wireless_custom() 297 "STKSTART.request '%s'", custom + 17); in wpa_driver_wext_event_wireless_custom() 303 } else if (os_strncmp(custom, "STOP", 4) == 0) { in wpa_driver_wext_event_wireless_custom() [all …]
|
D | driver_atheros.c | 1207 char *custom, char *end) in atheros_wireless_event_wireless_custom() argument 1209 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); in atheros_wireless_event_wireless_custom() 1211 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in atheros_wireless_event_wireless_custom() 1214 pos = strstr(custom, "addr="); in atheros_wireless_event_wireless_custom() 1234 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) { in atheros_wireless_event_wireless_custom() 1237 key = custom; in atheros_wireless_event_wireless_custom() 1258 } else if (strncmp(custom, "PUSH-BUTTON.indication", 22) == 0) { in atheros_wireless_event_wireless_custom() 1267 } else if (strncmp(custom, "Manage.prob_req ", 16) == 0) { in atheros_wireless_event_wireless_custom() 1274 int len = atoi(custom + 16); in atheros_wireless_event_wireless_custom() 1275 if (len < 0 || custom + MGMT_FRAM_TAG_SIZE + len > end) { in atheros_wireless_event_wireless_custom() [all …]
|
D | driver_madwifi.c | 874 char *custom) in madwifi_wireless_event_wireless_custom() argument 876 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); in madwifi_wireless_event_wireless_custom() 878 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in madwifi_wireless_event_wireless_custom() 881 pos = strstr(custom, "addr="); in madwifi_wireless_event_wireless_custom() 901 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) { in madwifi_wireless_event_wireless_custom() 904 key = custom; in madwifi_wireless_event_wireless_custom() 932 char *pos, *end, *custom, *buf; in madwifi_wireless_event_wireless() local 946 custom = pos + IW_EV_POINT_LEN; in madwifi_wireless_event_wireless() 957 custom += IW_EV_POINT_OFF; in madwifi_wireless_event_wireless() 969 if (custom + iwe->u.data.length > end) in madwifi_wireless_event_wireless() [all …]
|
D | driver_hostap.c | 787 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/chromium/webkit/glue/ |
D | webcursor_gtk.cc | 29 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/ |
D | LICENSES | 18 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/ |
D | nullblockisa.c | 26 } *custom = (struct _custom *)(void *)(b); variable 28 if (custom->innerp->isa != (void *)NULL) {
|
/external/valgrind/main/drd/tests/ |
D | custom_alloc_fiw.stderr.exp | 2 --free-is-write=yes is incompatible with custom memory allocator client requests 6 --free-is-write=yes is incompatible with custom memory allocator client requests
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3exception.h | 201 void * custom; member 206 void (*freeCustom) (void * custom);
|
D | antlr3commontoken.h | 210 void * custom; member 215 void (*freeCustom)(void * custom);
|
/external/llvm/docs/CommandGuide/ |
D | bugpoint.rst | 131 **--run-{int,jit,llc,custom}** 136 custom command (see **--exec-command**) respectively. 138 **--safe-{llc,custom}** 145 static native code compiler, or a custom command, (see **--exec-command**) 151 This option defines the command to use with the **--run-custom** and 152 **--safe-custom** options to execute the bitcode testcase. This can 157 This option defines the command to use with the **--compile-custom** 175 **--safe-{int,jit,llc,custom}**
|
/external/smack/asmack-master/ |
D | build.bash | 265 local custom 266 custom=$(echo ${dir} | sed 's:patch/:-:') 267 ant -Djar.suffix="${custom}" $JINGLE_ARGS 268 buildandroid "${custom}" 411 rm -rf src/custom
|
/external/libpng/ |
D | KNOWNBUG | 4 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/ |
D | unittest_custom_options.proto | 35 // 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
|
D | descriptor.proto | 203 // Clients may define custom options as extensions of the *Options messages. 211 // Extension numbers for custom options may be chosen as follows: 278 // Clients can define custom options in extensions of this message. See above. 311 // Clients can define custom options in extensions of this message. See above. 359 // Clients can define custom options in extensions of this message. See above. 368 // Clients can define custom options in extensions of this message. See above. 376 // Clients can define custom options in extensions of this message. See above. 390 // Clients can define custom options in extensions of this message. See above. 404 // Clients can define custom options in extensions of this message. See above.
|
/external/chromium/chrome/browser/sync/protocol/ |
D | theme_specifics.proto | 21 // 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/ |
D | customizations.cs | 1 <?cs # placeholder for custom clearsilver code. ?>
|
/external/valgrind/main/memcheck/tests/ |
D | custom-overlap.vgtest | 1 prog: custom-overlap
|
/external/webkit/Source/WebCore/html/canvas/ |
D | DataView.idl | 37 // 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.
|
/external/chromium/chrome/browser/resources/options/ |
D | sync_setup_overlay.css | 23 #sync-custom-passphrase { 31 .sync-custom-passphrase-input { 231 #error-custom {
|
/external/eigen/doc/ |
D | I00_CustomizingEigen.dox | 5 … \ref ExtendingMatrixBase "by adding custom methods to MatrixBase", adding support to \ref CustomS… 14 In this section we will see how to add custom methods to MatrixBase. Since all expressions and matr… 128 \anchor user_defined_scalars \section CustomScalarType Using custom scalar types 133 In order to add support for a custom type \c T you need:
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.Porting | 22 want to create a custom SDL_config.h for your platform. Edit SDL_config.h, 23 add a section for your platform, and create a custom SDL_config_{platform}.h,
|