HomeSort by relevance Sort by last modified time
    Searched full:getinfo (Results 51 - 75 of 861) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/samplecode/
DecodeFile.h 25 SkImageInfo info = codec->getInfo().makeColorType(colorType);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
send_time_history.h 32 bool GetInfo(PacketInfo* packet, bool remove);
  /frameworks/support/lifecycle/common/src/main/java/android/arch/lifecycle/
ReflectiveGenericLifecycleObserver.java 40 mInfo = getInfo(mWrapped.getClass());
85 private static CallbackInfo getInfo(Class klass) {
113 CallbackInfo superInfo = getInfo(superclass);
123 for (Entry<MethodReference, Event> entry : getInfo(intrfc).mHandlerToEvent.entrySet()) {
  /packages/apps/Settings/src/com/android/settings/print/
PrintJobSettingsFragment.java 126 if (!printJob.getInfo().isCancelling()) {
188 PrintJobInfo info = printJob.getInfo();
193 if (!printJob.getInfo().isCancelling()) {
208 if (!printJob.getInfo().isCancelling()) {
  /art/test/989-method-trace-throw/src/art/
Test989.java 63 private static String getInfo(Object m, boolean exception, Object result) {
88 System.out.println("Normal: Leaving " + getInfo(m, exception, result));
102 System.out.println("ThrowEnter: Leaving " + getInfo(m, exception, result));
119 System.out.println("ThrowExit: Leaving " + getInfo(m, exception, result));
120 throw new ErrorB("Throwing error while exit " + getInfo(m, exception, result));
138 System.out.println("ThrowBoth: Leaving " + getInfo(m, exception, result));
139 throw new ErrorC("Throwing error while exit " + getInfo(m, exception, result));
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 92 const ShaderInfo& getInfo (void) const { return m_info; }
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; }
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/
SkIcoCodec.cpp 179 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().dimensions() == requestedSize)
    [all...]
SkAndroidCodec.cpp 64 : fInfo(codec->getInfo())
122 if (kGray_8_SkColorType == this->getInfo().colorType()) {
127 if (kOpaque_SkAlphaType == this->getInfo().alphaType()) {
142 if (kOpaque_SkAlphaType == this->getInfo().alphaType()) {
159 SkColorSpace* encodedSpace = fCodec->getInfo().colorSpace();
  /external/skia/tests/
CodecTest.cpp 196 if (codec->getInfo().colorType() == kGray_8_SkColorType) {
197 SkImageInfo grayInfo = codec->getInfo();
288 const SkImageInfo info = codec->getInfo().makeColorType(kN32_SkColorType);
586 SkImageInfo scaledInfo = codec->getInfo()
796 decodedBm.setInfo(codec->getInfo());
798 SkCodec::Result result = codec->getPixels(codec->getInfo(), decodedBm.getPixels(),
819 result = codec->getPixels(codec->getInfo(), decodedBm.getPixels(), decodedBm.rowBytes());
    [all...]
  /external/skia/include/codec/
SkAndroidCodec.h 49 const SkImageInfo& getInfo() const { return fInfo; }
115 * (as specified by getInfo).
170 * Must be within the bounds returned by getInfo().
199 * to the info returned by getInfo().
205 * A size that does not match getInfo() implies a request
  /external/llvm/unittests/Support/
ErrorTest.cpp 29 int getInfo() const { return Info; }
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/llvm/lib/Option/
OptTable.cpp 95 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;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Decompress.h 31 The implementation Efi Decompress GetInfo().
89 The implementation Tiano Decompress GetInfo().
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.h 38 The implementation is same as that of EFI_DECOMPRESS_PROTOCOL.GetInfo().
102 The implementation is same as that of EFI_TIANO_DECOMPRESS_PROTOCOL.GetInfo().
  /external/icu/icu4c/source/tools/ctestfw/unicode/
testdata.h 64 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
106 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
tstdtmod.h 69 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
95 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
JcopOsDownload.cpp 33 &JcopOsDwnld::GetInfo,
35 &JcopOsDwnld::GetInfo,
37 &JcopOsDwnld::GetInfo,
320 ** Function: GetInfo
327 tJBL_STATUS JcopOsDwnld::GetInfo(JcopOs_ImageInfo_t* pImageInfo, tJBL_STATUS status, JcopOs_TranscieveInfo_t* pTranscv_Info)
329 static const char fn [] = "JcopOsDwnld::GetInfo";
390 ALOGD("%s: GetInfo Transceive status = 0x%X", fn, status);
401 ALOGD("%s; Invalid response for GetInfo", fn);
  /external/skia/bench/
ColorCodecBench.cpp 65 fSrcInfo = codec->getInfo().makeColorType(kRGBA_8888_SkColorType);
98 fSrcSpace = codec->getInfo().refColorSpace();
  /external/v8/src/
type-info.h 115 Handle<Object> GetInfo(TypeFeedbackId id);
119 Handle<Object> GetInfo(FeedbackSlot slot);
  /bionic/libc/malloc_debug/
TrackData.h 60 void GetInfo(uint8_t** info, size_t* overall_size, size_t* info_size,
  /cts/tools/device-setup/TestDeviceSetup/
Android.mk 39 LOCAL_SRC_FILES := src/android/tests/getinfo/DeviceInfoConstants.java
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
FileInfo.h 3 and EFI_FILE_PROTOCOL.GetInfo() to set or get generic file information.
FileSystemInfo.h 2 Provides a GUID and a data structure that can be used with EFI_FILE_PROTOCOL.GetInfo()
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Vol.c 87 Status = EfiFpHandle->GetInfo(
95 Status = EfiFpHandle->GetInfo(
148 Status = EfiFpHandle->GetInfo(
156 Status = EfiFpHandle->GetInfo(
  /external/autotest/client/site_tests/desktopui_MashLogin/
desktopui_MashLogin.py 29 # GPU info collection via devtools SystemInfo.getInfo does not work

Completed in 951 milliseconds

1 23 4 5 6 7 8 91011>>