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

  /external/libdrm/etnaviv/
etnaviv_gpu.c 34 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) function
65 gpu->specs.model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL);
66 gpu->specs.revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION);
67 gpu->specs.features[0] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_0);
68 gpu->specs.features[1] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_1);
69 gpu->specs.features[2] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_2);
70 gpu->specs.features[3] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_3);
71 gpu->specs.features[4] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_4);
72 gpu->specs.features[5] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_5);
73 gpu->specs.features[6] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_6)
    [all...]
  /external/ltp/testcases/kernel/containers/share/
ns_common.h 42 struct param *get_param(const char *name) function
  /external/libdrm/freedreno/msm/
msm_pipe.c 108 .get_param = msm_pipe_get_param,
113 static uint64_t get_param(struct fd_pipe *pipe, uint32_t param) function
143 /* initialize before get_param(): */
148 msm_pipe->gpu_id = get_param(pipe, MSM_PARAM_GPU_ID);
149 msm_pipe->gmem = get_param(pipe, MSM_PARAM_GMEM_SIZE);
150 msm_pipe->chip_id = get_param(pipe, MSM_PARAM_CHIP_ID);
  /external/libxcam/modules/soft/
soft_handler.h 43 inline const SmartPtr<ImageHandler::Parameters> &get_param () const { function in struct:XCam::SoftArgs
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 87 int (*get_param)( struct pipe_screen *, enum pipe_cap param ); member in struct:pipe_screen
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
message.py 83 # try to convert the value to a unicode. Message.get_param() and
522 described in the get_param() method.
537 def get_param(self, param, failobj=None, header='content-type',
555 param = msg.get_param('foo')
598 if not self.get_param(param, header=header):
684 filename = self.get_param('filename', missing, 'content-disposition')
686 filename = self.get_param('name', missing, 'content-type')
698 boundary = self.get_param('boundary', missing)
757 charset = self.get_param('charset', missing)
535 def get_param(self, param, failobj=None, header='content-type', member in class:Message
  /external/libdrm/freedreno/
freedreno_priv.h 118 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value); member in struct:fd_pipe_funcs
  /external/mesa3d/src/gallium/winsys/intel/drm/
intel_drm_winsys.c 71 get_param(struct intel_winsys *winsys, int param, int *value) function
139 get_param(winsys, I915_PARAM_HAS_RELAXED_DELTA, &val);
153 get_param(winsys, I915_PARAM_HAS_LLC, &val);
160 get_param(winsys, I915_PARAM_HAS_ALIASING_PPGTT, &val);
166 get_param(winsys, I915_PARAM_HAS_GEN7_SOL_RESET, &val);
  /external/python/cpython2/Lib/email/
message.py 83 # try to convert the value to a unicode. Message.get_param() and
522 described in the get_param() method.
537 def get_param(self, param, failobj=None, header='content-type',
555 param = msg.get_param('foo')
598 if not self.get_param(param, header=header):
684 filename = self.get_param('filename', missing, 'content-disposition')
686 filename = self.get_param('name', missing, 'content-type')
698 boundary = self.get_param('boundary', missing)
757 charset = self.get_param('charset', missing)
535 def get_param(self, param, failobj=None, header='content-type', member in class:Message
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 83 # try to convert the value to a unicode. Message.get_param() and
522 described in the get_param() method.
537 def get_param(self, param, failobj=None, header='content-type',
555 param = msg.get_param('foo')
598 if not self.get_param(param, header=header):
684 filename = self.get_param('filename', missing, 'content-disposition')
686 filename = self.get_param('name', missing, 'content-type')
698 boundary = self.get_param('boundary', missing)
757 charset = self.get_param('charset', missing)
535 def get_param(self, param, failobj=None, header='content-type', member in class:Message
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 83 # try to convert the value to a unicode. Message.get_param() and
522 described in the get_param() method.
537 def get_param(self, param, failobj=None, header='content-type',
555 param = msg.get_param('foo')
598 if not self.get_param(param, header=header):
684 filename = self.get_param('filename', missing, 'content-disposition')
686 filename = self.get_param('name', missing, 'content-type')
698 boundary = self.get_param('boundary', missing)
757 charset = self.get_param('charset', missing)
535 def get_param(self, param, failobj=None, header='content-type', member in class:Message
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 83 # try to convert the value to a unicode. Message.get_param() and
522 described in the get_param() method.
537 def get_param(self, param, failobj=None, header='content-type',
555 param = msg.get_param('foo')
598 if not self.get_param(param, header=header):
684 filename = self.get_param('filename', missing, 'content-disposition')
686 filename = self.get_param('name', missing, 'content-type')
698 boundary = self.get_param('boundary', missing)
757 charset = self.get_param('charset', missing)
535 def get_param(self, param, failobj=None, header='content-type', member in class:Message
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 83 # try to convert the value to a unicode. Message.get_param() and
522 described in the get_param() method.
537 def get_param(self, param, failobj=None, header='content-type',
555 param = msg.get_param('foo')
598 if not self.get_param(param, header=header):
684 filename = self.get_param('filename', missing, 'content-disposition')
686 filename = self.get_param('name', missing, 'content-type')
698 boundary = self.get_param('boundary', missing)
757 charset = self.get_param('charset', missing)
535 def get_param(self, param, failobj=None, header='content-type', member in class:Message
  /external/python/cpython3/Lib/email/
message.py 96 # try to convert the value to a unicode. Message.get_param() and
269 payload = bpayload.decode(self.get_param('charset', 'ascii'), 'replace')
654 described in the get_param() method.
669 def get_param(self, param, failobj=None, header='content-type',
689 rawparam = msg.get_param('foo')
728 if not self.get_param(param, header=header):
817 filename = self.get_param('filename', missing, 'content-disposition')
819 filename = self.get_param('name', missing, 'content-type')
667 def get_param(self, param, failobj=None, header='content-type', member in class:Message
    [all...]
  /external/wpa_supplicant_8/src/ap/
dpp_hostapd.c 88 static char * get_param(const char *cmd, const char *param) function
134 chan = get_param(cmd, " chan=");
135 mac = get_param(cmd, " mac=");
136 info = get_param(cmd, " info=");
137 curve = get_param(cmd, " curve=");
138 key = get_param(cmd, " key=");
    [all...]
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 165 * Value to st_manager->get_param function.
452 int (*get_param)(struct st_manager *smapi, member in struct:st_manager
  /external/wpa_supplicant_8/wpa_supplicant/
dpp_supplicant.c 108 static char * get_param(const char *cmd, const char *param) function
154 chan = get_param(cmd, " chan=");
155 mac = get_param(cmd, " mac=");
156 info = get_param(cmd, " info=");
157 curve = get_param(cmd, " curve=");
158 key = get_param(cmd, " key=");
    [all...]

Completed in 1233 milliseconds