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

12345

/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;
107 IO in, out; /* input/output state */ variable
157 if (in.name == NULL) {
158 in.name = "stdin";
159 in.fd = STDIN_FILENO;
161 in.fd = open(in
[all...]
/system/core/libsparse/
H A Dimg2simg.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
48 int in; local
71 in = STDIN_FILENO;
73 in = open(argv[1], O_RDONLY | O_BINARY);
74 if (in < 0) {
90 len = lseek64(in, 0, SEEK_END);
91 lseek64(in, 0, SEEK_SET);
100 ret = sparse_file_read(s, in, false, false);
112 close(in);
[all...]
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
40 int in; local
59 in = STDIN_FILENO;
61 in = open(argv[i], O_RDONLY | O_BINARY);
62 if (in < 0) {
68 s = sparse_file_import(in, true, false);
82 close(in);
H A Dsimg2simg.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
44 int in; local
61 in = open(argv[1], O_RDONLY | O_BINARY);
62 if (in < 0) {
67 s = sparse_file_import(in, true, false);
112 close(in);
/system/media/camera/docs/
H A DCameraMetadataEnums.mako6 ## you may not use this file except in compliance with the License.
11 ## Unless required by applicable law or agreed to in writing, software
22 * definitions in /system/media/camera/docs. Do not modify by hand or
32 % for value in entry.enum.values:
49 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
50 % for section in outer_namespace.sections:
53 % for inner_namespace in get_children_by_filtering_kind(section, xml_name, 'namespaces'):
56 % for entry in filter_visibility(inner_namespace.entries, ('hidden','public')):
64 % for entry in filter_visibility( \
H A Dcamera_metadata_tag_info.mako6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
24 * Array assignments are done using specified-index syntax to keep things in
35 % for i in find_all_sections(metadata):
41 % for i in find_all_sections(metadata):
47 % for sec in find_all_sections(metadata):
50 % for entry in find_unique_entries(sec):
59 % for i in find_all_sections(metadata):
72 % for sec in find_all_sections(metadata):
73 % for idx,entry in enumerat
[all...]
H A DCameraCaptureResultTest.mako6 ## you may not use this file except in compliance with the License.
11 ## Unless required by applicable law or agreed to in writing, software
19 * definitions in /system/media/camera/docs. Do not modify by hand or
25 % for sec in find_all_sections(metadata):
26 % for entry in find_unique_entries(sec):
34 // defined in metadata xml file.
H A DCameraMetadataKeys.mako6 ## you may not use this file except in compliance with the License.
11 ## Unless required by applicable law or agreed to in writing, software
23 * definitions in /system/media/camera/docs. Do not modify by hand or
38 % for value in entry.enum.values:
46 % if any(tag.name == 'FULL' for tag in entry.tags):
49 * Present on all devices that report being FULL level hardware devices in the
63 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
64 % for section in outer_namespace.sections:
67 % for inner_namespace in get_children_by_filtering_kind(section, xml_name, 'namespaces'):
70 % for entry in filter_visibilit
[all...]
H A Dmetadata_template.mako6 you may not use this file except in compliance with the License.
11 Unless required by applicable law or agreed to in writing, software
23 % for tag in metadata.tags:
33 % for typedef in metadata.types:
35 % for (language, klass) in typedef.languages.iteritems():
42 % for root in metadata.outer_namespaces:
44 % for section in root.sections:
51 % for kind in section.kinds: # dynamic,static,controls
55 % for nested in node.namespaces:
59 % for entry in nod
[all...]
H A Dcamera_metadata_tags.mako6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
42 /** TODO: Nearly every enum in this file needs a description */
51 % for i in find_all_sections(metadata):
60 * Hierarchy positions in enum space. All vendor extension tags must be
64 % for i in find_all_sections(metadata):
77 % for sec in find_all_sections(metadata):
78 % for idx,entry in enumerate(find_unique_entries(sec)):
95 % for sec in find_all_sections(metadata):
96 % for entry in find_unique_entrie
[all...]
H A Dmetadata-generate7 # you may not use this file except in compliance with the License.
12 # Unless required by applicable law or agreed to in writing, software
47 local in=$thisdir/$1
50 gen_file_abs "$in" "$out"
55 local in="$1"
59 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $in $out
81 for file in "${input_files[@]}"; do
94 echo "No changes in ${git_path}" >& /dev/null
96 echo "There are changes in ${git_path}" >& /dev/null
124 echo "No starting delimiter found in
[all...]
H A Dhtml.mako7 you may not use this file except in compliance with the License.
12 Unless required by applicable law or agreed to in writing, software
82 supposedly there is a bug in chrome that it lays out tables before
100 for words in text.split(" "):
103 new_word = "".join([addwbr(i) for i in words])
108 for i in replace_chars:
122 % for nested in node.namespaces:
125 % for entry in node.merged_entries:
133 % for root in metadata.outer_namespaces:
134 % for section in roo
[all...]
/system/core/cpio/
H A Dmkbootfs.c45 /* Each line in the canned file should be a path plus three ints (uid,
80 // Use the compiled-in fs_config() function.
88 // Nothing is special about this value, just picked something in the
148 static void _archive(char *in, char *out, int ilen, int olen);
154 static void _archive_dir(char *in, char *out, int ilen, int olen) argument
162 in, out, ilen, olen);
165 d = opendir(in);
166 if(d == 0) die("cannot open directory '%s'", in);
205 in[ilen] = '/';
206 memcpy(in
225 _archive(char *in, char *out, int ilen, int olen) argument
270 char in[8192]; local
[all...]
/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
73 * Each float should be in the range -1.0 to 1.0. Values outside that range are clamped.
115 * Multiply-accumulate 16-bit terms with 32-bit result: return a + in*v.
118 int32_t mulAdd(int16_t in, int16_t v, int32_t a) argument
122 asm( "smlabb %[out], %[in], %[v], %[a] \n"
124 : [in]"%r"(in), [v]"r"(v), [a]"r"(a)
128 return a + in * (int32_t)v;
133 * Multiply 16-bit terms with 32-bit result: return in*
136 mul(int16_t in, int16_t v) argument
[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 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>
/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...]
/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/core/rootdir/
H A DAndroid.mk24 # Put it here instead of in init.rc module definition,
33 $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/init.environ.rc.in
/system/extras/ext4_utils/
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

Completed in 3578 milliseconds

12345