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

1 23 4 5 6 7 8 91011>>

  /external/pdfium/fpdfsdk/javascript/
cjs_runtime.h 55 CFXJSE_Value* pValue) override;
57 CFXJSE_Value* pValue) override;
cjs_runtime.cpp 223 CFXJSE_Value* pValue) {
236 pValue->SetUndefined();
239 pValue->ForceSetValue(propvalue);
243 CFXJSE_Value* pValue) {
244 if (utf8Name.IsEmpty() || !pValue)
256 v8::Local<v8::Value>::New(GetIsolate(), pValue->DirectGetValue());
  /external/pdfium/xfa/fxfa/parser/
cxfa_object.cpp 38 void CXFA_Object::Script_ObjectClass_ClassName(CFXJSE_Value* pValue,
45 pValue->SetString(FX_UTF8Encode(GetClassName()).AsStringC());
  /external/sonivox/arm-wt-22k/lib_src/
eas_effects.h 40 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
49 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
eas_rtttl.c 75 static EAS_RESULT RTTTL_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
80 static EAS_RESULT RTTTL_GetNumber (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I32 *pValue);
82 static EAS_RESULT RTTTL_GetNextChar (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I8 *pValue);
83 static EAS_RESULT RTTTL_PeekNextChar (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I8 *pValue);
744 static EAS_RESULT RTTTL_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
753 *pValue = EAS_FILE_RTTTL;
759 *pValue = pData->transposition;
764 *pValue = (EAS_I32) pData->pSynth;
768 *pValue = RTTTL_GAIN_OFFSET;
931 static EAS_RESULT RTTTL_GetNumber (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I32 *pValue)
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 109 explicit Node(const value_type& pValue) : NodeBase(), data(&pValue) {}
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 376 /// @param [in] pValue Common symbols' value are alignment constraints
392 LDSymbol::ValueType pValue = 0x0,
438 LDSymbol::ValueType pValue = 0x0,
467 LDSymbol::ValueType pValue,
477 LDSymbol::ValueType pValue,
494 LDSymbol::ValueType pValue,
505 LDSymbol::ValueType pValue,
516 LDSymbol::ValueType pValue,
527 LDSymbol::ValueType pValue,
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 31 void setValue(unsigned char* pValue) { m_pValue = pValue; }
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 20 static inline bool helper_check_signed_overflow(Relocator::DWord pValue,
24 int64_t signed_val = static_cast<int64_t>(pValue);
33 Relocator::Address pValue) {
34 return (pValue & ~(Relocator::Address)0xFFF);
38 Relocator::Address pValue) {
39 return (pValue & (Relocator::Address)0xFFF);
42 static inline uint32_t get_mask(uint32_t pValue) {
43 return ((1u << (pValue)) - 1);
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 51 inline void setValue(unsigned pValue) { m_Value = pValue; }
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_utility.cpp 197 CPDF_Object* pValue = it.second.get();
199 if (pValue && !pValue->IsInline()) {
200 buf << " " << pValue->GetObjNum() << " 0 R ";
202 buf << pValue;
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 36 static void construct(value_type* pPtr, const value_type& pValue) {
37 new (pPtr) value_type(pValue);
72 static void construct(value_type* pPtr, const value_type& pValue) {
73 new (pPtr) value_type(pValue);
115 // pPtr, and using its copy constructor to initialized its value to pValue.
118 // @param pValue the value to be constructed
119 void construct(pointer pPtr, const_reference pValue) {
120 chunk_type::construct(pPtr, pValue);
125 // pValue.
342 void construct(pointer pObject, const DataType& pValue) {
    [all...]
UniqueGCFactory.h 67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) {
74 construct(data, pValue);
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 156 void *pValue);
161 void *pValue);
166 void *pValue);
171 void *pValue);
176 void *pValue);
181 void *pValue);
186 void *pValue);
191 void *pValue);
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 128 uint64_t ELFReaderIF::getSymValue(uint64_t pValue,
135 return pValue;
146 return pValue;
151 return pValue;
  /system/nfc/halimpl/pn54x/utils/
phNxpConfig.h 48 int GetNxpByteArrayValue(const char* name, char* pValue, long bufflen,
  /system/nfc/halimpl/bcm2079x/adaptation/
config.cpp 61 bool getValue(const char* name, char* pValue, size_t& len) const;
379 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const {
384 memset(pValue, 0, len);
386 memcpy(pValue, pParam->str_value(), len);
592 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l) {
596 bool b = rConfig.getValue(name, pValue, len);
609 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len) {
610 if (!pValue) return false;
626 *(static_cast<unsigned long*>(pValue)) = (unsigned long)v;
629 *(static_cast<unsigned short*>(pValue)) = (unsigned short)v
    [all...]
  /system/nfc/src/adaptation/
config.cpp 61 bool getValue(const char* name, char* pValue, size_t& len) const;
390 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const {
395 memset(pValue, 0, len);
397 memcpy(pValue, pParam->str_value(), len);
603 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l) {
607 bool b = rConfig.getValue(name, pValue, len);
620 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len) {
621 if (!pValue) return false;
637 *(static_cast<unsigned long*>(pValue)) = (unsigned long)v;
640 *(static_cast<unsigned short*>(pValue)) = (unsigned short)v
    [all...]
  /external/pdfium/fxjs/
fxjs_v8.h 192 int ToInt32(v8::Local<v8::Value> pValue);
193 bool ToBoolean(v8::Local<v8::Value> pValue);
194 double ToDouble(v8::Local<v8::Value> pValue);
195 CFX_WideString ToWideString(v8::Local<v8::Value> pValue);
196 v8::Local<v8::Object> ToObject(v8::Local<v8::Value> pValue);
197 v8::Local<v8::Array> ToArray(v8::Local<v8::Value> pValue);
205 v8::Local<v8::Value> pValue);
214 v8::Local<v8::Value> pValue);
  /external/pdfium/xfa/fde/css/
cfde_cssstyleselector.h 61 const CFX_RetainPtr<CFDE_CSSValue>& pValue,
70 const CFX_RetainPtr<CFDE_CSSValue>& pValue,
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 119 void setValue(ValueType pValue) { m_Value = pValue; }
  /external/pdfium/core/fpdfdoc/
cpdf_nametree.cpp 184 CPDF_Object* pValue = LookupValue(sName);
185 if (!pValue) {
189 pValue = pDests->GetDirectObjectFor(sName);
191 if (!pValue)
193 if (CPDF_Array* pArray = pValue->AsArray())
195 if (CPDF_Dictionary* pDict = pValue->AsDictionary())
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 58 static void FlipDWord (EAS_U32 *pValue)
63 p = (EAS_U8*) pValue;
65 *pValue = temp;
79 static void FlipWord (EAS_U16 *pValue)
84 p = (EAS_U8*) pValue;
86 *pValue = temp;
  /external/testng/doc/
banner.js 11 // @param pValue the string that should apear as the value
13 function writeTD(pCurrentPage, pHRef, pValue)
20 document.write(pValue)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 38 virtual void setEntryValue(Fragment* entry, uint64_t pValue) = 0;
95 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent) = 0;
229 virtual void setEntryValue(Fragment* entry, uint64_t pValue);
231 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
247 virtual void setEntryValue(Fragment* entry, uint64_t pValue);
249 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);

Completed in 2488 milliseconds

1 23 4 5 6 7 8 91011>>