HomeSort by relevance Sort by last modified time
    Searched refs:pValue (Results 1 - 25 of 295) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue,
39 if (pValue.isIntValue()) {
42 pValue.setIntValue(static_cast<unsigned int>(int_value));
52 if (pValue.isStringValue()) {
53 pValue.setStringValue(pBuf);
55 size_t size = pValue.getStringValue().length() + 1 /* '\0' */;
65 const ELFAttributeValue& pValue,
71 if (pValue.isIntValue())
72 leb128::encode<uint32_t>(pBuf, pValue.getIntValue());
74 if (pValue.isStringValue())
    [all...]
ELFAttributeValue.cpp 52 bool ELFAttributeValue::equals(const ELFAttributeValue& pValue) const {
53 if ((pValue.type() != m_Type) || isUninitialized())
56 if (isIntValue() && (m_IntValue != pValue.getIntValue()))
59 if (isStringValue() && (m_StringValue != pValue.getStringValue()))
  /frameworks/compile/mclinker/include/mcld/LD/
MsgHandler.h 35 void addTaggedVal(intptr_t pValue,
71 inline const MsgHandler& operator<<(const MsgHandler& pHandler, int pValue) {
72 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_sint);
77 unsigned int pValue) {
78 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_uint);
82 inline const MsgHandler& operator<<(const MsgHandler& pHandler, long pValue) {
83 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_sint);
88 unsigned long pValue) {
89 pHandler.addTaggedVal(pValue, DiagnosticEngine::ak_uint);
94 unsigned long long pValue) {
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
FillFragment.cpp 18 FillFragment::FillFragment(int64_t pValue,
23 m_Value(pValue),
AlignFragment.cpp 20 int64_t pValue,
26 m_Value(pValue),
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 17 size_t encode<uint64_t>(ByteType*& pBuf, uint64_t pValue) {
20 ByteType byte = pValue & 0x7f;
21 pValue >>= 7;
22 if (pValue)
26 } while (pValue);
36 size_t encode<uint32_t>(ByteType*& pBuf, uint32_t pValue) {
37 if ((pValue & ~0x7f) == 0) {
38 *pBuf++ = static_cast<ByteType>(pValue);
40 } else if ((pValue & ~0x3fff) == 0) {
41 *pBuf++ = static_cast<ByteType>((pValue & 0x7f) | 0x80)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
LEB128.h 23 size_t encode(ByteType*& pBuf, IntType pValue);
36 size_t size(IntType pValue) {
38 while (pValue > 0x80) {
39 pValue >>= 7;
52 size_t encode<uint64_t>(ByteType*& pBuf, uint64_t pValue);
55 size_t encode<uint32_t>(ByteType*& pBuf, uint32_t pValue);
61 size_t encode<int64_t>(ByteType*& pBuf, int64_t pValue);
64 size_t encode<int32_t>(ByteType*& pBuf, int32_t pValue);
96 size_t encode(char*& pBuf, IntType pValue) {
97 return encode<IntType>(reinterpret_cast<ByteType*&>(pBuf), pValue);
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
AlignFragment.h 21 int64_t pValue,
36 void setEmitNops(bool pValue) { m_bEmitNops = pValue; }
Fragment.h 43 void setParent(SectionData* pValue) { m_pParent = pValue; }
FillFragment.h 22 FillFragment(int64_t pValue,
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 39 Entry(uint64_t pValue, SectionData* pParent)
40 : TargetFragment(Fragment::Target, pParent), f_Value(pValue) {}
46 void setValue(uint64_t pValue) { f_Value = pValue; }
ELFAttributeValue.h 87 bool equals(const ELFAttributeValue& pValue) const;
89 bool operator==(const ELFAttributeValue& pValue) const {
90 return equals(pValue);
92 bool operator!=(const ELFAttributeValue& pValue) const {
93 return !equals(pValue);
ELFAttributeData.h 94 /// pValue prior the call.
95 static bool ReadValue(ELFAttributeValue& pValue,
106 const ELFAttributeValue& pValue,
  /frameworks/wilhelm/src/android/
android_Effect.h 23 int32_t param, int32_t param2, void *pValue);
26 int32_t param, int32_t param2, void *pValue);
34 int32_t param, void *pValue);
37 int32_t param, void *pValue);
45 int32_t param, void *pValue);
48 int32_t param, void *pValue);
67 int32_t param, void *pValue);
70 int32_t param, void *pValue);
140 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize);
143 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
portabledevicetypes.h 91 PROPVARIANT *pValue) = 0;
95 const PROPVARIANT *pValue) = 0;
99 PROPVARIANT *pValue) = 0;
107 LPWSTR *pValue) = 0;
115 ULONG *pValue) = 0;
123 LONG *pValue) = 0;
131 ULONGLONG *pValue) = 0;
139 LONGLONG *pValue) = 0;
147 FLOAT *pValue) = 0;
155 HRESULT *pValue) = 0
    [all...]
