Searched refs:in (Results 151 - 175 of 309) sorted by relevance

1234567891011>>

/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
30 * The memcpy_* conversion routines are designed to work in-place on same dst as src
107 * Each float should be in the range -1.0 to 1.0. Values outside that range are clamped,
163 * The packed 24 bit input is stored in native endian format in a uint8_t byte array.
177 * The packed 24 bit output is stored in native endian format in a uint8_t byte array.
191 * The packed 24 bit input is stored in native endian format in
963 mulAdd(int16_t in, int16_t v, int32_t a) argument
981 mul(int16_t in, int16_t v) argument
[all...]
/system/timezone/distro/core/
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
22 # need to build framework (as appears to be the case in aosp/master).
31 # Library of classes for handling time zone distros. Used in unbundled
/system/ca-certificates/
H A DAndroid.mk5 # you may not use this file except in compliance with the License.
10 # Unless required by applicable law or agreed to in writing, software
52 # This is so that build/target/product/core.mk can use cacerts in PRODUCT_PACKAGES
/system/ca-certificates/google/
H A DAndroid.mk5 # you may not use this file except in compliance with the License.
10 # Unless required by applicable law or agreed to in writing, software
26 # This is so that build/target/product/core.mk can use cacerts_google in PRODUCT_PACKAGES
/system/keymaster/
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
40 # Currently, if enabled, these flags will cause an internal error in Clang.
H A Dkeymaster0_engine.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
74 static int rsa_private_transform(RSA* rsa, uint8_t* out, const uint8_t* in, size_t len);
87 int RsaPrivateTransform(RSA* rsa, uint8_t* out, const uint8_t* in, size_t len) const;
H A Dkeymaster1_engine.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
104 const uint8_t* in, size_t in_len, int padding);
106 const uint8_t* in, size_t in_len, int padding);
/system/timezone/distro/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
29 # Used when generating distros and in host-side tests.
/system/extras/ioblame/
H A Dioblame.sh11 case $1 in
43 case $model in
158 # This is a good point to check if the Android FS tracepoints are enabled in the
162 echo "Android FS tracepoints not enabled in kernel. Exiting..."
182 # Start this in the background ('&')
328 # Loop over each file that was involved in IO
333 for i in `cat uniq_files`
345 for j in `cat uniq_pids_byfile`
364 # Loop over each file that was involved in IO
368 for i in `ca
[all...]
/system/extras/tests/workloads/
H A Ddefs.sh51 case "$1" in
85 # do a throw-away adb in case the server is out-of-date
107 case "$DEVICE" in
110 echo Could not put PID $$ in background
182 in=$1
183 in=${in:=0.0}
184 set -- $(echo $in | tr . " ")
186 # shell addition via (( )) doesn't like leading zeroes in msecs
275 # look for any reclaim events in atrac
[all...]
H A Dchromefling.sh15 case "$1" in
41 case $DEVICE in
/system/bt/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c8 * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
29 operations described in A2DP Appendix B, Figure 12.3. Several
37 According to Fig 12.3, in the 8-subband case,
65 formally demonstrated in, e.g., Liu, Chi-Min and Lee,
67 Filter Banks in Current Audio Coding Standards." Journal of
73 the matrix N in light of its factorization into C2 and R, R's
74 sparseness has implications for interpreting the values in V. In
75 particular, there is considerable redundancy in the values stored in
526 cosineModulateSynth4(SBC_BUFFER_T* RESTRICT out, int32_t const* RESTRICT in) argument
[all...]
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Dargs.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
118 in.dbsz = out.dbsz = 512;
203 * if (in.offset > INT_MAX/in.dbsz || out.offset > INT_MAX/out.dbsz)
220 in.dbsz = out.dbsz = strsuftoll("block size", arg, 1, UINT_MAX);
253 in.dbsz = strsuftoll("input block size", arg, 1, UINT_MAX);
260 in.name = arg;
313 in
[all...]
/system/core/adf/libadf/include/adf/
H A Dadf.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
85 * (*) stores the returned sync fence fd in a provided buffer, so the client
136 adf_id_t *in, size_t n_in, adf_id_t **out);
143 adf_id_t *in, size_t n_in, adf_id_t **out);
198 * (*) stores the returned sync fence fd in a provided buffer, so the client
234 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in,
/system/extras/ioshark/
H A Dcollect-straces-ftraces.sh9 # parse in data/system/vendor and parse out /sys/devices/system/...
15 # replace seconds since epoch with SECONDS SINCE BOOT in the
39 for i in `cat pidlist`
48 # The goal here is to catch mmap'ed IO (reads) that won't be in the
49 # strace file. The algorithm is to look for mmaps in the strace file,
50 # use the files tha are mmap'ed to search in the ftraces to pick up
56 for stracefile in trace.*
70 # If we have matching strace and ftrace files, then look for mmaps in
81 for j in `sort mapped_files | uniq`
/system/libvintf/
H A DRuntimeInfo-target.cpp5 * 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 std::ifstream in{"/proc/cpuinfo"};
89 if (!in.is_open()) {
94 sstream << in.rdbuf();
/system/tools/hidl/test/
H A Dhidl_test_client.cpp271 // Ensure (statically) that the types in IImportRules resolves to the correct types by
340 // not interested in things registered from previous runs of hidl_test
398 // getStub is true if we are in passthrough mode to skip checking
480 // in passthrough mode, this will already be opened
920 ? IBar::descriptor // service is actually IBar in binderized mode
1074 << "ns, expect to finish in "
1171 hidl_array<float, 3, 5> in; local
1175 in[i][j] = k;
1179 ALOGI("CLIENT call transposeMe(%s).", to_string(in).c_str());
1182 in,
1196 IFoo::MultiDimensional in; local
1277 IFoo::StringMatrix5x3 in; local
1297 hidl_array<hidl_string, 5, 3> in; local
1341 hidl_array<hidl_string, 5, 3> in; local
1347 hidl_vec<uint8_t> in; local
1361 hidl_vec<uint8_t> in; local
1371 hidl_vec<sp<ISimple> > in; local
1391 hidl_vec<sp<::android::hidl::base::V1_0::IBase> > in; local
1542 sp<ISimple> in = new Complicated(42); local
[all...]
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/system/update_engine/scripts/
H A Dbrillo_update_payload5 # found in the LICENSE file.
22 # metadata in bytes to the specified file
26 # --signature_size signature sizes in bytes in the following format:
36 # --signature_size signature sizes in bytes in the following format:
38 # --payload_signature_file the payload signature files in the following
41 # --metadata_signature_file the metadata signature files in the following
45 # the signed payload metadata in bytes to the
72 for path in /us
[all...]
/system/bt/build/
H A Dinstall_deps.sh23 for clang_version in 3.9 3.8 3.7 3.6 3.5
/system/core/fastboot/
H A Dusb_linux.cpp5 * 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
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
110 /* True if name isn't a valid name for a USB device in /sys/bus/usb/devices.
149 int in, out; local
178 * requests while they're in the middle of flashing.
221 in
338 int n, in, out, ifc; local
[all...]
/system/core/libpixelflinger/
H A Dbuffer.cpp6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
38 static uint32_t downshift_component(uint32_t in, uint32_t v,
323 uint32_t downshift_component( uint32_t in, uint32_t v, argument
365 in |= v<<dl;
370 in |= v<<shift;
376 if (shift > 0) in |= v>>shift;
377 else if (shift < 0) in |= v<<shift;
378 else in |= v;
380 return in;
[all...]
/system/security/keystore/
H A Dblob.cpp5 * 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, argument
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, argument
113 EVP_DecryptUpdate(ctx.get(), out_pos, &out_len, in, le
260 const int in = TEMP_FAILURE_RETRY(open(filename.c_str(), O_RDONLY)); local
[all...]

Completed in 505 milliseconds

1234567891011>>