Home
last modified time | relevance | path

Searched refs:FlushCommand (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/logd/
H A DFlushCommand.h28 class FlushCommand : public SocketClientCommand {
39 explicit FlushCommand(LogReader& reader, bool nonBlock, unsigned long tail, in FlushCommand() function
52 explicit FlushCommand(LogReader& reader, log_mask_t logMask) in FlushCommand() function
H A DFlushCommand.cpp38 void FlushCommand::runSocketCommand(SocketClient* client) { in runSocketCommand()
94 bool FlushCommand::hasReadLogs(SocketClient* client) { in hasReadLogs()
102 bool FlushCommand::hasSecurityLogs(SocketClient* client) { in hasSecurityLogs()
H A DLogReader.cpp40 FlushCommand command(*this, logMask); in notifyNewLog()
186 logbuf().flushTo(cli, sequence, nullptr, FlushCommand::hasReadLogs(cli), in onDataAvailable()
187 FlushCommand::hasSecurityLogs(cli), in onDataAvailable()
202 FlushCommand command(*this, nonBlock, tail, logMask, pid, sequence, timeout); in onDataAvailable()
H A DLogTimes.cpp131 bool privileged = FlushCommand::hasReadLogs(client); in threadStart()
132 bool security = FlushCommand::hasSecurityLogs(client); in threadStart()
H A DAndroid.bp39 "FlushCommand.cpp",
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/logd/
H A DFlushCommand.cpp38 void FlushCommand::runSocketCommand(SocketClient* client) { in runSocketCommand()
75 bool FlushCommand::hasReadLogs(SocketClient* client) { in hasReadLogs()
83 bool FlushCommand::hasSecurityLogs(SocketClient* client) { in hasSecurityLogs()
H A DFlushCommand.h28 class FlushCommand : public SocketClientCommand {
33 explicit FlushCommand(LogReader& reader, log_mask_t logMask) in FlushCommand() function
H A DLogReader.cpp40 FlushCommand command(*this, logMask); in notifyNewLog()
199 logbuf().flushTo(cli, sequence, nullptr, FlushCommand::hasReadLogs(cli), in onDataAvailable()
200 FlushCommand::hasSecurityLogs(cli), in onDataAvailable()
H A DLogTimes.cpp77 bool privileged = FlushCommand::hasReadLogs(client); in threadStart()
78 bool security = FlushCommand::hasSecurityLogs(client); in threadStart()
H A DAndroid.bp39 "FlushCommand.cpp",
/dports/databases/py-south/South-1.0.2/south/hacks/
H A Ddjango_1_0.py10 from django.core.management.commands.flush import Command as FlushCommand unknown
15 class SkipFlushCommand(FlushCommand):
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/omx/
H A DOmxPromiseLayer.h203 struct FlushCommand { struct
222 nsTArray<FlushCommand> mFlushCommands; argument
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/omx/
H A DOmxPromiseLayer.h203 struct FlushCommand { struct
222 nsTArray<FlushCommand> mFlushCommands; argument
/dports/www/firefox/firefox-99.0/dom/media/platforms/omx/
H A DOmxPromiseLayer.h203 struct FlushCommand { struct
222 nsTArray<FlushCommand> mFlushCommands; argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/omx/
H A DOmxPromiseLayer.h203 struct FlushCommand { struct
222 nsTArray<FlushCommand> mFlushCommands; argument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/omx/
H A DOmxPromiseLayer.h204 struct FlushCommand { struct
223 nsTArray<FlushCommand> mFlushCommands; argument
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/omx/
H A DOmxPromiseLayer.h212 struct FlushCommand { struct
231 nsTArray<FlushCommand> mFlushCommands; argument
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Cli/
H A DFlushCommand.php8 class FlushCommand extends Command { class
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/integration/Elgg/Cli/
H A DFlushCommandTest.php25 $application->add(new FlushCommand());
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/
H A Dcli_commands.php10 \Elgg\Cli\FlushCommand::class,
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/doctrine-cache-bundle/Command/
H A DFlushCommand.php14 class FlushCommand extends CacheCommand class
/dports/finance/prestashop/prestashop/vendor/doctrine/doctrine-cache-bundle/Command/
H A DFlushCommand.php14 class FlushCommand extends CacheCommand class
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h891 class FlushCommand : public DrawingCommand {
893 explicit FlushCommand() : DrawingCommand(FlushCommand::Type) {} in FlushCommand() function
896 CLONE_INTO(FlushCommand)(); in CloneInto() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h926 class FlushCommand : public DrawingCommand {
928 FlushCommand() = default;
930 CommandType GetType() const override { return FlushCommand::Type; } in GetType()
933 CLONE_INTO(FlushCommand)(); in CloneInto() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h926 class FlushCommand : public DrawingCommand {
928 FlushCommand() = default;
930 CommandType GetType() const override { return FlushCommand::Type; } in GetType()
933 CLONE_INTO(FlushCommand)(); in CloneInto() local

12