Searched defs:module (Results 101 - 125 of 374) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h70 ModuleRtpRtcpImpl* module; member in struct:webrtc::RTCPSender::FeedbackState
242 int32_t BuildTMMBR(ModuleRtpRtcpImpl* module, uint8_t* rtcpbuffer, int& pos)
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc20 RtpRtcpAPITest() : module(NULL), fake_clock(123456) {
35 module = RtpRtcp::CreateRtpRtcp(configuration);
43 delete module;
49 RtpRtcp* module; member in class:RtpRtcpAPITest
58 EXPECT_EQ(0, module->SetSequenceNumber(test_sequence_number));
59 EXPECT_EQ(test_sequence_number, module->SequenceNumber());
61 EXPECT_EQ(0, module->SetStartTimestamp(test_timestamp));
62 EXPECT_EQ(test_timestamp, module->StartTimestamp());
64 EXPECT_FALSE(module->Sending());
65 EXPECT_EQ(0, module
[all...]
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dprocess_thread_impl.cc11 #include "webrtc/modules/interface/module.h"
25 void ProcessThread::DestroyProcessThread(ProcessThread* module) argument
27 delete module;
88 int32_t ProcessThreadImpl::RegisterModule(Module* module) argument
92 // Only allow module to be registered once.
95 if(module == *iter)
101 _modules.push_front(module);
104 // waiting time. The waiting time for the just registered module may be
110 int32_t ProcessThreadImpl::DeRegisterModule(const Module* module) argument
115 if(module
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dobjfmt.h3 * \brief YASM object format module interface.
39 const struct yasm_objfmt_module *module; member in struct:yasm_objfmt_base
43 /** Object format module interface. */
129 * \param module object format module
134 (const yasm_objfmt_module *module, yasm_object *object);
194 #define yasm_objfmt_create(module, object) module->create(object)
197 ((yasm_objfmt_base *)((object)->objfmt))->module->output \
200 ((yasm_objfmt_base *)objfmt)->module
[all...]
H A Dpreproc.h3 * \brief YASM preprocessor module interface.
39 const struct yasm_preproc_module *module; member in struct:yasm_preproc_base
43 /** YASM preprocesor module interface. */
112 * The preprocessor needs access to the object format module to find out
114 * \param module preprocessor module
123 (yasm_preproc_module *module, const char *in_filename,
185 #define yasm_preproc_create(module, in_filename, symtab, lm, ews) \
186 module->create(in_filename, symtab, lm, ews)
189 ((yasm_preproc_base *)preproc)->module
[all...]
/external/freetype/src/autofit/
H A Dafmodule.c5 /* Auto-fitter module implementation (body). */
51 AF_Module module )
65 error = af_face_globals_new( face, &globals, module );
88 AF_Module module = (AF_Module)ft_module; local
109 module->fallback_style = ss;
128 module->default_script = *default_script;
138 error = af_property_get_face_globals( prop->face, &globals, module );
157 AF_Module module = (AF_Module)ft_module; local
158 FT_UInt fallback_style = module->fallback_style;
159 FT_UInt default_script = module
250 AF_Module module = (AF_Module)ft_module; local
263 AF_Module module = (AF_Module)ft_module; local
[all...]
/external/libnfc-nci/halimpl/bcm2079x/
H A Dnfc_nci.c130 static int nfc_open (const hw_module_t* module, const char* name, hw_device_t** device) argument
142 dev->nci_device.common.module = (struct hw_module_t*) module;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_printf.c63 LLVMModuleRef module = gallivm->module; local
65 LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), args, 1, 0));
/external/mesa3d/src/gallium/targets/egl-static/
H A Degl_st.c100 const char module[] = "st_GL"; local
104 stapi = load_gl(module, symbol);
113 stapi = load_gl(module, symbol);
118 _eglLog(_EGL_WARNING, "unable to load %s" UTIL_DL_EXT, module);
/external/mesa3d/src/gallium/targets/xorg-i915/
H A Dintel_xorg.c97 intel_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
101 /* This module should be loaded only once, but check to be sure.
105 xf86AddDriver(&modesetting, module, HaveDriverFuncs);
/external/mesa3d/src/gallium/targets/xorg-nouveau/
H A Dnouveau_xorg.c95 nouveau_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
99 /* This module should be loaded only once, but check to be sure.
103 xf86AddDriver(&nouveau2, module, HaveDriverFuncs);
/external/mesa3d/src/gallium/targets/xorg-r300/
H A Dxorg.c98 r300_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
102 /* This module should be loaded only once, but check to be sure.
106 xf86AddDriver(&r300_driver, module, HaveDriverFuncs);
/external/mesa3d/src/gallium/targets/xorg-r600/
H A Dxorg.c98 r600_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
102 /* This module should be loaded only once, but check to be sure.
106 xf86AddDriver(&r600_driver, module, HaveDriverFuncs);
/external/mesa3d/src/gallium/targets/xorg-radeonsi/
H A Dxorg.c98 radeonsi_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
102 /* This module should be loaded only once, but check to be sure.
106 xf86AddDriver(&radeonsi_driver, module, HaveDriverFuncs);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.c68 FT_Module module; local
71 module = FT_Get_Module( slot->face->driver->root.library,
73 if ( module )
78 funcs = pshinter->get_t1_funcs( module );
99 FT_Module module; local
102 module = FT_Get_Module( size->root.face->driver->root.library,
104 return ( module && pshinter && pshinter->get_globals_funcs )
105 ? pshinter->get_globals_funcs( module )
304 FT_ERROR(( "cid_face_init: cannot access `psaux' module\n" ));
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.c63 FT_Module module; local
66 module = FT_Get_Module( size->root.face->driver->root.library,
68 return ( module && pshinter && pshinter->get_globals_funcs )
69 ? pshinter->get_globals_funcs( module )
163 FT_Module module; local
166 module = FT_Get_Module( slot->face->driver->root.library,
168 if ( module )
173 funcs = pshinter->get_t1_funcs( module );
328 FT_ERROR(( "T1_Face_Init: cannot access `psaux' module\n" ));
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/VersionInfo.java $
43 * Instances of this class provide version information for a single module
71 public final static String PROPERTY_MODULE = "info.module";
79 /** The module from the version info. */
96 * @param module the module, or <code>null</code>
101 protected VersionInfo(String pckg, String module, argument
109 infoModule = (module != null) ? module : UNAVAILABLE;
118 * The package name identifies the module o
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_dispatch.py33 """Tests for dispatch module."""
39 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
53 """A unittest for dispatch module."""
H A Dtest_handshake.py33 """Tests for handshake module."""
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
49 """A unittest for handshake module."""
H A Dtest_handshake_draft75.py33 """Tests for handshake module."""
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
396 """A unittest for draft75 module."""
H A Dtest_handshake_hybi00.py33 """Tests for handshake.hybi00 module."""
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_handshake_hybi08.py33 """Tests for handshake module."""
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
/external/chromium_org/base/debug/
H A Dprofiler.cc155 // find the module this import was resolved to by the loader.
159 // Retrieve the module by a function in the module.
162 HMODULE module = NULL; local
163 if (!::GetModuleHandleEx(kFlags, function_in_module, &module)) {
168 // See whether this module exports the function we're looking for.
169 FARPROC exported_func = ::GetProcAddress(module, context->name);
/external/chromium_org/chrome/browser/
H A Dcertificate_manager_model.cc158 int CertificateManagerModel::ImportFromPKCS12(net::CryptoModule* module, argument
162 int result = cert_db_->ImportFromPKCS12(module, data, password,
H A Denumerate_modules_model_unittest_win.cc234 ModuleEnumerator::Module module; local
235 module.location = kCollapsePathList[i].test_case;
236 module_enumerator->CollapsePath(&module);
241 EXPECT_EQ(kCollapsePathList[i].expected_result, module.location);

Completed in 5238 milliseconds

1234567891011>>