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

1234567891011

/external/skia/tests/
H A DCodecPriv.h20 bm->allocPixels(codec->getInfo());
21 const SkCodec::Result result = codec->getPixels(codec->getInfo(), bm->getPixels(),
H A DBadIcoTest.cpp41 bm.allocPixels(codec->getInfo());
42 codec->getPixels(codec->getInfo(), bm.getPixels(),
/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/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/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
/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
/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/android/
H A DSkBitmapRegionCodec.cpp15 : INHERITED(codec->getInfo().width(), codec->getInfo().height())
40 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY);
121 SkImageInfo dstInfo = fCodec->getInfo().makeColorType(colorType);
122 return conversion_possible(dstInfo, fCodec->getInfo());
/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/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/unittests/Support/
H A DErrorTest.cpp29 int getInfo() const { return Info; } function in class:__anon13816::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/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtestdata.h64 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
106 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
H A Dtstdtmod.h69 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
95 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
/external/skia/tools/
H A DResources.cpp36 return dst->tryAllocPixels(gen->getInfo()) &&
37 gen->getPixels(gen->getInfo().makeColorSpace(nullptr), dst->getPixels(), dst->rowBytes(),
/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/skia/src/codec/
H A DSkIcoCodec.cpp179 SkImageInfo info = codecs->operator[](i)->getInfo();
187 int width = codecs->operator[](maxIndex)->getInfo().width();
188 int height = codecs->operator[](maxIndex)->getInfo().height();
190 SkColorSpace* colorSpace = codecs->operator[](maxIndex)->getInfo().colorSpace();
221 int origWidth = this->getInfo().width();
222 int origHeight = this->getInfo().height();
228 int width = fEmbeddedCodecs->operator[](i)->getInfo().width();
229 int height = fEmbeddedCodecs->operator[](i)->getInfo().height();
238 return fEmbeddedCodecs->operator[](minIndex)->getInfo().dimensions();
246 if (fEmbeddedCodecs->operator[](i)->getInfo()
[all...]
H A DSkBmpMaskCodec.cpp34 if (dstInfo.dimensions() != this->getInfo().dimensions()) {
67 fMaskSwizzler.reset(SkMaskSwizzler::CreateMaskSwizzler(swizzlerInfo, this->getInfo(),
/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/skia/gm/
H A DanimatedGif.cpp51 const SkImageInfo info = fCodec->getInfo().makeColorType(kN32_SkColorType);
91 SkISize dim = fCodec->getInfo().dimensions();
107 canvas->translate(SkIntToScalar(fCodec->getInfo().width()), 0);
146 canvas->translate(0, SkIntToScalar(fCodec->getInfo().height()));
H A Dbitmapimage.cpp41 bitmap.allocPixels(codec->getInfo());
42 codec->getPixels(codec->getInfo(), bitmap.getPixels(), bitmap.rowBytes());
/external/skia/samplecode/
H A DDecodeFile.h25 SkImageInfo info = codec->getInfo().makeColorType(colorType);
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXMFInfoExtract.cpp52 PTXMachineFunctionInfo *MFI = MF.getInfo<PTXMachineFunctionInfo>();

Completed in 768 milliseconds

1234567891011