Searched refs:dest_type (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsigslot.h1741 template<class dest_type, class mt_policy>
1751 _connection0(dest_type* pobject, void (dest_type::*pmemfun)()) argument
1763 return new _connection0<dest_type, mt_policy>(*this);
1768 return new _connection0<dest_type, mt_policy>((dest_type *)pnewdest, m_pmemfun);
1782 dest_type* m_pobject;
1783 void (dest_type::* m_pmemfun)();
1786 template<class dest_type, class arg1_type, class mt_policy>
1796 _connection1(dest_type* pobjec argument
1841 _connection2(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type)) argument
1887 _connection3(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type)) argument
1935 _connection4(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type)) argument
1985 _connection5(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type)) argument
2039 _connection6(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type)) argument
2093 _connection7(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type, arg7_type)) argument
2148 _connection8(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type, arg7_type, arg8_type)) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsigslot.h1775 template<class dest_type, class mt_policy>
1785 _connection0(dest_type* pobject, void (dest_type::*pmemfun)()) argument
1797 return new _connection0<dest_type, mt_policy>(*this);
1802 return new _connection0<dest_type, mt_policy>((dest_type *)pnewdest, m_pmemfun);
1816 dest_type* m_pobject;
1817 void (dest_type::* m_pmemfun)();
1820 template<class dest_type, class arg1_type, class mt_policy>
1830 _connection1(dest_type* pobjec argument
1875 _connection2(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type)) argument
1921 _connection3(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type)) argument
1969 _connection4(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type)) argument
2019 _connection5(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type)) argument
2073 _connection6(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type)) argument
2127 _connection7(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type, arg7_type)) argument
2182 _connection8(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type, arg7_type, arg8_type)) argument
[all...]
/external/libnfc-nci/src/nfc/include/
H A Dnci_hmsgs.h50 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs);
H A Dnfc_api.h306 UINT8 dest_type; /* the destination type */ member in struct:__anon20208
1031 ** Parameters dest_type - the destination type
1039 NFC_API extern tNFC_STATUS NFC_ConnCreate(UINT8 dest_type,
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c959 ** Parameters dest_type - the destination type
967 tNFC_STATUS NFC_ConnCreate (UINT8 dest_type, argument
982 if (dest_type == NCI_DEST_TYPE_NFCEE)
991 else if (dest_type == NCI_DEST_TYPE_REMOTE)
999 else if (dest_type == NCI_DEST_TYPE_NFCC)
1006 status = nci_snd_core_conn_create (dest_type, num_tlv, tlv_size, param_tlvs);
H A Dnfc_ncif.c1190 void nfc_ncif_proc_conn_create_rsp (UINT8 *p, UINT16 plen, UINT8 dest_type) argument
1208 evt_data.conn_create.dest_type = dest_type;
/external/chromium_org/webkit/browser/fileapi/
H A Dcopy_or_move_file_validator_unittest.cc42 FileSystemType dest_type)
45 dest_type_(dest_type) {}
39 CopyOrMoveFileValidatorTestHelper( const GURL& origin, FileSystemType src_type, FileSystemType dest_type) argument
H A Dobfuscated_file_util.h224 FileSystemType dest_type,
H A Dcopy_or_move_operation_delegate_unittest.cc103 FileSystemType dest_type)
106 dest_type_(dest_type) {}
100 CopyOrMoveOperationTestHelper( const GURL& origin, FileSystemType src_type, FileSystemType dest_type) argument
H A Dobfuscated_file_util.cc1072 FileSystemType dest_type,
1077 dest_origin, dest_type, true);
1081 dest_origin, dest_type, false, &error);
1086 error = GenerateNewLocalPath(db, context, dest_origin, dest_type,
1105 InvalidateUsageCache(context, dest_origin, dest_type);
1068 CreateFile( FileSystemOperationContext* context, const base::FilePath& src_file_path, const GURL& dest_origin, FileSystemType dest_type, FileInfo* dest_file_info, int file_flags, PlatformFile* handle) argument
/external/chromium_org/gpu/GLES2/
H A Dgl2extchromium.h365 GLint internalformat, GLenum dest_type);
369 GLint internalformat, GLenum dest_type);
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h244 NFC_API extern void nfc_ncif_proc_conn_create_rsp (UINT8 *p, UINT16 plen, UINT8 dest_type);
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c193 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) argument
211 UINT8_TO_STREAM (pp, dest_type);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1648 GLint internalformat, GLenum dest_type) {
1650 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glCopyTextureCHROMIUM(" << GLES2Util::GetStringEnum(target) << ", " << GLES2Util::GetStringEnum(source_id) << ", " << GLES2Util::GetStringEnum(dest_id) << ", " << level << ", " << internalformat << ", " << GLES2Util::GetStringPixelType(dest_type) << ")"); // NOLINT
1652 target, source_id, dest_id, level, internalformat, dest_type);
1646 CopyTextureCHROMIUM( GLenum target, GLenum source_id, GLenum dest_id, GLint level, GLint internalformat, GLenum dest_type) argument
H A Dgles2_c_lib_autogen.h685 GLint internalformat, GLenum dest_type) {
687 target, source_id, dest_id, level, internalformat, dest_type);
683 GLES2CopyTextureCHROMIUM( GLenum target, GLenum source_id, GLenum dest_id, GLint level, GLint internalformat, GLenum dest_type) argument
H A Dgles2_trace_implementation_impl_autogen.h1111 GLint internalformat, GLenum dest_type) {
1114 target, source_id, dest_id, level, internalformat, dest_type);
1109 CopyTextureCHROMIUM( GLenum target, GLenum source_id, GLenum dest_id, GLint level, GLint internalformat, GLenum dest_type) argument
H A Dgles2_implementation_autogen.h502 GLint internalformat, GLenum dest_type) OVERRIDE;
H A Dgles2_interface_autogen.h292 GLint internalformat, GLenum dest_type) = 0;
H A Dgles2_interface_stub_autogen.h321 GLint internalformat, GLenum dest_type) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h321 GLint internalformat, GLenum dest_type) OVERRIDE;
H A Dgles2_cmd_helper_autogen.h1879 GLint internalformat, GLenum dest_type) {
1883 c->Init(target, source_id, dest_id, level, internalformat, dest_type);
1877 CopyTextureCHROMIUM( GLenum target, GLenum source_id, GLenum dest_id, GLint level, GLint internalformat, GLenum dest_type) argument
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h566 WGC3Denum dest_type);
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h497 WGC3Denum dest_type);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_autogen.h3090 GLenum dest_type = static_cast<GLenum>(c.dest_type); local
3096 if (!validators_->pixel_type.IsValid(dest_type)) {
3097 LOCAL_SET_GL_ERROR_INVALID_ENUM("glCopyTextureCHROMIUM", dest_type,
3098 "dest_type");
3102 target, source_id, dest_id, level, internalformat, dest_type);
H A Dgles2_cmd_decoder.cc891 GLenum dest_type);
9673 GLenum internal_format, GLenum dest_type) {
9768 dest_type_previous != dest_type) {
9774 0, internal_format, dest_type, NULL);
9783 source_height, 1, 0, internal_format, dest_type, true);
9671 DoCopyTextureCHROMIUM( GLenum target, GLuint source_id, GLuint dest_id, GLint level, GLenum internal_format, GLenum dest_type) argument

Completed in 453 milliseconds

12