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

<<41424344454647484950>>

  /system/core/fastboot/
usb_linux.cpp 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
57 /* Timeout in seconds for usb_wait_for_disconnect.
59 * under 2 seconds) but we'll time out after 3 seconds just in case.
72 // with a 16MiB global limit in 3.3, but each URB submitted required a
78 // In 3.6, the contiguous buffer limit was removed by allocating multipl
149 int in, out; local
338 int n, in, out, ifc; local
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 11 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in the
26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
78 IO in, out; /* input/output state */ variable
157 if (in.name == NULL) {
158 in.name = "stdin";
159 in.fd = STDIN_FILENO
    [all...]
  /system/core/trusty/keymaster/
trusty_keymaster_device_test.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
71 const uint8_t* in = static_cast<uint8_t*>(in_buf); local
72 req.Deserialize(&in, in + in_size);
  /system/security/keystore/
blob.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
64 * Encrypt 'len' data at 'in' with AES-GCM, using 128-bit key at 'key', 96-bit IV at 'iv' and write
65 * output to 'out' (which may be the same location as 'in') and 128-bit tag to 'tag'.
67 ResponseCode AES_gcm_encrypt(const uint8_t* in, uint8_t* out, size_t len, const uint8_t* key,
79 EVP_EncryptUpdate(ctx.get(), out_pos, &out_len, in, len);
96 * Decrypt 'len' data at 'in' with AES-GCM, using 128-bit key at 'key', 96-bit IV at 'iv', checking
97 * 128-bit tag at 'tag' and writing plaintext to 'out' (which may be the same location as 'in').
99 ResponseCode AES_gcm_decrypt(const uint8_t* in, uint8_t* out, size_t len, const uint8_t* key,
113 EVP_DecryptUpdate(ctx.get(), out_pos, &out_len, in, len)
260 const int in = TEMP_FAILURE_RETRY(open(filename.c_str(), O_RDONLY)); local
    [all...]
  /system/timezone/zone_compactor/main/java/
ZoneCompactor.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
42 // Maximum number of characters in a zone name, including '\0' terminator.
58 InputStream in = new FileInputStream(inFile); local
61 int nbytes = in.read(buf);
104 // Fill in fields for links.
121 // int index_offset -- so we can slip in extra header fields in a backwards-compatible way
179 // Go back and fix up the offsets in the header.
  /toolchain/binutils/binutils-2.25/bfd/
coff-stgo32.c 12 This program is distributed in the hope that it will be useful,
23 DOS executable program before the coff image to load it in memory
28 The only thing what they do is to adjust the information stored in
31 the coff image. It loads the image in memory and assumes then, that the
32 image had no stub by using the filepointers as pointers in the coff
33 image and NOT in the file.
36 here and NOT in the DJGPP startup code. */
121 technique is in any function the same. For the ...in function,
150 adjust_filehdr_out_pre (bfd * abfd, void * in, void * out
223 union internal_auxent *in = (union internal_auxent *) in1; local
241 union internal_auxent *in = (union internal_auxent *) inp; local
259 union internal_auxent *in = (union internal_auxent *) inp; local
    [all...]
  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
InputStreamBerDataValueReader.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
31 public InputStreamBerDataValueReader(InputStream in) {
32 if (in == null) {
33 throw new NullPointerException("in == null");
35 mIn = in;
51 RecordingInputStream in = new RecordingInputStream(input); local
54 int firstIdentifierByte = in.read();
59 int tagNumber = readTagNumber(in, firstIdentifierByte);
61 int firstLengthByte = in.read()
    [all...]
  /tools/apksig/src/test/java/com/android/apksig/
ApkSignerTest.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
68 "golden-unaligned-in.apk",
72 "golden-legacy-aligned-in.apk",
76 "golden-aligned-in.apk",
81 "golden-unaligned-in.apk",
87 "golden-legacy-aligned-in.apk",
93 "golden-aligned-in.apk",
100 "golden-unaligned-in.apk",
106 "golden-legacy-aligned-in.apk"
155 DataSource in = local
269 String in = "original.apk"; local
287 String in = "original.apk"; local
305 String in = "original.apk"; local
417 DataSource in = local
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/invoker/
InvocationContext.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
224 CLog.d("Device with serial '%s', not found in the metadata", serial);
237 "Device with serial '%s' doesn't match a name in the metadata",
296 private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException {
298 in.defaultReadObject();
  /tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
Sl4aClient.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
137 // even after being closed, socket may remain in TIME_WAIT state
138 // reuse address allows to connect to it even in this state.
229 BufferedReader in = new BufferedReader(new InputStreamReader(mSocket.getInputStream())); local
231 String response = in.readLine();
248 BufferedReader in = new BufferedReader(new InputStreamReader(mSocket.getInputStream())); local
249 String response = in.readLine();
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
RemoteManagerTest.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
76 BufferedReader in = new BufferedReader(new InputStreamReader(data)); local
79 mRemoteManager.processClientOperations(in, pw);
95 BufferedReader in = new BufferedReader(new InputStreamReader(data)); local
98 mRemoteManager.processClientOperations(in, pw);
114 BufferedReader in = new BufferedReader(new InputStreamReader(data)); local
117 mRemoteManager.processClientOperations(in, pw);
130 BufferedReader in = new BufferedReader(new InputStreamReader(data)); local
133 mRemoteManager.processClientOperations(in, pw)
148 BufferedReader in = new BufferedReader(new InputStreamReader(data)); local
166 BufferedReader in = new BufferedReader(new InputStreamReader(data)); local
183 BufferedReader in = new BufferedReader(new InputStreamReader(data)); local
200 BufferedReader in = new BufferedReader(new InputStreamReader(data)); local
221 BufferedReader in = new BufferedReader(new InputStreamReader(data)); local
245 BufferedReader in = new BufferedReader(new InputStreamReader(data)); local
    [all...]
  /tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
WifiMonitorService.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
181 * @param interval an interval of connectivity checks in milliseconds.
219 * @returns a comma-separated list of latency history for the given URL in milliseconds.
223 FileInputStream in = null; local
225 in = context.openFileInput(DATA_FILE);
226 final BufferedReader reader = new BufferedReader(new InputStreamReader(in));
232 closeSilently(in);
  /prebuilts/sdk/current/support/exifinterface/
android-support-exifinterface.jar 
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar 
  /prebuilts/tools/common/m2/repository/com/cocoahero/android/geojson/1.0.1/
geojson-1.0.1.jar 
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CommandReceiverActivity.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
203 TimeUnit.SECONDS.toMillis(timeInSeconds) /* in milliseconds */);
476 final InputStream in = new FileInputStream(file); local
480 while ((count = in.read(buffer)) != -1) {
484 in.close();
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
NetworkUsageStatsTest.java 5 * use this file except in compliance with the License. You may obtain a copy
10 * Unless required by applicable law or agreed to in writing, software
138 " your phone, have enabled data over cellular and in case of" +
162 InputStreamReader in = null; local
174 in = new InputStreamReader(
178 while (in.read() != -1) ++mBytesRead;
184 if (in != null) {
186 in.close();
650 // storing files of >2MB in CTS.
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.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
97 * whether to use Vertex Buffer Object in rendering or not
351 InputStream in = null; local
353 in = mContext.getAssets().open(TEXTURE_FILE);
354 Bitmap bitmap = BitmapFactory.decodeStream(in);
373 if (in != null)
375 in.close();
435 Log.i(TAG, description + " time in secs: " + timePassedInSecs);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.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
755 Allocation in = Allocation.createTyped(mRS, t); local
759 setUpAllocation(in, val);
760 s.forEach_root(in, out);
766 s.forEach_root(in, badOut);
772 in.destroy();
799 // (depending on the order in which the invokes complete).
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.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
112 /** put tags at start/stop of all templates in output */
375 * <p>Doesn't work for archives in JDK 1.1 as the URL returned by
399 log("Couldn\'t find resource " + resource + " for library " + msg + " in external classpath", Project.MSG_VERBOSE);
406 * stringtemplate-*.jar files in the lib directory and add them
645 log("Antlr libraries not found in external classpath or embedded classpath statement ", Project.MSG_ERR);
664 BufferedReader in = null; local
666 in = new BufferedReader(new FileReader(f));
669 if (in != null)
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.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
48 BufferedReader in; field in class:RemoteDebugEventSocketListener
174 event = in.readLine();
178 event = in.readLine();
200 in = new BufferedReader(isr)
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 106 // create an identically named artive in outdir/lib [the stream is
107 // closed in the archive end event handler]:
123 // create a temp file in the same dir [moved into the original one
124 // in the archive end event handler]:
150 public final void handleArchiveEntry (final JarInputStream in, final ZipEntry entry)
172 // files represent the same class; in the future I might use a more
186 // in 'copy' mode
194 // run, skip duplicates in copy mode:
199 // BUG_SF989071: using outFile here instead resulted in
219 readZipEntry (in, entry)
960 InputStream in = null; local
    [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);

Completed in 1011 milliseconds

<<41424344454647484950>>