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

  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 225 TaskCase::Value* valuep = local
227 if (!getTestCase()->registerValue(mOutput[i].getParamString(), *valuep)) {
228 if (!getTestCase()->updateValue(mOutput[i].getParamString(), *valuep)) {
  /toolchain/binutils/binutils-2.27/opcodes/
mt-asm.c 70 signed long * valuep = (signed long *) arg;
82 *valuep = value;
95 signed long * valuep = (signed long *) arg;
112 *valuep = value;
161 *valuep = value;
178 errmsg = cgen_parse_signed_integer (cd, strp, opindex, valuep);
184 if (*valuep & 0x8000)
185 value = 0xffff0000 | *valuep;
187 value = *valuep;
192 because cgen will have sign extended *valuep. *
69 signed long * valuep = (signed long *) arg; local
94 signed long * valuep = (signed long *) arg; local
    [all...]
  /external/selinux/libsepol/src/
link.c 1968 unsigned int valuep; member in struct:find_perm_arg
    [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...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 1402 milliseconds