HomeSort by relevance Sort by last modified time
    Searched defs:publish (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /external/trappy/scripts/
publish_interactive_plots.py 18 """This is a script to publish a notebook containing Ipython graphs
67 def publish(source, target): function
68 """Publish the notebook for globally viewable interactive
123 publish(notebook, outfile)
  /libcore/dalvik/src/main/java/dalvik/system/
DalvikLogHandler.java 36 * java.util.logging.Handler#publish(java.util.logging.LogRecord)}, this
44 void publish(Logger source, String tag, Level level, String message); method in interface:DalvikLogHandler
  /external/autotest/client/cros/image_comparison/
publisher.py 28 @param results_folder: path, where to publish to
36 def publish(self, golden_image_path, test_image_path, diff_image_path, member in class:ImageDiffPublisher
  /external/slf4j/log4j-over-slf4j/src/test/java/org/dummy/
ListHandler.java 8 * without limitation the rights to use, copy, modify, merge, publish,
44 public void publish(LogRecord logRecord) { method in class:ListHandler
  /frameworks/native/libs/binder/include/binder/
BinderService.h 37 static status_t publish(bool allowIsolated = false) { function in class:android::BinderService
45 publish(allowIsolated);
49 static void instantiate() { publish(); }
  /frameworks/native/services/thermalservice/
ThermalService.cpp 117 * Publish the supplied ThermalService to servicemanager.
119 void ThermalService::publish( function in class:android::os::ThermalService
  /external/autotest/site_utils/
pubsub_utils_unittest.py 43 def publish(self, topic, body): member in class:MockedPubSub
44 """Mocked PubSub publish method.
  /external/guava/guava-testlib/src/com/google/common/testing/
TestLogHandler.java 66 public void publish(@Nullable LogRecord record) { method in class:TestLogHandler
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
TestLogHandler.java 30 @Override public synchronized void publish(LogRecord logRecord) { method in class:TestLogHandler
  /libcore/ojluni/src/main/java/java/util/logging/
ConsoleHandler.java 106 * Publish a <tt>LogRecord</tt>.
115 public void publish(LogRecord record) { method in class:ConsoleHandler
116 super.publish(record);
SocketHandler.java 199 * Format and publish a <tt>LogRecord</tt>.
205 public synchronized void publish(LogRecord record) { method in class:SocketHandler
209 super.publish(record);
StreamHandler.java 188 * Format and publish a <tt>LogRecord</tt>.
205 public synchronized void publish(LogRecord record) { method in class:StreamHandler
Handler.java 54 // while publish() is executing.
56 // execution with more complex methods, such as StreamHandler.publish().
58 // of the execution of a 'publish' call.
79 * Publish a <tt>LogRecord</tt>.
90 public abstract void publish(LogRecord record); method in class:Handler
177 * For each call of <tt>publish</tt> the <tt>Handler</tt> will call
MemoryHandler.java 36 * contents to a target <tt>Handler</tt>, which will typically publish
164 * @param target the Handler to which to publish output.
202 public synchronized void publish(LogRecord record) { method in class:MemoryHandler
228 target.publish(record);
  /system/core/healthd/
BatteryPropertiesRegistrar.cpp 33 void BatteryPropertiesRegistrar::publish( function in class:android::BatteryPropertiesRegistrar
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 125 public void publish(LogRecord record) { method in class:AndroidHandler
140 public void publish(Logger source, String tag, Level level, String message) { method in class:AndroidHandler
  /external/caliper/caliper/src/test/java/com/google/caliper/config/
LoggingConfigLoaderTest.java 83 fileHandler.publish(new LogRecord(INFO, "some message"));
  /external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/impl/
JDK14AdapterLoggerNameTest.java 8 * without limitation the rights to use, copy, modify, merge, publish,
84 public void publish(LogRecord record) { method in class:JDK14AdapterLoggerNameTest.MockHandler
  /external/webrtc/webrtc/libjingle/xmpp/
pubsubclient.cc 87 const XmlElement* publish = pubsub->FirstNamed(QN_PUBSUB_PUBLISH); local
88 if (publish != NULL) {
89 return publish->FirstNamed(QN_PUBSUB_ITEM);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldXMLFormatterTest.java 64 handler.publish(lr);
65 assertEquals("Tail string after publish() should be equal expected value",
72 public void publish(LogRecord record) {} method in class:OldXMLFormatterTest.MockHandler
OldMemoryHandlerTest.java 93 public void publish(LogRecord record) {} method in class:OldMemoryHandlerTest.MockHandler
  /system/core/storaged/
storaged_info.cpp 72 void storage_info_t::publish() function in class:storage_info_t
84 publish();
210 publish();
storaged.cpp 35 void disk_stats_publisher::publish(void) { function in class:disk_stats_publisher
240 mDiskStats.publish();
  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareSession.java 62 * also disable Aware. This method destroys all outstanding operations - i.e. all publish and
100 * Issue a request to the Aware service to create a new Aware publish discovery session, using
101 * the specified {@code publishConfig} configuration. The results of the publish operation
107 * is called when the publish session is created and provides a handle to the session.
108 * Further operations on the publish session can be executed on that object.
110 * publish operation failed.
113 * Other results of the publish session operations will also be routed to callbacks
114 * on the {@code callback} object. The resulting publish session can be modified using
118 * terminate the publish discovery session once it isn't needed. This will free
121 * permission to start a publish discovery session
130 public void publish(@NonNull PublishConfig publishConfig, method in class:WifiAwareSession
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
LoggerRuntime.java 169 public void publish(final LogRecord record) { method in class:LoggerRuntime.RuntimeHandler

Completed in 3723 milliseconds

1 2 3 4 5 6 7 8 9