Home
last modified time | relevance | path

Searched refs:QUALIFIER (Results 1 – 5 of 5) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DPropertyOptions.java31 public static final int QUALIFIER = 0x00000020; field in PropertyOptions
124 return getOption(QUALIFIER); in isQualifier()
134 setOption(QUALIFIER, value); in setQualifier()
374 QUALIFIER | in getValidOptions()
395 case QUALIFIER : return "QUALIFIER"; in defineOptionName()
/external/bison/data/
Dbison.m4538 # b4_percent_code_get([QUALIFIER])
540 # If any %code blocks for QUALIFIER are defined, emit them beginning with a
541 # comment and ending with synclines and a newline. If QUALIFIER is not
543 # Bison's usage of QUALIFIER (if specified) by defining
544 # b4_percent_code_bison_qualifiers(QUALIFIER).
561 # b4_percent_code_ifdef(QUALIFIER, IF-TRUE, [IF-FALSE])
563 # If any %code blocks for QUALIFIER (or unqualified %code blocks if
564 # QUALIFIER is empty) are defined, expand IF-TRUE, else expand IF-FALSE.
565 # Also, record Bison's usage of QUALIFIER (if specified) by defining
566 # b4_percent_code_bison_qualifiers(QUALIFIER).
/external/bison/
DNEWS1091 ** An Alternative to "%{...%}" -- "%code QUALIFIER {CODE}"
DChangeLog-20125174 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
5175 b4_percent_code_bison_qualifiers(QUALIFIER).
5819 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
/external/bison/doc/
Dbison.info5177 -- Directive: %code QUALIFIER {CODE}
5179 location or at the location specified by QUALIFIER. *Note %code
5585 -- Directive: %code QUALIFIER {CODE}
5586 This is the qualified form of the `%code' directive. QUALIFIER
10791 -- Directive: %code QUALIFIER {CODE}
10793 location or at the location specified by QUALIFIER. *Note %code