HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1051 - 1075 of 3217) sorted by null

<<41424344454647484950>>

  /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...]
  /libcore/ojluni/src/main/java/java/util/logging/
LogManager.java 10 * by Oracle in the LICENSE file that accompanied this code.
12 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * version 2 for more details (a copy is included in the LICENSE file that
46 * named Loggers are stored in this namespace.
60 * a properties file "lib/logging.properties" in the JRE directory.
64 * In addition, the LogManager uses two optional system properties that
77 * is responsible for reading in the initial configuration. (That object
80 * to define properties in the LogManager.
84 * to specify a properties file (in java.util.Properties format). The
89 * a properties file "lib/logging.properties" in the JRE directory
1071 InputStream in; local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.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
123 InputStream in = mResolver.openInputStream(uri); local
125 int numBytesRead = in.read(inBuffer);
129 assertEquals(-1, in.read(inBuffer));
130 in.close();
  /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
120 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS.
270 private static Map<Operation, Double> updateFrequencyMap(Map<Operation, Double> in,
308 if (in == null) {
309 in = new HashMap<Operation, Double>();
311 in.put(op, d);
313 return in;
413 // Fill in the Operation[] array for each thread by laying
505 // up threads in Operation.WAI
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebtables.h 135 char in[IFNAMSIZ]; member in struct:ebt_entry
  /build/core/
product.mk 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
19 # PRODUCT_MAKEFILES is set up in AndroidProducts.mks.
26 # Search for AndroidProducts.mks in the given dir.
28 define _search-android-products-files-in-dir
40 $(foreach d, device vendor product,$(call _search-android-products-files-in-dir,$(d))) \
46 # variables set in the given AndroidProducts.mk files.
64 # variables set in all AndroidProducts.mk files.
146 # 2. Records the inheritance in the .INHERITS_FROM variable
147 # 3. Records that we've visited this node, in ALL_PRODUCT
    [all...]
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
AppSecurityTests.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
333 final InputStream in = adbProcess.getInputStream(); local
340 readLines(in, lines);
364 private static void readLines(InputStream in, List<String> lines) {
367 br = new BufferedReader(new InputStreamReader(in));
  /cts/tests/tests/mediastress/preconditions/src/android/mediastress/cts/preconditions/
MediaPreparer.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
71 * The message printed when the maximum video playback resolution cannot be found in the
97 * These depend on the device's mount point, which is retrieved in the MediaPreparer's run
116 * provided in the arguments
129 * Returns the maximum video playback resolution of the device, in the form of a Dimension
132 * maximum video playback resolution, and is rounded down to the nearest dimension in the
144 // could not find resolution in dumpsysOutput, return largest max playback resolution
159 // dimensions in dumpsys output seem consistently reversed
193 * directory containing 'bbb_short' and 'bbb_full' directories, as it is defined in it
231 InputStream in = conn.getInputStream(); local
    [all...]
  /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
545 CBS in; local
549 CBS_init(&in, ber, ber_len);
550 if (!CBS_asn1_ber_to_der(&in, &out, &out_len)) {
583 // These parts need to be concatenated in DER form.
  /external/boringssl/src/crypto/conf/
conf.c 10 * apply to all code found in this distribution, be it the RC4, RSA,
15 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * If this package is used in a product, Eric Young should be given attribution
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
718 BIO *in = BIO_new_file(filename, "rb"); local
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
win_platform_backend.py 3 # found in the LICENSE file.
32 from win32com.shell import shell # pylint: disable=no-name-in-module namespace
33 from win32com.shell import shellcon # pylint: disable=no-name-in-module namespace
159 """Return current timestamp in seconds."""
164 'Clients should use tracing and memory-infra in new Telemetry '
190 for line in lines:
210 for pi in self.GetSystemProcessInfo():
216 if not pid or pid not in ppid_map:
218 ret = [p for p in ppid_map[pid] if creation_map[p] >= creation_map[pid]]
219 for child in ret
    [all...]
  /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/freetype/src/base/
ftoutln.c 21 /* All functions are declared in freetype.h. */
36 /* The macro FT_COMPONENT is used in trace mode. It is an implicit */
48 /* documentation is in ftoutln.h */
69 FT_Int n; /* index of contour in outline */
70 FT_UInt first; /* index of first point in contour */
89 FT_Int last; /* index of last point in contour */
338 /* documentation is in ftoutln.h */
354 /* documentation is in ftoutln.h */
399 /* documentation is in ftoutln.h */
460 /* documentation is in ftoutln.h *
940 FT_Vector in, out, anchor, shift; local
    [all...]
  /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
140 FileInputStream in = closer.register(openStream()); local
141 return readFile(in, in.getChannel().size());
162 InputStream in, long expectedSize) throws IOException {
164 throw new OutOfMemoryError("file is too large to fit in a byte array: "
169 // the file normally in that case
171 ? ByteStreams.toByteArray(in)
172 : 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/guice/lib/build/
munge.jar 

Completed in 1702 milliseconds

<<41424344454647484950>>