HomeSort by relevance Sort by last modified time
    Searched refs:Wire (Results 1 - 25 of 40) sorted by null

1 2

  /external/arduino/libraries/Wire/
keywords.txt 2 # Syntax Coloring Map For Wire
26 Wire KEYWORD2
Wire.h 64 extern TwoWire Wire;
Wire.cpp 27 #include "Wire.h"
260 TwoWire Wire = TwoWire();
  /external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionOutputBuffer.java 40 * Logs all data written to the wire LOG.
56 /** The wire log to use. */
57 private final Wire wire; field in class:LoggingSessionOutputBuffer
62 * @param wire The Wire log to use.
64 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) {
67 this.wire = wire;
    [all...]
LoggingSessionInputBuffer.java 40 * Logs all data read to the wire LOG.
58 /** The wire log to use for writing. */
59 private final Wire wire; field in class:LoggingSessionInputBuffer
64 * @param wire The wire log to use.
66 public LoggingSessionInputBuffer(final SessionInputBuffer in, final Wire wire) {
69 this.wire = wire;
    [all...]
Wire.java 2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/Wire.java,v 1.9 2004/06/24 21:39:52 mbecke Exp $
39 * Logs data to the wire LOG.
50 public class Wire {
54 public Wire(Log log) {
58 private void wire(String header, InputStream instream) method in class:Wire
97 wire(">> ", outstream);
105 wire("<< ", instream);
113 wire(">> ", new ByteArrayInputStream(b, off, len));
121 wire("<< ", new ByteArrayInputStream(b, off, len));
129 wire(">> ", new ByteArrayInputStream(b))
    [all...]
DefaultClientConnection.java 76 private final Log wireLog = LogFactory.getLog("org.apache.http.wire");
180 inbuffer = new LoggingSessionInputBuffer(inbuffer, new Wire(wireLog));
196 outbuffer = new LoggingSessionOutputBuffer(outbuffer, new Wire(wireLog));
  /external/chromium_org/native_client_sdk/src/examples/api/var_dictionary/
example.js 11 // Wire up the 'click' event for each function's button.
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 32 // Wire up the 'click' event for each function's button.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /external/chromium_org/third_party/usb_ids/
usb.ids 741 ea90 Eclo 1-Wire Adapter
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 395 milliseconds

1 2