Searched defs:getInfo (Results 1 - 25 of 65) sorted by relevance

123

/external/jmdns/src/javax/jmdns/
H A DServiceEvent.java56 * @see javax.jmdns.ServiceEvent#getInfo()
58 public abstract ServiceInfo getInfo(); method in class:ServiceEvent
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallInfo.java92 public javax.sip.address.URI getInfo() { method in class:CallInfo
/external/nist-sip/java/javax/sip/header/
H A DCallInfoHeader.java8 URI getInfo(); method in interface:CallInfoHeader
/external/skia/include/core/
H A DSkImageGenerator.h53 const SkImageInfo& getInfo() const { return fInfo; } function in class:SkImageGenerator
65 * to the info returned by getInfo().
71 * A size that does not match getInfo() implies a request
127 * whole = SkIRect::MakeWH(getInfo().width(), getInfo().height())
/external/fonttools/Lib/fontTools/misc/
H A DhomeResFile.py67 def getInfo(self): member in class:ParamBlock
80 self.getInfo()
85 self.getInfo()
/external/fonttools/Tools/fontTools/misc/
H A DhomeResFile.py67 def getInfo(self): member in class:ParamBlock
80 self.getInfo()
85 self.getInfo()
/external/icu/icu4c/source/tools/ctestfw/
H A Dtestdata.cpp93 UBool RBTestData::getInfo(const DataMap *& info, UErrorCode &/*status*/) const function in class:RBTestData
H A Dtstdtmod.cpp144 UBool RBTestDataModule::getInfo(const DataMap *& info, UErrorCode &/*status*/) const function in class:RBTestDataModule
/external/jmdns/src/javax/jmdns/impl/
H A DServiceEventImpl.java97 buf.append(this.getInfo());
107 * @see javax.jmdns.ServiceEvent#getInfo()
110 public ServiceInfo getInfo() { method in class:ServiceEventImpl
120 ServiceInfoImpl newInfo = new ServiceInfoImpl(this.getInfo());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestDataModule.java28 public DataMap getInfo(); method in interface:TestDataModule
74 public DataMap getInfo(); method in interface:TestDataModule.TestData
H A DResourceModule.java99 public DataMap getInfo() { method in class:ResourceModule
279 m.getInfo();
327 public DataMap getInfo() { method in class:ResourceModule.UResourceTestData
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestDataModule.java27 public DataMap getInfo(); method in interface:TestDataModule
73 public DataMap getInfo(); method in interface:TestDataModule.TestData
H A DResourceModule.java98 public DataMap getInfo() { method in class:ResourceModule
278 m.getInfo();
326 public DataMap getInfo() { method in class:ResourceModule.UResourceTestData
/external/skia/include/codec/
H A DSkAndroidCodec.h49 const SkImageInfo& getInfo() const { return fInfo; } function in class:SkAndroidCodec
115 * (as specified by getInfo).
172 * Must be within the bounds returned by getInfo().
217 * to the info returned by getInfo().
223 * A size that does not match getInfo() implies a request
/external/clang/lib/Driver/
H A DTypes.cpp34 static const TypeInfo &getInfo(unsigned id) { function
40 return getInfo(Id).Name;
44 return getInfo(Id).PreprocessedType;
54 return getInfo(Id).TempSuffix;
58 return strchr(getInfo(Id).Flags, 'a');
62 return strchr(getInfo(Id).Flags, 'p');
66 return strchr(getInfo(Id).Flags, 'u');
70 return strchr(getInfo(Id).Flags, 'A');
215 strcmp(Name, getInfo(Id).Name) == 0)
/external/llvm/include/llvm/Option/
H A DOptTable.h69 const Info &getInfo(OptSpecifier Opt) const { function in class:llvm::opt::OptTable
92 return getInfo(id).Name;
97 return getInfo(id).Kind;
102 return getInfo(id).GroupID;
107 return getInfo(id).HelpText;
113 return getInfo(id).MetaVar;
/external/clang/lib/CodeGen/
H A DCGLoopInfo.h116 llvm::MDNode *getCurLoopID() const { return getInfo().getLoopID(); }
120 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
161 const LoopInfo &getInfo() const { return Active.back(); } function in class:clang::CodeGen::LoopInfoStack
/external/clang/lib/Sema/
H A DAttributeList.cpp176 static const ParsedAttrInfo &getInfo(const AttributeList &A) { function
181 return getInfo(*this).NumArgs;
185 return getMinArgs() + getInfo(*this).OptArgs;
189 return getInfo(*this).HasCustomParsing;
193 return getInfo(*this).DiagAppertainsToDecl(S, *this, D);
197 return getInfo(*this).DiagLangOpts(S, *this);
201 return getInfo(*this).IsTargetSpecific;
205 return getInfo(*this).IsType;
209 return getInfo(*this).IsStmt;
213 return getInfo(*thi
[all...]
/external/llvm/unittests/Support/
H A DErrorTest.cpp29 int getInfo() const { return Info; } function in class:__anon13694::CustomError
33 OS << "CustomError { " << getInfo() << "}";
69 OS << "CustomSubError { " << getInfo() << ", " << getExtraInfo() << "}";
173 CaughtErrorInfo = CE.getInfo();
246 CaughtErrorInfo = SE.getInfo();
262 CaughtErrorInfo = SE.getInfo();
265 [&](const CustomError &CE) { DummyInfo = CE.getInfo(); });
280 [&](const CustomError &CE) { CaughtErrorInfo = CE.getInfo(); },
282 DummyInfo = SE.getInfo();
300 CustomErrorInfo2 = SE.getInfo();
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineFunction.h68 /// of type are accessed/created with MF::getInfo and destroyed when the
206 /// getInfo - Keep track of various per-function pieces of information for
210 Ty *getInfo() { function in class:llvm::MachineFunction
222 const Ty *getInfo() const { function in class:llvm::MachineFunction
223 return const_cast<MachineFunction*>(this)->getInfo<Ty>();
/external/autotest/frontend/client/src/autotest/afe/
H A DTestSelector.java135 public String getInfo() { method in class:TestSelector.TestInfoBuilder
196 display.getTestInfo().setHTML(builder.getInfo());
/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp92 const ShaderInfo& getInfo (void) const { return m_info; } function in class:glu::Shader
94 glu::ShaderType getType (void) const { return getInfo().type; }
95 bool getCompileStatus (void) const { return getInfo().compileOk; }
96 const std::string& getSource (void) const { return getInfo().source; }
97 const std::string& getInfoLog (void) const { return getInfo().infoLog; }
130 const ProgramInfo& getInfo (void) const { return m_info; } function in class:glu::Program
132 bool getLinkStatus (void) const { return getInfo().linkOk; }
133 const std::string& getInfoLog (void) const { return getInfo().infoLog; }
195 const ShaderInfo& getShaderInfo (glu::ShaderType shaderType, int shaderNdx = 0) const { return m_shaders[shaderType][shaderNdx]->getInfo(); }
196 const ProgramInfo& getProgramInfo (void) const { return m_program.getInfo(); }
[all...]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapSerializationEnvelope.java389 Object[] names = getInfo(expected.type, null);
469 public Object[] getInfo(Object type, Object instance) { method in class:SoapSerializationEnvelope
566 Object[] qName = getInfo(null, bodyOut);
625 Object[] qName = getInfo(null, nestedSoap);
678 Object[] qName = getInfo(null, obj);
726 Object[] arrType = getInfo(elementType.type, null);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELF.h209 uint64_t getInfo(bool is64Bit) const { function in class:llvm::ELFRelocation
/external/clang/include/clang/AST/
H A DDeclarationName.h463 const DeclarationNameLoc &getInfo() const { return LocInfo; } function in struct:clang::DeclarationNameInfo
464 DeclarationNameLoc &getInfo() { return LocInfo; } function in struct:clang::DeclarationNameInfo

Completed in 951 milliseconds

123