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

  /cts/suite/audio_quality/lib/src/task/
TaskSave.cpp 55 std::vector<android::String8>* listp = list.get(); local
56 if (listp == NULL) {
77 for (size_t i = 0; i < listp->size(); i++) {
79 getTestCase()->findAllBuffers((*listp)[i]));
82 LOGE("no buffer for given pattern %s", ((*listp)[i]).string());
108 std::vector<android::String8>* listp = list.get(); local
109 if (listp == NULL) {
115 for (size_t i = 0; i < listp->size(); i++) {
117 getTestCase()->findAllValues((*listp)[i]));
120 LOGE("no value for given pattern %s", ((*listp)[i]).string())
    [all...]
  /external/pcre/dist2/src/
pcre2_substring.c 379 PCRE2_UCHAR **listp; local
400 *listptr = listp = (PCRE2_UCHAR **)((char *)memp + sizeof(pcre2_memctl));
401 lensp = (PCRE2_SIZE *)((char *)listp + sizeof(PCRE2_UCHAR *) * (count + 1));
418 *listp++ = sp;
424 *listp = NULL;
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 198 int *listp; /* pointer to sibling info in shared memory */ local
209 for (j = 0, listp = pinfo->list; j < BVAL; j++, listp++)
210 fprintf(errfp, " %d", *listp);
389 int *listp; /* ptr to sibling info for current proc */ local
407 listp = smp->list + 1;
410 for (sibslot = *smp->list * BVAL + 1; listp < smp->list + BVAL;
413 *(listp++) = sibslot;
431 int *listp = (shmaddr + slot)->list; local
443 for (i = 1, listp++; i < BVAL; i++, listp++)
    [all...]
  /external/python/cpython2/Modules/
_bsddb.c 7957 DB_REPMGR_SITE *listp; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 217 milliseconds