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

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume2/
FirmwareVolume2.h 189 EFI_FV_GET_INFO GetInfo;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/CustomizedCompress/
CustomizedCompress.c 59 The implementation of Customized GetInfo().
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DxeLoad.c 503 // Call GetInfo to get the size and attribute of input guided section data.
513 DEBUG ((DEBUG_ERROR, "GetInfo from guided section Failed - %r\n", Status));
638 // GetInfo failed
640 DEBUG ((DEBUG_ERROR, "Decompress GetInfo Failed - %r\n", Status));
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
PcdInfo.h 96 GET_PCD_INFO_PPI_GET_INFO GetInfo;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PcdInfo.h 96 GET_PCD_INFO_PROTOCOL_GET_INFO GetInfo;
  /external/curl/packages/Symbian/group/
libcurl.mmp 27 netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 87 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>();
204 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>();
249 const SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>();
363 SparcMachineFunctionInfo *MFI = MF.getInfo<SparcMachineFunctionInfo>();
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegNumbering.cpp 62 WebAssemblyFunctionInfo &MFI = *MF.getInfo<WebAssemblyFunctionInfo>();
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.h 53 CPDF_Dictionary* GetInfo() const { return m_pInfoDict; }
  /external/skia/gm/
encode-srgb.cpp 60 SkImageInfo dstInfo = codec->getInfo().makeColorType(colorType)
  /external/skia/src/codec/
SkBmpRLECodec.cpp 277 const int width = this->getInfo().width();
334 const int width = this->getInfo().width();
524 const SkImageInfo rowInfo = SkImageInfo::Make(this->getInfo().width(), count, kN32_SkColorType,
565 return get_scaled_dimension(this->getInfo().width(), sampleX);
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 55 if (info.colorType() != kN32_SkColorType && info.colorType() != getInfo().colorType()) {
CodecAnimTest.cpp 54 auto info = codec->getInfo().makeColorType(kRGB_565_SkColorType);
83 // Same, since the first frame should match getInfo.
284 auto expectedAlpha = 0 == i ? codec->getInfo().alphaType() : rec.fAlphaTypes[i-1];
314 const auto info = codec->getInfo().makeColorType(kN32_SkColorType);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsEmitGPRestore.cpp 51 int FI = F.getInfo<MipsFunctionInfo>()->getGPFI();
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreFrameLowering.cpp 99 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
245 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
284 XCoreFunctionInfo *XFI = MF->getInfo<XCoreFunctionInfo>();
346 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
  /external/syslinux/com32/lua/src/
pci.c 164 {"getinfo", pci_getinfo},
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
send_side.cc 54 if (!send_time_history_.GetInfo(&packet_info, true)) {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter.cc 104 if (send_time_history_.GetInfo(&info, true) && info.send_time_ms >= 0) {
  /frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
RemoteDisplay.java 166 RemoteDisplayInfo getInfo() {
  /hardware/libhardware/modules/camera/3_0/
Camera.h 42 int getInfo(struct camera_info *info);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 104 BatteryEntry getInfo() {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/print/
PrintSettingsFragmentTest.java 74 when(job.getInfo().getState()).thenReturn(PrintJobInfo.STATE_STARTED);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 86 final SuggestedWordInfo info = suggestedWords.getInfo(i);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PunctuationSuggestions.java 97 public SuggestedWordInfo getInfo(final int index) {
SuggestedWords.java 147 public SuggestedWordInfo getInfo(final int index) {
164 final SuggestedWordInfo wordInfo = getInfo(pos);
221 final SuggestedWordInfo prevWordInfo = previousSuggestions.getInfo(index);
445 final SuggestedWordInfo info = getInfo(SuggestedWords.INDEX_OF_TYPED_WORD);

Completed in 828 milliseconds

1 2 3 4 5 67 8 91011>>