/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/compiler-rt/BlocksRuntime/tests/ |
nullblockisa.c | 26 } *custom = (struct _custom *)(void *)(b); local 28 if (custom->innerp->isa != (void *)NULL) {
|
/external/chromium-trace/src/shared/css/ |
chrome_shared2_touch.css | 35 button:not(.custom-appearance):not(.link-button), 36 input[type=button]:not(.custom-appearance), 37 input[type=submit]:not(.custom-appearance),
|
widgets.css | 13 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...] |
/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/antlr/antlr-3.4/runtime/C/include/ |
antlr3exception.h | 201 void * custom; member in struct:ANTLR3_EXCEPTION_struct 203 /** Pointer to a routine that is called to free the custom exception structure 206 void (*freeCustom) (void * custom);
|
antlr3recognizersharedstate.h | 189 void * custom; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
|
antlr3commontoken.h | 5 * of this common token. A custom pointer is provided, wher you may attach 102 * custom pointer element of this structure. 208 /** Pointer to a custom element that the ANTLR3 programmer may define and install 210 void * custom; member in struct:ANTLR3_COMMON_TOKEN_struct 212 /** Pointer to a function that knows how to free the custom structure when the 215 void (*freeCustom)(void * custom);
|
/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.
|
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211.c | 119 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) 123 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'", 124 custom); 128 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 130 os_strstr(custom, " unicast ") != NULL; 133 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { 137 spos = custom + 17; 181 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) { 182 if (hwaddr_aton(custom + 17, data.stkstart.peer)) { 184 "STKSTART.request '%s'", custom + 17) 328 char *pos, *end, *custom, *buf; local 974 char *custom = pos + IW_EV_LCP_LEN; local [all...] |
/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...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.c | 240 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) 244 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'", 245 custom); 249 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 251 os_strstr(custom, " unicast ") != NULL; 254 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { 259 spos = custom + 17; 300 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) { 301 if (hwaddr_aton(custom + 17, data.stkstart.peer)) { 303 "STKSTART.request '%s'", custom + 17) 442 char *pos, *end, *custom, *buf; local 1232 char *custom = pos + IW_EV_LCP_LEN; local 1431 char *pos, *end, *custom; local [all...] |
/prebuilts/tools/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/antlr/antlr-3.4/runtime/C/src/ |
antlr3exception.c | 174 /* Call the programmer's custom free routine if advised to 178 ex->freeCustom(ex->custom);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
SelfOrientingSashForm.java | 15 import org.eclipse.swt.custom.SashForm;
|
/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;
|
/prebuilts/tools/darwin-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |