Home
last modified time | relevance | path

Searched refs:case (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/external/webkit/WebCore/platform/mac/
DKeyEventMac.mm41 case 54: // Right Command
42 case 55: // Left Command
45 case 57: // Capslock
48 case 56: // Left Shift
49 case 60: // Right Shift
52 case 58: // Left Alt
53 case 61: // Right Alt
56 case 59: // Left Ctrl
57 case 62: // Right Ctrl
80 case NSMenuFunctionKey:
[all …]
DPlatformMouseEventMac.mm36 case NSLeftMouseDown:
37 case NSLeftMouseUp:
38 case NSLeftMouseDragged:
40 case NSRightMouseDown:
41 case NSRightMouseUp:
42 case NSRightMouseDragged:
44 case NSOtherMouseDown:
45 case NSOtherMouseUp:
46 case NSOtherMouseDragged:
56 case NSLeftMouseDown:
[all …]
DThemeMac.mm450 case PushButtonPart: {
469 case CheckboxPart:
471 case RadioPart:
473 case PushButtonPart:
477 case ListButtonPart:
488 case SquareButtonPart:
489 case DefaultButtonPart:
490 case ButtonPart:
491 case ListButtonPart:
501 case SquareButtonPart:
[all …]
/external/webkit/WebKit/chromium/src/mac/
DWebInputEventFactory.mm58 case 54: // Right Command
59 case 55: // Left Command
62 case 57: // Capslock
65 case 56: // Left Shift
66 case 60: // Right Shift
69 case 58: // Left Alt
70 case 61: // Right Alt
73 case 59: // Left Ctrl
74 case 62: // Right Ctrl
77 case 63: // Function
[all …]
/external/libvpx/examples/
Dvp8_scalable_patterns.txt49 Change this variable to test the 3 decodable streams case.
60 case 0:
65 case 1:
66 case 3:
67 case 5:
68 case 7:
69 case 9:
70 case 11:
71 case 13:
72 case 15:
[all …]
/external/webkit/WebCore/bridge/objc/
Dobjc_utility.mm138 case ObjcObjectType: {
158 case ObjcCharType:
159 case ObjcUnsignedCharType:
162 case ObjcShortType:
163 case ObjcUnsignedShortType:
166 case ObjcIntType:
167 case ObjcUnsignedIntType:
170 case ObjcLongType:
171 case ObjcUnsignedLongType:
174 case ObjcLongLongType:
[all …]
/external/webkit/WebCore/bindings/objc/
DDOMSVGPathSegInternal.mm58 case WebCore::SVGPathSeg::PATHSEG_UNKNOWN:
60 case WebCore::SVGPathSeg::PATHSEG_CLOSEPATH:
62 case WebCore::SVGPathSeg::PATHSEG_MOVETO_ABS:
64 case WebCore::SVGPathSeg::PATHSEG_MOVETO_REL:
66 case WebCore::SVGPathSeg::PATHSEG_LINETO_ABS:
68 case WebCore::SVGPathSeg::PATHSEG_LINETO_REL:
70 case WebCore::SVGPathSeg::PATHSEG_CURVETO_CUBIC_ABS:
72 case WebCore::SVGPathSeg::PATHSEG_CURVETO_CUBIC_REL:
74 case WebCore::SVGPathSeg::PATHSEG_CURVETO_QUADRATIC_ABS:
76 case WebCore::SVGPathSeg::PATHSEG_CURVETO_QUADRATIC_REL:
[all …]
/external/icu4c/samples/case/
Dreadme.txt2 case: case mapping
9 case.cpp Main source file in C++
11 case.sln Windows MSVC workspace. Double-click this to get started.
12 case.vcproj Windows MSVC project file
14 To Build case on Windows
16 2. In MSVC, open the solution file icu\samples\case\case.sln
26 3. cd into the case directory, e.g.
27 cd c:\icu\source\samples\case\debug
29 case
44 cd <icu directory>/source/samples/case
[all …]
/external/webkit/WebCore/platform/network/mac/
DAuthenticationMac.mm149 case ProtectionSpaceServerHTTP:
152 case ProtectionSpaceServerHTTPS:
155 case ProtectionSpaceServerFTP:
158 case ProtectionSpaceServerFTPS:
161 case ProtectionSpaceProxyHTTP:
164 case ProtectionSpaceProxyHTTPS:
167 case ProtectionSpaceProxyFTP:
170 case ProtectionSpaceProxySOCKS:
179 case ProtectionSpaceAuthenticationSchemeDefault:
182 case ProtectionSpaceAuthenticationSchemeHTTPBasic:
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzGL.m153 * appears to be happening in the VAO case. You can tell OpenGL to up
223 case SDL_GL_RED_SIZE: attr = GL_RED_BITS; break;
224 case SDL_GL_BLUE_SIZE: attr = GL_BLUE_BITS; break;
225 case SDL_GL_GREEN_SIZE: attr = GL_GREEN_BITS; break;
226 case SDL_GL_ALPHA_SIZE: attr = GL_ALPHA_BITS; break;
227 case SDL_GL_DOUBLEBUFFER: attr = GL_DOUBLEBUFFER; break;
228 case SDL_GL_DEPTH_SIZE: attr = GL_DEPTH_BITS; break;
229 case SDL_GL_STENCIL_SIZE: attr = GL_STENCIL_BITS; break;
230 case SDL_GL_ACCUM_RED_SIZE: attr = GL_ACCUM_RED_BITS; break;
231 case SDL_GL_ACCUM_GREEN_SIZE: attr = GL_ACCUM_GREEN_BITS; break;
[all …]
DSDL_QuartzEvents.m453 * to handle them separately just in case the values can simulataneously
466 * This function will release a key press in the case that
491 /* In this case, we can't detect the keyboard, so use the left side
502 * This could have been done in an if-else case because at this point,
518 * This function handles the CapsLock case.
672 case kIOMessageSystemWillSleep:
675 case kIOMessageCanSystemSleep:
678 case kIOMessageSystemHasPoweredOn:
707 case 0:
709 case 1:
[all …]
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
Dmain.m227 case NPCocoaEventScrollWheel:
229 case NPCocoaEventMouseDown:
231 case NPCocoaEventMouseUp:
233 case NPCocoaEventMouseMoved:
235 case NPCocoaEventMouseDragged:
237 case NPCocoaEventMouseEntered:
239 case NPCocoaEventMouseExited:
241 case NPCocoaEventKeyDown:
243 case NPCocoaEventKeyUp:
245 case NPCocoaEventFlagsChanged:
[all …]
/external/libpcap/
Dwlan_filtering.patch110 + * case. If the link layer has a fixed length prepended header,
120 + * case. If the link layer has a fixed length prepended header,
183 + case OR_LINK_AFTER_WIRELESS_HDR:
197 case OR_NET:
203 case DLT_PPI:
204 + case DLT_IEEE802_11_RADIO:
205 + case DLT_IEEE802_11:
212 case DLT_FDDI:
213 case DLT_IEEE802:
214 - case DLT_IEEE802_11:
[all …]
/external/webkit/WebCore/accessibility/mac/
DAXObjectCacheMac.mm66 case AXActiveDescendantChanged:
73 case AXFocusedUIElementChanged:
76 case AXLayoutComplete:
79 case AXLoadComplete:
82 case AXSelectedChildrenChanged:
85 case AXSelectedTextChanged:
88 case AXValueChanged:
91 case AXLiveRegionChanged:
95 case AXCheckedStateChanged:
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm415 case EditActionUnspecified: return nil;
416case EditActionSetColor: return UI_STRING_KEY("Set Color", "Set Color (Undo action name)", "Undo a…
417case EditActionSetBackgroundColor: return UI_STRING_KEY("Set Background Color", "Set Background Co…
418case EditActionTurnOffKerning: return UI_STRING_KEY("Turn Off Kerning", "Turn Off Kerning (Undo ac…
419case EditActionTightenKerning: return UI_STRING_KEY("Tighten Kerning", "Tighten Kerning (Undo acti…
420case EditActionLoosenKerning: return UI_STRING_KEY("Loosen Kerning", "Loosen Kerning (Undo action …
421case EditActionUseStandardKerning: return UI_STRING_KEY("Use Standard Kerning", "Use Standard Kern…
422case EditActionTurnOffLigatures: return UI_STRING_KEY("Turn Off Ligatures", "Turn Off Ligatures (U…
423case EditActionUseStandardLigatures: return UI_STRING_KEY("Use Standard Ligatures", "Use Standard …
424case EditActionUseAllLigatures: return UI_STRING_KEY("Use All Ligatures", "Use All Ligatures (Undo…
[all …]
/external/dnsmasq/contrib/dns-loc/
Ddnsmasq2-loc-rfc1876.patch76 + case LOPT_LOC:
107 case LOPT_PTR: /* --ptr-record */
265 + case 'N': case 'n':
266 + case 'E': case 'e':
271 + case 'S': case 's':
272 + case 'W': case 'w':
283 + case 'N': case 'n':
284 + case 'S': case 's':
287 + case 'E': case 'e':
288 + case 'W': case 'w':
[all …]
/external/v8/test/sputnik/
Dtestcfg.py38 def __init__(self, case, path, context, mode): argument
40 self.case = case
76 self.source = self.case.GetSource()
98 case = SputnikTestCase(test, full_path, self.context, mode)
99 result.append(case)
/external/webkit/WebKit/mac/Misc/
DWebNSURLExtras.mm75 case 0x00ED: /* LATIN SMALL LETTER I WITH ACUTE */
76 case 0x01C3: /* LATIN LETTER RETROFLEX CLICK */
77 case 0x0251: /* LATIN SMALL LETTER ALPHA */
78 case 0x0261: /* LATIN SMALL LETTER SCRIPT G */
79 case 0x0337: /* COMBINING SHORT SOLIDUS OVERLAY */
80 case 0x0338: /* COMBINING LONG SOLIDUS OVERLAY */
81 case 0x05B4: /* HEBREW POINT HIRIQ */
82 case 0x05BC: /* HEBREW POINT DAGESH OR MAPIQ */
83 case 0x05C3: /* HEBREW PUNCTUATION SOF PASUQ */
84 case 0x05F4: /* HEBREW PUNCTUATION GERSHAYIM */
[all …]
/external/webkit/WebKit/mac/Carbon/
DHIWebView.mm661 case kEventClassControl:
665 case kEventControlClick:
680 case kEventClassKeyboard:
709 case kEventClassWindow:
725 case kEventClassMouse:
728 case kEventMouseMoved:
754 case kEventMouseUp:
755 case kEventMouseDragged:
756 case kEventMouseWheelMoved:
1063 // the print panel accessory view case, and I don't have time
[all …]
/external/icu4c/data/translit/
DThaiLogical_Latin.txt17 ห | $1 ← h ($notAbove*) \u0304; # backward case, account for reordering
53 ฝ | $1 ← f ($notAbove*) \u0304; # backward case, account for reordering
61 ศ | $1 ← s \u0323 ($notAbove*) \u0304; # backward case, account for reordering
64 ส | $1 ← s ($notAbove*) \u0304; # backward case, account for reordering
72 า | $1 ← a ($notAbove*) \u0304; # backward case, account for reordering
74 ำ | $1 ← a ($notAbove*) \u0309 ; # backward case, account for reordering
77 \u0E35 | $1 ← i ($notAbove*) \u0304 ; # backward case, account for reordering
79 \u0E37 | $1 ← u \u0323 ($notAbove*) \u0304 ; # backward case, account for reordering
82 \u0E39 | $1 ← u ($notAbove*) \u0304 ; # backward case, account for reordering
/external/chromium/third_party/icu/source/data/translit/
DThaiLogical_Latin.txt17 ห | $1 ← h ($notAbove*) \u0304; # backward case, account for reordering
53 ฝ | $1 ← f ($notAbove*) \u0304; # backward case, account for reordering
61 ศ | $1 ← s \u0323 ($notAbove*) \u0304; # backward case, account for reordering
64 ส | $1 ← s ($notAbove*) \u0304; # backward case, account for reordering
72 า | $1 ← a ($notAbove*) \u0304; # backward case, account for reordering
74 ำ | $1 ← a ($notAbove*) \u0309 ; # backward case, account for reordering
77 \u0E35 | $1 ← i ($notAbove*) \u0304 ; # backward case, account for reordering
79 \u0E37 | $1 ← u \u0323 ($notAbove*) \u0304 ; # backward case, account for reordering
82 \u0E39 | $1 ← u ($notAbove*) \u0304 ; # backward case, account for reordering
/external/webkit/WebCore/platform/chromium/
DThemeChromiumMac.mm585 case PushButtonPart: {
604 case CheckboxPart:
606 case RadioPart:
608 case PushButtonPart:
612 case ListButtonPart:
623 case SquareButtonPart:
624 case DefaultButtonPart:
625 case ButtonPart:
626 case ListButtonPart:
636 case SquareButtonPart:
[all …]
/external/chromium/base/
Dbase_paths_mac.mm22 case base::FILE_EXE:
23 case base::FILE_MODULE: {
35 case base::DIR_USER_CACHE:
37 case base::DIR_APP_DATA:
39 case base::DIR_SOURCE_ROOT: {
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultContextMenuDelegate.mm66 case WebMenuItemTagCopy:
70 case WebMenuItemTagGoBack:
74 case WebMenuItemTagGoForward:
78 case WebMenuItemTagStop:
82 case WebMenuItemTagReload:
86 case WebMenuItemTagSearchInSpotlight:
90 case WebMenuItemTagSearchWeb:
94 case WebMenuItemTagLookUpInDictionary:
98 case WebMenuItemTagOpenFrameInNewWindow:
135 // one case that has non-nil default items here.
/external/webkit/WebKitTools/DumpRenderTree/mac/
DPolicyDelegate.mm57 case WebNavigationTypeLinkClicked:
60 case WebNavigationTypeFormSubmitted:
63 case WebNavigationTypeBackForward:
66 case WebNavigationTypeReload:
69 case WebNavigationTypeFormResubmitted:
72 case WebNavigationTypeOther:

12345678910>>...29