HomeSort by relevance Sort by last modified time
    Searched full:getinfo (Results 126 - 150 of 380) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/skia/src/images/
SkImageRef.cpp 50 bool SkImageRef::getInfo(SkBitmap* bitmap) {
  /external/freetype/include/freetype/
ftttdrv.h 114 * number as returned by the `GETINFO' bytecode instruction.
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 97 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
178 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
247 XCoreFunctionInfo *XFI = MF->getInfo<XCoreFunctionInfo>();
361 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
  /external/skia/include/images/
SkImageRef.h 51 bool getInfo(SkBitmap* bm);
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSExecutable.h 73 inline const RSInfo &getInfo() const
  /hardware/libhardware/modules/camera/
Camera.h 40 int getInfo(struct camera_info *info);
CameraHAL.cpp 79 return mCameras[id]->getInfo(info);
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequest.java 68 public CertificationRequestInfo getInfo() {
  /ndk/build/tools/toolchain-patches/mclinker/
0001-Compile-against-llvm-3.3.patch 49 return (hdr->e_machine == target().getInfo().machine());
50 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
130 return (hdr->e_machine == target().getInfo().machine());
131 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java 201 * @tests java.security.Identity#getInfo()
208 assertEquals("Wrong Info returned", info, sub.getInfo());
  /external/chromium/chrome/browser/autofill/
autofill_profile.h 50 virtual string16 GetInfo(AutofillFieldType type) const;
53 // Multi-value equivalents to |GetInfo| and |SetInfo|.
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_api.h 325 DECLARE_EXTENSION_FUNCTION("socket.getInfo", SOCKET_GETINFO)
337 scoped_ptr<api::socket::GetInfo::Params> params_;
  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.cc 157 base::string16 FullWallet::GetInfo(const AutofillType& type) {
220 GetInfo(AutofillType(CREDIT_CARD_NUMBER)));
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 50 virtual base::string16 GetInfo(const AutofillType& type,
62 // Multi-value equivalents to |GetInfo| and |SetInfo|.
autofill_profile_unittest.cc 658 // Expect regular |GetInfo| returns the first element.
687 // Expect regular |GetInfo| returns empty value.
700 // Expect regular |GetInfo| returns the first element.
729 // Expect regular |GetInfo| returns empty value.
742 // Expect regular |GetInfo| returns the first element.
771 // Expect regular |GetInfo| returns empty value.
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 82 R600MachineFunctionInfo *MFI = MF.getInfo<R600MachineFunctionInfo>();
224 SIMachineFunctionInfo * MFI = MF.getInfo<SIMachineFunctionInfo>();
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 71 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>();
133 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
222 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
317 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
420 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
460 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 136 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
353 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
497 const ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
656 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
736 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
    [all...]
Thumb1FrameLowering.cpp 85 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
247 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
378 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 69 /// of type are accessed/created with MF::getInfo and destroyed when the
232 /// getInfo - Keep track of various per-function pieces of information for
236 Ty *getInfo() {
248 const Ty *getInfo() const {
249 return const_cast<MachineFunction*>(this)->getInfo<Ty>();
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 249 << p->GetInfo(NAME_FIRST)
250 << p->GetInfo(NAME_LAST);
504 if (UTF16ToUTF8(f->GetInfo(t)) == specifics_field)
  /external/chromium_org/third_party/icu/source/test/intltest/
svccoll.cpp 257 const CollatorInfo* getInfo(const Locale& loc) const {
286 const CollatorInfo* ci = getInfo(loc);
297 const CollatorInfo* ci = getInfo(objectLocale);
  /external/icu4c/test/intltest/
svccoll.cpp 257 const CollatorInfo* getInfo(const Locale& loc) const {
286 const CollatorInfo* ci = getInfo(loc);
297 const CollatorInfo* ci = getInfo(objectLocale);
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 177 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
182 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
187 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
192 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
292 MF.getInfo<PPCFunctionInfo>()->hasFastCall());
379 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
721 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
881 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
    [all...]

Completed in 2775 milliseconds

1 2 3 4 56 7 8 91011>>