HomeSort by relevance Sort by last modified time
    Searched refs:enum (Results 1 - 25 of 48) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
predicates.rb 14 /* With this true, enum is seen as a keyword. False, it's an identifier */
32 enumAsKeyword : {@enable_enum}? 'enum' ;
34 enumAsID : {!@enable_enum}? 'enum' ;
52 example "'enum' is a keyword" do
53 lexer = TestHoist::Lexer.new 'enum'
59 example "'enum' is an ID" do
60 lexer = TestHoist::Lexer.new 'enum'
  /system/media/camera/docs/
camera_metadata_tags.mako 30 /** TODO: Nearly every enum in this file needs a description */
38 typedef enum camera_metadata_section {
48 * Hierarchy positions in enum space. All vendor extension tags must be
51 typedef enum camera_metadata_section_start {
59 * Main enum for defining camera metadata tags. New entries must always go
64 typedef enum camera_metadata_tag {
84 % if entry.enum:
86 typedef enum camera_metadata_enum_${csym(entry.name).lower()} {
87 % for val in entry.enum.values:
metadata_validate.py 108 <enum> # This is the variable el
113 </enum>
134 <enum> # This is the variable el
139 </enum>
210 # If type="enum", <enum> tag is present
211 # In <enum> for all <value id="$x">, $x is numeric
216 * If there is a type="enum" attribute, there is an <enum> child
217 * In the <enum> child, all <value id="$x"> have a numeric $
    [all...]
metadata_template.mako 75 % if prop.enum:
76 enum="true"
99 % if prop.enum:
100 <enum>
101 % for value in prop.enum.values:
115 </enum>
camera_metadata_tag_info.mako 68 const char *msg = "error: not an enum";
75 % if entry.enum:
77 % for val in entry.enum.values:
84 msg = "error: enum value out of range";
html.mako 45 .entry_type_name_enum:after { color: darkgreen; font-weight: bold; content:" (enum)" }
194 % if prop.enum:
219 % if prop.enum:
221 % for value in prop.enum.values:
metadata_parser_xml.py 147 # Enum
149 if entry.get('enum', 'false') == 'true':
155 for value in entry.enum.find_all('value'):
174 d['enum'] = True
metadata_model.py 30 Enum: A class corresponding an <enum> element within an <entry>
31 Value: A class corresponding to a <value> element within an Enum
742 A class corresponding to a <value> element within an <enum> within an <entry>.
749 parent: An edge to the parent, always an Enum instance.
773 class Enum(Node):
775 A class corresponding to an <enum> element within an <entry>.
809 enum: An Enum instance if the enum attribute is true, None otherwise
928 def enum(self): member in class:Entry
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 155 tu = get_tu('enum TEST { FOO=1, BAR=2 };')
156 enum = get_cursor(tu, 'TEST')
157 assert enum is not None
159 assert enum.kind == CursorKind.ENUM_DECL
160 enum_type = enum.enum_type
164 tu = get_tu('enum TEST : long long { FOO=1, BAR=2 };', lang="cpp")
165 enum = get_cursor(tu, 'TEST')
166 assert enum is not None
168 assert enum.kind == CursorKind.ENUM_DECL
169 assert enum.enum_type.kind == TypeKind.LONGLON
    [all...]
  /external/webkit/Source/WebCore/css/
makeprop.pl 58 %enum
99 enum CSSPropertyID {
makevalues.pl 58 %enum
  /external/iproute2/
configure 79 void exit_error(enum exittype status, const char *msg, ...)
119 void exit_error(enum exittype status, const char *msg, ...)
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 46 # These values must match WireType enum in google/protobuf/wire_format.h.
179 def EnumByteSize(field_number, enum):
180 return UInt32ByteSize(field_number, enum)
  /external/harfbuzz_ng/contrib/python/lib/
fontconfig.pyx 6 cdef enum FcResult '_FcResult' :
harfbuzz.pyx 21 cdef enum hb_direction_t :
38 ctypedef enum hb_script_t :
  /external/v8/test/mjsunit/
dont-enum-array-holes.js 28 // Do not enum holes in arrays.
assert-opt-and-deopt.js 43 * @enum {int}
keywords-and-reserved_words.js 151 "enum",
  /build/tools/droiddoc/templates-pdk/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
  /external/doclava/res/assets/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
  /external/protobuf/editors/
proto.vim 66 syn keyword pbTypedef enum
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 74 * @enum {string}
101 * @enum {string}
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 55 * @enum {string}
67 * @enum {int}
76 * @enum {string}
  /external/v8/tools/
profile.js 54 * Enum for profiler operations that involve looking up existing
57 * @enum {number}
67 * Enum for code state regarding its dynamic optimization.
69 * @enum {number}
81 * See the Profile.Operation enum for the list of
  /external/chromium/third_party/libjingle/source/talk/
main.scons 114 '/w14063', # case 'identifier' is not a valid value for switch of enum
115 '/w14064', # switch of incomplete enum 'enumeration'

Completed in 1390 milliseconds

1 2