/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
DDSLoader.java | 5 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 52 * <code>DDSLoader</code> is an image loader that reads in a DirectX DDS file. 114 private DataInput in; field in class:DDSLoader 127 in = new LittleEndien(stream); 144 in = new LittleEndien(stream) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/ |
AnalysisAdapter.java | 10 private Hashtable<Node,Object> in; field in class:AnalysisAdapter 15 if(this.in == null) 20 return this.in.get(node); 25 if(this.in == null) 27 this.in = new Hashtable<Node,Object>(1); 32 this.in.put(node, o); 36 this.in.remove(node);
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackImpl.java | 7 * employees are not subject to copyright protection in the United States 8 * and are considered to be in the public domain. As a result, a formal 76 * {@link javax.sip.SipStack} ). In addition to these, the following are 77 * meaningful properties for the NIST SIP stack (specify these in the property 85 * </b> This property is used by the built in log4j based logger. You can use 88 * logged in SERVER_LOG. If you set this to 32 and specify a DEBUG_LOG then vast 89 * amounts of trace information will be dumped in to the specified DEBUG_LOG. 101 * </code> allows you to now control logging in the stack entirely using log4j 121 * Otherwise messages are logged in a format that can later be viewed using the 122 * trace viewer application which is located in the tools/tracesviewe 1004 InputStream in = getClass().getResourceAsStream("\/TIMESTAMP"); local [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowIntent.java | 626 public void readFromParcel(Parcel in) { 627 setAction(in.readString()); 628 if (in.readInt() == 1) { 629 data = Uri.CREATOR.createFromParcel(in); 631 type = in.readString(); 632 flags = in.readInt(); 633 packageName = in.readString(); 634 componentName = ComponentName.readFromParcel(in); 635 int N = in.readInt(); 637 categories.add(in.readString().intern()) [all...] |
/frameworks/base/core/java/com/android/internal/backup/ |
LocalTransport.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 166 Log.w(TAG, "Unable to stat input file in performBackup() on " 174 // Each 'record' in the restore set is kept in its own file, named by 177 // in this update. 209 Log.w(TAG, "Unable to stat input file in performBackup() on " 295 Log.w(TAG, "Exception caught in tearDownFullBackup()", e); 330 Log.e(TAG, "Attempt to initiate full backup while one is in progress"); 338 // We know a priori that we run in the system process, so we need to mak 534 FileInputStream in = new FileInputStream(f); local [all...] |
/libcore/dalvik/src/test/java/dalvik/system/profiler/ |
SamplingProfilerTest.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 121 // should have nothing in the thread history to start 192 // visible in the current sample, but it will be visible in a 287 InputStream in = new ByteArrayInputStream(bytes); local 288 BinaryHprofReader reader = new BinaryHprofReader(in); 291 in.close();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest1.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 118 private void readObject(java.io.ObjectInputStream in) 121 in.readObject(); 143 public void readObject(java.io.ObjectInputStream in) 146 in.readObject(); 156 // This one tests if field names are serialized in the same way (sorting) 178 private void readObject(java.io.ObjectInputStream in) 181 in.defaultReadObject(); 278 // A primitive instance variable exposes a bug in the serializatio [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetDecoderTest.java | 5 * (the "License"); you may not use this file except in compliance with 10 * Unless required by applicable law or agreed to in writing, software 218 ByteBuffer in = getByteBuffer(); local 219 out = decoder.decode(in); 226 in = getByteBuffer().asReadOnlyBuffer(); 227 out = decoder.decode(in); 237 ByteBuffer in; local 243 in = getMalformedByteBuffer(); 244 if (in != null) { 246 CharBuffer buffer = decoder.decode(in); 573 ByteBuffer in = ByteBuffer.wrap(new byte[] { 12, 12 }); local 601 ByteBuffer in = ByteBuffer.wrap(new byte[] { 98, 98 }); local 635 ByteBuffer in = getByteBuffer(); local 667 ByteBuffer in = ByteBuffer.wrap(new byte[] { 98, 98 }); local 707 ByteBuffer in = ByteBuffer.wrap(new byte[] { 98, 98 }); local [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStore2Test.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 478 InputStream in = new ByteArrayInputStream(keyStore); local 479 keyTest.load(in, pssWord); 480 in.close(); 487 in = new ByteArrayInputStream(keyStore); 488 keyTest.load(in, null); 489 in.close(); [all...] |
/art/test/004-ThreadStress/src/ |
Main.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 241 private static Map<Operation, Double> updateFrequencyMap(Map<Operation, Double> in, 277 if (in == null) { 278 in = new HashMap<Operation, Double>(); 280 in.put(op, d); 282 return in; 371 // Fill in the Operation[] array for each thread by laying 447 // up threads in Operation.WAIT
|
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
ebtables.h | 137 char in[IFNAMSIZ]; member in struct:ebt_entry
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
StdAttributeFactory.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 565 ByteArray.MyDataInputStream in = bytes.makeDataInputStream(); local 570 int startPc = in.readUnsignedShort(); 571 int length = in.readUnsignedShort(); 572 int nameIdx = in.readUnsignedShort(); 573 int typeIdx = in.readUnsignedShort(); 574 int index = in.readUnsignedShort();
|
/development/ndk/platforms/android-21/include/linux/netfilter_bridge/ |
ebtables.h | 137 char in[IFNAMSIZ]; member in struct:ebt_entry
|
/device/asus/fugu/libaudio/ |
audio_hal_thunks.cpp | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 447 struct atv_stream_in *in = NULL; local 451 in = reinterpret_cast<struct atv_stream_in*>( 453 if (!in) { 458 in->stream.common.get_sample_rate = in_get_sample_rate; 459 in->stream.common.set_sample_rate = in_set_sample_rate; 460 in->stream.common.get_buffer_size = in_get_buffer_size; 461 in->stream.common.get_channels = in_get_channels; 462 in->stream.common.get_format = in_get_format [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3string.c | 8 // http://www.linkedin.com/in/jimidle 12 // Redistribution and use in source and binary forms, with or without 17 // 2. Redistributions in binary form must reproduce the above copyright 18 // notice, this list of conditions and the following disclaimer in the 26 // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 30 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 125 // UTF16 and 8Bit if I am going to support those encodings in the STRING stuff. 197 /* Structure is allocated, now fill in the API etc. 226 /* Structure is allocated, now fill in the API etc 616 pANTLR3_UINT16 in; local 846 pANTLR3_UINT16 in; local 922 pANTLR3_UINT16 in; local 1099 pANTLR3_UINT16 in; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 6 * Redistribution and use in source and binary forms, with or without 11 * 2. Redistributions in binary form must reproduce the above copyright 12 * notice, this list of conditions and the following disclaimer in the 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 132 CharStream in = (CharStream)this.input; local 133 //System.out.println("scan("+startRule+",'"+in.substring(in.index(),in.size()-1)+"')") [all...] |
/external/boringssl/src/crypto/bytestring/ |
bytestring_test.cc | 5 * copyright notice and this permission notice appear in all copies. 9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 491 CBS in; local 495 CBS_init(&in, ber, ber_len); 496 if (!CBS_asn1_ber_to_der(&in, &out, &out_len)) { 529 // These parts need to be concatenated in DER form.
|
/external/deqp/modules/gles31/functional/ |
es31fShaderPackingFunctionTests.cpp | 8 * you may not use this file except in compliance with the License. 13 * Unless required by applicable law or agreed to in writing, software 177 // Random values, mostly in range. 198 const void* in = &inputs[0]; local 202 m_executor->execute((int)inputs.size(), &in, &out); 226 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx 286 const void* in = &inputs[0]; local 290 m_executor->execute((int)inputs.size(), &in, &out); 315 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n" 368 // Random values, mostly in range 389 const void* in = &inputs[0]; local 477 const void* in = &inputs[0]; local 585 const void* in = &inputs[0]; local 688 const void* in = &inputs[0]; local 800 const void* in = &inputs[0]; local 894 const void* in = &inputs[0]; local 1009 const void* in = &inputs[0]; local 1103 const void* in = &inputs[0]; local [all...] |
/external/deqp/modules/glshared/ |
glsShaderRenderCase.hpp | 10 * you may not use this file except in compliance with the License. 15 * Unless required by applicable law or agreed to in writing, software 158 tcu::Vec4 in[MAX_USER_ATTRIBS]; member in class:deqp::gls::ShaderEvalContext 184 // Either inherit a class with overridden evaluate() or just pass in an evalFunc.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar | |
/external/guava/guava/src/com/google/common/io/ |
Files.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 142 FileInputStream in = closer.register(openStream()); local 143 return readFile(in, in.getChannel().size()); 164 InputStream in, long expectedSize) throws IOException { 166 throw new OutOfMemoryError("file is too large to fit in a byte array: " 171 // the file normally in that case 173 ? ByteStreams.toByteArray(in) 174 : ByteStreams.toByteArray(in, (int) expectedSize) [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicLongMapTest.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 57 Map<String, Long> in = ImmutableMap.of("1", 1L, "2", 2L, "3", 3L); local 58 AtomicLongMap<String> map = AtomicLongMap.create(in); 307 Map<String, Long> in = ImmutableMap.of("1", 1L, "2", 2L, "3", 3L); local 318 map.putAll(in);
|
/external/icu/icu4c/source/tools/toolutil/ |
pkg_genc.c | 104 specify "GENCCODE_ASSEMBLY=-a name" in the specific config/mh-* file, 105 where the name is the compiler or platform that you used in this 264 FileStream *in, *out; local 267 in=T_FileStream_open(filename, "rb"); 268 if(in==NULL) { 294 /* turn dashes or dots in the entry name into underscores */ 309 length=T_FileStream_read(in, buffer, sizeof(buffer)); 331 if(T_FileStream_error(in)) { 342 T_FileStream_close(in); 349 FileStream *in, *out local 664 FileStream *in; local 771 FileStream *in, *out; local [all...] |
ucbuf.c | 46 FileStream* in; member in struct:UCHARBUF 53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ 62 numRead=T_FileStream_read(in, start, sizeof(start)); 67 T_FileStream_rewind(in); 69 T_FileStream_read(in, start, *signatureLength); 133 FileStream* in=NULL; local 142 in= T_FileStream_open(fileName,"rb"); 144 if(in == NULL){ 149 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) { 150 return in; 450 FileStream* in = NULL; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralFormat.java | 28 * plural case that can appear in the user's language and the 32 * <h4>The Problem of Plural Forms in Internationalized Messages</h4> 41 * intervals. But in some languages, like Polish, one plural case 51 * rules define both what plural cases exist in a language, and to 84 * explicitValue = '=' number // adjacent, no white space in between 93 * There are 6 predefined case keywords in CLDR/ICU - 'zero', 'one', 'two', 'few', 'many' and 95 * "<code>other</code>" which is contained in every rule set. 106 * An unquoted pound sign (<code>#</code>) in the selected sub-message 107 * itself (i.e., outside of arguments nested in the sub-message) 122 * <code>PluralFormat</code>'s constructor. If you also specify a locale in thi [all...] |