HomeSort by relevance Sort by last modified time
    Searched defs:strval (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/x509v3/
v3_enum.c 91 long strval; local
92 strval = ASN1_ENUMERATED_get(e);
94 if(strval == enam->bitnum) return BUF_strdup(enam->lname);
  /external/oprofile/libutil++/tests/
cached_value_tests.cpp 37 cached_value<string> strval; local
54 if (strval.reset("foo") != "foo" || strval.get() != "foo") {
59 if (strval.reset("") != "" || strval.get() != "") {
  /external/webkit/Source/WebCore/xml/
XSLTExtensions.cpp 53 xmlChar *strval; local
67 strval = xmlXPathPopString(ctxt);
68 retNode = xmlNewDocText(NULL, strval);
76 if (strval != NULL)
77 xmlFree(strval);
  /external/qemu/audio/
audio.c 393 char *strval; local
395 strval = getenv (key);
396 if (strval) {
398 val = atoi (strval);
    [all...]
  /external/qemu/telephony/
android_modem.c 409 char strval[MAX_KEY_NAME + 1]; local
413 snprintf(strval, MAX_KEY_NAME, "%d", value);
414 D("Setting value of %s to %d (%s)",nvname, value, strval);
415 newvalue = strdup(strval);
    [all...]
  /device/ti/panda/audio/
audio_hw.c 253 char *strval; member in struct:route_setting
261 .strval = MIXER_0DB_HIGH_PASS,
265 .strval = MIXER_0DB_HIGH_PASS,
269 .strval = MIXER_FLAT_RESPONSE,
339 .strval = MIXER_PLAYBACK_HF_DAC,
343 .strval = MIXER_PLAYBACK_HF_DAC,
353 .strval = MIXER_PLAYBACK_HS_DAC,
357 .strval = MIXER_PLAYBACK_HS_DAC,
396 .strval = MIXER_BT_LEFT,
400 .strval = MIXER_BT_LEFT
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 357 char *strval; member in struct:route_setting
365 .strval = MIXER_450HZ_HIGH_PASS,
369 .strval = MIXER_450HZ_HIGH_PASS,
443 .strval = MIXER_PLAYBACK_HF_DAC,
447 .strval = MIXER_PLAYBACK_HF_DAC,
457 .strval = MIXER_PLAYBACK_HS_DAC,
461 .strval = MIXER_PLAYBACK_HS_DAC,
472 .strval = MIXER_BT_LEFT,
476 .strval = MIXER_BT_LEFT,
486 .strval = MIXER_AMIC0
    [all...]
  /external/libxml2/
xpath.c 4469 xmlChar * strval; local
5806 xmlChar *strval; local
    [all...]

Completed in 3789 milliseconds