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

1 2 3 4 5 6 78 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 115 ((MoreSuggestionsListener)mListener).onSuggestionSelected(suggestedWords.getInfo(index));
  /system/security/keystore/
blob.h 99 const uint8_t* getInfo() const { return mBlob.value + mBlob.length; }
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BmLib.c 221 Status = FHand->GetInfo (
288 Status = FHand->GetInfo (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionPei/
SectionExtractionPei.c 169 // Call GetInfo to get the size and attribute of input guided section data.
179 DEBUG ((DEBUG_ERROR, "GetInfo from guided section Failed - %r\n", Status));
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 150 DEBUG(MBlazeFunctionInfo *MBlazeFI = MF.getInfo<MBlazeFunctionInfo>();
174 MBlazeFunctionInfo *MBlazeFI = MF.getInfo<MBlazeFunctionInfo>();
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
StartJobTask.java 89 mJobInfo = printJob.getInfo();
90 mDocInfo = printJob.getDocument().getInfo();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Decompress.c 657 GetInfo (
667 The implementation of EFI_DECOMPRESS_PROTOCOL.GetInfo().
802 The implementation Efi Decompress GetInfo().
818 return GetInfo (Source, SrcSize, DstSize, ScratchSize);
832 The implementation Tiano Decompress GetInfo().
848 return GetInfo (Source, SrcSize, DstSize, ScratchSize);
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.c 657 GetInfo (
667 The internal implementation of *_DECOMPRESS_PROTOCOL.GetInfo().
835 The implementation is same as that of EFI_DECOMPRESS_PROTOCOL.GetInfo().
852 return GetInfo (
919 The implementation is same as that of EFI_TIANO_DECOMPRESS_PROTOCOL.GetInfo().
936 return GetInfo (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 807 GetInfo (
817 The internal implementation of *_DECOMPRESS_PROTOCOL.GetInfo().
985 The implementation of EFI_DECOMPRESS_PROTOCOL.GetInfo().
1002 return GetInfo (
1071 The implementation of EFI_TIANO_DECOMPRESS_PROTOCOL.GetInfo().
1088 return GetInfo (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.c 663 GetInfo (
673 The internal implementation of *_DECOMPRESS_PROTOCOL.GetInfo().
840 The implementation is same as that of EFI_DECOMPRESS_PROTOCOL.GetInfo().
857 return GetInfo (
924 The implementation is same as that of EFI_TIANO_DECOMPRESS_PROTOCOL.GetInfo().
941 return GetInfo (
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileModify.c 166 Status = mUserManager->GetInfo (
181 Status = mUserManager->GetInfo (
800 Status = mUserManager->GetInfo (
814 Status = mUserManager->GetInfo (
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapSerializationEnvelope.java 389 Object[] names = getInfo(expected.type, null);
469 public Object[] getInfo(Object type, Object instance) {
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/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 126 const SIMachineFunctionInfo *MFI = MF->getInfo<SIMachineFunctionInfo>();
227 R600MachineFunctionInfo *MFI = MF.getInfo<R600MachineFunctionInfo>();
255 const R600MachineFunctionInfo *MFI = MF.getInfo<R600MachineFunctionInfo>();
312 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
582 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
639 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 73 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>();
141 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
230 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
327 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
443 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
482 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP());
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 221 header->e_ident[llvm::ELF::EI_VERSION] = target().getInfo().ELFVersion();
222 header->e_ident[llvm::ELF::EI_OSABI] = target().getInfo().OSABI();
223 header->e_ident[llvm::ELF::EI_ABIVERSION] = target().getInfo().ABIVersion();
241 header->e_machine = target().getInfo().machine();
251 header->e_flags = target().getInfo().flags();
620 return pSection.getInfo();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 116 virtual HRESULT WINAPI GetInfo(ULONG uRequestedInfo,ULONGLONG *puResponse) = 0;
133 HRESULT (WINAPI *GetInfo)(IWbemPathKeyList *This,ULONG uRequestedInfo,ULONGLONG *puResponse);
152 #define IWbemPathKeyList_GetInfo(This,uRequestedInfo,puResponse) (This)->lpVtbl->GetInfo(This,uRequestedInfo,puResponse)
186 virtual HRESULT WINAPI GetInfo(ULONG uRequestedInfo,ULONGLONG *puResponse) = 0;
219 HRESULT (WINAPI *GetInfo)(IWbemPath *This,ULONG uRequestedInfo,ULONGLONG *puResponse);
254 #define IWbemPath_GetInfo(This,uRequestedInfo,puResponse) (This)->lpVtbl->GetInfo(This,uRequestedInfo,puResponse)
    [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 316 GetInfo(graph()->end())->set_pushed();
324 NodeInfo* input_info = GetInfo(input);
338 NodeInfo* info = GetInfo(node);
348 if (GetInfo(user)->visited()) {
349 GetInfo(user)->set_queued();
360 NodeInfo* info = GetInfo(node);
370 if (GetInfo(user)->visited()) {
371 GetInfo(user)->set_queued();
387 Type* type = GetInfo(node)->feedback_type();
392 Type* type = GetInfo(node)->feedback_type()
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 486 ConsumedState getInfo(const Expr *From);
517 PropagationInfo getInfo(const Expr *StmtNode) const {
556 ConsumedState ConsumedStmtVisitor::getInfo(const Expr *From) {
832 ConsumedState CS = getInfo(Call->getArg(1));
    [all...]
  /external/skia/src/codec/
SkJpegCodec.cpp 346 dinfo.image_width = this->getInfo().width();
347 dinfo.image_height = this->getInfo().height();
462 dinfo.image_width = this->getInfo().width();
463 dinfo.image_height = this->getInfo().height();
598 if (needs_swizzler_to_convert_from_cmyk(dinfo->out_color_space, this->getInfo(),
676 fDecoderMgr->dinfo()->out_color_space, this->getInfo(), this->colorXform());
705 fDecoderMgr->dinfo()->out_color_space, this->getInfo(), this->colorXform());
    [all...]
SkGifCodec.cpp 227 const auto srcInfo = this->getInfo().makeAlphaType(at);
303 if (dstInfo.dimensions() != this->getInfo().dimensions()) {
360 if (frameContext->frameRect() != this->getInfo().bounds()
438 const int xEnd = std::min(xBegin + width, this->getInfo().width());
439 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->getInfo().height());
SkWebpCodec.cpp 170 SkISize dim = this->getInfo().dimensions();
179 const SkImageInfo& info = this->getInfo();
209 SkIRect dimensions = SkIRect::MakeSize(this->getInfo().dimensions());
401 const auto& srcInfo = this->getInfo();
449 SkASSERT(this->getInfo().bounds().contains(subset));
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 77 /// of type are accessed/created with MF::getInfo and destroyed when the
351 /// getInfo - Keep track of various per-function pieces of information for
355 Ty *getInfo() {
362 const Ty *getInfo() const {
363 return const_cast<MachineFunction*>(this)->getInfo<Ty>();
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 89 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
326 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
403 const_cast<MachineFunction *>(&MF)->getInfo<ARMFunctionInfo>();
418 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
616 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 230 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
347 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
424 XCoreFunctionInfo *XFI = MF->getInfo<XCoreFunctionInfo>();
539 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
578 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 68 /// 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() {
222 const Ty *getInfo() const {
223 return const_cast<MachineFunction*>(this)->getInfo<Ty>();

Completed in 2885 milliseconds

1 2 3 4 5 6 78 91011>>