HomeSort by relevance Sort by last modified time
    Searched refs:pValue (Results 126 - 150 of 381) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/pdfium/fpdfsdk/javascript/
JS_Value.h 35 CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue);
52 void Attach(v8::Local<v8::Value> pValue);
  /external/pdfium/fxjs/
cfxjse_value.cpp 75 v8::Local<v8::Value> pValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
76 ASSERT(!pValue.IsEmpty());
78 if (!pValue->IsObject())
81 return FXJSE_RetrieveObjectBinding(pValue.As<v8::Object>(), lpClass);
125 v8::Local<v8::Value> pValue = v8::Number::New(m_pIsolate, ftod(fFloat));
126 m_hValue.Reset(m_pIsolate, pValue);
230 v8::Local<v8::Value> pValue =
238 pValue)
  /external/pdfium/xfa/fxfa/
fxfa.h 276 CFXJSE_Value* pValue) = 0;
279 CFXJSE_Value* pValue) = 0;
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 333 int Reverb_setParameter (reverb_object_t *pReverb, int32_t param, uint32_t size, void *pValue);
334 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, uint32_t *pSize, void *pValue);
EffectReverb.c 744 * pValue - pointer to variable to hold retrieved value
748 * *pValue updated with parameter value
757 void *pValue) {
771 pValue16 = (int16_t *)pValue;
810 pValue32 = (int32_t *) pValue;
811 pValue16 = (int16_t *) pValue;
812 pProperties = (t_reverb_settings *) pValue;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cmnquery.h 76 STDMETHOD(WriteString)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPCWSTR pValue) PURE;
79 STDMETHOD(ReadInt)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPINT pValue) PURE;
medparam.idl 89 MP_DATA *pValue
mfidl.h 187 PROPVARIANT *pValue);
330 PROPVARIANT *pValue);
424 #define IMFTopologyNode_GetItem(This,guidKey,pValue) (This)->lpVtbl->GetItem(This,guidKey,pValue)
452 #define IMFTopologyNode_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
483 static FORCEINLINE HRESULT IMFTopologyNode_GetItem(IMFTopologyNode* This,REFGUID guidKey,PROPVARIANT *pValue) {
484 return This->lpVtbl->GetItem(This,guidKey,pValue);
567 static FORCEINLINE HRESULT IMFTopologyNode_GetItemByIndex(IMFTopologyNode* This,UINT32 unIndex,GUID *pguidKey,PROPVARIANT *pValue) {
568 return This->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue);
    [all...]
mfobjects.h 222 PROPVARIANT *pValue) = 0;
340 PROPVARIANT *pValue) = 0;
369 PROPVARIANT *pValue);
512 PROPVARIANT *pValue);
531 #define IMFAttributes_GetItem(This,guidKey,pValue) (This)->lpVtbl->GetItem(This,guidKey,pValue)
559 #define IMFAttributes_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
573 static FORCEINLINE HRESULT IMFAttributes_GetItem(IMFAttributes* This,REFGUID guidKey,PROPVARIANT *pValue) {
574 return This->lpVtbl->GetItem(This,guidKey,pValue);
    [all...]
certenc.h 200 virtual HRESULT WINAPI GetValue(LONG Index,LONG *pValue) = 0;
217 HRESULT (WINAPI *GetValue)(ICertEncodeLongArray *This,LONG Index,LONG *pValue);
236 #define ICertEncodeLongArray_GetValue(This,Index,pValue) (This)->lpVtbl->GetValue(This,Index,pValue)
246 HRESULT WINAPI ICertEncodeLongArray_GetValue_Proxy(ICertEncodeLongArray *This,LONG Index,LONG *pValue);
264 virtual HRESULT WINAPI GetValue(LONG Index,DATE *pValue) = 0;
281 HRESULT (WINAPI *GetValue)(ICertEncodeDateArray *This,LONG Index,DATE *pValue);
300 #define ICertEncodeDateArray_GetValue(This,Index,pValue) (This)->lpVtbl->GetValue(This,Index,pValue)
310 HRESULT WINAPI ICertEncodeDateArray_GetValue_Proxy(ICertEncodeDateArray *This,LONG Index,DATE *pValue);
    [all...]
sdoias.h 492 virtual HRESULT WINAPI GetProperty(LONG Id,VARIANT *pValue) = 0;
493 virtual HRESULT WINAPI PutProperty(LONG Id,VARIANT *pValue) = 0;
510 HRESULT (WINAPI *GetProperty)(ISdo *This,LONG Id,VARIANT *pValue);
511 HRESULT (WINAPI *PutProperty)(ISdo *This,LONG Id,VARIANT *pValue);
530 #define ISdo_GetProperty(This,Id,pValue) (This)->lpVtbl->GetProperty(This,Id,pValue)
531 #define ISdo_PutProperty(This,Id,pValue) (This)->lpVtbl->PutProperty(This,Id,pValue)
540 HRESULT WINAPI ISdo_GetProperty_Proxy(ISdo *This,LONG Id,VARIANT *pValue);
542 HRESULT WINAPI ISdo_PutProperty_Proxy(ISdo *This,LONG Id,VARIANT *pValue);
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ct.c 342 uint32_t pValue;
408 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback);
418 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
426 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback);
429 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
ucnv_ext.h 383 UChar32 cp, uint32_t *pValue,
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgethandler.cpp 305 CXFA_Node* pValue = CreateCopyNode(XFA_Element::Value, pCaption);
306 CXFA_Node* pText = CreateCopyNode(XFA_Element::Text, pValue);
521 CXFA_Node* pValue = CreateCopyNode(XFA_Element::Value, pParent);
522 CreateCopyNode(eValue, pValue);
523 return pValue;
  /external/sonivox/arm-wt-22k/lib_src/
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_public.c 117 * pValue - pointer to variable to receive current setting
120 EAS_RESULT EAS_GetStreamParameter (S_EAS_DATA *pEASData, EAS_HANDLE pStream, EAS_I32 param, EAS_I32 *pValue)
126 return (*pParserModule->pfGetData)(pEASData, pStream->handle, param, pValue);
227 EAS_RESULT EAS_IntGetStrmParam (S_EAS_DATA *pEASData, EAS_HANDLE pStream, EAS_INT param, EAS_I32 *pValue)
232 if (EAS_GetStreamParameter(pEASData, pStream, param, pValue) == EAS_SUCCESS)
246 return VMGetPolyphony(pEASData->pVoiceMgr, pSynth, pValue);
249 return VMGetPriority(pEASData->pVoiceMgr, pSynth, pValue);
252 VMGetTranposition(pSynth, pValue);
256 *pValue = VMGetNoteCount(pSynth);
    [all...]
