Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 2420) sorted by relevance

12345678910>>...97

/external/angle/src/compiler/translator/
DShaderLang.cpp45 TCompiler *GetCompilerFromHandle(ShHandle handle) in GetCompilerFromHandle()
57 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables()
69 TranslatorHLSL *GetTranslatorHLSLFromHandle(ShHandle handle) in GetTranslatorHLSLFromHandle()
294 void Destruct(ShHandle handle) in Destruct()
305 const std::string &GetBuiltInResourcesString(const ShHandle handle) in GetBuiltInResourcesString()
319 bool Compile(const ShHandle handle, in Compile()
330 void ClearResults(const ShHandle handle) in ClearResults()
337 int GetShaderVersion(const ShHandle handle) in GetShaderVersion()
344 ShShaderOutput GetShaderOutputType(const ShHandle handle) in GetShaderOutputType()
354 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog()
[all …]
/external/selinux/libsemanage/src/
Dhandle.h122 dbase_config_t * semanage_user_base_dbase_local(semanage_handle_t * handle) in semanage_user_base_dbase_local()
128 dbase_config_t * semanage_user_extra_dbase_local(semanage_handle_t * handle) in semanage_user_extra_dbase_local()
134 dbase_config_t * semanage_user_dbase_local(semanage_handle_t * handle) in semanage_user_dbase_local()
140 dbase_config_t * semanage_port_dbase_local(semanage_handle_t * handle) in semanage_port_dbase_local()
146 dbase_config_t * semanage_ibpkey_dbase_local(semanage_handle_t * handle) in semanage_ibpkey_dbase_local()
152 dbase_config_t * semanage_ibendport_dbase_local(semanage_handle_t * handle) in semanage_ibendport_dbase_local()
158 dbase_config_t * semanage_iface_dbase_local(semanage_handle_t * handle) in semanage_iface_dbase_local()
164 dbase_config_t * semanage_bool_dbase_local(semanage_handle_t * handle) in semanage_bool_dbase_local()
170 dbase_config_t * semanage_fcontext_dbase_local(semanage_handle_t * handle) in semanage_fcontext_dbase_local()
176 dbase_config_t * semanage_seuser_dbase_local(semanage_handle_t * handle) in semanage_seuser_dbase_local()
[all …]
Ddatabase.c9 static int assert_init(semanage_handle_t * handle, dbase_config_t * dconfig) in assert_init()
24 static int enter_ro(semanage_handle_t * handle, dbase_config_t * dconfig) in enter_ro()
49 static inline int exit_ro(semanage_handle_t * handle) in exit_ro()
61 static int enter_rw(semanage_handle_t * handle, dbase_config_t * dconfig) in enter_rw()
82 int dbase_modify(semanage_handle_t * handle, in dbase_modify()
96 int dbase_set(semanage_handle_t * handle, in dbase_set()
110 int dbase_del(semanage_handle_t * handle, in dbase_del()
123 int dbase_query(semanage_handle_t * handle, in dbase_query()
139 int dbase_exists(semanage_handle_t * handle, in dbase_exists()
155 int dbase_count(semanage_handle_t * handle, in dbase_count()
[all …]
Ddatabase_llist.c16 int dbase_llist_needs_resync(semanage_handle_t * handle, dbase_llist_t * dbase) in dbase_llist_needs_resync()
37 int dbase_llist_cache_prepend(semanage_handle_t * handle, in dbase_llist_cache_prepend()
88 int dbase_llist_set_serial(semanage_handle_t * handle, dbase_llist_t * dbase) in dbase_llist_set_serial()
102 static int dbase_llist_cache_locate(semanage_handle_t * handle, in dbase_llist_cache_locate()
128 int dbase_llist_exists(semanage_handle_t * handle, in dbase_llist_exists()
148 int dbase_llist_add(semanage_handle_t * handle, in dbase_llist_add()
165 int dbase_llist_set(semanage_handle_t * handle, in dbase_llist_set()
193 int dbase_llist_modify(semanage_handle_t * handle, in dbase_llist_modify()
221 hidden int dbase_llist_count(semanage_handle_t * handle __attribute__ ((unused)), in dbase_llist_count()
229 int dbase_llist_query(semanage_handle_t * handle, in dbase_llist_query()
[all …]
Dfcontexts_local.c18 int semanage_fcontext_modify_local(semanage_handle_t * handle, in semanage_fcontext_modify_local()
27 int semanage_fcontext_del_local(semanage_handle_t * handle, in semanage_fcontext_del_local()
35 int semanage_fcontext_query_local(semanage_handle_t * handle, in semanage_fcontext_query_local()
44 int semanage_fcontext_exists_local(semanage_handle_t * handle, in semanage_fcontext_exists_local()
53 int semanage_fcontext_count_local(semanage_handle_t * handle, in semanage_fcontext_count_local()
61 int semanage_fcontext_iterate_local(semanage_handle_t * handle, in semanage_fcontext_iterate_local()
83 semanage_handle_t *handle; member
94 semanage_handle_t *handle = arg->handle; in validate_handler() local
121 int hidden semanage_fcontext_validate_local(semanage_handle_t * handle, in semanage_fcontext_validate_local()
Dnodes_local.c13 int semanage_node_modify_local(semanage_handle_t * handle, in semanage_node_modify_local()
22 int semanage_node_del_local(semanage_handle_t * handle, in semanage_node_del_local()
30 int semanage_node_query_local(semanage_handle_t * handle, in semanage_node_query_local()
39 int semanage_node_exists_local(semanage_handle_t * handle, in semanage_node_exists_local()
47 int semanage_node_count_local(semanage_handle_t * handle, in semanage_node_count_local()
55 int semanage_node_iterate_local(semanage_handle_t * handle, in semanage_node_iterate_local()
64 int semanage_node_list_local(semanage_handle_t * handle, in semanage_node_list_local()
Dinterfaces_local.c13 int semanage_iface_modify_local(semanage_handle_t * handle, in semanage_iface_modify_local()
22 int semanage_iface_del_local(semanage_handle_t * handle, in semanage_iface_del_local()
30 int semanage_iface_query_local(semanage_handle_t * handle, in semanage_iface_query_local()
39 int semanage_iface_exists_local(semanage_handle_t * handle, in semanage_iface_exists_local()
47 int semanage_iface_count_local(semanage_handle_t * handle, in semanage_iface_count_local()
55 int semanage_iface_iterate_local(semanage_handle_t * handle, in semanage_iface_iterate_local()
65 int semanage_iface_list_local(semanage_handle_t * handle, in semanage_iface_list_local()
Dbooleans_local.c13 int semanage_bool_modify_local(semanage_handle_t * handle, in semanage_bool_modify_local()
22 int semanage_bool_del_local(semanage_handle_t * handle, in semanage_bool_del_local()
30 int semanage_bool_query_local(semanage_handle_t * handle, in semanage_bool_query_local()
39 int semanage_bool_exists_local(semanage_handle_t * handle, in semanage_bool_exists_local()
47 int semanage_bool_count_local(semanage_handle_t * handle, in semanage_bool_count_local()
55 int semanage_bool_iterate_local(semanage_handle_t * handle, in semanage_bool_iterate_local()
64 int semanage_bool_list_local(semanage_handle_t * handle, in semanage_bool_list_local()
Dusers_local.c18 int semanage_user_modify_local(semanage_handle_t * handle, in semanage_user_modify_local()
27 static int lookup_seuser(semanage_handle_t * handle, const semanage_user_key_t *k) { in lookup_seuser()
59 int semanage_user_del_local(semanage_handle_t * handle, in semanage_user_del_local()
69 int semanage_user_query_local(semanage_handle_t * handle, in semanage_user_query_local()
78 int semanage_user_exists_local(semanage_handle_t * handle, in semanage_user_exists_local()
86 int semanage_user_count_local(semanage_handle_t * handle, in semanage_user_count_local()
94 int semanage_user_iterate_local(semanage_handle_t * handle, in semanage_user_iterate_local()
103 int semanage_user_list_local(semanage_handle_t * handle, in semanage_user_list_local()
Ddatabase_policydb.c54 static int dbase_policydb_set_serial(semanage_handle_t * handle, in dbase_policydb_set_serial()
68 static int dbase_policydb_needs_resync(semanage_handle_t * handle, in dbase_policydb_needs_resync()
89 static int dbase_policydb_cache(semanage_handle_t * handle, in dbase_policydb_cache()
157 static int dbase_policydb_flush(semanage_handle_t * handle in dbase_policydb_flush()
178 int dbase_policydb_init(semanage_handle_t * handle, in dbase_policydb_init()
241 static int dbase_policydb_add(semanage_handle_t * handle, in dbase_policydb_add()
257 static int dbase_policydb_set(semanage_handle_t * handle, in dbase_policydb_set()
273 static int dbase_policydb_modify(semanage_handle_t * handle, in dbase_policydb_modify()
291 static int dbase_policydb_del(semanage_handle_t * handle in dbase_policydb_del()
303 static int dbase_policydb_clear(semanage_handle_t * handle in dbase_policydb_clear()
[all …]
/external/adhd/cras/src/server/
Dcras_hfp_slc.c111 static int hfp_send(struct hfp_slc_handle *handle, const char *buf) in hfp_send()
131 static int hfp_send_ind_event_report(struct hfp_slc_handle *handle, in hfp_send_ind_event_report()
145 static int hfp_send_calling_line_identification(struct hfp_slc_handle *handle, in hfp_send_calling_line_identification()
162 static int answer_call(struct hfp_slc_handle *handle, const char *cmd) in answer_call()
174 static int call_waiting_notify(struct hfp_slc_handle *handle, const char *buf) in call_waiting_notify()
182 static int cli_notification(struct hfp_slc_handle *handle, const char *cmd) in cli_notification()
192 static int dial_number(struct hfp_slc_handle *handle, const char *cmd) in dial_number()
220 static int dtmf_tone(struct hfp_slc_handle *handle, const char *buf) in dtmf_tone()
228 static void select_preferred_codec(struct hfp_slc_handle *handle) in select_preferred_codec()
239 struct hfp_slc_handle *handle = (struct hfp_slc_handle *)arg; in initialize_slc_handle() local
[all …]
Dcras_alsa_helpers.c180 cras_chmap_caps_best(snd_pcm_t *handle, snd_pcm_chmap_query_t **chmaps, in cras_chmap_caps_best()
205 int cras_alsa_pcm_open(snd_pcm_t **handle, const char *dev, in cras_alsa_pcm_open()
225 int cras_alsa_pcm_close(snd_pcm_t *handle) in cras_alsa_pcm_close()
230 int cras_alsa_pcm_start(snd_pcm_t *handle) in cras_alsa_pcm_start()
235 int cras_alsa_pcm_drain(snd_pcm_t *handle) in cras_alsa_pcm_drain()
240 int cras_alsa_resume_appl_ptr(snd_pcm_t *handle, snd_pcm_uframes_t ahead) in cras_alsa_resume_appl_ptr()
281 int cras_alsa_set_channel_map(snd_pcm_t *handle, struct cras_audio_format *fmt) in cras_alsa_set_channel_map()
321 int cras_alsa_get_channel_map(snd_pcm_t *handle, struct cras_audio_format *fmt) in cras_alsa_get_channel_map()
360 int cras_alsa_fill_properties(snd_pcm_t *handle, size_t **rates, in cras_alsa_fill_properties()
433 int cras_alsa_set_hwparams(snd_pcm_t *handle, struct cras_audio_format *format, in cras_alsa_set_hwparams()
[all …]
/external/capstone/bindings/vb6/
DvbCapstone.cpp30 cs_err __stdcall bs_open(cs_arch arch, cs_mode mode, csh *handle){ in bs_open()
35 cs_err __stdcall bs_close(csh *handle){ in bs_close()
40 cs_err __stdcall bs_option(csh handle, cs_opt_type type, size_t value){ in bs_option()
45 cs_err __stdcall bs_errno(csh handle){ in bs_errno()
55 size_t __stdcall bs_disasm(csh handle, const uint8_t *code, size_t code_size, uint64_t address, siz… in bs_disasm()
65 const char* __stdcall bs_reg_name(csh handle, unsigned int reg_id){ in bs_reg_name()
75 cs_insn* __stdcall bs_malloc(csh handle){ in bs_malloc()
81 int __stdcall bs_op_index(csh handle, const cs_insn *insn, unsigned int op_type, unsigned int posit… in bs_op_index()
86 int __stdcall bs_op_count(csh handle, const cs_insn *insn, unsigned int op_type){ in bs_op_count()
91 bool __stdcall bs_reg_write(csh handle, const cs_insn *insn, unsigned int reg_id){ in bs_reg_write()
[all …]
/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.c126 void WebRtc_FreeDelayEstimatorFarend(void* handle) { in WebRtc_FreeDelayEstimatorFarend()
175 int WebRtc_InitDelayEstimatorFarend(void* handle) { in WebRtc_InitDelayEstimatorFarend()
194 void WebRtc_SoftResetDelayEstimatorFarend(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimatorFarend()
200 int WebRtc_AddFarSpectrumFix(void* handle, in WebRtc_AddFarSpectrumFix()
231 int WebRtc_AddFarSpectrumFloat(void* handle, in WebRtc_AddFarSpectrumFloat()
257 void WebRtc_FreeDelayEstimator(void* handle) { in WebRtc_FreeDelayEstimator()
305 int WebRtc_InitDelayEstimator(void* handle) { in WebRtc_InitDelayEstimator()
324 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimator()
330 int WebRtc_set_history_size(void* handle, int history_size) { in WebRtc_set_history_size()
339 int WebRtc_history_size(const void* handle) { in WebRtc_history_size()
[all …]
/external/autotest/client/common_lib/cros/manual/
Dmeet_helper.py15 def restart_chrome(handle, is_meeting, recovery): argument
35 def join_meeting(handle, is_meeting, meet_code): argument
67 def leave_meeting(handle, is_meeting): argument
90 def mute_unmute_camera(handle, is_muted): argument
112 def mute_unmute_mic(handle, is_muted): argument
134 def set_speaker_volume(handle, volume): argument
149 def speaker_volume_test(handle, step, mode, randommode): argument
/external/igt-gpu-tools/tests/
Dprime_mmap.c60 fill_bo(uint32_t handle, size_t size) in fill_bo()
80 uint32_t handle; in test_correct() local
109 uint32_t handle; in test_map_unmap() local
138 uint32_t handle; in test_reprime() local
170 uint32_t handle; in test_forked() local
196 uint32_t handle; in test_correct_cpu_write() local
226 uint32_t handle; in test_forked_cpu_write() local
254 uint32_t handle; in test_refcounting() local
277 uint32_t handle; in test_dup() local
294 static int prime_handle_to_fd_no_assert(uint32_t handle, int flags, int *fd_out) in prime_handle_to_fd_no_assert()
[all …]
Dvc4_label_bo.c39 set_label(int fd, int handle, const char *name, int err) in set_label()
61 int handle = igt_vc4_create_bo(fd, 4096); variable
72 int handle = igt_vc4_create_bo(fd, 4096); variable
86 int handle = igt_vc4_create_bo(fd, 4096); variable
/external/vulkan-validation-layers/layers/
Dcast_utils.h37 static inline Uint CastToUint(HandleType handle) { in CastToUint()
55 static uint64_t CastToUint64(HandleType handle) { in CastToUint64()
69 void CastToHandle(ValueType value, HandleType *handle) { in CastToHandle()
76 HandleType handle; in CastToHandle() local
82 void CastFromHandle(HandleType handle, ValueType *value) { in CastFromHandle()
87 ValueType CastFromHandle(HandleType handle) { in CastFromHandle()
/external/libxml2/
Dxmlmodule.c29 void *handle; member
236 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
248 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
280 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
292 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
326 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
341 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
381 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
400 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
425 void *handle; in xmlModulePlatformOpen() local
[all …]
/external/angle/src/libANGLE/
DResourceManager.h68 ANGLE_INLINE bool isHandleGenerated(IDType handle) const in isHandleGenerated()
86 IDType handle, in checkObjectAllocation()
110 IDType handle, in checkObjectAllocationImpl()
131 ANGLE_INLINE Buffer *checkBufferAllocation(rx::GLImplFactory *factory, BufferID handle) in checkBufferAllocation()
158 ANGLE_INLINE Program *getProgram(ShaderProgramID handle) const in getProgram()
187 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture()
196 TextureID handle, in checkTextureAllocation()
222 Renderbuffer *checkRenderbufferAllocation(rx::GLImplFactory *factory, RenderbufferID handle) in checkRenderbufferAllocation()
242 Sampler *checkSamplerAllocation(rx::GLImplFactory *factory, SamplerID handle) in checkSamplerAllocation()
278 FramebufferID handle, in checkFramebufferAllocation()
[all …]
/external/tensorflow/tensorflow/java/src/main/native/
Deager_operation_jni.cc30 TFE_Op* requireOp(JNIEnv* env, jlong handle) { in requireOp()
39 TFE_TensorHandle* requireTensorHandle(JNIEnv* env, jlong handle) { in requireTensorHandle()
51 jlong handle) { in Java_org_tensorflow_EagerOperation_delete()
57 JNIEnv* env, jclass clazz, jlong handle) { in Java_org_tensorflow_EagerOperation_deleteTensorHandle()
63 JNIEnv* env, jclass clazz, jlong handle) { in Java_org_tensorflow_EagerOperation_resolveTensorHandle()
79 JNIEnv* env, jclass clazz, jlong handle, jstring name) { in Java_org_tensorflow_EagerOperation_outputListLength()
95 JNIEnv* env, jclass clazz, jlong handle, jstring name) { in Java_org_tensorflow_EagerOperation_inputListLength()
111 JNIEnv* env, jclass clazz, jlong handle) { in Java_org_tensorflow_EagerOperation_dataType()
119 JNIEnv* env, jclass clazz, jlong handle) { in Java_org_tensorflow_EagerOperation_numDims()
134 jlong handle, in Java_org_tensorflow_EagerOperation_dim()
/external/tensorflow/tensorflow/python/ops/
Dsession_ops.py45 def __init__(self, handle, dtype, session): argument
88 def handle(self): member in TensorHandle
121 def _get_device_name(handle): argument
127 def _get_reader_key(handle): argument
133 def _get_mover_key(feeder, handle): argument
182 def get_session_tensor(handle, dtype, name=None): argument
223 def delete_session_tensor(handle, name=None): argument
254 def _get_handle_reader(graph, handle, dtype): argument
270 def _get_handle_mover(graph, feeder, handle): argument
291 def _get_handle_deleter(graph, deleter_key, handle): argument
/external/tensorflow/tensorflow/core/ops/
Dlookup_ops.cc33 ShapeHandle handle; in TwoElementVectorInputsAndScalarOutputs() local
46 ShapeHandle handle; in ScalarAndTwoElementVectorInputsAndScalarOutputs() local
78 ShapeHandle handle; in __anon3b8c08180202() local
166 ShapeHandle handle; in __anon3b8c08180302() local
194 ShapeHandle handle; in __anon3b8c08180402() local
210 ShapeHandle handle; in __anon3b8c08180502() local
222 ShapeHandle handle; in __anon3b8c08180602() local
249 ShapeHandle handle; in __anon3b8c08180702() local
269 ShapeHandle handle; in __anon3b8c08180802() local
291 ShapeHandle handle; in __anon3b8c08180902() local
[all …]
/external/libhevc/encoder/
Dosal_semaphore.c97 osal_t *handle = (osal_t *)osal_handle; in osal_sem_create() local
167 sem_handle_t *handle = (sem_handle_t *)sem_handle; in osal_sem_destroy() local
219 sem_handle_t *handle = (sem_handle_t *)sem_handle; in osal_sem_wait() local
258 sem_handle_t *handle = (sem_handle_t *)sem_handle; in osal_sem_post() local
298 sem_handle_t *handle = (sem_handle_t *)sem_handle; in osal_sem_count() local
/external/deqp/framework/delibs/dethread/win32/
DdeSemaphoreWin32.c38 HANDLE handle; in deSemaphore_create() local
53 HANDLE handle = (HANDLE)semaphore; in deSemaphore_destroy() local
59 HANDLE handle = (HANDLE)semaphore; in deSemaphore_increment() local
67 HANDLE handle = (HANDLE)semaphore; in deSemaphore_decrement() local
75 HANDLE handle = (HANDLE)semaphore; in deSemaphore_tryDecrement() local

12345678910>>...97