Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 198) sorted by relevance

12345678

/system/bt/doc/
Dstyle_guide.md23 mirrored. In other words, if `src/` contains a subdirectory called `foo/`,
33 In general, do not cast pointers to integers or vice versa.
62 The use of the C preprocessor should be minimized. In particular:
96 In nearly all cases, variables should be declared and initialized on the same line.
138 In particular, do not write code like this:
163 mechanism exists. In other words, use `__func__` over `__FUNCTION__`.
201 In general, every source file (`.c` or `.cpp`) in a `src/` directory should
225 // Each public function must have a comment describing its semantics. In
276 the tree since the formatting change was applied, the better. In this short
Dpts_guide.md24 - In `newavrcp`, we send active player update to remote device only in PTS test
/system/bt/gd/docs/testing/
Dcert_test.md18 GD certification test framework comes into rescue. In
183 1. In subsequent runs
201 In test root, the following logs are available:
203 * In every directory layer:
206 * In test root directory:
212 * In test class directory:
/system/core/adb/
DSYNC.TXT17 In sync mode both the server and the client will frequently use eight-byte
18 packets to communicate. In this document these are called sync requests and sync
21 integer, with various uses. This number will be called "length" below. In fact
/system/bt/gd/docs/architecture/
Darchitecture.md17 In general. three types of processes exist in the GD runtime environment:
79 : In the native thread, we treat the Java layer as a separate application as
184 In a generic Linux operating system, such as Android, we implemented it using
189 data processing pipelines. In the context of file descriptors, events are
213 is usually the first snippet of code that interface with a remote device. In the
292 In some cases, an asynchronous server-client model is not feasible. In this
293 case, developers can consider a synchronous database model. In such a model,
/system/tools/aidl/tests/lazy_test/
DREADME29 In this directory
68 In system/sepolicy
/system/sepolicy/prebuilts/api/26.0/public/
Duntrusted_app_25.te10 ### value as determined from mac_permissions.xml. In current AOSP, this
Duntrusted_app.te10 ### value as determined from mac_permissions.xml. In current AOSP, this
/system/sepolicy/prebuilts/api/27.0/public/
Duntrusted_app_25.te10 ### value as determined from mac_permissions.xml. In current AOSP, this
Duntrusted_app.te10 ### value as determined from mac_permissions.xml. In current AOSP, this
/system/sepolicy/prebuilts/api/29.0/public/
Duntrusted_app.te10 ### value as determined from mac_permissions.xml. In current AOSP, this
/system/sepolicy/prebuilts/api/28.0/public/
Duntrusted_app.te10 ### value as determined from mac_permissions.xml. In current AOSP, this
/system/sepolicy/
DNOTICE15 In no event will NSA be liable for any damages, including loss of data,
/system/sepolicy/prebuilts/api/29.0/private/
Duntrusted_app.te11 ### value as determined from mac_permissions.xml. In current AOSP, this
/system/sepolicy/prebuilts/api/28.0/private/
Duntrusted_app.te11 ### value as determined from mac_permissions.xml. In current AOSP, this
Duntrusted_app_27.te14 ### value as determined from mac_permissions.xml. In current AOSP, this
/system/teeui/libteeui/include/teeui/
Dcbor.h28 template <typename In, typename Out> Out copy(In begin, In end, Out out) { in copy()
/system/sepolicy/prebuilts/api/26.0/private/
Duntrusted_app.te11 ### value as determined from mac_permissions.xml. In current AOSP, this
/system/core/init/test_service/
DREADME.md22 In the above case, the service will look for lines containing `CapAmb`:
/system/sepolicy/prebuilts/api/30.0/public/
Duntrusted_app.te10 ### value as determined from mac_permissions.xml. In current AOSP, this
/system/sepolicy/public/
Duntrusted_app.te10 ### value as determined from mac_permissions.xml. In current AOSP, this
/system/memory/libmemunreachable/
DREADME.md6 …cator (jemalloc) for active allocations when leak detection is requested. In addition, it perform…
8 In the default (zero-overhead) mode, the returned data on leaks is limited to the address, approxim…
15 ### In Android apps ###
/system/tools/xsdc/
DREADME.md41 In the above example, two functions are added as below.
77 like when adding a tag. In the above example, a @Deprecate annotation is added.
/system/libvintf/test/
DAssembleVintfTest.cpp29 static bool In(const std::string& sub, const std::string& str) { in In() function
32 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) << (str);
/system/core/cli-test/
DREADME.md80 this. In the meantime, it's possible to use an `after:` with `grep -q` if
83 * In addition to using a `before:` (which will fail a test), it can be useful

12345678