HomeSort by relevance Sort by last modified time
    Searched refs:id_list (Results 1 - 24 of 24) sorted by null

  /external/elfutils/src/
versionhash.h 22 #define TYPE struct id_list *
versionhash.c 28 #define TYPE struct id_list *
ldscript.y 52 static struct id_list *new_id_listelem (const char *str);
54 static struct version *new_version (struct id_list *local,
55 struct id_list *global);
75 struct id_list *id_list;
128 %type <id_list> filename_id_star_list
431 struct id_list *newp = new_id_listelem ($2);
626 static struct id_list *
629 struct id_list *newp;
631 newp = (struct id_list *) obstack_alloc (&ld_state.smem, sizeof (*newp))
    [all...]
ld.h 613 struct id_list struct
630 struct id_list *next;
638 struct id_list *local_names;
639 struct id_list *global_names;
    [all...]
ldgeneric.c     [all...]
  /external/autotest/frontend/migrations/
042_unique_index_on_hqe_job_and_host.py 48 id_list = ids_string.split(',')
52 ids_to_null.extend(id_list[1:])
  /toolchain/binutils/binutils-2.25/gprof/
sym_ids.c 51 static struct sym_id *id_list;
103 id->next = id_list;
104 id_list = id;
284 for (id = id_list; id; id = id->next)
290 for (id = id_list; id; id = id->next)
321 for (id = id_list; id; id = id->next)
332 for (id = id_list; id; id = id->next)
50 static struct sym_id *id_list; variable in typeref:struct:sym_id
  /external/autotest/scheduler/
query_managers.py 235 def _get_sql_id_list(self, id_list):
236 return ','.join(str(item_id) for item_id in id_list)
239 def _get_many2many_dict(self, query, id_list, flip=False):
240 if not id_list:
242 query %= self._get_sql_id_list(id_list)
monitor_db_unittest.py 80 def _set_host_and_qe_ids(agent_or_task, id_list=None):
81 if id_list is None:
82 id_list = []
83 agent_or_task.host_ids = agent_or_task.queue_entry_ids = id_list
85 for host_id in id_list)
    [all...]
  /external/dnsmasq/src/
rfc2131.c 128 struct dhcp_netid_list *id_list; local
416 for (id_list = daemon->dhcp_ignore; id_list; id_list = id_list->next)
417 if (match_netid(id_list->list, netid, 0))
463 for (id_list = daemon->bootp_dynamic; id_list; id_list = id_list->next
1554 struct dhcp_netid_list *id_list; local
    [all...]
  /external/autotest/frontend/tko/
rpc_interface.py 429 def delete_saved_queries(id_list):
431 query = models.SavedQuery.objects.filter(id__in=id_list, owner=user)
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 532 unsigned int *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 798 * @id_list: list of GPU buffer ids of the buffers to sync
799 * @count: number of GPU buffer ids in id_list
807 unsigned int *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_kgsl.h 587 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_kgsl.h 899 * @id_list: list of GPU buffer ids of the buffers to sync
900 * @count: number of GPU buffer ids in id_list
908 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_kgsl.h 586 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_kgsl.h 898 * @id_list: list of GPU buffer ids of the buffers to sync
899 * @count: number of GPU buffer ids in id_list
907 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_kgsl.h 564 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_kgsl.h 837 * @id_list: list of GPU buffer ids of the buffers to sync
838 * @count: number of GPU buffer ids in id_list
846 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
  /toolchain/binutils/binutils-2.25/binutils/
debug.c 64 struct debug_class_id *id_list; member in struct:debug_handle
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_kgsl.h 635 unsigned int __user * id_list; member in struct:kgsl_gpumem_sync_cache_bulk
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_kgsl.h 974 * @id_list: list of GPU buffer ids of the buffers to sync
975 * @count: number of GPU buffer ids in id_list
983 unsigned int __user *id_list; member in struct:kgsl_gpumem_sync_cache_bulk
    [all...]
  /external/autotest/frontend/afe/
models.py     [all...]
model_logic.py 405 @param id_list list of IDs of self.model objects to include
418 WHERE %(from_field)s IN (%(id_list)s)
422 id_list=','.join(str(id_) for id_
    [all...]

Completed in 1839 milliseconds