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

  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 224 TaskCase::Value* valuep = local
226 if (!getTestCase()->registerValue(mOutput[i].getParamString(), *valuep)) {
227 if (!getTestCase()->updateValue(mOutput[i].getParamString(), *valuep)) {
  /external/libsepol/src/
link.c 1958 unsigned int valuep; member in struct:find_perm_arg
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 187 void *valuep; member in struct:_xmlRegAtom
505 value = ret->atoms[i]->valuep;
816 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep != NULL))
817 xmlFree(atom->valuep);
820 if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL))
821 xmlFree(atom->valuep);
1095 fprintf(output, "'%s' ", (char *) atom->valuep);
    [all...]
  /external/libxml2/
xmlregexp.c 190 void *valuep; member in struct:_xmlRegAtom
509 value = ret->atoms[i]->valuep;
820 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep != NULL))
821 xmlFree(atom->valuep);
824 if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL))
825 xmlFree(atom->valuep);
1099 fprintf(output, "'%s' ", (char *) atom->valuep);
    [all...]

Completed in 638 milliseconds