Searched refs:Name (Results 1 - 25 of 59) sorted by last modified time

123

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DCivicLocationElement.java143 Name, enum constant in enum:CivicLocationElement.CAType
179 s_caTypes.put(NAME, CAType.Name);
/frameworks/opt/emoji/
H A DEmojiFactory.cpp105 const char *name = factory->Name();
110 if (!strcmp(name, f->Name())) {
156 if (!strcmp(name, factory->Name())) {
H A DEmojiFactory.h86 virtual const char *Name() const = 0;
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessBindable.java41 import javax.lang.model.element.Name;
146 Name name = element.getSimpleName();
165 Name name = element.getSimpleName();
204 Name name = element.getSimpleName();
212 Name name = element.getSimpleName();
220 Name name = element.getSimpleName();
/frameworks/data-binding/compilerCommon/
H A DXMLLexer.g439 EntityRef : '&' Name ';' ;
47 SPECIAL_OPEN: '<?' Name -> more, pushMode(PROC_INSTR) ;
62 Name : NameStartChar NameChar* ;
H A DXMLParser.g441 element : '<' elmName=Name attribute* '>' content '<' '/' Name '>'
42 | '<' elmName=Name attribute* '/>'
47 attribute : attrName=Name '=' attrValue=STRING ; // Our STRING is AttValue in spec
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
H A DXMLLexer.java14 STRING=15, Name=16, S=17, PI=18; field in class:XMLLexer
29 "EQUALS", "STRING", "Name", "S", "HEXDIGIT", "DIGIT", "NameChar", "NameStartChar",
H A DXMLParser.java13 DTD=3, Name=16, EQUALS=14, PI=18, S=17, SLASH_CLOSE=12, TEXT=9, COMMENT=1, field in class:XMLParser
18 "STRING", "Name", "S", "PI"
172 while (_la==Name) {
337 public TerminalNode Name(int i) { method in class:XMLParser.ElementContext
338 return getToken(XMLParser.Name, i);
340 public List<? extends TerminalNode> Name() { return getTokens(XMLParser.Name); } method in class:XMLParser.ElementContext
375 setState(60); _localctx.elmName = match(Name);
379 while (_la==Name) {
393 setState(71); match(Name);
484 public TerminalNode Name() { return getToken(XMLParser.Name, 0); } method in class:XMLParser.AttributeContext
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp286 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
783 StringRef Name) {
784 auto *Ret = StructType::create(Context, Name);
1435 SmallString<8> Name; local
1436 Name.resize(NameLength);
1438 Name[i] = Record[i];
1452 NamedMDNode *NMD = TheModule->getOrInsertNamedMetadata(Name);
1511 SmallString<8> Name(Record.begin()+1, Record.end());
1513 unsigned NewKind = TheModule->getMDKindID(Name.str());
782 createIdentifiedStructType(LLVMContext &Context, StringRef Name) argument
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp524 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
1059 StringRef Name) {
1060 auto *Ret = StructType::create(Context, Name);
1747 SmallString<8> Name(Record.begin(), Record.end());
1757 NamedMDNode *NMD = TheModule->getOrInsertNamedMetadata(Name);
1805 SmallString<8> Name(Record.begin()+1, Record.end());
1807 unsigned NewKind = TheModule->getMDKindID(Name.str());
1058 createIdentifiedStructType(LLVMContext &Context, StringRef Name) argument
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp61 // Name of metadata node where pragma info resides (should be synced with
65 // Name of metadata node where exported variable names reside (should be
69 // Name of metadata node where exported function names reside (should be
73 // Name of metadata node where exported ForEach name information resides
78 // Name of metadata node where exported ForEach signature information resides
82 // Name of metadata node where RS object slot info resides (should be
88 // Name of metadata node where the checksum for this build is stored. (should
310 llvm::MDNode *Name = VarNameMetadata->getOperand(i); local
311 if (Name != nullptr && Name
336 llvm::MDNode *Name = FuncNameMetadata->getOperand(i); local
421 llvm::MDNode *Name = Names->getOperand(i); local
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp917 const char *Name = mExportForEachNameList[i]; local
919 if (Module.getFunction(Name) &&
/frameworks/compile/mclinker/include/mcld/Support/
H A DTarget.h62 const char* name() const { return Name; }
90 /// Name - The target name
91 const char* Name; member in class:mcld::Target
/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp19 : Name(NULL),
H A DTargetRegistry.cpp21 pTarget.Name = pName;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationFunctions.h12 #define DECL_AARCH64_APPLY_RELOC_FUNC(Name) \
13 static AArch64Relocator::Result Name(Relocation& pEntry, \
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFunctions.h12 #define DECL_ARM_APPLY_RELOC_FUNC(Name) \
13 static ARMRelocator::Result Name(Relocation& pEntry, ARMRelocator& pParent);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h39 #define DECL_HEXAGON_APPLY_RELOC_FUNC(Name) \
40 static HexagonRelocator::Result Name(Relocation& pEntry, \
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFunctions.h12 #define DECL_MIPS_APPLY_RELOC_FUNC(Name) \
13 static MipsRelocator::Result Name(MipsRelocationInfo& pReloc, \
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFunctions.h12 #define DECL_X86_32_APPLY_RELOC_FUNC(Name) \
13 static X86Relocator::Result Name(Relocation& pEntry, \
79 #define DECL_X86_64_APPLY_RELOC_FUNC(Name) \
80 static X86Relocator::Result Name(Relocation& pEntry, \
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1308 const ValueName &Name = *SI; local
1313 for (const char *C = Name.getKeyData(), *E = C+Name.getKeyLength();
1341 for (const char *P = Name.getKeyData(),
1342 *E = Name.getKeyData()+Name.getKeyLength(); P != E; ++P)
H A DValueEnumerator.cpp150 const char *Name) const {
152 OS << "Map Name: " << Name << "\n"; local
179 const char *Name) const {
181 OS << "Map Name: " << Name << "\n"; local
H A DValueEnumerator.h103 void print(llvm::raw_ostream &OS, const ValueMapType &Map, const char *Name) const;
105 const char *Name) const;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1370 const ValueName &Name = *SI; local
1375 for (const char *C = Name.getKeyData(), *E = C+Name.getKeyLength();
1403 for (const char *P = Name.getKeyData(),
1404 *E = Name.getKeyData()+Name.getKeyLength(); P != E; ++P)

Completed in 500 milliseconds

123