wdsbp.h 24 PVOID pValue
58 PVOID pValue,
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.cpp 15 return pHolder->pValue;
25 IFDE_CSSValue*& pValue,
31 pValue = pHolder->pValue;
91 IFDE_CSSValue* pValue,
97 pHolder->pValue = pValue;
295 FDE_LPCCSSPROPERTYVALUETABLE pValue =
297 return pValue ? NewEnumValue(pArgs->pStaticStore, pValue->eName) : NULL;
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 56 void setValue(const ValueType& pValue) { 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;
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties_parser.h 76 char* pValue;
115 uint32_t SMCPropStringToInt (char* pValue);
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 76 char* pValue;
115 uint32_t SMCPropStringToInt (char* pValue);
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 288 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, bDefault ? "DV" : "V");
289 if (!pValue) {
292 pValue = FPDF_GetFieldAttr(m_pDict, "V");
294 if (!pValue && m_Type != Text) {
295 pValue = FPDF_GetFieldAttr(m_pDict, "DV");
298 if (!pValue) {
302 switch (pValue->GetType()) {
305 return pValue->GetUnicodeText();
307 pValue = pValue->AsArray()->GetElementValue(0)
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 118 int Equalizer_getParameter(AudioEqualizer * pEqualizer, int32_t *pParam, uint32_t *pValueSize, void *pValue);
119 int Equalizer_setParameter(AudioEqualizer * pEqualizer, int32_t *pParam, void *pValue);
351 // pValue - pointer to variable to hold retrieved value
355 // *pValue updated with parameter value
363 int Equalizer_getParameter(AudioEqualizer * pEqualizer, int32_t *pParam, uint32_t *pValueSize, void *pValue)
419 *(uint16_t *)pValue = (uint16_t)kNumBands;
420 ALOGV("Equalizer_getParameter() EQ_PARAM_NUM_BANDS %d", *(int16_t *)pValue);
424 *(int16_t *)pValue = -9600;
425 *((int16_t *)pValue + 1) = 4800;
427 *(int32_t *)pValue, *((int32_t *)pValue + 1))
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 299 v8::Local<v8::Value> pValue =
301 swMsg = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown)
304 pValue = FXJS_GetObjectElement(isolate, pObj, L"cTitle");
305 swTitle = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown)
308 pValue = FXJS_GetObjectElement(isolate, pObj, L"nIcon");
309 iIcon = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown).ToInt();
311 pValue = FXJS_GetObjectElement(isolate, pObj, L"nType");
312 iType = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown).ToInt();
319 CJS_Value* pValue = new CJS_Value(pRuntime);
321 carray.GetElement(i, *pValue);
    [all...]
  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpConfig.cpp 93 bool getValue(const char* name, char* pValue, size_t len) const;
96 bool getValue(const char* name, char* pValue, long len,long* readlen) const;
473 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const
481 memset(pValue, 0, len);
482 memcpy(pValue, pParam->str_value(), pParam->str_len());
488 bool CNfcConfig::getValue(const char* name, char* pValue, long len,long* readlen) const
498 memset(pValue, 0, len);
499 memcpy(pValue, pParam->str_value(), pParam->str_len());
881 extern "C" int GetNxpStrValue(const char* name, char* pValue, unsigned long len)
885 return rConfig.getValue(name, pValue, len)
    [all...]

Completed in 436 milliseconds

1 2 3 4 5 6 7 8 91011>>