/external/webkit/Source/WebCore/ |
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...] |
/external/chromium/net/base/ |
backoff_entry_unittest.cc | 173 TestBackoffEntry custom(&base_policy); 175 custom.SetCustomReleaseTime(custom_horizon); 176 custom.InformOfRequest(false); 177 custom.InformOfRequest(true); 178 custom.set_now(TimeTicks() + TimeDelta::FromDays(2)); 179 custom.InformOfRequest(false); 180 custom.InformOfRequest(true); 181 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); 183 // Now check that once we are at or past the custom horizon, 185 custom.set_now(TimeTicks() + TimeDelta::FromDays(3)) [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/chromium/webkit/glue/ |
webcursor_gtk.cc | 22 // It attempts to create a custom cursor from the data inlined in 29 const CustomCursor& custom = CustomCursors[type]; local 30 cursor = gdk_cursor_new_from_name(gdk_display_get_default(), custom.name); 34 GdkPixmap* source = gdk_bitmap_create_from_data(NULL, custom.bits, 36 GdkPixmap* mask = gdk_bitmap_create_from_data(NULL, custom.mask_bits, 39 custom.hot_x, custom.hot_y); 48 // use a custom cursor. 50 // Get/create a custom cursor which is invisible.
|
/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 1429 char *custom = pos + IW_EV_LCP_LEN; local 1623 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...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.c | 243 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) 247 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'", 248 custom); 252 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 254 os_strstr(custom, " unicast ") != NULL; 257 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { 262 spos = custom + 17; 303 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) { 304 if (hwaddr_aton(custom + 17, data.stkstart.peer)) { 306 "STKSTART.request '%s'", custom + 17) 445 char *pos, *end, *custom, *buf; local 1234 char *custom = pos + IW_EV_LCP_LEN; local 1433 char *pos, *end, *custom; local [all...] |
driver_atheros.c | 909 char *custom, char *end) 911 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); 913 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 916 pos = strstr(custom, "addr="); 936 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) { 939 key = custom; 960 } else if (strncmp(custom, "PUSH-BUTTON.indication", 22) == 0) { 966 } else if (strncmp(custom, "Manage.prob_req ", 16) == 0) { 969 * binary data in the custom wireless event. The old way (usin 991 char *pos, *end, *custom, *buf; local [all...] |
driver_ralink.c | 453 void *ctx, char *custom) 460 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); 464 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 467 os_strstr(custom, " unicast") != NULL; 470 } else if (os_strncmp(custom, "ASSOCINFO_ReqIEs=", 17) == 0) { 475 spos = custom + 17; 556 char *pos, *end, *custom, *buf, *assoc_info_buf, *info_pos; local 576 custom = pos + IW_EV_POINT_LEN; 586 custom += IW_EV_POINT_OFF [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;
|
DecorComposite.java | 23 import org.eclipse.swt.custom.CLabel;
|
/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 | |
/frameworks/base/libs/rs/ |
Android.mk | 45 # Generate custom headers 62 # Generate custom source files 153 # Generate custom headers 168 # Generate custom source files
|
/external/llvm/utils/emacs/ |
tablegen-mode.el | 6 (require 'custom)
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
ToggleButton.java | 21 import org.eclipse.swt.custom.CLabel;
|
/external/chromium/chrome/browser/resources/options/ |
sync_setup_overlay.css | 23 #sync-custom-passphrase { 31 .sync-custom-passphrase-input { 231 #error-custom {
|