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

1 2 3 4 5 67 8 91011>>

  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.cpp 214 void* pValue;
215 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
217 return (XFA_ATTRIBUTEENUM)(uintptr_t)pValue;
225 void* pValue;
226 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
228 return (const FX_WCHAR*)pValue;
236 void* pValue;
237 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
239 return !!pValue;
    [all...]
xfa_utils.h 201 bool XFA_GetAttributeDefaultValue(void*& pValue,
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelody.c 132 static EAS_RESULT IMY_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
838 static EAS_RESULT IMY_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
848 *pValue = EAS_FILE_IMELODY;
852 *pValue = (EAS_I32) pData->pSynth;
856 *pValue = IMELODY_GAIN_OFFSET;
    [all...]
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 213 (parsed.attributes()[0].pValue &&
217 if (parsed.attributes()[0].pValue)
218 memcpy(parsed.attributes()[0].pValue, value.data(), value.size());
283 if (!array[i].pValue)
285 return std::string(reinterpret_cast<char*>(array[i].pValue),
  /external/pdfium/xfa/fxfa/fm2js/
xfa_lexer.cpp 43 FX_DOUBLE* pValue,
65 FX_DOUBLE* pValue,
68 *pValue = wcstod((wchar_t*)s, (wchar_t**)&pEnd);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 832 static status_t parseValueWithUnit(const char* str, uint32_t* pValue) {
839 *pValue = value;
842 *pValue = value * 1000000; // check for overflow?
    [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp     [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 431 BinaryTree& join(TreeIteratorBase& pPosition, const DataType& pValue) {
433 node->data = const_cast<DataType*>(&pValue);
  /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);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 139 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) {
150 *pValue = mPcmFormatValues[index];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.h 360 @param [in] pValue Address to receive the value
368 IN INT32 * pValue
  /external/icu/icu4c/source/common/
ucnvmbcs.h 537 * as one 32-bit value. The function returns the number of bytes in *pValue:
538 * 1..4 the number of bytes in *pValue
539 * 0 unassigned (*pValue undefined)
540 * -1 illegal (currently not used, *pValue undefined)
542 * *pValue will contain the resulting bytes with the last byte in bits 7..0,
548 UChar32 c, uint32_t *pValue,
  /external/icu/icu4c/source/tools/toolutil/
ucm.h 129 char *line, char **pKey, char **pValue);
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 1003 CFXJSE_Value* pValue) {
1010 szPropName, pValue);
    [all...]
  /external/pdfium/fpdfsdk/javascript/
JS_Value.cpp 38 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue)
39 : m_pValue(pValue) {}
74 void CJS_Value::Attach(v8::Local<v8::Value> pValue) {
75 m_pValue = pValue;
  /external/sonivox/arm-wt-22k/host_src/
eas.h 822 * pValue - pointer to variable to receive parameter value
832 EAS_PUBLIC EAS_RESULT EAS_GetParameter (EAS_DATA_HANDLE pEASData, EAS_I32 module, EAS_I32 param, EAS_I32 *pValue);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eaptypes.h 141 BYTE * pValue;
wdspxe.h 77 DWORD PXEAPI PxeDhcpAppendOption(PVOID pReplyPacket,ULONG uMaxReplyPacketLen,PULONG puReplyPacketLen,BYTE bOption,BYTE bOptionLen,PVOID pValue);
sensorsapi.h 862 PROPVARIANT *pValue) = 0;
896 PROPVARIANT *pValue);
917 #define ISensorDataReport_GetSensorValue(This,pKey,pValue) (This)->lpVtbl->GetSensorValue(This,pKey,pValue)
    [all...]
xmllite.h 830 LONG_PTR pValue) = 0;
962 LONG_PTR pValue);
    [all...]
wmcontainer.h     [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 998 void* pValue;
1011 typedef void (CXFA_Object::*XFA_ATTRIBUTE_CALLBACK)(CFXJSE_Value* pValue,

Completed in 930 milliseconds

1 2 3 4 5 67 8 91011>>