HomeSort by relevance Sort by last modified time
    Searched refs:sValue (Results 1 - 25 of 35) 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/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 194 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) {
295 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) {
300 ValueNode node=builder.createSuffixNode(s, start, sValue);
378 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) {
383 setValue(sValue);
393 suffixNode.setValue(sValue);
434 ValueNode newSuffixNode=builder.createSuffixNode(s, start+1, sValue);
441 next=next.add(builder, s, start, sValue);
511 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) {
516 setValue(sValue);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 196 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) {
297 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) {
302 ValueNode node=builder.createSuffixNode(s, start, sValue);
380 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) {
385 setValue(sValue);
395 suffixNode.setValue(sValue);
436 ValueNode newSuffixNode=builder.createSuffixNode(s, start+1, sValue);
443 next=next.add(builder, s, start, sValue);
513 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) {
518 setValue(sValue);
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_TextField.cpp 169 fa.sValue = pWnd->GetText();
179 fa.sValue = pWnd->GetText();
184 fa.sValue = m_pWidget->GetValue();
227 m_State.sValue = pWnd->GetText();
235 pWnd->SetText(m_State.sValue.c_str());
FFL_ListBox.cpp 156 fa.sValue = L"";
162 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
169 fa.sValue = L"";
173 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
FFL_ComboBox.cpp 133 fa.sValue = pEdit->GetText();
147 fa.sValue = pEdit->GetText();
153 fa.sValue = m_pWidget->GetValue();
202 m_State.sValue = pEdit->GetText();
216 pEdit->SetText(m_State.sValue.c_str());
FFL_IFormFiller.cpp 728 CFX_WideString sValue =
735 pInterForm->ResetFieldAppearance(pWidget->GetFormField(), sValue.c_str(),
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_ComboBox.h 20 CFX_WideString sValue;
FFL_TextField.h 21 CFX_WideString sValue;
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 63 CFX_WideString sValue; // in[out]
147 void SetValue(const CFX_WideString& sValue, FX_BOOL bNotify);
148 void SetDefaultValue(const CFX_WideString& sValue);
156 void ResetAppearance(const FX_WCHAR* sValue, FX_BOOL bValueChanged);
185 void ResetAppearance_ComboBox(const FX_WCHAR* sValue);
187 void ResetAppearance_TextField(const FX_WCHAR* sValue);
294 const FX_WCHAR* sValue,
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 288 CFX_WideString sValue;
289 sValue.Format(L"%d", cTableAd[i].iValue);
290 memcpy(tszValue, (wchar_t*)sValue.GetBuffer(sValue.GetLength() + 1),
291 (sValue.GetLength() + 1) * sizeof(wchar_t));
369 CFX_WideString sValue;
370 sValue.Format(L"%d", cTableAd[i].iValue);
371 memcpy(tszValue, (wchar_t*)sValue.GetBuffer(sValue.GetLength() + 1),
372 sValue.GetLength() * sizeof(wchar_t))
    [all...]
global.cpp 350 CFX_ByteString sValue =
355 pObjElement->sData = sValue;
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 216 param.m_wsFullText = data.sValue;
219 param.m_wsNewText = data.sValue;
225 param.m_wsPrevText = data.sValue;
371 CFX_WideString sValue;
372 pWidgetAcc->GetValue(sValue, XFA_VALUEPICTURE_Display);
373 pFormField->SetValue(sValue, TRUE);
403 CFX_WideString sValue;
404 pWidgetAcc->GetValue(sValue, XFA_VALUEPICTURE_Display);
405 pFormField->SetValue(sValue, TRUE);
618 CFX_WideString sValue;
    [all...]
fsdk_actionhandler.cpp 497 data.sValue);
501 data.sValue);
506 data.bShift, pFormField, data.sValue,
512 data.sValue, data.bRC);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 255 int64_t sValue = Value;
276 bool isFarAway = -maxValue > sValue || sValue > maxValue - 1;
  /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/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...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java     [all...]
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 194 const wchar_t* sValue);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 38 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText);
41 CXML_Element::Parse(sValue.c_str(), sValue.GetLength())) {
    [all...]
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 581 const wchar_t* sValue) {
586 FXJS_WSToJSString(pIsolate, sValue)).FromJust();
  /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...]

Completed in 753 milliseconds

1 2