Searched refs:temp_fp (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ppapi/generators/test_gen_pnacl/ |
D | test_interfaces.idl | 109 * int32_t (*temp_fp)(struct some_struct* a) = 111 * return temp_fp(&a); 117 * void (*temp_fp)(struct some_struct* _struct_result, int32_t a) = 120 * temp_fp(&_struct_result, a); 127 * void (*temp_fp)(struct some_struct* _struct_result, int32_t a) = 130 * temp_fp(&_struct_result, a); 137 * int32_t (*temp_fp)(const struct some_struct a[]) = 139 * return temp_fp(a);
|
/external/chromium_org/ppapi/generators/ |
D | idl_gen_pnacl.py | 177 temp_fp = self.cgen.Compose(ret2, name, array, cspec2, 187 result.append(' %s =\n ((%s)iface->%s);\n' % (temp_fp,
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 1601 void (*temp_fp)(PP_Instance instance, struct PP_Var* message) = in Pnacl_M14_PPP_Messaging_HandleMessage() local 1603 temp_fp(instance, &message); in Pnacl_M14_PPP_Messaging_HandleMessage() 2360 void (*temp_fp)(struct PP_Var* _struct_result, PP_Instance instance, PP_Bool html) = in Pnacl_M13_PPP_Selection_Dev_GetSelectedText() local 2363 temp_fp(&_struct_result, instance, html); in Pnacl_M13_PPP_Selection_Dev_GetSelectedText() 3800 void (*temp_fp)(PP_Instance instance, struct PP_Var* key_system) = in Pnacl_M33_PPP_ContentDecryptor_Private_Initialize() local 3802 temp_fp(instance, &key_system); in Pnacl_M33_PPP_ContentDecryptor_Private_Initialize() 3807 …void (*temp_fp)(PP_Instance instance, uint32_t session_id, struct PP_Var* type, struct PP_Var* ini… in Pnacl_M33_PPP_ContentDecryptor_Private_CreateSession() local 3809 temp_fp(instance, session_id, &type, &init_data); in Pnacl_M33_PPP_ContentDecryptor_Private_CreateSession() 3814 void (*temp_fp)(PP_Instance instance, uint32_t session_id, struct PP_Var* response) = in Pnacl_M33_PPP_ContentDecryptor_Private_UpdateSession() local 3816 temp_fp(instance, session_id, &response); in Pnacl_M33_PPP_ContentDecryptor_Private_UpdateSession() [all …]
|