HomeSort by relevance Sort by last modified time
    Searched refs:valid_identifier (Results 1 - 4 of 4) sorted by null

  /system/tools/hidl/
hidl-gen_y.yy 261 %type<str> valid_identifier valid_type_name
321 valid_identifier
782 | opt_annotations valid_identifier '(' typed_vars ')' require_semicolon
786 | opt_annotations ONEWAY valid_identifier '(' typed_vars ')' require_semicolon
790 | opt_annotations valid_identifier '(' typed_vars ')' GENERATES '(' typed_vars ')' require_semicolon
821 typed_var : type valid_identifier { $$ = new TypedVar($2, $1); }
880 | type valid_identifier require_semicolon
973 : valid_identifier { $$ = new EnumValue($1); }
974 | valid_identifier '=' const_expr { $$ = new EnumValue($1, $3); }
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 1964 valid_identifier(PyObject *s) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 1946 valid_identifier(PyObject *s) function
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 1994 valid_identifier(PyObject *s) function
    [all...]

Completed in 85 milliseconds