Searched defs:Name (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/arm/
H A Dconstants-arm.cc59 const char* Registers::Name(int reg) { function in class:assembler::arm::Registers
84 const char* VFPRegisters::Name(int reg) { function in class:assembler::arm::VFPRegisters
/external/qemu/distrib/sdl-1.2.12/src/cdrom/
H A DSDL_syscdrom.h29 const char *(*Name)(int drive); member in struct:CDcaps
/external/v8/src/mips/
H A Dconstants-mips.cc69 const char* Registers::Name(int reg) { function in class:assembler::mips::Registers
113 const char* FPURegister::Name(int creg) { function in class:assembler::mips::FPURegister
/external/v8/src/
H A Dtoken.h217 static const char* Name(Value tok) { function in class:v8::internal::Token
H A Dbuiltins.h183 enum Name { enum in class:v8::internal::Builtins
208 static Code* builtin(Name name) {
214 static Address builtin_address(Name name) {
/external/webkit/WebKit/chromium/public/
H A DWebLocalizedString.h37 enum Name { enum in struct:WebKit::WebLocalizedString
/external/v8/tools/
H A Dstats-viewer.py144 name = counter.Name()
189 name = counter.Name()
233 name = counter.Name()
338 def Name(self): member in class:Counter
396 def Name(self): member in class:ChromeCounter
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.h100 const string& Name() const { return name_; } function in class:fst::SymbolTableImpl
216 const string& Name() const { function in class:fst::SymbolTable
217 return impl_->Name();
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A Dregress-103087.js44 var Name = "(" + NameStrt + ")(" + NameChar + ")*"; variable
53 var DT_IdentSE = S + Name + "(" + S + "(" + Name + "|" + QuoteSE + "))*";
58 var DT_ItemSE = "<(!(--" + Until2Hyphens + ">|[^-]" + MarkupDeclCE + ")|\\?" + Name + "(" + PI_Tail + "))|%" + Name + ";|" + S;
61 var PI_CE = Name + "(" + PI_Tail + ")?";
62 var EndTagCE = Name + "(" + S + ")?>?";
64 var ElemTagCE = Name + "(" + S + Name + "(" + S + ")?=(" + S + ")?(" + AttValSE + "))*(" + S + ")?/?>?";
69 var PI_RE = "<\\?" + Name
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c389 IN PCSTR Name,
410 RtlInitAnsiString(&AnsiString, Name);
816 IN PCSTR Name,
826 if(NULL == Name)
839 if((((*Name) | 0x20) >= 'a') && (((*Name) | 0x20) <= 'z') &&
840 (':' == *(Name + 1)) && ('\0' == *(Name + 2)))
842 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly);
850 Name
388 _OpenNtName( IN PCSTR Name, IN BOOLEAN Readonly, OUT PHANDLE Handle, OUT PBOOLEAN OpenedReadonly OPTIONAL ) argument
815 _Ext2OpenDevice( IN PCSTR Name, IN BOOLEAN ReadOnly, OUT PHANDLE Handle, OUT PBOOLEAN OpenedReadonly OPTIONAL, OUT unsigned *Errno OPTIONAL ) argument
[all...]
/external/tinyxml/
H A Dtinyxml.h726 const char* Name() const { return name.c_str (); } ///< Return the name of this attribute. function in class:TiXmlAttribute
/external/dropbear/libtomcrypt/
H A Dcrypt.tex609 \hline \textbf{Name} & \textbf{Descriptor Name} & \textbf{Block Size} & \textbf{Key Range} & \textbf{Rounds} \\
1990 \hline \textbf{Name} & \textbf{Descriptor Name} & \textbf{Size of Message Digest (bytes)} \\
2848 \hline \textbf{Name} & \textbf{Descriptor} & \textbf{Usage} \\
4697 Name IA5 STRING
4724 node with the following code will bring us to the \textit{Name} portion of the SEQUENCE:
4730 Now \textit{list} points to the \textit{Name} member (with the tag IA5 STRING). The \textit{data}, \textit{size}, and \textit{type} members of \textit{list} should reflect
4735 /* list already pointing to 'Name' */
5632 \subsection{Name}
5823 \\subsection{Name} subsubsection
5935 \\subsection{Name} subsubsection
[all...]

Completed in 212 milliseconds