HomeSort by relevance Sort by last modified time
    Searched refs:listp (Results 1 - 9 of 9) 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) {
114 for (size_t i = 0; i < listp->size(); i++) {
116 getTestCase()->findAllValues((*listp)[i]));
119 LOGE("no value for given pattern %s", ((*listp)[i]).string())
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 286 struct subscr_addr **listp = &s->addr_list; local
290 if (*listp == a) {
293 *listp = NULL;
296 *listp = a->next;
305 struct subscr_addr **listp = &s->addr_list; local
307 while ((a = *listp) != NULL) {
317 struct subscr_addr **listp = &s->addr_list; local
319 if (*listp == NULL) {
320 *listp = a->next = a->prev = a;
322 a->next = *listp;
    [all...]
  /external/dbus/bus/
activation.h 58 char ***listp,
services.h 51 char ***listp,
services.c 335 char ***listp,
366 *listp = retval;
    [all...]
activation.c     [all...]
  /external/elfutils/src/
ldscript.y 61 static struct filename_list *mark_as_needed (struct filename_list *listp);
585 mark_as_needed (struct filename_list *listp)
587 struct filename_list *runp = listp;
593 while (runp != listp);
595 return listp;
ldscript.c 200 static struct filename_list *mark_as_needed (struct filename_list *listp);
    [all...]
  /external/clang/utils/
clang-completion-mode.el 155 (cc-flags (if (listp clang-flags) clang-flags nil))

Completed in 358 milliseconds