Searched refs:in (Results 1 - 25 of 95) sorted by relevance

1234

/system/core/fastboot/
H A Dp12topem.sh9 openssl pkcs12 -passin pass:"$2" -passout pass:"$2" -in $1.p12 -out $1.pem
H A Dgenkey.sh20 openssl pkcs12 -export -in $1-cert.pem -inkey $1.pem -passin pass:"$2" \
/system/core/toolbox/
H A Ddd.c11 * 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
85 extern IO in, out;
109 IO in, out; /* input/output state */ variable
159 if (in.name == NULL) {
160 in.name = "stdin";
161 in.fd = STDIN_FILENO;
163 in.fd = open(in
[all...]
/system/netd/
H A DResolverController.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
20 #include <netinet/in.h>
21 #include <linux/in.h>
H A DPanController.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
20 #include <linux/in.h>
H A DNatController.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
20 #include <linux/in.h>
H A DPppController.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
20 #include <linux/in.h>
H A DSoftapController.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
20 #include <linux/in.h>
H A DTetherController.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
20 #include <linux/in.h>
/system/media/audio_utils/include/audio_utils/
H A Dprimitives.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
58 * Multiply-accumulate 16-bit terms with 32-bit result: return a + in*v.
61 int32_t mulAdd(int16_t in, int16_t v, int32_t a) argument
65 asm( "smlabb %[out], %[in], %[v], %[a] \n"
67 : [in]"%r"(in), [v]"r"(v), [a]"r"(a)
71 return a + in * (int32_t)v;
76 * Multiply 16-bit terms with 32-bit result: return in*v.
79 int32_t mul(int16_t in, int16_ argument
[all...]
/system/core/rootdir/etc/
H A Dinit.goldfish.sh11 # However, this will be undefined in two cases:
25 case "$qemud" in
28 case "$radio_ril" in
31 # telephony is entirely emulated in Java
41 case "$num_dns" in
55 case "$boot_anim" in
63 case "$my_ip" in
/system/extras/tests/ext4/
H A Dandroid_emmc_perf_tests.sh22 case "$HARDWARE" in
86 for I in 1 2 3
93 for I in 1 2 3
100 for I in 1 2 3
107 for I in 1 2 3
114 for I in 1 2 3
/system/core/cpio/
H A Dmkbootfs.c45 /* Each line in the canned file should be a path plus three ints (uid,
79 // Use the compiled-in fs_config() function.
87 // Nothing is special about this value, just picked something in the
147 static void _archive(char *in, char *out, int ilen, int olen);
153 static void _archive_dir(char *in, char *out, int ilen, int olen) argument
161 in, out, ilen, olen);
164 d = opendir(in);
165 if(d == 0) die("cannot open directory '%s'", in);
204 in[ilen] = '/';
205 memcpy(in
224 _archive(char *in, char *out, int ilen, int olen) argument
269 char in[8192]; local
[all...]
/system/extras/ext4_utils/
H A Dsimg2img.c5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
88 int process_raw_chunk(int in, int out, u32 blocks, u32 blk_sz, u32 *crc32) argument
96 ret = read_all(in, copybuf, chunk);
115 int process_fill_chunk(int in, int out, u32 blocks, u32 blk_sz, u32 *crc32) argument
125 ret = read_all(in, &fill_val, sizeof(fill_val));
157 int process_crc32_chunk(int in, u32 crc32) argument
162 ret = read_all(in, &file_crc32, 4);
179 int in; local
199 in
[all...]
H A Dmkuserimg.sh3 # To call this script, make sure make_ext4fs is somewhere in PATH
12 echo "in mkuserimg.sh PATH=$PATH"
37 case $EXT_VARIANT in
/system/extras/tests/fstest/
H A Dmounts-test.sh12 for i in nosuid noexec
22 for i in mem kmem
/system/core/init/
H A Dgrab-bootchart.sh17 for f in $FILES; do
/system/extras/libublock/
H A Dublock.c5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
69 const void *in, size_t in_len,
76 assert(in);
82 in_h = (const struct ublock_init_in *)in;
105 const void *in, size_t in_len,
111 assert(in);
125 const void *in, size_t in_len,
133 assert(in);
139 in_h = (const struct ublock_read_in *)in;
68 ublock_handle_init(struct ublock_ctx *ub_ctx, const void *in, size_t in_len, void *out, size_t *out_len) argument
104 ublock_handle_ready(struct ublock_ctx *ub_ctx, const void *in, size_t in_len, void *out, size_t *out_len) argument
124 ublock_handle_read(struct ublock_ctx *ub_ctx, const void *in, size_t in_len, void *out, size_t *out_len) argument
154 ublock_handle_write(struct ublock_ctx *ub_ctx, const void *in, size_t in_len, void *out, size_t *out_len) argument
180 ublock_handle_request(struct ublock_ctx *ub_ctx, const void *in, size_t in_len, void *out, size_t *out_len) argument
[all...]
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/system/core/libmincrypt/tools/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/system/extras/latencytop/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/system/extras/libpagemap/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/system/extras/librank/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/system/extras/procmem/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/system/extras/timeinfo/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software

Completed in 811 milliseconds

1234