HomeSort by relevance Sort by last modified time
    Searched full:pvalue (Results 326 - 350 of 456) sorted by null

<<111213141516171819

  /external/pdfium/fxjs/xfa/
cjx_layoutpseudomodel.cpp 56 void CJX_LayoutPseudoModel::ready(CFXJSE_Value* pValue,
68 pValue->SetBoolean(iStatus >= 2);
  /external/python/cpython2/Doc/extending/
embedding.rst 190 pValue = PyObject_CallObject(pFunc, pArgs);
192 Upon return of the function, ``pValue`` is either *NULL* or it contains a
  /external/python/cpython3/Doc/extending/
embedding.rst 196 pValue = PyObject_CallObject(pFunc, pArgs);
198 Upon return of the function, ``pValue`` is either *NULL* or it contains a
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 49 static EAS_RESULT ReverbGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
810 * *pValue - pointer to variable to hold retrieved value
819 static EAS_RESULT ReverbGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
828 *pValue = (EAS_I32) p->m_bBypass;
831 *pValue = (EAS_I8) p->m_nCurrentRoom;
834 *pValue = p->m_nWet;
837 *pValue = p->m_nDry;
855 * *pValue - new paramter value
    [all...]
eas_tonecontrol.c 73 static EAS_RESULT TC_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
82 static EAS_RESULT TC_GetNextChar (EAS_HW_DATA_HANDLE hwInstData, S_TC_DATA *pData, EAS_I8 *pValue);
603 static EAS_RESULT TC_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
612 *pValue = EAS_FILE_MMAPI_TONE_CONTROL;
616 *pValue = (EAS_I32) pData->pSynth;
914 static EAS_RESULT TC_GetNextChar (EAS_HW_DATA_HANDLE hwInstData, S_TC_DATA *pData, EAS_I8 *pValue)
921 *pValue = pData->dataByte;
926 return EAS_HWGetByte(hwInstData, pData->fileHandle, pValue);
eas_wavefile.c 88 static EAS_RESULT WaveGetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
466 static EAS_RESULT WaveGetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
475 *pValue = pWaveData->fileType;
481 *pValue = (EAS_I32) pWaveData->fmtChunk;
486 *pValue = WAVE_GAIN_OFFSET;
eas_smf.c 695 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
705 *pValue = EAS_FILE_SMF0;
707 *pValue = EAS_FILE_SMF1;
714 VMGetPolyphony(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
721 VMGetPriority(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
726 *pValue = pSMFData->transposition;
731 *pValue = (EAS_I32) pSMFData->pSynth;
    [all...]
eas_mdls.c 433 static EAS_RESULT Parse_cdl (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 size, EAS_U32 *pValue);
    [all...]
  /external/toolchain-utils/cros_utils/
buildbot_utils.py 100 pvalue = prop[1]
101 if pname == 'name' and pvalue == description:
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 84 void ELFDynamic::applyOne(uint64_t pTag, uint64_t pValue) {
86 m_EntryList[m_Idx]->setValue(pTag, pValue);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pdh.h 281 PDH_FUNCTION PdhGetFormattedCounterValue(PDH_HCOUNTER hCounter,DWORD dwFormat,LPDWORD lpdwType,PPDH_FMT_COUNTERVALUE pValue);
298 PDH_FUNCTION PdhGetRawCounterValue(PDH_HCOUNTER hCounter,LPDWORD lpdwType,PPDH_RAW_COUNTER pValue);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
UnknownDistributionChiSquareTest.java 69 * "http://www.cas.lancs.ac.uk/glossary_v1.1/hyptest.html#pvalue">
  /external/icu/icu4c/source/common/
ucnv_ext.cpp 810 * @return number of bytes in *pValue; negative number if fallback; 0 for no mapping
814 UChar32 cp, uint32_t *pValue,
836 *pValue=value;
842 *pValue=
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 967 typedef void (CJX_Object::*XFA_ATTRIBUTE_CALLBACK)(CFXJSE_Value* pValue,
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 460 CFXJSE_FormCalcContext* ToJSContext(CFXJSE_Value* pValue,
462 CFXJSE_HostObject* pHostObj = pValue->ToHostObject(pClass);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c 278 unpack_packed_int(LogReaderObject *self, int *pvalue, int discard)
295 *pvalue = accum;
304 unpack_string(LogReaderObject *self, PyObject **pvalue)
329 *pvalue = PyString_FromStringAndSize(buf, len);
331 if (*pvalue == NULL) {
    [all...]
  /external/python/cpython2/Modules/
_hotshot.c 278 unpack_packed_int(LogReaderObject *self, int *pvalue, int discard)
295 *pvalue = accum;
304 unpack_string(LogReaderObject *self, PyObject **pvalue)
329 *pvalue = PyString_FromStringAndSize(buf, len);
331 if (*pvalue == NULL) {
    [all...]
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 137 @param [out] pValue The address to receive the value
145 UINT32 * pValue
174 *pValue = Value;
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 414 CPDF_Object* pValue = it.second.get();
415 if (ToName(pValue))
416 pRet.reset(ColorspaceFromName(pValue->GetString()));
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 865 static status_t parseValueWithUnit(const char* str, uint32_t* pValue) {
872 *pValue = value;
875 *pValue = value * 1000000; // check for overflow?
    [all...]
  /external/aac/libPCMutils/src/
pcmdmx_lib.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.h 129 char *line, char **pKey, char **pValue);
  /external/mesa3d/include/D3D9/
d3d9.h 216 virtual HRESULT WINAPI GetRenderState(D3DRENDERSTATETYPE State, DWORD *pValue) = 0;
224 virtual HRESULT WINAPI GetTextureStageState(DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD *pValue) = 0;
226 virtual HRESULT WINAPI GetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD *pValue) = 0;
    [all...]
  /external/python/cpython3/Objects/
genobject.c 605 * attribute if any, otherwise sets pvalue to None.
609 * pvalue unchanged.
613 _PyGen_FetchStopIterationValue(PyObject **pvalue)
657 *pvalue = value;
    [all...]

Completed in 1035 milliseconds

<<111213141516171819