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

1 2 3 4 5 6 7 8 91011>>

  /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;
cpdf_dictionary.cpp 251 CPDF_Object* pValue = it.second.get();
257 if (!pValue->IsInline()) {
259 !archive->WriteDWord(pValue->GetObjNum()) ||
263 } else if (!pValue->WriteTo(archive)) {
cpdf_array.cpp 59 for (const auto& pValue : m_Objects) {
60 if (!pdfium::ContainsKey(*pVisited, pValue.get())) {
62 if (auto obj = pValue->CloneNonCyclic(bDirect, &visited))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmsdkidl.h 310 BYTE *pValue,
339 BYTE *pValue,
355 #define IWMStatusCallback_OnStatus(This,Status,hr,dwType,pValue,pvContext) (This)->lpVtbl->OnStatus(This,Status,hr,dwType,pValue,pvContext)
368 static FORCEINLINE HRESULT IWMStatusCallback_OnStatus(IWMStatusCallback* This,WMT_STATUS Status,HRESULT hr,WMT_ATTR_DATATYPE dwType,BYTE *pValue,void *pvContext) {
369 return This->lpVtbl->OnStatus(This,Status,hr,dwType,pValue,pvContext);
381 BYTE *pValue,
436 BYTE *pValue,
462 #define IWMReaderCallback_OnStatus(This,Status,hr,dwType,pValue,pvContext) (This)->lpVtbl->OnStatus(This,Status,hr,dwType,pValue,pvContext
    [all...]
structuredquerycondition.h 94 PROPVARIANT *pValue) = 0;
122 PROPVARIANT *pValue);
137 #define IRichChunk_GetData(This,pFirstPos,pLength,ppsz,pValue) (This)->lpVtbl->GetData(This,pFirstPos,pLength,ppsz,pValue)
150 static FORCEINLINE HRESULT IRichChunk_GetData(IRichChunk* This,ULONG *pFirstPos,ULONG *pLength,LPWSTR *ppsz,PROPVARIANT *pValue) {
151 return This->lpVtbl->GetData(This,pFirstPos,pLength,ppsz,pValue);
163 PROPVARIANT *pValue);
174 PROPVARIANT *pValue);
180 PROPVARIANT *pValue);
cmnquery.h 76 STDMETHOD(WriteString)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPCWSTR pValue) PURE;
79 STDMETHOD(ReadInt)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPINT pValue) PURE;
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.cpp 208 char *line, char **pKey, char **pValue) {
255 *pValue=s;
258 *pValue=s+1;
259 if(end>*pValue && *(end-1)=='"') {
266 if(uprv_strcmp(*pValue, "DBCS")==0) {
268 } else if(uprv_strcmp(*pValue, "SBCS")==0) {
270 } else if(uprv_strcmp(*pValue, "MBCS")==0) {
272 } else if(uprv_strcmp(*pValue, "EBCDIC_STATEFUL")==0) {
275 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue);
280 c=**pValue;
    [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context.h 411 static bool ValueIsNull(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
412 static int32_t ValueToInteger(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
413 static float ValueToFloat(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
414 static double ValueToDouble(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
415 static ByteString ValueToUTF8String(CFXJSE_Value* pValue);
423 void GlobalPropertyGetter(CFXJSE_Value* pValue);
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);
114 v8::Local<v8::Value> pValue = v8::Number::New(m_pIsolate, ftod(fFloat));
115 m_hValue.Reset(m_pIsolate, pValue);
219 v8::Local<v8::Value> pValue =
227 pValue)
  /external/clang/test/Sema/
expr-address-of.c 12 struct entry pvalue; local
14 add_one(&pvalue.bitf); // expected-error {{address of bit-field requested}}
  /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_dlssynth.c 45 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState);
467 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState)
476 *pValue = 0;
499 *pValue = SYNTH_FULL_SCALE_EG1_GAIN;
503 if (*pValue < SYNTH_FULL_SCALE_EG1_GAIN)
505 temp = *pValue + *pIncrement;
506 *pValue = (EAS_I16) (temp < SYNTH_FULL_SCALE_EG1_GAIN ? temp : SYNTH_FULL_SCALE_EG1_GAIN);
540 // *pValue = pEnvParams->sustainLevel;
544 if (*pValue > pEnvParams->sustainLevel)
546 temp = *pValue - *pIncrement
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.h 98 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue);
99 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue);
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 119 void setValue(ValueType pValue) { m_Value = pValue; }
  /external/libxml2/result/
att6.sax2 10 SAX.characters(pvalue-, 7)
  /external/libxml2/result/noent/
att6.sax2 10 SAX.characters(pvalue-, 7)
  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.h 85 RetainPtr<CFX_CSSValue> pValue,
  /frameworks/compile/mclinker/include/mcld/Fragment/
FillFragment.h 22 FillFragment(int64_t pValue,
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 128 uint64_t ELFReaderIF::getSymValue(uint64_t pValue,
135 return pValue;
146 return pValue;
151 return pValue;
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
prompt.py 47 def get_show_string (self, pvalue):
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
prompt.py 47 def get_show_string (self, pvalue):
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeData.h 94 /// pValue prior the call.
95 static bool ReadValue(ELFAttributeValue& pValue,
106 const ELFAttributeValue& pValue,
  /external/aac/libAACdec/src/
block.h 240 * \param pValue pointer to quantized value. The inverse quantized result is
244 * \return the exponent of the result (mantissa) stored into *pValue.
247 int EvaluatePower43(FIXP_DBL *pValue, UINT lsb) {
252 value = *pValue;
270 *pValue = fMultDiv2(invQVal, MantissaTable[lsb][exponent]);
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 147 void *pValue);
152 void *pValue);
157 void *pValue);
162 void *pValue);
167 void *pValue);
172 void *pValue);
177 void *pValue);
182 void *pValue);
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 296 void *pValue)
300 t_agc_settings *pProperties = (t_agc_settings *)pValue;
332 *(int16_t *) pValue = (int16_t)(agc->target_level_dbfs() * -100);
333 ALOGV("AgcGetParameter() target level %d milliBels", *(int16_t *) pValue);
336 *(int16_t *) pValue = (int16_t)(agc->compression_gain_db() * 100);
337 ALOGV("AgcGetParameter() comp gain %d milliBels", *(int16_t *) pValue);
340 *(bool *) pValue = (bool)agc->is_limiter_enabled();
342 (*(int16_t *) pValue != 0) ? "true" : "false");
357 int AgcSetParameter (preproc_effect_t *effect, void *pParam, void *pValue)
361 t_agc_settings *pProperties = (t_agc_settings *)pValue;
    [all...]

Completed in 1024 milliseconds

1 2 3 4 5 6 7 8 91011>>