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

<<11121314151617181920>>

  /external/lzma/Java/Tukaani/src/
XZSeekDecDemo.java 14 * Decompresses a .xz file in random access mode to standard output.
28 SeekableXZInputStream in = new SeekableXZInputStream(file); local
30 System.err.println("Number of XZ Streams: " + in.getStreamCount());
31 System.err.println("Number of XZ Blocks: " + in.getBlockCount());
33 System.err.println("Uncompressed size: " + in.length() + " B");
36 + in.getLargestBlockSize() + " B");
39 int checkTypes = in.getCheckTypes();
46 + in.getIndexMemoryUsage() + " KiB");
51 while ((size = in.read(buf)) != -1)
58 in.seek(pos)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_frag.c 7 * "Software"), to deal in the Software without restriction, including
14 * next paragraph) shall be included in all copies or substantial
20 * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
21 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60 uint64_t in; local
63 nv10_get_final_combiner(ctx, &in, &n);
66 PUSH_DATA (push, in);
67 PUSH_DATA (push, in >> 32)
    [all...]
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
EchoSocketSample.java 9 * Redistribution and use in source and binary forms, with or without modification,
15 * 2. Redistributions in binary form must reproduce the above copyright notice,
16 * this list of conditions and the following disclaimer in the documentation
26 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
30 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
48 System.in.read();
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.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
65 private HttpMessageDecoder(HttpResponseMessage in, String encoding)
67 super(in.method, in.url);
68 this.headers.addAll(in.headers);
71 InputStream body = in.getBody();
82 this.in = in;
85 private final HttpResponseMessage in; field in class:HttpMessageDecoder
    [all...]
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
SynchronousHttpClient.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
44 static long readAllAndClose(InputStream in) throws IOException {
47 for (int count; (count = in.read(buffer)) != -1; ) {
50 in.close();
  /external/pdfium/third_party/lcms2-2.6/src/
cmshalf.c 8 // to deal in the Software without restriction, including without limitation
13 // The above copyright notice and this permission notice shall be included in
19 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30 // This code is inspired in the paper "Fast Half Float Conversions"
523 } in; local
    [all...]
  /external/selinux/policycoreutils/hll/pp/
pp.c 9 * This program is distributed in the hope that it will be useful,
71 FILE *in = NULL; local
92 in = fopen(argv[1], "rb");
93 if (in == NULL) {
99 in = stdin;
118 rc = sepol_ppfile_to_module_package(in, &mod_pkg);
122 fclose(in);
123 in = NULL;
131 if (in != NULL) {
132 fclose(in);
    [all...]
  /external/selinux/policycoreutils/semodule_package/
semodule_unpackage.c 44 struct sepol_policy_file *in, *out; local
61 if (file_to_policy_file(ppfile, &in, "r"))
69 if (sepol_module_package_read(pkg, in, 0) == -1) {
83 sepol_policy_file_free(in);
  /external/toybox/toys/other/
dos2unix.c 42 int len, in, out; local
48 for (in = out = 0; in < len; in++) {
49 char x = toybuf[in+sizeof(toybuf)/2];
51 // Drop \r only if followed by \n in dos2unix mode
55 // Add \r only if \n not after \r in unix2dos mode
  /external/toybox/toys/posix/
uudecode.c 17 -o write to OUTFILE instead of filename in header
48 char *in, *out; local
59 in = out = line;
60 if (!m) olen = (*(in++) - 32) & 0x3f;
72 if (!(c = *(in++))) goto line_done;
uuencode.c 15 Uuencode stdin (or file) to stdout, with encode-filename in the output.
35 char *in; local
40 in = buf;
42 for (in = buf; in-buf < i; ) {
43 int j, x, bytes = i - (in-buf);
50 if (j < bytes) x |= (*(in++) & 0x0ff) << (8*(2-j));
  /external/tpm2/
Marshal_ActivateCredential.c 3 // found in the LICENSE file.
67 ActivateCredential_In in; local
78 result = ActivateCredential_In_Unmarshal(&in, request_handles,
85 result = TPM2_ActivateCredential(&in, &out);
Marshal_Certify.c 3 // found in the LICENSE file.
68 Certify_In in; local
79 result = Certify_In_Unmarshal(&in, request_handles, request_parameter_buffer,
85 result = TPM2_Certify(&in, &out);
Marshal_CertifyCreation.c 3 // found in the LICENSE file.
76 CertifyCreation_In in; local
87 result = CertifyCreation_In_Unmarshal(&in, request_handles,
94 result = TPM2_CertifyCreation(&in, &out);
Marshal_Commit.c 3 // found in the LICENSE file.
73 Commit_In in; local
84 result = Commit_In_Unmarshal(&in, request_handles, request_parameter_buffer,
90 result = TPM2_Commit(&in, &out);
Marshal_ContextLoad.c 3 // found in the LICENSE file.
60 ContextLoad_In in; local
72 ContextLoad_In_Unmarshal(&in, request_handles, request_parameter_buffer,
78 result = TPM2_ContextLoad(&in, &out);
Marshal_ContextSave.c 3 // found in the LICENSE file.
57 ContextSave_In in; local
69 ContextSave_In_Unmarshal(&in, request_handles, request_parameter_buffer,
75 result = TPM2_ContextSave(&in, &out);
Marshal_Create.c 3 // found in the LICENSE file.
79 Create_In in; local
90 result = Create_In_Unmarshal(&in, request_handles, request_parameter_buffer,
96 result = TPM2_Create(&in, &out);
Marshal_CreatePrimary.c 3 // found in the LICENSE file.
81 CreatePrimary_In in; local
93 CreatePrimary_In_Unmarshal(&in, request_handles, request_parameter_buffer,
99 result = TPM2_CreatePrimary(&in, &out);
Marshal_Duplicate.c 3 // found in the LICENSE file.
70 Duplicate_In in; local
82 Duplicate_In_Unmarshal(&in, request_handles, request_parameter_buffer,
88 result = TPM2_Duplicate(&in, &out);
Marshal_ECC_Parameters.c 3 // found in the LICENSE file.
61 ECC_Parameters_In in; local
72 result = ECC_Parameters_In_Unmarshal(&in, request_handles,
79 result = TPM2_ECC_Parameters(&in, &out);
Marshal_ECDH_KeyGen.c 3 // found in the LICENSE file.
58 ECDH_KeyGen_In in; local
70 ECDH_KeyGen_In_Unmarshal(&in, request_handles, request_parameter_buffer,
76 result = TPM2_ECDH_KeyGen(&in, &out);
Marshal_ECDH_ZGen.c 3 // found in the LICENSE file.
62 ECDH_ZGen_In in; local
74 ECDH_ZGen_In_Unmarshal(&in, request_handles, request_parameter_buffer,
80 result = TPM2_ECDH_ZGen(&in, &out);
Marshal_EC_Ephemeral.c 3 // found in the LICENSE file.
61 EC_Ephemeral_In in; local
73 EC_Ephemeral_In_Unmarshal(&in, request_handles, request_parameter_buffer,
79 result = TPM2_EC_Ephemeral(&in, &out);
Marshal_EncryptDecrypt.c 3 // found in the LICENSE file.
75 EncryptDecrypt_In in; local
86 result = EncryptDecrypt_In_Unmarshal(&in, request_handles,
93 result = TPM2_EncryptDecrypt(&in, &out);

Completed in 80 milliseconds

<<11121314151617181920>>