eas_smf.c 693 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
703 *pValue = EAS_FILE_SMF0;
705 *pValue = EAS_FILE_SMF1;
712 VMGetPolyphony(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
719 VMGetPriority(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
724 *pValue = pSMFData->transposition;
729 *pValue = (EAS_I32) pSMFData->pSynth;
    [all...]
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_mdls.c 433 static EAS_RESULT Parse_cdl (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 size, EAS_U32 *pValue);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c     [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_document_datamerger_imp.cpp 160 CXFA_Node* pValue = nullptr;
162 pValue = pDataNode->CreateSamePacketNode(XFA_Element::DataValue);
163 pValue->SetCData(XFA_ATTRIBUTE_Name, L"value");
164 pValue->CreateXMLMappingNode();
165 pDataNode->InsertChild(pValue);
166 pValue->SetCData(XFA_ATTRIBUTE_Value, wsSelTextArray[i]);
194 CXFA_Node* pValue = pChild->GetChild(0, XFA_Element::Value);
195 if (!pValue)
198 CXFA_Value valueChild(pValue);
230 CXFA_Node* pValue = pChild->GetProperty(0, XFA_Element::Value)
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleHalManager.cpp 249 for (VehiclePropValue* pValue : cv.values) {
250 shallowCopy(&(vec)[i++], *pValue);
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 831 * pValue pointer to parameter value
843 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue) {
847 pDownmixer, param, *(int16_t *)pValue, *(int32_t *)pValue);
857 value16 = *(int16_t *)pValue;
885 * pValue pointer to variable to hold retrieved value
889 * *pValue updated with parameter value
899 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue) {
909 pValue16 = (int16_t *)pValue;
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 99 const ELFAttributeValue& pValue) {
109 assert((pValue.type() == ELFAttributeValue::String) &&
112 const std::string& data = pValue.getStringValue();
474 static void encode_secondary_compatibility_attribute(ELFAttributeValue& pValue,
477 pValue.setStringValue("");
481 pValue.setStringValue(std::string(new_value, sizeof(new_value)));
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]

Completed in 435 milliseconds

1 2 3 4 56 7 8 91011>>