Searched defs:getName (Results 326 - 350 of 535) sorted by relevance

<<11121314151617181920>>

/external/clang/include/clang/Lex/
H A DToken.h146 const char *getName() const { function in class:clang::Token
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp47 virtual StringRef getName() const { function in class:__anon15603::PlistDiagnostics
444 EmitString(o, SM->getFileEntryForID(*I)->getName()) << '\n';
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h108 const char *getName() const { return Name; } function in class:__ubsan::MangledName
142 Arg(MangledName MN) : Kind(AK_Mangled), String(MN.getName()) {}
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalList.java239 public CstString getName() { method in class:LocalList.Entry
240 return spec.getLocalItem().getName();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DPerformanceResults.java144 String buildName = getName();
146 return Util.getBuildDate(getName(), getBaselinePrefix());
293 public String getName() { method in class:PerformanceResults
753 if (this.baselineName == null && getName() != null) {
754 String buildDate = Util.getBuildDate(getName());
940 stream.writeUTF(scenarioResults.getName());
/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java117 public String getName () method in class:ClassDef
119 return getThisClass ().getName (this);
277 dout.writeUTF (Types.vmNameToJavaName (getName ())); // [in Java format]
317 ifcs [i] = Types.vmNameToJavaName (((CONSTANT_Class_info) m_constants.get (interfaces.get (i))).getName (this));
344 fds [fcount ++] = new FieldDescriptor (field.getName (this), modifiers, field.getDescriptor (this));
389 final String name = method.getName (this);
/external/icu4c/common/
H A Ducnv_cnv.h247 UConverterGetName getName; member in struct:UConverterImpl
/external/icu4c/i18n/
H A Dnumsys.cpp129 UResourceBundle *resource = ures_open(NULL, inLocale.getName(), &localStatus);
219 const char * NumberingSystem::getName() { function in class:NumberingSystem
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DBone.java152 public String getName() { method in class:Bone
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMaterial.java73 private static final Logger logger = Logger.getLogger(Material.class.getName());
110 setParam(param.getName(), param.getVarType(), param.getValue());
134 return key != null ? key.getName() : null;
140 public String getName() { method in class:Material
848 throw new IllegalArgumentException("No default techniques are available on material '" + def.getName() + "'");
862 throw new UnsupportedOperationException("No default technique on material '" + def.getName() + "'\n"
871 throw new IllegalArgumentException("For material " + def.getName() + ", technique not found: " + name);
875 throw new UnsupportedOperationException("The explicitly chosen technique '" + name + "' on material '" + def.getName() + "'\n"
936 technique.updateUniformParam(param.getName(),
1117 param.setName(checkSetParam(param.getVarType(), param.getName()));
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DFilter.java343 public String getName() { method in class:Filter
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DTexture.java456 public String getName() { method in class:Texture
593 Logger.getLogger(Texture.class.getName()).log(Level.SEVERE, "Cannot locate texture {0}", key);
602 Logger.getLogger(Texture.class.getName()).log(Level.SEVERE, "Cannot load embedded image {0}", toString() );
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNestedMapData.java104 sym.children.put(curr.getName(), curr);
158 public String getName() { method in class:NestedMapData
171 String name = getName();
350 if (curr.getName().equals(name)) {
398 "Cannot set symlink of incompatible Data type: " + symLink.getClass().getName();
456 Data toChild = createChild(fromChild.getName());
542 out.append(getName());
/external/llvm/lib/IR/
H A DFunction.cpp393 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { function in class:Intrinsic
670 cast<Function>(M->getOrInsertFunction(getName(id, Tys),
H A DValue.cpp73 dbgs() << "While deleting: " << *VTy << " %" << getName() << "\n";
167 StringRef Value::getName() const { function in class:Value
187 if (getName() == NameRef)
628 dbgs() << "While deleting: " << *V->getType() << " %" << V->getName()
691 << Old->getName() << " to " << *New->getType() << " %"
692 << New->getName() << "\n";
/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp102 Name = MapRec->getName();
133 MapRec->getName() + "' has empty " + "`ValueCols' field!");
141 PrintFatalError(MapRec->getLoc(), "Record `" + MapRec->getName() +
148 std::string getName() const { function in class:__anon21892::InstrMap
347 PrintFatalError("Multiple matches found for `" + KeyInstr->getName() +
348 "', for the relation `" + InstrMapDesc.getName());
365 std::string TargetName = Target.getName();
371 OS << "static const uint16_t "<<InstrMapDesc.getName();
387 OutStr += ColInstrs[j]->getName();
392 OS << " { " << TargetName << "::" << CurInstr->getName();
[all...]
H A DCodeGenTarget.cpp42 std::string llvm::getName(MVT::SimpleValueType T) { function in class:llvm
123 if (Namespace.empty()) return R->getName();
124 return Namespace + "::" + R->getName();
145 const std::string &CodeGenTarget::getName() const { function in class:CodeGenTarget
146 return TargetRec->getName();
292 return Rec1->TheDef->getName() < Rec2->TheDef->getName();
375 if (PropList[i]->getName() == "SDNPHasChain") {
377 } else if (PropList[i]->getName() == "SDNPOptInGlue") {
379 } else if (PropList[i]->getName()
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java59 public String getName() { method in class:SIPHeaderList
330 String className = this.getClass().getName();
/external/proguard/src/proguard/classfile/
H A DProgramClass.java87 public String getName() method in class:ProgramClass
121 throw new ClassCastException("Expected Utf8Constant at index ["+constantIndex+"] in class ["+getName()+"], found ["+ex.getMessage()+"]");
133 throw new ClassCastException("Expected StringConstant at index ["+constantIndex+"] in class ["+getName()+"], found ["+ex.getMessage()+"]");
141 return ((ClassConstant)constantPool[constantIndex]).getName(this);
145 throw new ClassCastException("Expected ClassConstant at index ["+constantIndex+"] in class ["+getName()+"], found ["+ex.getMessage()+"]");
149 public String getName(int constantIndex) method in class:ProgramClass
153 return ((NameAndTypeConstant)constantPool[constantIndex]).getName(this);
157 throw new ClassCastException("Expected NameAndTypeConstant at index ["+constantIndex+"] in class ["+getName()+"], found ["+ex.getMessage()+"]");
169 throw new ClassCastException("Expected NameAndTypeConstant at index ["+constantIndex+"] in class ["+getName()+"], found ["+ex.getMessage()+"]");
252 if ((name == null || field.getName(thi
[all...]
/external/skia/src/gpu/gl/
H A DGrGLShaderVar.h217 const SkString& getName() const { return fName; } function in class:GrGLShaderVar
220 * Shortcut for this->getName().c_str();
222 const char* c_str() const { return this->getName().c_str(); }
276 this->getName().c_str());
281 this->getName().c_str(),
287 this->getName().c_str());
293 this->getName().c_str(),
300 this->getName().c_str(),
/external/smack/src/org/xbill/DNS/
H A DRecord.java503 getName() { method in class:Record
H A DTokenizer.java177 filename = f.getName();
512 getName(Name origin) throws IOException { method in class:Tokenizer
H A DZoneTransferIn.java303 getName() { method in class:ZoneTransferIn
/external/srec/tools/grxmlcompile/
H A Dsub_grph.h143 void getName (char *name, int maxlen) function in class:SubGraph
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNode.java133 assertChildNotExisting(node.getName());
149 assertChildNotExisting(node.getName());
264 assertQualifierNotExisting(qualNode.getName());
497 return this.name.compareTo(((XMPNode) xmpNode).getName());
505 public String getName() method in class:XMPNode
655 (XMPConst.XML_LANG.equals(quals[sortFrom].getName()) ||
656 "rdf:type".equals(quals[sortFrom].getName()))
768 (XMPConst.XML_LANG.equals(quals[i].getName()) ||
769 "rdf:type".equals(quals[i].getName()))
882 if (child.getName()
[all...]

Completed in 2036 milliseconds

<<11121314151617181920>>