HomeSort by relevance Sort by last modified time
    Searched defs:thunk (Results 76 - 100 of 181) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/ppapi/thunk/
ppb_udp_socket_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
39 } // namespace thunk
ppb_udp_socket_private_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
38 } // namespace thunk
ppb_uma_singleton_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
44 } // namespace thunk
ppb_url_loader_api.h 18 namespace thunk { namespace in namespace:ppapi
54 } // namespace thunk
ppb_url_loader_trusted_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppapi_thunk_export.h"
12 #include "ppapi/thunk/ppb_url_loader_api.h"
15 namespace thunk { namespace in namespace:ppapi
48 } // namespace thunk
ppb_url_request_info_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
15 namespace thunk { namespace in namespace:ppapi
33 } // namespace thunk
ppb_url_response_info_api.h 12 namespace thunk { namespace in namespace:ppapi
22 } // namespace thunk
ppb_url_response_info_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppapi_thunk_export.h"
12 #include "ppapi/thunk/ppb_url_response_info_api.h"
15 namespace thunk { namespace in namespace:ppapi
55 } // namespace thunk
ppb_video_capture_api.h 20 namespace thunk { namespace in namespace:ppapi
44 } // namespace thunk
ppb_video_decoder_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
37 } // namespace thunk
ppb_video_decoder_dev_api.h 15 namespace thunk { namespace in namespace:ppapi
31 } // namespace thunk
ppb_video_destination_private_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
29 } // namespace thunk
ppb_video_frame_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
15 namespace thunk { namespace in namespace:ppapi
33 } // namespace thunk
ppb_video_source_private_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
30 } // namespace thunk
ppb_view_api.h 8 #include "ppapi/thunk/ppapi_thunk_export.h"
14 namespace thunk { namespace in namespace:ppapi
33 } // namespace thunk
ppb_view_dev_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppapi_thunk_export.h"
12 #include "ppapi/thunk/ppb_view_api.h"
15 namespace thunk { namespace in namespace:ppapi
46 } // namespace thunk
ppb_websocket_api.h 11 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
81 } // namespace thunk
ppb_widget_api.h 11 namespace thunk { namespace in namespace:ppapi
24 } // namespace thunk
ppb_x509_certificate_private_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
22 } // namespace thunk
ppb_zoom_dev_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppapi_thunk_export.h"
14 namespace thunk { namespace in namespace:ppapi
49 } // namespace thunk
resource_creation_api.h 40 namespace thunk { namespace in namespace:ppapi
199 } // namespace thunk
ppb_broker_api.h 18 namespace thunk { namespace in namespace:ppapi
41 } // namespace thunk
ppb_buffer_thunk.cc 6 #include "ppapi/thunk/thunk.h"
7 #include "ppapi/thunk/enter.h"
8 #include "ppapi/thunk/ppb_buffer_api.h"
9 #include "ppapi/thunk/resource_creation_api.h"
12 namespace thunk { namespace in namespace:ppapi
64 } // namespace thunk
  /frameworks/base/tools/aapt/
qsort_r_compat.c 32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
34 qsort_r(base, nel, width, thunk, compar);
40 * GNU qsort_r parameter order places the thunk parameter last.
44 void* thunk; member in struct:compar_data
50 return compar_data->compar(compar_data->thunk, a, b);
53 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
56 compar_data.thunk = thunk;
64 * Emulate qsort_r using thread local storage to access the thunk data.
72 void* thunk; member in struct:compar_data
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppapi_globals.h 34 namespace thunk { namespace in namespace:ppapi
96 virtual thunk::PPB_Instance_API* GetInstanceAPI(PP_Instance instance) = 0;
97 virtual thunk::ResourceCreationAPI* GetResourceCreationAPI(

Completed in 273 milliseconds

1 2 34 5 6 7 8