/device/google/accessory/arduino/USB_Host_Shield/ |
Max3421e.cpp | 108 // digitalWrite( MAX_RESET, HIGH ); //release MAX3421E from reset
195 /* reset MAX3421E using chip reset bit. SPI configuration is not affected */
196 boolean MAX3421E::reset()
function in class:MAX3421E 199 regWr( rUSBCTL, bmCHIPRES ); //Chip reset. This stops the oscillator
200 regWr( rUSBCTL, 0x00 ); //Remove the reset
275 if( reset() == false ) { //stop/start the oscillator
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3input.h | 139 void (*reset) (struct ANTLR3_INPUT_STREAM_struct * input); member in struct:ANTLR3_INPUT_STREAM_struct 204 * current line offset is reset to 0. The Pointer for the line of input we are consuming
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3lexer.c | 66 static void reset (pANTLR3_BASE_RECOGNIZER rec); 99 lexer->rec->reset = reset; 175 reset (pANTLR3_BASE_RECOGNIZER rec) function 191 // a token factory that needs a reset. Do that here 195 lexer->rec->state->tokFactory->reset(lexer->rec->state->tokFactory); 394 // Install the input stream and reset the lexer 753 /* Reset any failed indicator 778 /* Reset any failed indicator 823 /* Reset any failed indicato [all...] |
antlr3rewritestreams.c | 40 static void reset (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream); 225 stream->reset = reset; 239 // Reset the stream to empty. 506 /// Reset the condition of this stream so that it appears we have 510 reset (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream) function
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
ANTLRStringStream.java | 86 /** Reset the stream so that it's in the same state it was 90 public void reset() { method in class:ANTLRStringStream
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 467 def reset method in class:ANTLR3.that.StringStream 748 lexer.reset 808 # If no +token_source+ value is provided, the stream will attempt to reset the 809 # current +token_source+ by calling +reset+ on the object. The stream will 816 @token_source.reset rescue nil 858 def reset method in class:ANTLR3.that.CommonTokenStream [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
Adler32Test.java | 41 adl.reset(); 47 adl.reset(); 48 assertEquals("reset failed to reset the checksum value to zero", 1, adl 51 adl.reset(); 60 * @tests java.util.zip.Adler32#reset() 63 // test methods of java.util.zip.reset() 70 adl.reset(); 71 assertEquals("reset failed to reset the checksum value to zero", 1, ad [all...] |
CRC32Test.java | 41 crc.reset(); 49 crc.reset(); 58 crc.reset(); 65 crc.reset(); 66 assertEquals("reset failed to reset the checksum value to zero", 0, crc 71 * @tests java.util.zip.CRC32#reset() 74 // test methods of java.util.zip.crc32.reset() 82 crc.reset(); 83 assertEquals("reset failed to reset the checksum value to zero", 0, cr [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FilterInputStreamTest.java | 111 * @tests java.io.FilterInputStream#reset() 115 is.reset();
|
LineNumberInputStreamTest.java | 77 lnis.reset(); 110 * @tests java.io.LineNumberInputStream#reset() 115 lnis.reset(); 116 assertEquals("Failed to reset", 0, lnis.getLineNumber()); 117 assertEquals("Failed to reset", '0', lnis.read()); 118 lnis.reset(); 124 lnis.reset(); 155 * In order for IOException to be thrown in reset(),the inputStream to 156 * the constructor cannot be a byteArrayInputstream because the reset()
|
LineNumberReaderTest.java | 75 lnr.reset(); 133 * @tests java.io.LineNumberReader#reset() 141 lnr.reset(); 144 assertEquals("Failed to reset reader", "0", line);
|
StringReaderTest.java | 62 sr.reset(); 122 * @tests java.io.StringReader#reset() 125 // Test for method void java.io.StringReader.reset() 130 sr.reset(); 133 assertTrue("Failed to reset properly", new String(buf, 0, 2)
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 104 * Reset the root node of the <code>DTMIterator</code>, overriding 127 * Reset the iterator to the start. After resetting, the next node returned 131 public void reset(); method in interface:DTMIterator 309 * Get a cloned Iterator that is reset to the start of the iteration. 311 * @return A clone of this iteration that has been reset. 318 * Get a clone of this iterator, but don't reset the iteration in the
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMAxisIteratorBase.java | 77 * @return A DTMAxisIterator which has been reset to the start node, 80 public DTMAxisIterator reset() method in class:DTMAxisIteratorBase 137 reset(); // Count the nodes found by this iterator method 184 // return clone.reset(); 219 * Reset the position to zero. NOTE that this does not change the iteration
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
NamespaceSupport.java | 107 * @see org.apache.xerces.xni.NamespaceContext#reset()
109 public void reset() {
method in class:NamespaceSupport 111 // reset namespace and context info
124 } // reset(SymbolTable)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
OpenSSLDigest.java | 49 * lazily initialized to avoid having to reallocate on reset when 82 public void reset() { method in class:OpenSSLDigest 98 reset(); method
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESEngine.java | 90 public void reset() method in class:DESEngine
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseStreamCipher.java | 340 cipher.reset(); 345 cipher.reset(); 362 cipher.reset();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509V1CertificateGenerator.java | 56 * reset the generator 58 public void reset() method in class:X509V1CertificateGenerator
|
/external/chromium/googleurl/src/ |
url_parse.h | 70 void reset() { function in struct:url_parse::Component
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httprequest.h | 111 void reset() { function in class:talk_base::HttpMonitor
|
/external/chromium_org/ash/wm/ |
window_modality_controller_unittest.cc | 77 w12.reset(); 79 w11.reset(); 130 w2.reset(); 132 w111.reset(); 134 w11.reset(); 176 w11.reset(); 273 view->reset(); 296 void reset() { function in class:ash::internal::TouchTrackerWindowDelegate 330 d1.reset(); 331 d11.reset(); [all...] |
/external/chromium_org/base/android/javatests/src/org/chromium/base/ |
CommandLineTest.java | 32 CommandLine.reset();
|
/external/chromium_org/base/memory/ |
weak_ptr.h | 6 // and which may be invalidated (i.e. reset to NULL) by the object, or its 227 void reset() { function in class:base::WeakPtr
|
/external/chromium_org/cc/resources/ |
layer_tiling_data.h | 94 void reset() { tiles_.clear(); } function in class:cc::LayerTilingData
|