HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1726 - 1750 of 3847) sorted by null

<<61626364656667686970>>

  /frameworks/support/exifinterface/tests/src/android/support/media/
ExifInterfaceTest.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
75 // We translate double to rational in a 1/10000 precision.
781 InputStream in = null; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 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
31 // dlopen() does not go through default library path search if there is a "/" in the library name.
274 struct stream_in *in; member in union:stream_ptr
360 snd_device_t last_logged_snd_device[AUDIO_USECASE_MAX][2]; /* [out, in] */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest2.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
54 private void readObject(java.io.ObjectInputStream in)
56 in.defaultReadObject();
60 milliseconds = in.readLong();
112 private void readObject(java.io.ObjectInputStream in)
114 ObjectInputStream.GetField fields = in.readFields();
142 private void readObject(java.io.ObjectInputStream in)
144 ObjectInputStream.GetField fields = in.readFields();
163 private void readObject(java.io.ObjectInputStream in)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ServerSocketChannelTest.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
78 // Test for methods in abstract class.
135 // Bind to a local address that is in use
413 InputStream in = serverSocket.getInputStream(); local
417 assertReadResult(in,CAPACITY_NORMAL);
426 private void assertReadResult(InputStream in, int size) throws IOException{
430 while ((count = in.read(readContent, total, size + 1 - total)) != -1) {
452 InputStream in = serverSocket.getInputStream(); local
455 assertReadResult(in,CAPACITY_NORMAL)
514 InputStream in = socket.getInputStream(); local
559 InputStream in = socket.getInputStream(); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.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
1039 private final SourceChannel in; field in class:SSLEngineTest.HandshakeHandler
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.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
116 * An array with powers of five that fit in the type <code>long</code>
122 * An array with powers of ten that fit in the type <code>long</code>
212 * The arbitrary precision integer (unscaled value) in the internal
222 * The 32-bit integer scale in the internal representation of {@code BigDecimal}.
227 * Represent the number of decimal digits in the unscaled value. This
228 * precision is calculated the first time, and used in the following calls
253 * @param in
262 * offset+len-1 >= in.length}, or if {@code in} does no
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
Base64Test.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
138 * Checks characters that are bad both in RFC4648 {@link #TABLE_1} and
139 * in {@link #TABLE_2} based decoding.
959 InputStream in = Base64.getDecoder().wrap(new ByteArrayInputStream("\/v8=".getBytes())); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.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
155 * Tests the behaviour of HTTPS connection in case of unavailability of requested resource.
285 * Tests the behaviour of HttpsURLConnection in case of retrieving
353 * Tests the behaviour in case of sending the data to the server.
581 * (Authenticator was not set up in the system).
617 * Tests the behaviour of HTTPS connection in case of unavailability of requested resource (as
671 InputStream in = getClass().getClassLoader().getResourceAsStream(ksFileName); local
673 BufferedInputStream bufIn = new BufferedInputStream(in, 8192);
712 * type installed in the system in lower case) is searched in classpath
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
72 * Do not store it in place where untrusted code can access it.
81 * executing in the same caller class {@code C}.
102 * {@link Lookup#in publicLookup().in(C.class)}.
158 * determined, and securely stored in the {@code Lookup} object.
169 * (Bytecode behaviors are described in section 5.4.3.5 of the Java Virtual Machine Specification.)
233 * documented as a parameter named {@code refc} in the lookup methods
629 public Lookup in(Class<?> requestedLookupClass) { method in class:MethodHandles.Lookup
    [all...]
  /libcore/ojluni/src/main/java/java/security/
Provider.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
57 * in each runtime it is installed in.
61 * in the "Java Cryptography Architecture API Specification &amp; Reference"
65 * service in Java that uses a pluggable architecture with a choice
76 * The following attributes are automatically placed in each Provider object:
78 * <caption><b>Attributes Automatically Placed in a Provider Object</b></caption>
100 // changes to it are made. As of 2017-05-22 this is only used in ProviderTest
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.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
75 * Unless otherwise specified, the methods defined in this class are not
168 * in conjunction with the certificateEquals criterion, it is usually not
181 * must match the certificate serial number in the
195 * must match the issuer distinguished name in the
211 * encoding information in the
216 * must match the issuer distinguished name in the
221 * distinguished name, in RFC 2253 format
1971 DerInputStream in = new DerInputStream(rawExtVal); local
2114 DerInputStream in = new DerInputStream(extVal); local
2148 DerInputStream in = new DerInputStream(extVal); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
60 * To enable MAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
167 if (DEBUG) Log.d(TAG, "MAP Service closeService in");
192 //Perform cleanup in Handler running on worker Thread
636 * No changes will be applied unless in disconnected state
658 * - Each change in accounts
735 * Will ensure the key returned is greater than the largest key in use.
736 * Unless the key 255 is in use, in which case the first free masI
1090 Intent in = new Intent(context, BluetoothMapSettings.class); local
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 3 // license that can be found in the LICENSE file.
14 // See "The Laws of Reflection" for an introduction to reflection in Go:
28 // if any, are noted in the documentation for each method.
38 // Align returns the alignment in bytes of a value of
39 // this type when allocated in memory.
42 // FieldAlign returns the alignment in bytes of a value of
43 // this type when used as a field in a struct.
46 // Method returns the i'th method in the type's method set.
47 // It panics if i is not in the range [0, NumMethod()).
56 // MethodByName returns the method with that name in the type'
1045 func (t *funcType) in() []*rtype { func
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 3 // license that can be found in the LICENSE file.
14 // See "The Laws of Reflection" for an introduction to reflection in Go:
28 // if any, are noted in the documentation for each method.
38 // Align returns the alignment in bytes of a value of
39 // this type when allocated in memory.
42 // FieldAlign returns the alignment in bytes of a value of
43 // this type when used as a field in a struct.
46 // Method returns the i'th method in the type's method set.
47 // It panics if i is not in the range [0, NumMethod()).
56 // MethodByName returns the method with that name in the type'
1045 func (t *funcType) in() []*rtype { func
    [all...]
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/jvnet/staxex/stax-ex/1.7.7/
stax-ex-1.7.7.jar 
  /system/core/adb/
sysdeps_win32.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
208 // allocate a FH that we're in the middle of closing.
731 // Save err just in case inet_ntoa() or ntohs() changes the last error.
798 // Save err just in case inet_ntoa() or ntohs() changes the last error.
889 // TODO: Implement timeouts for Windows. Seems like the default in theory
890 // (according to http://serverfault.com/a/671453) and in practice is 21 sec.
1977 const HANDLE in = _get_console_handle(STDIN_FILENO, &_old_console_mode); local
2011 const HANDLE in = _console_handle; local
    [all...]
  /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
HidlTestJava.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
373 IBase.VectorOfArray in = new IBase.VectorOfArray(); local
382 in.addresses.add(mac);
386 int n = in.addresses.size();
389 expectedOut.addresses.add(in.addresses.get(n - 1 - i));
392 IBase.VectorOfArray out = proxy.someMethodWithVectorOfArray(in);
397 ArrayList<byte[]> in = new ArrayList<byte[]>(); local
406 in.add(mac);
411 int n = in.size()
425 IBase.StringMatrix5x3 in = new IBase.StringMatrix5x3(); local
443 String[][] in = new String[5][3]; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff64-rs6000.c 13 This program is distributed in the hope that it will be useful,
289 struct internal_lineno *in = (struct internal_lineno *) in1; local
291 in->l_lnno = H_GET_32 (abfd, (ext->l_lnno));
292 if (in->l_lnno == 0)
293 in->l_addr.l_symndx = H_GET_32 (abfd, ext->l_addr.l_symndx);
295 in->l_addr.l_paddr = H_GET_64 (abfd, ext->l_addr.l_paddr);
301 struct internal_lineno *in = (struct internal_lineno *) inp; local
304 H_PUT_32 (abfd, in->l_addr.l_symndx, ext->l_addr.l_symndx);
305 H_PUT_32 (abfd, in->l_lnno, (ext->l_lnno));
307 if (in->l_lnno == 0
319 struct internal_syment *in = (struct internal_syment *) in1; local
333 struct internal_syment *in = (struct internal_syment *) inp; local
350 union internal_auxent *in = (union internal_auxent *) in1; local
438 union internal_auxent *in = (union internal_auxent *) inp; local
    [all...]
ecofflink.c 12 This program is distributed in the hope that it will be useful,
36 /* Routines to swap auxiliary information in and out. I am assuming
40 /* Swap in a type information record.
50 *ext = *ext_copy; /* Make it reasonable to do in-place. */
109 *intern = *intern_copy; /* Make it reasonable to do in-place. */
157 /* Swap in a relative symbol record. BIGEND says whether it is in
167 *ext = *ext_copy; /* Make it reasonable to do in-place. */
198 /* Swap out a relative symbol record. BIGEND says whether it is in
208 *intern = *intern_copy; /* Make it reasonable to do in-place. *
948 bfd_byte *in; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 14 In addition to the permissions in the GNU Library General Public
19 restrictions do apply in other respects; for example, they cover
23 Libiberty is distributed in the hope that it will be useful,
39 /* This file lives in both GCC and libiberty. When making changes, please
73 /* In order to allow a single demangler executable to demangle strings
77 is in that string. CPLUS_MARKER is usually '$' on systems where the
81 by the next most common value, followed by an explicit '$' in case
130 int temp_start; /* index in demangled to start of template args */
147 const char *const in; member in struct:optable
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/
jackson-dataformat-cbor-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 

Completed in 1342 milliseconds

<<61626364656667686970>>