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

1 2 3 4 5 6 7 891011>>

  /external/pdfium/fxjs/
cfxjse_class.cpp 103 CFXJSE_Value* pValue) {
112 lpClass->dynPropGetter(pObject, szPropName, pValue);
114 if (lpClass->dynMethodCall && pValue) {
115 v8::Isolate* pIsolate = pValue->GetIsolate();
128 pValue->ForceSetValue(
129 v8::Function::New(pValue->GetIsolate()->GetCurrentContext(),
140 CFXJSE_Value* pValue) {
148 lpClass->dynPropSetter(pObject, szPropName, pValue);
CJX_Define.h 35 void prop_name(CFXJSE_Value* pValue, bool bSetting, XFA_Attribute eAttribute)
fxjse.h 42 CFXJSE_Value* pValue);
  /external/pdfium/fxjs/xfa/
cjx_list.cpp 89 void CJX_List::length(CFXJSE_Value* pValue,
96 pValue->SetInteger(
cjx_model.cpp 86 void CJX_Model::context(CFXJSE_Value* pValue,
90 void CJX_Model::aliasNode(CFXJSE_Value* pValue,
  /external/strace/tests/
overflowuid.c 35 read_int_from_file(const char *const fname, int *const pvalue)
66 *pvalue = (int) lval;
  /external/strace/tests-m32/
overflowuid.c 35 read_int_from_file(const char *const fname, int *const pvalue)
66 *pvalue = (int) lval;
  /external/strace/tests-mx32/
overflowuid.c 35 read_int_from_file(const char *const fname, int *const pvalue)
66 *pvalue = (int) lval;
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 56 void setValue(const ValueType& pValue) { m_Value = pValue; }
TreeBase.h 109 explicit Node(const value_type& pValue) : NodeBase(), data(&pValue) {}
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) {
74 construct(data, pValue);
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 31 void setValue(unsigned char* pValue) { m_pValue = pValue; }
ELFDynamic.h 43 virtual void setValue(uint64_t pTag, uint64_t pValue) = 0;
72 inline void setValue(uint64_t pTag, uint64_t pValue);
103 inline void setValue(uint64_t pTag, uint64_t pValue);
166 void applyOne(uint64_t pTag, uint64_t pValue);
  /frameworks/compile/mclinker/lib/Fragment/
AlignFragment.cpp 20 int64_t pValue,
26 m_Value(pValue),
FillFragment.cpp 18 FillFragment::FillFragment(int64_t pValue,
23 m_Value(pValue),
  /frameworks/compile/mclinker/lib/LD/
MsgHandler.cpp 42 void MsgHandler::addTaggedVal(intptr_t pValue,
47 m_Engine.state().ArgumentVals[m_NumArgs++] = pValue;
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 51 inline void setValue(unsigned pValue) { m_Value = pValue; }
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.h 92 * input pointers != NULL (pItemCount, pKeySize, pKey, pValueSize, pValue)
110 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue);
  /hardware/nxp/nfc/halimpl/utils/
phNxpConfig.cpp 121 bool getValue(const char* name, char* pValue, size_t len) const;
124 bool getValue(const char* name, char* pValue, long len, long* readlen) const;
464 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const {
469 memset(pValue, 0, len);
470 memcpy(pValue, pParam->str_value(), pParam->str_len());
476 bool CNfcConfig::getValue(const char* name, char* pValue, long len,
483 memset(pValue, 0, len);
484 memcpy(pValue, pParam->str_value(), pParam->str_len());
725 extern "C" int GetNxpStrValue(const char* name, char* pValue,
729 return rConfig.getValue(name, pValue, len)
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 76 bool getValue(const char* name, char* pValue, size_t len) const;
79 bool getValue(const char* name, char* pValue, long len, long* readlen) const;
426 bool CNxpNfcConfig::getValue(const char* name, char* pValue, size_t len) const {
431 memset(pValue, 0, len);
432 memcpy(pValue, pParam->str_value(), pParam->str_len());
438 bool CNxpNfcConfig::getValue(const char* name, char* pValue, long len,
445 memset(pValue, 0, len);
446 memcpy(pValue, pParam->str_value(), pParam->str_len());
708 extern int GetNxpStrValue(const char* name, char* pValue, unsigned long len) {
711 return rConfig.getValue(name, pValue, len)
    [all...]
phNxpConfig.h 22 int GetNxpByteArrayValue(const char* name, char* pValue, long bufflen,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
locationapi.h 96 PROPVARIANT *pValue) = 0;
130 PROPVARIANT *pValue);
147 #define ILocationReport_GetValue(This,pKey,pValue) (This)->lpVtbl->GetValue(This,pKey,pValue)
166 static FORCEINLINE HRESULT ILocationReport_GetValue(ILocationReport* This,REFPROPERTYKEY pKey,PROPVARIANT *pValue) {
167 return This->lpVtbl->GetValue(This,pKey,pValue);
193 PROPVARIANT *pValue);
266 PROPVARIANT *pValue);
312 #define ICivicAddressReport_GetValue(This,pKey,pValue) (This)->lpVtbl->GetValue(This,pKey,pValue)
    [all...]
medparam.h 107 MP_DATA *pValue) = 0;
153 MP_DATA *pValue);
180 #define IMediaParams_GetParam(This,dwParamIndex,pValue) (This)->lpVtbl->GetParam(This,dwParamIndex,pValue)
201 static FORCEINLINE HRESULT IMediaParams_GetParam(IMediaParams* This,DWORD dwParamIndex,MP_DATA *pValue) {
202 return This->lpVtbl->GetParam(This,dwParamIndex,pValue);
238 MP_DATA *pValue);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 403 LDSymbol::ValueType pValue,
435 frag = FragmentRef::Create(*pSection, pValue);
438 name, pType, pDesc, pBind, pSize, pValue, frag, pVis);
444 pInput, name, pType, pDesc, pBind, pSize, pValue, pVis);
459 LDSymbol::ValueType pValue,
485 pValue,
498 input_sym->setValue(pValue);
523 output_sym->setValue(pValue);
534 LDSymbol::ValueType pValue,
560 pValue,
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffnotify.h 26 const wchar_t* pValue,

Completed in 1216 milliseconds

1 2 3 4 5 6 7 891011>>