Searched refs:in (Results 226 - 250 of 309) sorted by relevance

1234567891011>>

/system/core/libcutils/include/cutils/
H A Dtrace.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
36 * following ATRACE_TAG_* macros. The trace tag is used to filter tracing in
39 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
43 * in the tracing always being disabled.
49 * Keep these in sync with frameworks/base/core/java/android/os/Trace.java.
85 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
/system/core/libcutils/include_vndk/cutils/
H A Dtrace.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
36 * following ATRACE_TAG_* macros. The trace tag is used to filter tracing in
39 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
43 * in the tracing always being disabled.
49 * Keep these in sync with frameworks/base/core/java/android/os/Trace.java.
85 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
/system/core/libcutils/
H A Drecord_stream.c6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
28 #include <netinet/in.h>
72 /* returns NULL; if there isn't a full record in the buffer */
102 /* one full line in the buffer */
134 /* is there one record already in the buffer? */
H A Dsocket_network_client_unix.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
27 #include <netinet/in.h>
42 // 'timeout' is in seconds (0 for no timeout).
/system/extras/app-launcher/
H A Dapp-launcher13 case $1 in
166 # Only necessary to set max_freq on cpu4, cpu5-7 are in same cluster and will
193 # Only necessary to set max_freq on cpu2, cpu3 is in same cluster and will
244 for i in 0 1 2 3
297 # vendor is unused right now, but get the bdev anyway in case we decide to use it
338 # Note hz=100, so multiplying uptime (in seconds) by 100, gives us
339 # the uptime in hz.
342 # Note that the device (busy) ticks is in ms. Since hz=100, dividing
343 # device (busy) ticks by 10, gives us this in the correct ticks units
362 # Note hz=100, so multiplying uptime (in second
[all...]
/system/keymaster/
H A Dkeymaster1_engine.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
272 // Note: devices are required to consume all input in a single update call for undigested
286 const uint8_t* in, size_t in_len, int padding) {
297 keymaster_blob_t input = {in, in_len};
311 const uint8_t* in, size_t in_len, int padding) {
322 keymaster_blob_t input = {in, in_len};
285 rsa_sign_raw(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
310 rsa_decrypt(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
/system/netd/server/
H A DPppController.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
29 #include <netinet/in.h>
H A DNatController.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
27 #include <linux/in.h>
28 #include <netinet/in.h>
76 // packet tethered devices send. This is IPv4-only, because in IPv6 we send the MTU in the RA.
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
H A DNetdConstants.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
22 #include <netinet/in.h>
/system/tpm/tpm_manager/
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/tpm/trunks/
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/bt/doc/
H A Ddirectory_layout.md24 * stack - **Deprecated** - The Stack - Push to proper spot in *./profiles*
/system/core/toolbox/
H A DAndroid.mk43 $(TOOLS_H): PRIVATE_CUSTOM_TOOL = echo "/* file generated automatically */" > $@ ; for t in $(PRIVATE_TOOLS) ; do echo "TOOL($$t)" >> $@ ; done
/system/timezone/distro/core/src/test/com/android/timezone/distro/
H A DTimeZoneDistroTest.java5 * 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 // Delete files / directories in reverse order.
190 public TestInputStream(InputStream in) { argument
191 super(in);
/system/timezone/zone_compactor/main/java/
H A DZoneCompactor.java5 * 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);
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.
/system/update_engine/
H A Dbinder_service_brillo.cc5 // 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 string NormalString(const String16& in) { argument
41 return string{String8{in}.string()};
/system/tools/hidl/
H A DConstantExpression.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
63 ScalarType::Kind integralPromotion(ScalarType::Kind in) { argument
64 return SK(INT32) < in ? in : SK(INT32); // note that KIND_INT32 < KIND_UINT32
71 // Kinds in concern: bool, (u)int[8|16|32|64]
86 // the signed operand", it should not reach here in our HIDL grammar.
292 // shifting with negative number of bits is undefined in C. In HIDL it
425 Evaluating expressions in HIDL language
427 The following rules are mostly like that in
[all...]
/system/bt/vendor_libs/test_vendor_lib/test/
H A Dasync_manager_unittest.cc5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
24 #include <netinet/in.h>
/system/connectivity/wificond/
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/tests/tcp_nuke_addr/
H A Dtcp_nuke_addr_test.cpp3 #include <netinet/in.h>
15 // Defined only in ifc_utils.c, in the kernel, and in the NDK.
30 // Ensures that sockets don't stay in TIME_WAIT state.
69 // Thread that calls SIOCKILLADDR in a loop.
90 // Thread that calls connect() in a loop.
98 // connections in state FIN_WAITx or TIME_WAIT, which will then slow down future
/system/extras/tools/
H A Dgraph_lockdep_chains26 echo " Input lockdeps from filename, otherwise from standard in"
30 echo "Chart is best viewed in portrait. ps or pdf formats tend to pixelate. png tends"
31 echo "to hit a bug in cairo rendering at scale. Not having a set of regex matches for"
58 case ${1} in
/system/netd/tests/benchmarks/
H A Ddns_benchmark.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
25 * The benchmark fixture runs in 3 different modes:
29 * The control case. Switches all kinds of DNS events reporting off and runs getaddrinfo() in a
32 * This was the default and only mode in all versions before 7.0.
37 * return code, and latency, but misses out in-depth information such as resolved IP addresses.
47 * DNS Logging, in full HD, includes extra non-metrics fields such as hostname, a truncated
63 #include <netinet/in.h>
/system/vold/
H A DUtils.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
29 // DISALLOW_COPY_AND_ASSIGN disallows the copy and operator= functions. It goes in the private:
30 // declarations in a class.
93 status_t NormalizeHex(const std::string& in, std::string& out);
124 /* Checks if Android is running in QEMU */
/system/extras/verity/
H A Dbuild_verity_tree.cpp77 const unsigned char *in, size_t in_size,
85 hash_block(md, in + i, block_size, salt, salt_size, out, &s);
76 hash_blocks(const EVP_MD *md, const unsigned char *in, size_t in_size, unsigned char *out, size_t *out_size, const unsigned char *salt, size_t salt_size, size_t block_size) argument

Completed in 401 milliseconds

1234567891011>>