/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsELFDynamic.cpp | 26 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { 27 if (pFormat.hasGOT()) 37 if (pFormat.hasGOTPLT()) 41 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { 42 if (pFormat.hasGOT()) 43 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); 48 applyOne(llvm::ELF::DT_MIPS_LOCAL_GOTNO, getLocalGotNum(pFormat)); 49 applyOne(llvm::ELF::DT_MIPS_SYMTABNO, getSymTabNum(pFormat)); 50 applyOne(llvm::ELF::DT_MIPS_GOTSYM, getGotSym(pFormat)); 52 if (pFormat.hasGOTPLT() [all...] |
MipsELFDynamic.h | 27 void reserveTargetEntries(const ELFFileFormat& pFormat); 28 void applyTargetEntries(const ELFFileFormat& pFormat); 30 size_t getSymTabNum(const ELFFileFormat& pFormat) const; 31 size_t getGotSym(const ELFFileFormat& pFormat) const; 32 size_t getLocalGotNum(const ELFFileFormat& pFormat) const;
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64ELFDynamic.cpp | 24 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { 27 if (pFormat.hasGOT()) 30 if (pFormat.hasGOTPLT()) 35 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { 38 if (pFormat.hasGOT()) 39 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); 41 if (pFormat.hasGOTPLT()) 42 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
|
AArch64ELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
rpcndr.h | 366 PFORMAT_STRING pFormat; 521 RPCRTAPI unsigned char *RPC_ENTRY NdrPointerMarshall(PMIDL_STUB_MESSAGE pStubMsg,unsigned char *pMemory,PFORMAT_STRING pFormat); 522 RPCRTAPI unsigned char *RPC_ENTRY NdrCsArrayMarshall(PMIDL_STUB_MESSAGE pStubMsg,unsigned char *pMemory,PFORMAT_STRING pFormat); 523 RPCRTAPI unsigned char *RPC_ENTRY NdrCsTagMarshall(PMIDL_STUB_MESSAGE pStubMsg,unsigned char *pMemory,PFORMAT_STRING pFormat); 524 RPCRTAPI unsigned char *RPC_ENTRY NdrSimpleStructMarshall(PMIDL_STUB_MESSAGE pStubMsg,unsigned char *pMemory,PFORMAT_STRING pFormat); 525 RPCRTAPI unsigned char *RPC_ENTRY NdrConformantStructMarshall(PMIDL_STUB_MESSAGE pStubMsg,unsigned char *pMemory,PFORMAT_STRING pFormat); 526 RPCRTAPI unsigned char *RPC_ENTRY NdrConformantVaryingStructMarshall(PMIDL_STUB_MESSAGE pStubMsg,unsigned char *pMemory,PFORMAT_STRING pFormat); 527 RPCRTAPI unsigned char *RPC_ENTRY NdrComplexStructMarshall(PMIDL_STUB_MESSAGE pStubMsg,unsigned char *pMemory,PFORMAT_STRING pFormat); 528 RPCRTAPI unsigned char *RPC_ENTRY NdrFixedArrayMarshall(PMIDL_STUB_MESSAGE pStubMsg,unsigned char *pMemory,PFORMAT_STRING pFormat); 529 RPCRTAPI unsigned char *RPC_ENTRY NdrConformantArrayMarshall(PMIDL_STUB_MESSAGE pStubMsg,unsigned char *pMemory,PFORMAT_STRING pFormat); [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMELFDynamic.cpp | 23 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { 25 if (pFormat.hasGOT()) 29 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { 31 if (pFormat.hasGOT()) 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
|
ARMELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonELFDynamic.cpp | 23 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { 25 if (pFormat.hasGOTPLT()) 29 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { 31 if (pFormat.hasGOTPLT()) 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
|
HexagonELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86ELFDynamic.cpp | 23 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { 25 if (pFormat.hasGOTPLT()) 29 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { 31 if (pFormat.hasGOTPLT()) 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
|
X86ELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/ |
ELFDynamic.cpp | 91 void ELFDynamic::reserveEntries(const ELFFileFormat& pFormat) { 99 if (pFormat.hasInit()) 102 if (pFormat.hasFini()) 105 if (pFormat.hasPreInitArray()) { 110 if (pFormat.hasInitArray()) { 115 if (pFormat.hasFiniArray()) { 120 if (pFormat.hasHashTab()) 123 if (pFormat.hasGNUHashTab()) 126 if (pFormat.hasDynSymTab()) { 131 if (pFormat.hasDynStrTab()) [all...] |
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyClientImplLegacy.cpp | 68 audio_format_t *pFormat, 80 if (pSamplingRate == NULL || pFormat == NULL || pChannelMask == NULL || 86 config.format = *pFormat; 96 *pFormat = config.format; 109 audio_format_t *pFormat, 114 return open_output(AUDIO_MODULE_HANDLE_NONE, pDevices, pSamplingRate, pFormat, pChannelMask, 122 audio_format_t *pFormat, 128 return open_output(module, pDevices, pSamplingRate, pFormat, pChannelMask, 179 audio_format_t *pFormat, 188 if (pSamplingRate == NULL || pFormat == NULL || pChannelMask == NULL || pDevices == NULL) [all...] |
/external/pdfium/xfa/src/fxfa/src/parser/ |
xfa_localevalue.cpp | 106 IFX_FormatString* pFormat = IFX_FormatString::Create(m_pLocaleMgr, FALSE);
108 pFormat->SplitFormatString(wsPattern, wsPatterns);
114 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat);
118 bRet = pFormat->ParseNull(wsValue, wsFormat);
124 bRet = pFormat->ParseZero(wsValue, wsFormat);
131 bRet = pFormat->ParseNum(wsValue, wsFormat, fNum);
133 bRet = pFormat->FormatNum(wsValue, wsFormat, wsOutput);
138 bRet = pFormat->ParseText(wsValue, wsFormat, wsOutput);
141 bRet = pFormat->FormatText(wsValue, wsFormat, wsOutput);
148 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date, [all...] |
/hardware/libhardware_legacy/audio/ |
AudioPolicyCompatClient.cpp | 41 audio_format_t *pFormat, 48 pFormat, pChannelMask, pLatencyMs, 76 audio_format_t *pFormat, 80 pSamplingRate, pFormat, pChannelMask);
|
AudioHardwareGeneric.cpp | 196 int *pFormat, 200 int lFormat = pFormat ? *pFormat : 0; 213 if (pFormat) *pFormat = format(); 219 if (pFormat) *pFormat = lFormat; 315 int *pFormat, 320 if (pFormat == 0 || pChannels == 0 || pRate == 0) return BAD_VALUE; 321 ALOGV("AudioStreamInGeneric::set(%p, %d, %d, %d, %u)", hw, fd, *pFormat, *pChannels, *pRate) [all...] |
AudioPolicyCompatClient.h | 43 audio_format_t *pFormat, 56 audio_format_t *pFormat,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pprint.py | 127 for function in "pformat", "saferepr": 152 self.assertEqual(pprint.pformat(type(o)), exp) 157 self.assertEqual(pprint.pformat(type(o)), exp) 162 self.assertEqual(pprint.pformat(type(o)), exp) 168 self.assertEqual(pprint.pformat(type(o), indent=4), exp) 179 self.assertEqual(pprint.pformat(o, indent=4, width=42), expected) 184 # Before the change, on 32-bit Windows pformat() gave order 187 self.assertEqual(pprint.pformat(d), "{'a': 1, 'b': 1, 'c': 1}") 188 self.assertEqual(pprint.pformat([d, d]), 196 self.assertEqual(pprint.pformat({"xy\tab\n": (3,), 5: [[]], (): {}}) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pprint.py | 127 for function in "pformat", "saferepr": 152 self.assertEqual(pprint.pformat(type(o)), exp) 157 self.assertEqual(pprint.pformat(type(o)), exp) 162 self.assertEqual(pprint.pformat(type(o)), exp) 168 self.assertEqual(pprint.pformat(type(o), indent=4), exp) 179 self.assertEqual(pprint.pformat(o, indent=4, width=42), expected) 184 # Before the change, on 32-bit Windows pformat() gave order 187 self.assertEqual(pprint.pformat(d), "{'a': 1, 'b': 1, 'c': 1}") 188 self.assertEqual(pprint.pformat([d, d]), 196 self.assertEqual(pprint.pformat({"xy\tab\n": (3,), 5: [[]], (): {}}) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pprint.py | 127 for function in "pformat", "saferepr": 152 self.assertEqual(pprint.pformat(type(o)), exp) 157 self.assertEqual(pprint.pformat(type(o)), exp) 162 self.assertEqual(pprint.pformat(type(o)), exp) 168 self.assertEqual(pprint.pformat(type(o), indent=4), exp) 179 self.assertEqual(pprint.pformat(o, indent=4, width=42), expected) 184 # Before the change, on 32-bit Windows pformat() gave order 187 self.assertEqual(pprint.pformat(d), "{'a': 1, 'b': 1, 'c': 1}") 188 self.assertEqual(pprint.pformat([d, d]), 196 self.assertEqual(pprint.pformat({"xy\tab\n": (3,), 5: [[]], (): {}}) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pprint.py | 127 for function in "pformat", "saferepr": 152 self.assertEqual(pprint.pformat(type(o)), exp) 157 self.assertEqual(pprint.pformat(type(o)), exp) 162 self.assertEqual(pprint.pformat(type(o)), exp) 168 self.assertEqual(pprint.pformat(type(o), indent=4), exp) 179 self.assertEqual(pprint.pformat(o, indent=4, width=42), expected) 184 # Before the change, on 32-bit Windows pformat() gave order 187 self.assertEqual(pprint.pformat(d), "{'a': 1, 'b': 1, 'c': 1}") 188 self.assertEqual(pprint.pformat([d, d]), 196 self.assertEqual(pprint.pformat({"xy\tab\n": (3,), 5: [[]], (): {}}) [all...] |
/hardware/intel/common/wrs_omxil_core/base/src/ |
portbase.cpp | 229 const OMX_AUDIO_PORTDEFINITIONTYPE *pformat = &p->format.audio; local 230 OMX_U32 mimetype_len = strlen(pformat->cMIMEType); 235 strncpy(format->cMIMEType, pformat->cMIMEType, 238 format->pNativeRender = pformat->pNativeRender; 239 format->bFlagErrorConcealment = pformat->bFlagErrorConcealment; 240 format->eEncoding = pformat->eEncoding; 246 const OMX_VIDEO_PORTDEFINITIONTYPE *pformat = &p->format.video; local 247 OMX_U32 mimetype_len = strlen(pformat->cMIMEType); 252 strncpy(format->cMIMEType, pformat->cMIMEType, 255 format->pNativeRender = pformat->pNativeRender 279 const OMX_IMAGE_PORTDEFINITIONTYPE *pformat = &p->format.image; local 303 const OMX_OTHER_PORTDEFINITIONTYPE *pformat = &p->format.other; local [all...] |
/tools/test/connectivity/acts/tests/google/bt/test_tools/ |
ToolsTest.py | 54 print(pprint.pformat(connected_devices)) 59 print(pprint.pformat(connected_devices)) 90 print(pprint.pformat(connected_devices)) 95 print(pprint.pformat(connected_devices))
|
/external/autotest/server/cros/multimedia/ |
remote_facade_factory.py | 86 (pprint.pformat(name), pprint.pformat(args), 87 pprint.pformat(dargs))) 92 logging.info('RPC %s returns %s.', rpc, pprint.pformat(value)) 104 logging.info('RPC %s returns %s.', rpc, pprint.pformat(value))
|
/frameworks/wilhelm/tests/sandbox/ |
xa.c | 92 dataSrc.pFormat = &fmtMime; 98 audioSnk.pFormat = NULL; 105 imageVideoSink.pFormat = NULL;
|