HomeSort by relevance Sort by last modified time
    Searched refs:pFormat (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /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);
  /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/Mips/
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;
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...]
  /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...]
  /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/Script/
OutputFormatCmd.cpp 17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat)
19 m_FormatList.push_back(pFormat);
  /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...]
  /external/opencv3/modules/cudacodec/src/
video_parser.hpp 81 static int CUDAAPI HandleVideoSequence(void* pUserData, CUVIDEOFORMAT* pFormat);
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 137 void reserveEntries(const ELFFileFormat& pFormat);
143 void applyEntries(const ELFFileFormat& pFormat);
158 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
161 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 134 audioSink.pFormat = NULL;
144 audioSource.pFormat = &formatMimeSrc;
156 audioSource.pFormat = &formatMimeSrc;
170 audioSink.pFormat = (void *) &formatPcmSnk;
221 audioSource.pFormat = &pcm;
237 audioSource.pFormat = (void *)&formatMimeSrc;
275 audioSource.pFormat = (void *) &formatMimeSrc;
292 audioSource.pFormat = NULL;
  /hardware/libhardware_legacy/audio/
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.cpp 41 audio_format_t *pFormat,
48 pFormat, pChannelMask, pLatencyMs,
76 audio_format_t *pFormat,
80 pSamplingRate, pFormat, pChannelMask);
AudioPolicyCompatClient.h 43 audio_format_t *pFormat,
56 audio_format_t *pFormat,
AudioHardwareStub.h 32 virtual status_t set(int *pFormat, uint32_t *pChannels, uint32_t *pRate);
49 virtual status_t set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, AudioSystem::audio_in_acoustics acoustics);
  /frameworks/compile/mclinker/include/mcld/Script/
OutputFormatCmd.h 32 explicit OutputFormatCmd(const std::string& pFormat);
  /frameworks/wilhelm/src/
data.c 341 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat,
348 if (NULL == pFormat) {
351 formatType = *(SLuint32 *)pFormat;
355 ((SLAndroidDataFormat_PCM_EX *)pFormat)->representation;
370 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat;
499 pDataFormat->mMIME = *(SLDataFormat_MIME *)pFormat;
520 pDataFormat->mRawImage = *(XADataFormat_RawImage *)pFormat;
764 pDataLocatorFormat->u.mSource.pFormat = &pDataLocatorFormat->mFormat;
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xa.c 91 dataSrc.pFormat = &fmtMime;
97 audioSnk.pFormat = NULL;
104 imageVideoSink.pFormat = NULL;

Completed in 381 milliseconds

1 2 3 4 5 6 7 8