Searched defs:module (Results 201 - 225 of 328) sorted by relevance

1234567891011>>

/external/v8/src/
H A Dcontexts.cc127 Module* Context::module() { function in class:v8::internal::Context
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl_unittest.cc166 // Send module.
181 // Receive module.
195 void SendFrame(const RtpRtcpModule* module, uint8_t tid) { argument
207 EXPECT_EQ(0, module->impl_->SendOutgoingData(kVideoFrameKey,
217 void IncomingRtcpNack(const RtpRtcpModule* module, uint16_t sequence_number) { argument
218 bool sender = module->impl_->SSRC() == kSenderSsrc;
227 EXPECT_EQ(0, module->impl_->IncomingRtcpPacket(packet->Buffer(),
298 // Sender module should send a SR.
301 // Receiver module should send a RR with a response to the last received SR.
338 // Receiver module shoul
[all...]
/external/webrtc/webrtc/modules/video_render/
H A Dvideo_render_impl.cc40 VideoRender* module)
42 if (module)
44 delete module;
39 DestroyVideoRender( VideoRender* module) argument
H A Dvideo_render_internal_impl.cc77 VideoRender* module)
79 if (module)
81 delete module;
76 DestroyVideoRender( VideoRender* module) argument
/external/webrtc/webrtc/system_wrappers/source/
H A Dtrace_impl.cc135 const TraceModule module,
147 switch (module) {
224 switch (module) {
416 const TraceModule module,
438 len = AddModuleAndId(message_ptr, module, id);
581 void Trace::Add(const TraceLevel level, const TraceModule module, argument
599 trace->AddImpl(level, module, id, buff);
134 AddModuleAndId(char* trace_message, const TraceModule module, const int32_t id) const argument
415 AddImpl(const TraceLevel level, const TraceModule module, const int32_t id, const char msg[WEBRTC_TRACE_MAX_MESSAGE_SIZE]) argument
/external/webrtc/webrtc/video/
H A Dvie_receiver.cc146 void ViEReceiver::SetRtpRtcpModule(RtpRtcp* module) { argument
147 rtp_rtcp_ = module;
157 // Only change the "simulcast" modules, the base module can be accessed
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c793 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, argument
815 hostapd_logger_cb(ctx, addr, module, level, buf, len);
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c793 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, argument
815 hostapd_logger_cb(ctx, addr, module, level, buf, len);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c793 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, argument
815 hostapd_logger_cb(ctx, addr, module, level, buf, len);
/external/ImageMagick/MagickCore/
H A Dlog.c932 % const char *module,const char *function,const size_t line, argument
939 % o filename: the source module filename.
943 % o line: the line number of the source module.
948 static char *TranslateEvent(const char *module,const char *function,
1002 " <module>%s</module>\n"
1010 (double) getpid(),(double) GetMagickThreadSignature(),module,function,
1039 %m module
1112 for (p=module+strlen(module)
1255 LogMagickEventList(const LogEventType type,const char *module, const char *function,const size_t line,const char *format,va_list operands) argument
1384 LogMagickEvent(const LogEventType type,const char *module, const char *function,const size_t line,const char *format,...) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc182 const char *StripModuleName(const char *module) { argument
183 if (!module)
188 if (const char *bslash_pos = internal_strrchr(module, '\\'))
191 if (const char *slash_pos = internal_strrchr(module, '/')) {
194 return module;
H A Dsanitizer_posix.cc336 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { argument
342 && internal_strcmp(module, buff.data()) == 0) {
/external/deqp/framework/common/
H A DtcuTestLog.hpp121 TestLog& operator<< (const SpirVAssemblySource& module);
440 inline TestLog& TestLog::operator<< (const SpirVAssemblySource& module) { module.write(*this); return *this; } argument
/external/elfutils/libdwfl/
H A Dlinux-kernel-modules.c61 #define MODNOTESFMT "/sys/module/%s/notes"
64 #define SECADDRDIRFMT "/sys/module/%s/sections/"
65 #define MODULE_SECT_NAME_LEN 32 /* Minimum any linux/module.h has had. */
193 int (*predicate) (const char *module, const char *file))
248 int (*predicate) (const char *module, const char *file))
322 int (*predicate) (const char *module,
377 call that the module name. Modules could well be
380 __this_module.name contents in the module's text. */
551 /* Found it. For a module we must figure out its VADDR now. */
576 /* Look for a build ID for a loaded kernel module
192 report_kernel(Dwfl *dwfl, const char **release, int (*predicate) (const char *module, const char *file)) argument
247 report_kernel_archive(Dwfl *dwfl, const char **release, int (*predicate) (const char *module, const char *file)) argument
321 dwfl_linux_kernel_report_offline(Dwfl *dwfl, const char *release, int (*predicate) (const char *module, const char *file)) argument
[all...]
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc814 const char* kMemoryName = "a fake module";
829 // And append a zero, because module IDs include an "age" field
857 // Read the minidump. Load the module list, and ensure that the mmap'ed
858 // |memory| is listed with the given module name and debug ID.
864 const MinidumpModule* module = local
866 ASSERT_TRUE(module);
868 EXPECT_EQ(kMemoryAddress, module->base_address());
869 EXPECT_EQ(kMemorySize, module->size());
870 EXPECT_EQ(kMemoryName, module->code_file());
871 EXPECT_EQ(module_identifier, module
[all...]
/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.cc448 MDRawModule *module,
463 module->cv_record = cv.location();
469 // Get the module identifier
505 MDRawModule module;
506 memset(&module, 0, sizeof(module));
525 module.base_of_image = (uint64_t)module_info.start_addr;
526 module.size_of_image = module_info.size;
527 module.module_name_rva = loc.rva;
529 if (!WriteCVRecord(callback_context->minidump_writer, &module,
447 WriteCVRecord(MinidumpFileWriter *minidump_writer, MDRawModule *module, const char *module_path, char *realname) argument
[all...]
H A Dsolaris_lwp.cc83 // Callback invoked for each mapped module.
84 // It uses the module's adderss range to validate the address.
321 * larger than the actual module count
347 ModuleInfo module; local
350 memset(&module, 0, sizeof (module));
351 module.start_addr = _maps->pr_vaddr;
352 module.size = _maps->pr_size;
360 print_message1(2, "can't open module file\n");
367 print_message1(2, "can't read module fil
[all...]
/external/guice/core/test/com/google/inject/spi/
H A DProviderMethodsTest.java278 * If the user installs provider methods for the module manually, that shouldn't cause a double
327 Module module = new AbstractModule() {
336 Injector injector = Guice.createInjector(module);
341 module.getClass().getDeclaredMethod("provideWeight", Integer.class, String.class);
342 InjectionPoint point = new InjectionPoint(TypeLiteral.get(module.getClass()), method, false);
356 Module module = new AbstractModule() {
362 Injector injector = Guice.createInjector(module);
368 List<Element> elements = Elements.getElements(module);
553 CallerInspecterModule module = new CallerInspecterModule();
554 Guice.createInjector(Stage.PRODUCTION, module);
886 runNullableTest(Injector injector, Dependency<?> dependency, Module module) argument
900 validateNullableFails(Injector injector, Module module) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp451 func_tab[i].loaded_from = idx; // store index of the module
490 cvRegisterModule( const CvModuleInfo* module )
500 CV_ASSERT( module != 0 && module->name != 0 && module->version != 0 );
502 name_len = strlen(module->name);
503 version_len = strlen(module->version);
508 *module_copy = *module;
512 memcpy( (void*)module_copy->name, module->name, name_len + 1 );
513 memcpy( (void*)module_copy->version, module
544 CvModuleInfo* module; local
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_dir.c158 static const char module[] = "_TIFFVSetField"; local
217 * previous module so that it can cleanup any state it's
407 TIFFErrorExt(tif->tif_clientdata, module,
469 TIFFErrorExt(tif->tif_clientdata, module,
503 TIFFErrorExt(tif->tif_clientdata, module,
524 TIFFErrorExt(tif->tif_clientdata, module,
566 TIFFErrorExt(tif->tif_clientdata, module,
695 TIFFErrorExt(tif->tif_clientdata, module,
705 TIFFErrorExt(tif->tif_clientdata, module,
715 TIFFErrorExt(tif->tif_clientdata, module,
1373 static const char module[] = "TIFFAdvanceDirectory"; local
1515 static const char module[] = "TIFFNumberOfDirectories"; local
1614 static const char module[] = "TIFFUnlinkDirectory"; local
[all...]
H A Dtif_lzw.c178 TIFFWarningExt(_tif->tif_clientdata, module, \
201 static const char module[] = "LZWSetupDecode"; local
214 TIFFErrorExt(tif->tif_clientdata, module, "No space for LZW state block");
234 TIFFErrorExt(tif->tif_clientdata, module,
263 static const char module[] = "LZWPreDecode"; local
281 TIFFWarningExt(tif->tif_clientdata, module,
304 TIFFErrorExt(tif->tif_clientdata, module,
352 codeLoop(TIFF* tif, const char* module) argument
354 TIFFErrorExt(tif->tif_clientdata, module,
362 static const char module[] local
590 static const char module[] = "LZWDecodeCompat"; local
785 static const char module[] = "LZWSetupEncode"; local
1109 static const char module[] = "TIFFInitLZW"; local
[all...]
H A Dtif_pixarlog.c672 static const char module[] = "PixarLogSetupDecode"; local
700 TIFFErrorExt(tif->tif_clientdata, module,
707 TIFFErrorExt(tif->tif_clientdata, module, "%s", sp->stream.msg);
721 static const char module[] = "PixarLogPreDecode"; local
734 TIFFErrorExt(tif->tif_clientdata, module, "ZLib cannot deal with buffers this size");
743 static const char module[] = "PixarLogDecode"; local
765 TIFFErrorExt(tif->tif_clientdata, module,
783 TIFFErrorExt(tif->tif_clientdata, module, "ZLib cannot deal with buffers this size");
789 TIFFErrorExt(tif->tif_clientdata, module, "sp->stream.avail_out > sp->tbuf_size");
798 TIFFErrorExt(tif->tif_clientdata, module,
883 static const char module[] = "PixarLogSetupEncode"; local
923 static const char module[] = "PixarLogPreEncode"; local
1111 static const char module[] = "PixarLogEncode"; local
1205 static const char module[] = "PixarLogPostEncode"; local
1285 static const char module[] = "PixarLogVSetField"; local
1370 static const char module[] = "TIFFInitPixarLog"; local
[all...]
/external/selinux/checkpolicy/test/
H A Ddismod.c35 #include <sepol/policydb/module.h>
306 * they can never be required by a module, use this
751 policydb_t module, *mods = &module; local
770 fprintf(out_fp, "Reading module...\n");
777 if (module.policy_type != POLICY_MOD) {
778 fprintf(stderr, "This file is not a loadable policy module.\n");
781 if (policydb_index_classes(&module) ||
782 policydb_index_others(NULL, &module, 0)) {
783 fprintf(stderr, "Could not index module
[all...]
/external/skia/src/utils/win/
H A DSkWGL_win.cpp176 HMODULE module = GetModuleHandle(nullptr); local
190 wc.hInstance = module;
214 module,
216 UnregisterClass(DUMMY_CLASS, module);
226 HMODULE module = GetModuleHandle(nullptr); local
227 UnregisterClass(DUMMY_CLASS, module);
/external/toybox/toys/pending/
H A Dmodprobe.c26 -b Apply blacklist to module names too
61 // Converts path name FILE to module name.
140 * if add - create module entry, add it to data base and return the same mod.
348 // Remove a module from the Linux Kernel. if !modules does auto remove.
363 // Insert module same as insmod implementation.
395 // Add module in probes list, if not loaded.
412 // Parse cmdline options suplied for module.
432 // Probes a single module and loads all its dependencies.
439 error_msg("module %s not found in modules.dep", m->name);
457 perror_msg("can't unload module
502 struct module_s *module; local
[all...]

Completed in 830 milliseconds

1234567891011>>