HomeSort by relevance Sort by last modified time
    Searched full:case (Results 126 - 150 of 12247) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/bluetooth/hcidump/parser/
hcrp.c 42 case 0x0001:
44 case 0x0002:
46 case 0x0003:
48 case 0x0004:
50 case 0x0005:
52 case 0x0006:
54 case 0x0007:
56 case 0x0008:
58 case 0x0009:
60 case 0x000A
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/set/
der_encode_set.c 24 case LTC_ASN1_BOOLEAN: return 0x01;
25 case LTC_ASN1_INTEGER:
26 case LTC_ASN1_SHORT_INTEGER: return 0x02;
27 case LTC_ASN1_BIT_STRING: return 0x03;
28 case LTC_ASN1_OCTET_STRING: return 0x04;
29 case LTC_ASN1_NULL: return 0x05;
30 case LTC_ASN1_OBJECT_IDENTIFIER: return 0x06;
31 case LTC_ASN1_UTF8_STRING: return 0x0C;
32 case LTC_ASN1_PRINTABLE_STRING: return 0x13;
33 case LTC_ASN1_IA5_STRING: return 0x16
    [all...]
  /external/icu4c/samples/case/
readme.txt 2 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\debu
    [all...]
  /external/opencore/engines/author/test/src/single_core/
pvaetestinput.cpp 67 case YUV_FILE:
68 case H263_FILE:
69 case H264_FILE:
70 case AMR_IETF_FILE:
71 case AAC_ADIF_FILE:
72 case AAC_ADTS_FILE:
73 case PCM16_FILE:
74 case YUV_WRONG_FILE:
75 case TEXT_FILE:
76 case AMRWB_IETF_FILE
    [all...]
  /external/bison/lib/
quotearg.c 211 case c_quoting_style:
218 case escape_quoting_style:
222 case locale_quoting_style:
223 case clocale_quoting_style:
255 case shell_always_quoting_style:
279 case '\0':
289 case '?':
292 case shell_quoting_style:
295 case c_quoting_style:
299 case '!': case '\''
    [all...]
  /external/icu4c/layout/
NonContextualGlyphSubstProc.cpp 40 case ltfSimpleArray:
43 case ltfSegmentSingle:
46 case ltfSegmentArray:
49 case ltfSingleTable:
52 case ltfTrimmedArray:
  /external/webkit/WebCore/bindings/js/
JSSVGPathSegCustom.cpp 72 case SVGPathSeg::PATHSEG_CLOSEPATH:
74 case SVGPathSeg::PATHSEG_MOVETO_ABS:
76 case SVGPathSeg::PATHSEG_MOVETO_REL:
78 case SVGPathSeg::PATHSEG_LINETO_ABS:
80 case SVGPathSeg::PATHSEG_LINETO_REL:
82 case SVGPathSeg::PATHSEG_CURVETO_CUBIC_ABS:
84 case SVGPathSeg::PATHSEG_CURVETO_CUBIC_REL:
86 case SVGPathSeg::PATHSEG_CURVETO_QUADRATIC_ABS:
88 case SVGPathSeg::PATHSEG_CURVETO_QUADRATIC_REL:
90 case SVGPathSeg::PATHSEG_ARC_ABS
    [all...]
  /external/webkit/WebCore/bindings/objc/
DOMSVGPathSegInternal.mm 58 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...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 641 case GL_FOG_MODE:
644 case GL_FOG_DENSITY:
647 case GL_FOG_START:
650 case GL_FOG_END:
655 case GL_FOG_COLOR:
695 case GL_FOG_MODE:
698 case GL_FOG_DENSITY:
701 case GL_FOG_START:
704 case GL_FOG_END:
709 case GL_FOG_COLOR
    [all...]
  /external/strace/
sock.c 109 case SIOCSHIWAT:
112 case SIOCGHIWAT:
115 case SIOCSLOWAT:
118 case SIOCGLOWAT:
121 case FIOSETOWN:
124 case FIOGETOWN:
127 case SIOCSPGRP:
130 case SIOCGPGRP:
133 case SIOCATMARK:
138 case SIOCGIFNAME
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityMediaControls.cpp 68 case MediaSlider:
72 case MediaCurrentTimeDisplay:
73 case MediaTimeRemainingDisplay:
77 case MediaControlsPanel:
120 case MediaFullscreenButton:
122 case MediaMuteButton:
124 case MediaPlayButton:
126 case MediaSeekBackButton:
128 case MediaSeekForwardButton:
130 case MediaRewindButton
    [all...]
  /external/webkit/WebCore/page/
