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

1 2 34 5 6 7 8 91011>>

  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehicleHalManager_test.cpp 56 VehiclePropValuePtr pValue;
62 pValue = getValuePool()->obtainString(kCarMake);
69 pValue = getValuePool()->obtainFloat(42.42);
74 pValue = getValuePool()->obtainComplex();
75 pValue->value.int32Values = hidl_vec<int32_t> { 10, 20 };
76 pValue->value.int64Values = hidl_vec<int64_t> { 30, 40 };
77 pValue->value.floatValues = hidl_vec<float_t> { 1.1, 2.2 };
78 pValue->value.bytes = hidl_vec<uint8_t> { 1, 2, 3 };
79 pValue->value.stringValue = kCarMake;
86 pValue = getValuePool()->obtain(mValues[key])
    [all...]
  /external/r8/src/test/java/com/android/tools/r8/debug/
LocalsTest.java 58 Value pValue = Value.createInt(10);
60 Value vValue = Value.createInt(pValue.getIntValue() + cValue.getIntValue());
67 checkLocal("p", pValue),
70 checkLocal("p", pValue),
74 checkLocal("p", pValue),
84 Value pValue = Value.createInt(10);
87 Value vValue = Value.createInt(pValue.getIntValue() + newValue.getIntValue());
94 checkLocal("p", pValue),
97 checkLocal("p", pValue),
103 checkLocal("p", pValue),
    [all...]
  /external/pdfium/fxjs/
fxjs_v8.cpp 620 v8::Local<v8::Value> pValue) {
623 if (pArray->Set(m_isolate->GetCurrentContext(), index, pValue).IsNothing())
689 int CFXJS_Engine::ToInt32(v8::Local<v8::Value> pValue) {
690 if (pValue.IsEmpty())
693 return pValue->ToInt32(context).ToLocalChecked()->Value();
696 bool CFXJS_Engine::ToBoolean(v8::Local<v8::Value> pValue) {
697 if (pValue.IsEmpty())
700 return pValue->ToBoolean(context).ToLocalChecked()->Value();
703 double CFXJS_Engine::ToDouble(v8::Local<v8::Value> pValue) {
704 if (pValue.IsEmpty()
    [all...]
fxjse.h 28 CFXJSE_Value* pValue);
cfxjse_class.cpp 151 CFXJSE_Value* pValue) {
159 lpClass->dynPropGetter(pObject, szPropName, pValue);
161 if (lpClass->dynMethodCall && pValue) {
162 v8::Isolate* pIsolate = pValue->GetIsolate();
175 pValue->ForceSetValue(
176 v8::Function::New(pValue->GetIsolate()->GetCurrentContext(),
187 CFXJSE_Value* pValue) {
195 lpClass->dynPropSetter(pObject, szPropName, pValue);
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 44 static EAS_RESULT ChorusGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
421 * *pValue - pointer to variable to hold retrieved value
430 static EAS_RESULT ChorusGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
439 *pValue = (EAS_I32) p->bypass;
442 *pValue = (EAS_I8) p->m_nCurrentChorus;
445 *pValue = (EAS_I32) p->m_nRate;
448 *pValue = (EAS_I32) p->m_nDepth;
451 *pValue = (EAS_I32) p->m_nLevel;
469 * *pValue - new paramter value
eas_smf.h 44 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
eas_ota.c 94 static EAS_RESULT OTA_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
96 static EAS_RESULT OTA_FetchBitField (EAS_HW_DATA_HANDLE hwInstData, S_OTA_DATA *pData, EAS_I32 numBits, EAS_U8 *pValue);
793 static EAS_RESULT OTA_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
802 *pValue = EAS_FILE_OTA;
808 *pValue = pData->transposition;
813 *pValue = (EAS_I32) pData->pSynth;
817 *pValue = OTA_GAIN_OFFSET;
989 static EAS_RESULT OTA_FetchBitField (EAS_HW_DATA_HANDLE hwInstData, S_OTA_DATA *pData, EAS_I32 numBits, EAS_U8 *pValue)
1029 *pValue = value;
    [all...]
  /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/aac/libAACdec/src/
block.h 227 * \param pValue pointer to quantized value. The inverse quantized result is stored back here.
230 * \return the exponent of the result (mantissa) stored into *pValue.
233 int EvaluatePower43 ( FIXP_DBL *pValue,
240 value = *pValue;
258 *pValue = fMultDiv2 (invQVal, MantissaTable [lsb][exponent]) ;
  /external/openssh/
ssh-pkcs11.c 243 key_filter[0].pValue = &private_key_class;
244 key_filter[2].pValue = &true_val;
284 key_filter[1].pValue = k11->keyid;
327 memcpy(k11->keyid, keyid_attrib->pValue, k11->keyid_len);
425 pubkey_filter[0].pValue = &pubkey_class;
426 cert_filter[0].pValue = &cert_class;
474 attribs[i].pValue = NULL;
498 attribs[i].pValue = xmalloc(
515 rsa->n = BN_bin2bn(attribs[1].pValue,
517 rsa->e = BN_bin2bn(attribs[2].pValue,
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_color.cpp 31 PatternValue* pvalue = (PatternValue*)m_pBuffer; local
33 pvalue->m_pCountedPattern ? pvalue->m_pCountedPattern->get() : nullptr;
88 PatternValue* pvalue = (PatternValue*)m_pBuffer; local
89 if (pvalue->m_pPattern && pvalue->m_pPattern->document()) {
90 pDocPageData = pvalue->m_pPattern->document()->GetPageData();
92 pDocPageData->ReleasePattern(pvalue->m_pPattern->pattern_obj());
94 pvalue->m_nComps = ncomps;
95 pvalue->m_pPattern = pPattern
    [all...]
  /frameworks/wilhelm/src/itf/
IMetadataExtraction.cpp 122 SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue)
126 if (NULL == pValue) {
133 index, valueSize, pValue);
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.c 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/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.h 84 CFXJSE_Value* pValue) override;
87 CFXJSE_Value* pValue) override;
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodelist.cpp 117 void CXFA_NodeList::Script_ListClass_Length(CFXJSE_Value* pValue,
124 pValue->SetInteger(GetLength());
cscript_layoutpseudomodel.h 27 void Ready(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
xfa_utils.cpp 390 void* pValue;
391 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
393 return *(CXFA_Measurement*)pValue;
398 bool XFA_GetAttributeDefaultValue(void*& pValue,
409 pValue = pInfo->pDefValue;
416 pValue = pAttr->pValue;
  /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/lib/Script/
Operand.cpp 77 IntOperand::IntOperand(uint64_t pValue)
78 : Operand(Operand::INTEGER), m_Value(pValue) {
85 IntOperand* IntOperand::create(uint64_t pValue) {
87 new (result) IntOperand(pValue);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.cpp 46 /// On success, the value is written to pValue.
51 /// @param[out] pValue where the resulting value is written
56 const char* textValue, uint32_t* pValue) {
85 *pValue = value;
233 uint32_t* pValue) const {
234 return spvTextParseMaskOperand(operandTable_, type, textValue, pValue);
assembly_grammar.h 92 // On success, the value is written to pValue, and SPV_SUCCESS is returned.
96 const char* textValue, uint32_t* pValue) const;
  /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...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 191 int Reverb_setParameter (ReverbContext *pContext, void *pParam, void *pValue, int vsize);
195 void *pValue);
    [all...]
  /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...]

Completed in 1845 milliseconds

1 2 34 5 6 7 8 91011>>