HomeSort by relevance Sort by last modified time
    Searched refs:thunk (Results 26 - 50 of 466) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome_elf/
thunk_getter.cc 113 // Create a thunk via the appropriate ServiceResolver instance.
114 sandbox::ServiceResolverThunk* thunk = NULL; local
119 return thunk;
127 thunk = new sandbox::ServiceResolverThunk(current_process, relaxed);
131 thunk = new sandbox::Wow64W8ResolverThunk(current_process, relaxed);
133 thunk = new sandbox::Wow64ResolverThunk(current_process, relaxed);
135 thunk = new sandbox::Win8ResolverThunk(current_process, relaxed);
137 thunk = new sandbox::ServiceResolverThunk(current_process, relaxed);
141 return thunk;
  /external/chromium_org/content/renderer/pepper/
ppb_flash_message_loop_impl.h 12 #include "ppapi/thunk/ppb_flash_message_loop_api.h"
18 public ppapi::thunk::PPB_Flash_MessageLoop_API {
23 virtual ppapi::thunk::PPB_Flash_MessageLoop_API* AsPPB_Flash_MessageLoop_API()
ppb_buffer_impl.h 13 #include "ppapi/thunk/ppb_buffer_api.h"
18 public ppapi::thunk::PPB_Buffer_API {
30 virtual ppapi::thunk::PPB_Buffer_API* AsPPB_Buffer_API() OVERRIDE;
58 explicit BufferAutoMapper(ppapi::thunk::PPB_Buffer_API* api);
66 ppapi::thunk::PPB_Buffer_API* api_;
ppb_widget_impl.cc 12 #include "ppapi/thunk/enter.h"
13 #include "ppapi/thunk/ppb_input_event_api.h"
14 #include "ppapi/thunk/ppb_widget_api.h"
16 using ppapi::thunk::EnterResourceNoLock;
17 using ppapi::thunk::PPB_ImageData_API;
18 using ppapi::thunk::PPB_InputEvent_API;
19 using ppapi::thunk::PPB_Widget_API;
  /external/chromium_org/ppapi/proxy/
flash_menu_resource.h 12 #include "ppapi/thunk/ppb_flash_menu_api.h"
21 public thunk::PPB_Flash_Menu_API {
33 virtual thunk::PPB_Flash_Menu_API* AsPPB_Flash_Menu_API() OVERRIDE;
host_resolver_private_resource.h 12 #include "ppapi/thunk/ppb_host_resolver_private_api.h"
19 public thunk::PPB_HostResolver_Private_API {
26 virtual thunk::PPB_HostResolver_Private_API*
host_resolver_resource.h 12 #include "ppapi/thunk/ppb_host_resolver_api.h"
19 public thunk::PPB_HostResolver_API {
25 virtual thunk::PPB_HostResolver_API* AsPPB_HostResolver_API() OVERRIDE;
27 // thunk::PPB_HostResolver_API implementation.
isolated_file_system_private_resource.h 28 #include "ppapi/thunk/ppb_isolated_file_system_private_api.h"
40 public thunk::PPB_IsolatedFileSystem_Private_API {
47 virtual thunk::PPB_IsolatedFileSystem_Private_API*
network_monitor_resource.h 13 #include "ppapi/thunk/ppb_network_monitor_api.h"
23 public thunk::PPB_NetworkMonitor_API {
30 ppapi::thunk::PPB_NetworkMonitor_API* AsPPB_NetworkMonitor_API() OVERRIDE;
34 // thunk::PPB_NetworkMonitor_API interface
network_proxy_resource.h 10 #include "ppapi/thunk/ppb_network_proxy_api.h"
18 public thunk::PPB_NetworkProxy_API {
25 virtual thunk::PPB_NetworkProxy_API* AsPPB_NetworkProxy_API() OVERRIDE;
video_destination_resource.h 14 #include "ppapi/thunk/ppb_video_destination_private_api.h"
26 public thunk::PPB_VideoDestination_Private_API {
33 virtual thunk::PPB_VideoDestination_Private_API*
video_frame_resource.h 13 #include "ppapi/thunk/ppb_video_frame_api.h"
19 public thunk::PPB_VideoFrame_API {
28 virtual thunk::PPB_VideoFrame_API* AsPPB_VideoFrame_API() OVERRIDE;
udp_socket_resource.cc 8 #include "ppapi/thunk/enter.h"
9 #include "ppapi/thunk/ppb_net_address_api.h"
10 #include "ppapi/thunk/resource_creation_api.h"
17 typedef thunk::EnterResourceNoLock<thunk::PPB_NetAddress_API>
30 thunk::PPB_UDPSocket_API* UDPSocketResource::AsPPB_UDPSocket_API() {
48 thunk::EnterResourceCreationNoLock enter(pp_instance());
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c 93 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk
99 return CMP(thunk, a, b) < 0 ?
100 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
101 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
106 qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp)
108 #define thunk NULL
123 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
134 pl = med3(pl, pl + d, pl + 2 * d, cmp, thunk);
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_memory_shared.cc 10 // The memory interface doesn't have a normal C -> C++ thunk since it doesn't
12 // into base. So we implement the entire interface here, using the thunk
27 namespace thunk { namespace in namespace:ppapi
34 } // namespace thunk
  /external/chromium_org/ppapi/thunk/
ppb_audio_api.h 11 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
35 } // namespace thunk
ppb_audio_buffer_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
15 namespace thunk { namespace in namespace:ppapi
35 } // namespace thunk
ppb_broker_api.h 18 namespace thunk { namespace in namespace:ppapi
41 } // namespace thunk
ppb_file_system_api.h 16 namespace thunk { namespace in namespace:ppapi
32 } // namespace thunk
ppb_flash_drm_api.h 6 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
28 } // namespace thunk
ppb_flash_fullscreen_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
32 } // namespace thunk
ppb_flash_print_thunk.cc 7 #include "ppapi/thunk/enter.h"
8 #include "ppapi/thunk/ppb_flash_functions_api.h"
9 #include "ppapi/thunk/thunk.h"
12 namespace thunk { namespace in namespace:ppapi
33 } // namespace thunk
ppb_gamepad_thunk.cc 12 #include "ppapi/thunk/enter.h"
13 #include "ppapi/thunk/ppapi_thunk_export.h"
14 #include "ppapi/thunk/ppb_gamepad_api.h"
17 namespace thunk { namespace in namespace:ppapi
41 } // namespace thunk
ppb_host_resolver_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
31 } // namespace thunk
ppb_host_resolver_private_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
32 } // namespace thunk

Completed in 811 milliseconds

12 3 4 5 6 7 8 91011>>