Home
last modified time | relevance | path

Searched refs:logId (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/liblog/
H A Dlocal_logger.c97 log_id_t logId; member
187 log_id_t logId = element->logId; in LogBufferLog() local
197 while (log->size[logId] > log->maxSize[logId]) { in LogBufferLog()
319 element->logId = logId; in writeToLocalWrite()
370 logId = element->logId; in writeToLocalNode()
405 logId = element->logId; in writeToLocalRead()
466 log_id_t logId = logger->logId; in writeToLocalClear() local
480 if (logId == element->logId) { in writeToLocalClear()
509 log_id_t logId = logger->logId; in writeToLocalGetSize() local
526 log_id_t logId = logger->logId; in writeToLocalSetSize() local
[all …]
H A Dpmsg_writer.c39 static int pmsgAvailable(log_id_t logId);
75 static int pmsgAvailable(log_id_t logId) { in pmsgAvailable() argument
76 if (logId > LOG_ID_SECURITY) { in pmsgAvailable()
79 if ((logId != LOG_ID_SECURITY) && (logId != LOG_ID_EVENTS) && in pmsgAvailable()
108 if ((logId == LOG_ID_EVENTS) && !__android_log_is_debuggable()) { in pmsgWrite()
147 header.id = logId; in pmsgWrite()
219 if ((logId == LOG_ID_KERNEL) || /* Verbotten */ in __android_log_pmsg_file_write()
220 (logId == LOG_ID_EVENTS) || /* Do not support binary content */ in __android_log_pmsg_file_write()
221 (logId == LOG_ID_SECURITY) || /* Bad idea to allow */ in __android_log_pmsg_file_write()
222 ((unsigned)logId >= 32)) { /* fit within logMask on arch32 */ in __android_log_pmsg_file_write()
[all …]
H A Dstderr_write.c47 static int stderrAvailable(log_id_t logId);
48 static int stderrWrite(log_id_t logId, struct timespec* ts, struct iovec* vec,
143 static int stderrAvailable(log_id_t logId) { in stderrAvailable() argument
144 if ((logId >= LOG_ID_MAX) || (logId == LOG_ID_KERNEL)) { in stderrAvailable()
150 static int stderrWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, in stderrWrite() argument
172 log_msg.entry.lid = logId; in stderrWrite()
185 if ((logId == LOG_ID_EVENTS) || (logId == LOG_ID_SECURITY)) { in stderrWrite()
H A Dlogger_read.c53 return ((struct android_log_logger*)logger)->logId; in android_logger_get_id()
90 log_id_t logId = logger->logId; in init_transport_context() local
96 (!transport->available || (transport->available(logId) >= 0))) { in init_transport_context()
97 logMask |= 1 << logId; in init_transport_context()
135 if ((transp->logMask & (1 << logger_internal->logId)) && \
272 struct logger_list* logger_list, log_id_t logId) { in android_logger_open() argument
277 if (!logger_list_internal || (logId >= LOG_ID_MAX)) { in android_logger_open()
282 if (logger->logId == logId) { in android_logger_open()
292 logger->logId = logId; in android_logger_open()
315 log_id_t logId, int mode, unsigned int tail, pid_t pid) { in android_logger_list_open() argument
[all …]
H A Dlogd_writer.c48 static int logdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec,
114 static int logdAvailable(log_id_t logId) { in logdAvailable() argument
115 if (logId >= LOG_ID_MAX || logId == LOG_ID_KERNEL) { in logdAvailable()
127 static int logdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, in logdWrite() argument
224 header.id = logId; in logdWrite()
284 if (logId == LOG_ID_SECURITY) { in logdWrite()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/groups/validator/constraints/
H A DGroupsUniqueModelWideIds.cpp132 GroupsUniqueModelWideIds::logId (const SBase& object) in logId() function in GroupsUniqueModelWideIds
233 logId( m ); in createExistingMap()
239 for (n = 0; n < size; ++n) logId( *m.getCompartment(n) ); in createExistingMap()
242 for (n = 0; n < size; ++n) logId( *m.getSpecies(n) ); in createExistingMap()
245 for (n = 0; n < size; ++n) logId( *m.getParameter(n) ); in createExistingMap()
250 logId( *m.getReaction(n) ); in createExistingMap()
255 logId(*m.getReaction(n)->getReactant(sr)); in createExistingMap()
261 logId(*m.getReaction(n)->getProduct(sr)); in createExistingMap()
267 logId((SBase&)(*m.getReaction(n)->getModifier(sr))); in createExistingMap()
273 for (n = 0; n < size; ++n) logId( *m.getEvent(n) ); in createExistingMap()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/liblog/
H A Dpmsg_writer.cpp38 static int pmsgAvailable(log_id_t logId);
73 static int pmsgAvailable(log_id_t logId) { in pmsgAvailable() argument
74 if (logId > LOG_ID_SECURITY) { in pmsgAvailable()
77 if ((logId != LOG_ID_SECURITY) && (logId != LOG_ID_EVENTS) && !__android_log_is_debuggable()) { in pmsgAvailable()
97 if ((logId == LOG_ID_EVENTS) && !__android_log_is_debuggable()) { in pmsgWrite()
136 header.id = logId; in pmsgWrite()
204 if ((logId == LOG_ID_KERNEL) || /* Verbotten */ in __android_log_pmsg_file_write()
205 (logId == LOG_ID_EVENTS) || /* Do not support binary content */ in __android_log_pmsg_file_write()
206 (logId == LOG_ID_SECURITY) || /* Bad idea to allow */ in __android_log_pmsg_file_write()
207 ((unsigned)logId >= 32)) { /* fit within logMask on arch32 */ in __android_log_pmsg_file_write()
[all …]
H A Dlogger_read.cpp53 return ((struct android_log_logger*)logger)->logId; in android_logger_get_id()
80 log_id_t logId = logger->logId; in init_transport_context() local
82 if (logId == LOG_ID_SECURITY && __android_log_uid() != AID_SYSTEM) { in init_transport_context()
85 if (transport->read && (!transport->available || transport->available(logId) >= 0)) { in init_transport_context()
86 logMask |= 1 << logId; in init_transport_context()
223 struct logger* android_logger_open(struct logger_list* logger_list, log_id_t logId) { in android_logger_open() argument
228 if (!logger_list_internal || (logId >= LOG_ID_MAX)) { in android_logger_open()
233 if (logger->logId == logId) { in android_logger_open()
243 logger->logId = logId; in android_logger_open()
254 struct logger_list* android_logger_list_open(log_id_t logId, int mode, unsigned int tail, in android_logger_list_open() argument
[all …]
H A Dlogd_writer.cpp44 static int logdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, size_t nr);
108 static int logdAvailable(log_id_t logId) { in logdAvailable() argument
109 if (logId >= LOG_ID_MAX || logId == LOG_ID_KERNEL) { in logdAvailable()
121 static int logdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, size_t nr) { in logdWrite() argument
214 header.id = logId; in logdWrite()
273 if (logId == LOG_ID_SECURITY) { in logdWrite()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/validator/constraints/
H A DUniqueModelWideIds.cpp126 UniqueModelWideIds::logId (const SBase& object) in logId() function in UniqueModelWideIds
232 logId( m ); in createExistingMap()
238 for (n = 0; n < size; ++n) logId( *m.getCompartment(n) ); in createExistingMap()
241 for (n = 0; n < size; ++n) logId( *m.getSpecies(n) ); in createExistingMap()
244 for (n = 0; n < size; ++n) logId( *m.getParameter(n) ); in createExistingMap()
249 logId( *m.getReaction(n) ); in createExistingMap()
254 logId(*m.getReaction(n)->getReactant(sr)); in createExistingMap()
260 logId(*m.getReaction(n)->getProduct(sr)); in createExistingMap()
266 logId((SBase&)(*m.getReaction(n)->getModifier(sr))); in createExistingMap()
272 for (n = 0; n < size; ++n) logId( *m.getEvent(n) ); in createExistingMap()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/qual/validator/constraints/
H A DQualUniqueModelWideIds.cpp132 QualUniqueModelWideIds::logId (const SBase& object) in logId() function in QualUniqueModelWideIds
243 logId( m ); in createExistingMap()
249 for (n = 0; n < size; ++n) logId( *m.getCompartment(n) ); in createExistingMap()
252 for (n = 0; n < size; ++n) logId( *m.getSpecies(n) ); in createExistingMap()
255 for (n = 0; n < size; ++n) logId( *m.getParameter(n) ); in createExistingMap()
260 logId( *m.getReaction(n) ); in createExistingMap()
265 logId(*m.getReaction(n)->getReactant(sr)); in createExistingMap()
271 logId(*m.getReaction(n)->getProduct(sr)); in createExistingMap()
277 logId((SBase&)(*m.getReaction(n)->getModifier(sr))); in createExistingMap()
283 for (n = 0; n < size; ++n) logId( *m.getEvent(n) ); in createExistingMap()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/layout/validator/constraints/
H A DUniqueIdsLayout.cpp137 UniqueIdsLayout::logId (const SBase& object) in logId() function in UniqueIdsLayout
315 logId( m ); in createExistingMap()
321 for (n = 0; n < size; ++n) logId( *m.getCompartment(n) ); in createExistingMap()
324 for (n = 0; n < size; ++n) logId( *m.getSpecies(n) ); in createExistingMap()
327 for (n = 0; n < size; ++n) logId( *m.getParameter(n) ); in createExistingMap()
332 logId( *m.getReaction(n) ); in createExistingMap()
337 logId(*m.getReaction(n)->getReactant(sr)); in createExistingMap()
343 logId(*m.getReaction(n)->getProduct(sr)); in createExistingMap()
349 logId((SBase&)(*m.getReaction(n)->getModifier(sr))); in createExistingMap()
355 for (n = 0; n < size; ++n) logId( *m.getEvent(n) ); in createExistingMap()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/packages/layout/validator/constraints/
H A DUniqueIdsLayout.cpp137 UniqueIdsLayout::logId (const SBase& object) in logId() function in UniqueIdsLayout
315 logId( m ); in createExistingMap()
321 for (n = 0; n < size; ++n) logId( *m.getCompartment(n) ); in createExistingMap()
324 for (n = 0; n < size; ++n) logId( *m.getSpecies(n) ); in createExistingMap()
327 for (n = 0; n < size; ++n) logId( *m.getParameter(n) ); in createExistingMap()
332 logId( *m.getReaction(n) ); in createExistingMap()
337 logId(*m.getReaction(n)->getReactant(sr)); in createExistingMap()
343 logId(*m.getReaction(n)->getProduct(sr)); in createExistingMap()
349 logId((SBase&)(*m.getReaction(n)->getModifier(sr))); in createExistingMap()
355 for (n = 0; n < size; ++n) logId( *m.getEvent(n) ); in createExistingMap()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/changetags/
H A DChangeTagsTest.php556 $logId = 789;
560 yield [ $tags, null, null, $logId ];
562 yield [ $tags, $rcId, null, $logId ];
563 yield [ $tags, $rcId, $revId, $logId ];
569 public function testGetTags( array $tags, $rcId, $revId, $logId ) {
570 ChangeTags::addTags( $tags, $rcId, $revId, $logId );
572 $actualTags = ChangeTags::getTags( $this->db, $rcId, $revId, $logId );
580 $logId = 789;
584 ChangeTags::addTags( [ 'tag 3' ], $rcId, $revId, $logId );
589 $this->assertArrayEquals( $tags3, ChangeTags::getTags( $this->db, $rcId, $revId, $logId ) );
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/logd/
H A DLogListener.cpp91 log_id_t logId = static_cast<log_id_t>(header->id); in onDataAvailable() local
92 if (/* logId < LOG_ID_MIN || */ logId >= LOG_ID_MAX || in onDataAvailable()
93 logId == LOG_ID_KERNEL) { in onDataAvailable()
97 if ((logId == LOG_ID_SECURITY) && in onDataAvailable()
109 int res = logbuf->log(logId, header->realtime, cred->uid, cred->pid, header->tid, msg, in onDataAvailable()
112 reader->notifyNewLog(static_cast<log_mask_t>(1 << logId)); in onDataAvailable()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/loggingcpp/
H A Dsqllogger.cpp48 SQLLogger::SQLLogger(const std::string sql, const LoggingID& logId) in SQLLogger() argument
49 : fLogId(logId.fSubsysID, logId.fSessionID, logId.fTxnID, logId.fThdID), fLog(!sql.empty()) in SQLLogger()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/loggingcpp/
H A Dsqllogger.cpp48 SQLLogger::SQLLogger(const std::string sql, const LoggingID& logId) in SQLLogger() argument
49 : fLogId(logId.fSubsysID, logId.fSessionID, logId.fTxnID, logId.fThdID), fLog(!sql.empty()) in SQLLogger()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/logd/
H A DLogListener.cpp97 log_id_t logId = static_cast<log_id_t>(header->id); in onDataAvailable() local
98 if (/* logId < LOG_ID_MIN || */ logId >= LOG_ID_MAX || in onDataAvailable()
99 logId == LOG_ID_KERNEL) { in onDataAvailable()
103 if ((logId == LOG_ID_SECURITY) && in onDataAvailable()
138 logId, header->realtime, cred->uid, cred->pid, header->tid, msg, in onDataAvailable()
141 reader->notifyNewLog(static_cast<log_mask_t>(1 << logId)); in onDataAvailable()
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/changetags/
H A DChangeTagsTest.php627 $logId = 789;
631 yield [ $tags, null, null, $logId ];
633 yield [ $tags, $rcId, null, $logId ];
634 yield [ $tags, $rcId, $revId, $logId ];
640 public function testGetTags( array $tags, $rcId, $revId, $logId ) { argument
641 ChangeTags::addTags( $tags, $rcId, $revId, $logId );
643 $actualTags = ChangeTags::getTags( $this->db, $rcId, $revId, $logId );
651 $logId = 789;
655 ChangeTags::addTags( [ 'tag 3' ], $rcId, $revId, $logId );
660 $this->assertArrayEquals( $tags3, ChangeTags::getTags( $this->db, $rcId, $revId, $logId ) );
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Djobstep.cpp121 LoggingID logId ( subSystem, sessionId(), txnId() ); in syslogStartStep() local
122 MessageLog msgLog ( logId ); in syslogStartStep()
143 LoggingID logId ( subSystem, sessionId(), txnId() ); in syslogEndStep() local
144 MessageLog msgLog ( logId ); in syslogEndStep()
167 LoggingID logId ( subSystem, sessionId(), txnId() ); in syslogReadBlockCounts() local
168 MessageLog msgLog ( logId ); in syslogReadBlockCounts()
193 LoggingID logId ( subSystem, sessionId(), txnId() ); in syslogProcessingTimes() local
194 MessageLog msgLog ( logId ); in syslogProcessingTimes()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Djobstep.cpp121 LoggingID logId ( subSystem, sessionId(), txnId() ); in syslogStartStep() local
122 MessageLog msgLog ( logId ); in syslogStartStep()
143 LoggingID logId ( subSystem, sessionId(), txnId() ); in syslogEndStep() local
144 MessageLog msgLog ( logId ); in syslogEndStep()
167 LoggingID logId ( subSystem, sessionId(), txnId() ); in syslogReadBlockCounts() local
168 MessageLog msgLog ( logId ); in syslogReadBlockCounts()
193 LoggingID logId ( subSystem, sessionId(), txnId() ); in syslogProcessingTimes() local
194 MessageLog msgLog ( logId ); in syslogProcessingTimes()
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/changetags/
H A DChangeTagsTest.php623 $logId = 789;
627 yield [ $tags, null, null, $logId ];
629 yield [ $tags, $rcId, null, $logId ];
630 yield [ $tags, $rcId, $revId, $logId ];
636 public function testGetTags( array $tags, $rcId, $revId, $logId ) { argument
637 ChangeTags::addTags( $tags, $rcId, $revId, $logId );
639 $actualTags = ChangeTags::getTags( $this->db, $rcId, $revId, $logId );
647 $logId = 789;
651 ChangeTags::addTags( [ 'tag 3' ], $rcId, $revId, $logId );
656 $this->assertArrayEquals( $tags3, ChangeTags::getTags( $this->db, $rcId, $revId, $logId ) );
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A DcommandLogAndPlayback.py7 logId = p.startStateLogging(p.STATE_LOGGING_ALL_COMMANDS, "commandLog.bin") variable
11 p.stopStateLogging(logId)
14 logId = p.startStateLogging(p.STATE_REPLAY_ALL_COMMANDS, "commandLog.bin") variable
/dports/lang/spidermonkey60/firefox-60.9.0/security/certverifier/
H A DBTVerifier.cpp35 Input logId; in DecodeInclusionProof() local
36 Result rv = ReadVariableBytes<kLogIdPrefixLengthBytes>(reader, logId); in DecodeInclusionProof()
94 rv = InputToBuffer(logId, result.logId); in DecodeInclusionProof()
/dports/www/firefox-esr/firefox-91.8.0/security/ct/
H A DBTVerifier.cpp63 Input logId; in DecodeAndVerifySignedTreeHead() local
64 Result rv = ReadVariableBytes<kLogIdPrefixLengthBytes>(reader, logId); in DecodeAndVerifySignedTreeHead()
68 InputToBuffer(logId, result.logId); in DecodeAndVerifySignedTreeHead()
166 Input logId; in DecodeInclusionProof() local
167 Result rv = ReadVariableBytes<kLogIdPrefixLengthBytes>(reader, logId); in DecodeInclusionProof()
220 InputToBuffer(logId, result.logId); in DecodeInclusionProof()

12345678910>>...13