ContextMenuController.cpp 167 case ContextMenuItemTagOpenLinkInNewWindow:
170 case ContextMenuItemTagDownloadLinkToDisk:
174 case ContextMenuItemTagCopyLinkToClipboard:
177 case ContextMenuItemTagOpenImageInNewWindow:
180 case ContextMenuItemTagDownloadImageToDisk:
184 case ContextMenuItemTagCopyImageToClipboard:
189 case ContextMenuItemTagOpenFrameInNewWindow: {
197 case ContextMenuItemTagCopy:
200 case ContextMenuItemTagGoBack:
204 case ContextMenuItemTagGoForward
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 138 case DalvOps.CONST_CLASS:
139 case DalvOps.CHECK_CAST:
140 case DalvOps.NEW_INSTANCE:
142 case DalvOps.SGET:
143 case DalvOps.SGET_WIDE:
144 case DalvOps.SGET_OBJECT:
145 case DalvOps.SGET_BOOLEAN:
146 case DalvOps.SGET_BYTE:
147 case DalvOps.SGET_CHAR:
148 case DalvOps.SGET_SHORT
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
CRLReason.java 26 * @deprecated use lower case version
30 * @deprecated use lower case version
34 * @deprecated use lower case version
38 * @deprecated use lower case version
42 * @deprecated use lower case version
46 * @deprecated use lower case version
50 * @deprecated use lower case version
54 * @deprecated use lower case version
58 * @deprecated use lower case version
62 * @deprecated use lower case versio
    [all...]
  /external/qemu/hw/
goldfish_trace.c 50 case TRACE_DEV_REG_SWITCH: // context switch, switch to pid
63 case TRACE_DEV_REG_TGID: // save the tgid for the following fork/clone
71 case TRACE_DEV_REG_FORK: // fork, fork new pid
84 case TRACE_DEV_REG_CLONE: // fork, clone new pid (i.e. thread)
97 case TRACE_DEV_REG_EXECVE_VMSTART: // execve, vstart
100 case TRACE_DEV_REG_EXECVE_VMEND: // execve, vend
103 case TRACE_DEV_REG_EXECVE_OFFSET: // execve, offset in EXE
106 case TRACE_DEV_REG_EXECVE_EXEPATH: // init exec, path of EXE
118 // vstrcpy may fail to copy path. In this case lets do it
127 case TRACE_DEV_REG_CMDLINE_LEN: // execve, process cmdline lengt
    [all...]
smc91c111.c 260 case 0:
262 case 0: /* TCR */
265 case 1:
268 case 4: /* RCR */
271 case 5:
276 case 10: case 11: /* RPCR */
282 case 1:
284 case 0: /* CONFIG */
287 case 1
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8SVGPathSegCustom.cpp 63 case SVGPathSeg::PATHSEG_CLOSEPATH:
65 case SVGPathSeg::PATHSEG_MOVETO_ABS:
67 case SVGPathSeg::PATHSEG_MOVETO_REL:
69 case SVGPathSeg::PATHSEG_LINETO_ABS:
71 case SVGPathSeg::PATHSEG_LINETO_REL:
73 case SVGPathSeg::PATHSEG_CURVETO_CUBIC_ABS:
75 case SVGPathSeg::PATHSEG_CURVETO_CUBIC_REL:
77 case SVGPathSeg::PATHSEG_CURVETO_QUADRATIC_ABS:
79 case SVGPathSeg::PATHSEG_CURVETO_QUADRATIC_REL:
81 case SVGPathSeg::PATHSEG_ARC_ABS
    [all...]
  /external/webkit/WebCore/xml/
XPathUtil.cpp 45 case Node::ATTRIBUTE_NODE:
46 case Node::PROCESSING_INSTRUCTION_NODE:
47 case Node::COMMENT_NODE:
48 case Node::TEXT_NODE:
49 case Node::CDATA_SECTION_NODE:
50 case Node::XPATH_NAMESPACE_NODE:
76 case Node::ATTRIBUTE_NODE:
77 case Node::CDATA_SECTION_NODE:
78 case Node::COMMENT_NODE:
79 case Node::DOCUMENT_NODE
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkCmdMessage.java 56 case SET_UP_MENU:
57 case SELECT_ITEM:
60 case DISPLAY_TEXT:
61 case SET_UP_IDLE_MODE_TEXT:
62 case SEND_DTMF:
63 case SEND_SMS:
64 case SEND_SS:
65 case SEND_USSD:
68 case GET_INPUT:
69 case GET_INKEY
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 49 case 'A': return 1;
50 case 'B': return 2;
51 case 'C': return 3;
52 case 'D': return 4;
53 case 'E': return 5;
54 case 'F': return 6;
55 case 'G': return 7;
56 case 'H': return 8;
57 case 'I': return 9;
58 case 'K': return 10
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
StructureStubInfo.cpp 35 case access_get_by_id_self:
38 case access_get_by_id_proto:
42 case access_get_by_id_chain:
46 case access_get_by_id_self_list: {
52 case access_get_by_id_proto_list: {
58 case access_put_by_id_transition:
63 case access_put_by_id_replace:
66 case access_get_by_id:
67 case access_put_by_id:
68 case access_get_by_id_generic
    [all...]
  /external/webkit/JavaScriptCore/runtime/
LiteralParser.cpp 52 case '[':
56 case ']':
60 case '(':
64 case ')':
68 case '{':
72 case '}':
76 case ',':
80 case ':':
84 case '"':
88 case 't'
    [all...]
  /system/core/sh/
nodes.c 124 case NSEMI:
125 case NAND:
126 case NOR:
127 case NWHILE:
128 case NUNTIL:
132 case NCMD:
136 case NPIPE:
139 case NREDIR:
140 case NBACKGND:
141 case NSUBSHELL
    [all...]
  /external/freetype/src/base/
ftpatent.c 46 case 0x06: /* SPvTL // */
47 case 0x07: /* SPvTL + */
48 case 0x08: /* SFvTL // */
49 case 0x09: /* SFvTL + */
50 case 0x0A: /* SPvFS */
51 case 0x0B: /* SFvFS */
55 case 0x40:
62 case 0x41:
69 case 0x71: /* DELTAP2 */
70 case 0x72: /* DELTAP3 *
    [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValue.cpp 159 case '!':
160 case '#':
161 case '$':
162 case '%':
163 case '&':
231 case Auto:
235 case WebCore::Fixed:
239 case Intrinsic:
243 case MinIntrinsic:
247 case Percent
    [all...]

Completed in 503 milliseconds

1 2 3 4 56 7 8 91011>>