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

1 2

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 31 static int assign_string(char **psMember, char const *sValue);
34 static int assign_long(unsigned long *piMember, char const *sValue);
272 int assign_string(char **psMember, char const *sValue)
282 if (strcasecmp(sValue, "NULL"))
284 *psMember = strdup(sValue);
306 int assign_long(unsigned long *piMember, char const *sValue)
311 if (!strncasecmp(sValue, "0x", 2)) sscanf(sValue + 2, "%lx", piMember);
312 else if (*sValue == '$') sscanf(sValue + 1, "%lx", piMember)
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 46 CFX_WideString sValue; //in[out]
97 void SetValue(const CFX_WideString& sValue, FX_BOOL bNotify);
98 void SetDefaultValue(const CFX_WideString& sValue);
103 void ResetAppearance(FX_LPCWSTR sValue, FX_BOOL bValueChanged);
130 void ResetAppearance_ComboBox(FX_LPCWSTR sValue);
132 void ResetAppearance_TextField(FX_LPCWSTR sValue);
195 void ResetFieldAppearance(CPDF_FormField* pFormField, FX_LPCWSTR sValue, FX_BOOL bValueChanged);
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_ComboBox.h 15 CFX_WideString sValue;
FFL_TextField.h 37 CFX_WideString sValue;
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp 213 fa.sValue = L"";
222 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
230 fa.sValue = L"";
237 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
FFL_ComboBox.cpp 205 fa.sValue = pEdit->GetText();
221 fa.sValue = pEdit->GetText();
228 fa.sValue = m_pWidget->GetValue();
283 m_State.sValue = pEdit->GetText();
300 pEdit->SetText(m_State.sValue);
FFL_TextField.cpp 248 fa.sValue = pWnd->GetText();
260 fa.sValue = pWnd->GetText();
266 fa.sValue = m_pWidget->GetValue();
314 m_State.sValue = pWnd->GetText();
324 pWnd->SetText(m_State.sValue);
FFL_IFormFiller.cpp 968 CFX_WideString sValue = pInterForm->OnFormat(pWidget->GetFormField(), GetCommitKey(), bFormated);
976 pInterForm->ResetFieldAppearance(pWidget->GetFormField(), sValue, TRUE);
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 338 CFX_WideString sValue;
339 sValue.Format((FX_LPCWSTR)L"%d",cTableAd[iIndex].iValue);
340 memcpy(tszValue, (wchar_t *)sValue.GetBuffer(sValue.GetLength()+1),
341 (sValue.GetLength()+1)*sizeof(wchar_t));
434 CFX_WideString sValue;
435 sValue.Format((FX_LPCWSTR)L"%d",cTableAd[iIndex].iValue);
436 memcpy(tszValue, (wchar_t *)sValue.GetBuffer(sValue.GetLength()+1),sValue.GetLength()*sizeof(wchar_t));
    [all...]
global.cpp 368 CFX_ByteString sValue = CJS_Value(isolate, v, VT_string);
372 pObjElement->sData = sValue;
  /hardware/ti/omap4-aah/security/tee_client_api/
schannel6_protocol.h 136 SCHANNEL6_COMMAND_PARAM_VALUE sValue;
157 SCHANNEL6_ANSWER_PARAM_VALUE sValue;
tee_client_api_linux_driver.c 237 pSCXParam->sValue.a = pTEECParam->value.a;
238 pSCXParam->sValue.b = pTEECParam->value.b;
293 pOperation->params[i].value.a = pSCXAnswers[i].sValue.a;
294 pOperation->params[i].value.b = pSCXAnswers[i].sValue.b;
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 136 SCHANNEL6_COMMAND_PARAM_VALUE sValue;
157 SCHANNEL6_ANSWER_PARAM_VALUE sValue;
tee_client_api_linux_driver.c 229 pSCXParam->sValue.a = pTEECParam->value.a;
230 pSCXParam->sValue.b = pTEECParam->value.b;
285 pOperation->params[i].value.a = pSCXAnswers[i].sValue.a;
286 pOperation->params[i].value.b = pSCXAnswers[i].sValue.b;
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 308 void CPDFSDK_Widget::SetValue(const CFX_WideString& sValue, FX_BOOL bNotify)
313 pFormField->SetValue(sValue, bNotify);
316 void CPDFSDK_Widget::SetDefaultValue(const CFX_WideString& sValue)
354 void CPDFSDK_Widget::ResetAppearance(FX_LPCWSTR sValue, FX_BOOL bValueChanged)
378 ResetAppearance_ComboBox(sValue);
384 ResetAppearance_TextField(sValue);
1029 void CPDFSDK_Widget::ResetAppearance_ComboBox(FX_LPCWSTR sValue)
1070 if (sValue)
1071 pEdit->SetText(sValue);
1203 void CPDFSDK_Widget::ResetAppearance_TextField(FX_LPCWSTR sValue)
    [all...]
fsdk_actionhandler.cpp 669 pContext->OnField_Focus(data.bModifier, data.bShift, pFormField, data.sValue);
672 pContext->OnField_Blur(data.bModifier, data.bShift, pFormField, data.sValue);
676 data.bModifier, data.nSelEnd, data.nSelStart, data.bShift, pFormField, data.sValue,
681 data.bShift, pFormField, data.sValue, data.bRC);
fsdk_annothandler.cpp 680 CFX_WideString sValue = pWidget->OnFormat(0, bFormated);
684 pWidget->ResetAppearance(sValue, FALSE);
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c 318 phNfc_sData_t sValue;
341 &sValue );
345 if (sValue.length < 2)
351 nTid = sValue.buffer[0];
353 sServiceName.buffer = sValue.buffer + 1;
354 sServiceName.length = sValue.length - 1;
397 if (sValue.length != 2)
403 nTid = sValue.buffer[0];
409 nSap = sValue.buffer[1];
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
dmMetaDataManager.cc 870 CPCHAR sValue = NULL;
876 sValue = oValues.nextSegment();
878 while ( sValue )
883 if(DmAtoi((CPCHAR)oData.getBuffer()) == DmAtoi(sValue))
891 if( oData.compare(sValue) == TRUE )
899 sValue = oValues.nextSegment();
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 45 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText);
47 if (CXML_Element * pXML = CXML_Element::Parse((FX_LPCSTR)sValue,sValue.GetLength()))
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 98 void JS_PutObjectString(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, const wchar_t* sValue);
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 159 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
160 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
164 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
165 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cmdtree.h 312 short sValue;
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 574 void JS_PutObjectString(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, const wchar_t* sValue) //VT_string
577 pObj->Set(WSToJSString(pJSRuntime, PropertyName), WSToJSString(pJSRuntime, sValue));

Completed in 834 milliseconds

1 2