HomeSort by relevance Sort by last modified time
    Searched refs:_Name (Results 26 - 47 of 47) sorted by null

12

  /external/syslinux/efi32/include/efi/
efidevp.h 147 #define EISA_ID(_Name, _Num) ((UINT32) ((_Name) | (_Num) << 16))
  /external/syslinux/efi64/include/efi/
efidevp.h 147 #define EISA_ID(_Name, _Num) ((UINT32) ((_Name) | (_Num) << 16))
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidevp.h 147 #define EISA_ID(_Name, _Num) ((UINT32) ((_Name) | (_Num) << 16))
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DevicePath.h 145 #define EISA_ID(_Name, _Num) ((UINT32)((_Name) | (_Num) << 16))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 22 _Name = '[a-zA-Z_:][-a-zA-Z0-9._:]*' # valid XML name
28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]')
29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]')
35 _S + '(?P<name>' + _Name + ')'
38 starttagopen = re.compile('<' + _Name)
40 starttagmatch = re.compile('<(?P<tagname>'+_Name+')'
46 tagfind = re.compile(_Name)
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
68 procopen = re.compile(r'<\?(?P<proc>' + _Name + ')' + _opS)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 22 _Name = '[a-zA-Z_:][-a-zA-Z0-9._:]*' # valid XML name
28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]')
29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]')
35 _S + '(?P<name>' + _Name + ')'
38 starttagopen = re.compile('<' + _Name)
40 starttagmatch = re.compile('<(?P<tagname>'+_Name+')'
46 tagfind = re.compile(_Name)
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
68 procopen = re.compile(r'<\?(?P<proc>' + _Name + ')' + _opS)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser.go 154 case _Name, _Semi:
422 case _Name:
532 if p.tok != _Name {
726 case _Name:
832 case _Name:
1109 case _Name:
1254 case _Name:
1338 case _Name:
1390 case _Name:
1393 case _Name, _Star, _Arrow, _Func, _Lbrack, _Chan, _Map, _Struct, _Interface, _Lparen
    [all...]
scanner.go 30 lit string // valid if tok is _Name, _Literal, or _Semi ("semicolon", "newline", or "EOF")
349 s.tok = _Name
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go 154 case _Name, _Semi:
422 case _Name:
532 if p.tok != _Name {
726 case _Name:
832 case _Name:
1109 case _Name:
1254 case _Name:
1338 case _Name:
1390 case _Name:
1393 case _Name, _Star, _Arrow, _Func, _Lbrack, _Chan, _Map, _Struct, _Interface, _Lparen
    [all...]
scanner.go 30 lit string // valid if tok is _Name, _Literal, or _Semi ("semicolon", "newline", or "EOF")
349 s.tok = _Name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 22 _Name = '[a-zA-Z_:][-a-zA-Z0-9._:]*' # valid XML name
28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]')
29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]')
35 _S + '(?P<name>' + _Name + ')'
38 starttagopen = re.compile('<' + _Name)
40 starttagmatch = re.compile('<(?P<tagname>'+_Name+')'
46 tagfind = re.compile(_Name)
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
68 procopen = re.compile(r'<\?(?P<proc>' + _Name + ')' + _opS)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 22 _Name = '[a-zA-Z_:][-a-zA-Z0-9._:]*' # valid XML name
28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]')
29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]')
35 _S + '(?P<name>' + _Name + ')'
38 starttagopen = re.compile('<' + _Name)
40 starttagmatch = re.compile('<(?P<tagname>'+_Name+')'
46 tagfind = re.compile(_Name)
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
68 procopen = re.compile(r'<\?(?P<proc>' + _Name + ')' + _opS)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 158 #define EISA_ID(_Name, _Num) ((UINT32) ((_Name) | (_Num) << 16))
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 261 #define EISA_ID(_Name, _Num) ((UINT32)((_Name) | (_Num) << 16))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 389 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
390 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat);
391 int __cdecl _wstat64i32(const wchar_t *_Name,struct _stat64i32 *_Stat);
392 _CRTIMP int __cdecl _wstat64(const wchar_t *_Name,struct _stat64 *_Stat);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
wchar_s.h 98 _CRTIMP errno_t __cdecl _wputenv_s(const wchar_t *_Name,const wchar_t *_Value);
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadpe/
ldpe.go 413 name = name[1:] // _Name => Name
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadpe/
ldpe.go 413 name = name[1:] // _Name => Name
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
unparse.py 325 def _Name(self, t):
  /external/python/cpython2/Demo/parser/
unparse.py 325 def _Name(self, t):
  /external/python/cpython3/Tools/parser/
unparse.py 382 def _Name(self, t):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]

Completed in 1289 milliseconds

12