Searched defs:in (Results 226 - 250 of 1566) sorted by last modified time

1234567891011>>

/external/smack/src/org/xbill/DNS/
H A DTypeBitmap.java6 * Routines for deal with the lists of types found in NSEC/NSEC3 records.
35 TypeBitmap(DNSInput in) throws WireParseException { argument
38 while (in.remaining() > 0) {
39 if (in.remaining() < 2)
42 int mapbase = in.readU8();
45 int maplength = in.readU8();
46 if (maplength > in.remaining())
49 int current = in.readU8();
H A DU16NameBase.java39 rrFromWire(DNSInput in) throws IOException { argument
40 u16Field = in.readU16();
41 nameField = new Name(in);
H A DUNKRecord.java28 rrFromWire(DNSInput in) throws IOException { argument
29 data = in.readByteArray();
H A DWKSRecord.java213 * numeric code. Integers in the range 0..255 are also accepted.
568 * port number. Integers in the range 0..65535 are also accepted.
612 rrFromWire(DNSInput in) throws IOException { argument
613 address = in.readByteArray(4);
614 protocol = in.readU8();
615 byte [] array = in.readByteArray();
H A DX25Record.java8 * X25 - identifies the PSDN (Public Switched Data Network) address in the
56 rrFromWire(DNSInput in) throws IOException { argument
57 address = in.readCountedString();
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.io.IOException java.io.InputStream in java.io.OutputStream out byte[] buffer int len ...
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java31 * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l
32 * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l
126 int i = 0; /* index in packed string */
127 int j = offset; /* index in unpacked array */
139 * Translates a state to a row index in the transition table
298 int i = 0; /* index in packed string */
299 int j = offset; /* index in unpacked array */
2705 int i = 0; /* index in packed string */
2706 int j = offset; /* index in unpacked array */
2769 int i = 0; /* index in packe
2992 smaliFlexLexer(java.io.Reader in) argument
3002 smaliFlexLexer(java.io.InputStream in) argument
[all...]
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 explicit HexTo(const char* in) { argument
31 ss << std::hex << in; local
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp15 software in a product, an acknowledgment in the product documentation
54 // Including the basic of this table, which determines the #bytes in the
57 // Beware of the non-characters in UTF-8:
220 // We *should* never get here, but in case we do, don't
365 /*static*/ bool TiXmlBase::StreamWhiteSpace( std::istream * in, TIXML_STRING * tag ) argument
369 if ( !in->good() ) return false;
371 int c = in->peek();
376 *tag += (char) in->get();
380 /*static*/ bool TiXmlBase::StreamTo( std::istream * in, in argument
641 StreamIn( std::istream * in, TIXML_STRING * tag ) argument
903 StreamIn(std::istream * in, TIXML_STRING * tag) argument
1251 StreamIn( std::istream * in, TIXML_STRING * tag ) argument
1310 StreamIn( std::istream * in, TIXML_STRING * tag ) argument
1466 StreamIn( std::istream * in, TIXML_STRING * tag ) argument
1549 StreamIn( std::istream * in, TIXML_STRING * tag ) argument
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp5 * found in the LICENSE file.
95 // TODO(edisonn): report error in pdf file (end of stream with ] for end of aray
127 const unsigned char* in = start; local
131 while (in < end) {
132 openRoundBrackets += ((*in) == kOpenedRoundBracket_PdfDelimiter);
133 openRoundBrackets -= ((*in) == kClosedRoundBracket_PdfDelimiter);
135 in++; // consumed )
139 if (*in == kEscape_PdfSpecial) {
140 if (in + 1 < end) {
141 switch (in[
267 const unsigned char* in = start; local
416 const unsigned char* in = start; local
[all...]
/external/skia/gm/rebaseline_server/
H A Dcompare_configs_test.py7 found in the LICENSE file.
11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self._output_dir_actual and make sure they are ok
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Dcompare_rendered_pictures_test.py7 found in the LICENSE file.
11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self._output_dir_actual and make sure they are ok
29 import gm_json # must import results first, so that gm_json will be in sys.path namespace
41 'only-in-before.skp': 128,
47 'only-in-after.skp': 128,
71 for skpname, redvalue in skpdict.iteritems():
94 red: Value of red color channel in image, 0-255.
95 green: Value of green color channel in image, 0-255.
96 blue: Value of blue color channel in imag
[all...]
H A Dcompare_to_expectations_test.py7 found in the LICENSE file.
11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self._output_dir_actual and make sure they are ok
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
20 * A very simple manager for orthographic in-game UI elements.
21 * TODO: This should probably manage a number of hud objects in keeping with the component-centric
209 public void startFade(boolean in, float duration) { argument
212 mFadeIn = in;
442 // We've faded in. Turn fading off.
/external/robolectric/lib/main/
H A Dandroid-support-v4.jar ... android.os.Parcel) android.os.Parcel in public void writeToParcel (android.os.Parcel, int) android ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dcommons-codec-1.6.jar ... byte[], int, int) int result byte b int i byte[] in int inPos int inAvail void encode (byte[], int, int) int ...
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Djavassist-3.14.0-GA.jar ... .ConstPool cp int name_id java.io.DataInputStream in
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dxpp3-1.1.4c.jar ... java.lang.ClassNotFoundException java.io.ObjectInputStream in static void " href="/5.1.0_r1/s? ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 1572 milliseconds

1234567891011>>