Searched refs:getInfo (Results 1 - 25 of 223) sorted by relevance

123456789

/external/clang/lib/Sema/
H A DAttributeList.cpp175 static const ParsedAttrInfo &getInfo(const AttributeList &A) { function
180 return getInfo(*this).NumArgs;
184 return getMinArgs() + getInfo(*this).OptArgs;
188 return getInfo(*this).HasCustomParsing;
192 return getInfo(*this).DiagAppertainsToDecl(S, *this, D);
196 return getInfo(*this).DiagLangOpts(S, *this);
200 return getInfo(*this).IsTargetSpecific;
204 return getInfo(*this).IsType;
208 return getInfo(*this).ExistsInTarget(Target);
212 return getInfo(*thi
[all...]
/external/skia/tests/
H A DCodecPriv.h25 if (kIndex_8_SkColorType == codec->getInfo().colorType()) {
32 bm->allocPixels(codec->getInfo(), nullptr, colorTable.get());
33 const SkCodec::Result result = codec->getPixels(codec->getInfo(), bm->getPixels(),
H A DBadIcoTest.cpp40 bm.allocPixels(codec->getInfo());
41 codec->getPixels(codec->getInfo(), bm.getPixels(),
/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/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/javax/sip/header/
H A DCallInfoHeader.java8 URI getInfo(); method in interface:CallInfoHeader
/external/skia/src/android/
H A DSkBitmapRegionCanvas.cpp14 : INHERITED(decoder->getInfo().width(), decoder->getInfo().height())
33 SkAlphaType dstAlphaType = fDecoder->getInfo().alphaType();
55 SubsetType type = adjust_subset_rect(fDecoder->getInfo().dimensions(), &subset, &outX, &outY);
136 SkImageInfo info = SkImageInfo::Make(0, 0, colorType, fDecoder->getInfo().alphaType(),
137 fDecoder->getInfo().profileType());
138 return conversion_possible(info, fDecoder->getInfo());
H A DSkBitmapRegionCodec.cpp15 : INHERITED(codec->getInfo().width(), codec->getInfo().height())
40 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY);
149 SkImageInfo info = SkImageInfo::Make(0, 0, colorType, fCodec->getInfo().alphaType(),
150 fCodec->getInfo().profileType());
151 return conversion_possible(info, fCodec->getInfo());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestDataModule.java26 public DataMap getInfo(); method in interface:TestDataModule
72 public DataMap getInfo(); method in interface:TestDataModule.TestData
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestDataModule.java25 public DataMap getInfo(); method in interface:TestDataModule
71 public DataMap getInfo(); method in interface:TestDataModule.TestData
/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/skia/src/core/
H A DSkPictureImageGenerator.cpp68 if (info != getInfo() || ctable || ctableCount) {
87 const int w = this->getInfo().width();
88 const int h = this->getInfo().height();
105 const SkScalar scaleX = SkIntToScalar(w) / this->getInfo().width();
106 const SkScalar scaleY = SkIntToScalar(h) / this->getInfo().height();
135 const SkImageInfo& info = this->getInfo();
/external/clang/lib/CodeGen/
H A DCGLoopInfo.h109 llvm::MDNode *getCurLoopID() const { return getInfo().getLoopID(); }
113 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
148 const LoopInfo &getInfo() const { return Active.back(); } function in class:clang::CodeGen::LoopInfoStack
/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/skia/src/codec/
H A DSkBmpMaskCodec.cpp37 if (dstInfo.dimensions() != this->getInfo().dimensions()) {
42 if (!conversion_possible(dstInfo, this->getInfo())) {
63 fMaskSwizzler.reset(SkMaskSwizzler::CreateMaskSwizzler(dstInfo, this->getInfo(), fMasks,
H A DSkIcoCodec.cpp164 SkImageInfo info = codecs->operator[](i)->getInfo();
171 SkImageInfo info = codecs->operator[](maxIndex)->getInfo();
196 int origWidth = this->getInfo().width();
197 int origHeight = this->getInfo().height();
203 int width = fEmbeddedCodecs->operator[](i)->getInfo().width();
204 int height = fEmbeddedCodecs->operator[](i)->getInfo().height();
213 return fEmbeddedCodecs->operator[](minIndex)->getInfo().dimensions();
221 if (fEmbeddedCodecs->operator[](i)->getInfo().dimensions() == requestedSize) {
H A DSkAndroidCodec.cpp21 : fInfo(codec->getInfo())
74 SkColorType suggestedColorType = this->getInfo().colorType();
94 if (kOpaque_SkAlphaType == this->getInfo().alphaType()) {
113 if (kOpaque_SkAlphaType == this->getInfo().alphaType()) {
H A DSkBmpStandardCodec.cpp31 , fAndMaskRowBytes(fInIco ? SkAlign4(compute_row_bytes(this->getInfo().width(), 1)) : 0)
47 if (dstInfo.dimensions() != this->getInfo().dimensions()) {
51 if (!conversion_possible(dstInfo, this->getInfo())) {
255 const int remainingScanlines = this->getInfo().height() - startScanline - height;
292 const int sampledWidth = get_scaled_dimension(this->getInfo().width(), sampleX);
/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');
214 strcmp(Name, getInfo(Id).Name) == 0)
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtestdata.h62 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
104 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
H A Dtstdtmod.h67 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
93 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
/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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
H A DbtLemkeAlgorithm.h47 int getInfo() { function in class:btLemkeAlgorithm
/external/llvm/lib/Option/
H A DOptTable.cpp95 unsigned Kind = getInfo(i + 1).Kind;
98 TheInputOptionID = getInfo(i + 1).ID;
101 TheUnknownOptionID = getInfo(i + 1).ID;
113 Option::OptionClass Kind = (Option::OptionClass) getInfo(i + 1).Kind;
121 if (!(getInfo(i) < getInfo(i + 1))) {
132 if (const char *const *P = getInfo(i).Prefixes) {
159 return Option(&getInfo(id), this);
412 unsigned Flags = getInfo(Id).Flags;

Completed in 1585 milliseconds

123456789