Searched refs:In (Results 1 – 25 of 198) sorted by relevance
12345678
/system/bt/doc/ |
D | style_guide.md | 23 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
|
D | pts_guide.md | 24 - In `newavrcp`, we send active player update to remote device only in PTS test
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 18 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/ |
D | SYNC.TXT | 17 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/ |
D | architecture.md | 17 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/ |
D | README | 29 In this directory 68 In system/sepolicy
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | untrusted_app_25.te | 10 ### value as determined from mac_permissions.xml. In current AOSP, this
|
D | untrusted_app.te | 10 ### value as determined from mac_permissions.xml. In current AOSP, this
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | untrusted_app_25.te | 10 ### value as determined from mac_permissions.xml. In current AOSP, this
|
D | untrusted_app.te | 10 ### value as determined from mac_permissions.xml. In current AOSP, this
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | untrusted_app.te | 10 ### value as determined from mac_permissions.xml. In current AOSP, this
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | untrusted_app.te | 10 ### value as determined from mac_permissions.xml. In current AOSP, this
|
/system/sepolicy/ |
D | NOTICE | 15 In no event will NSA be liable for any damages, including loss of data,
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | untrusted_app.te | 11 ### value as determined from mac_permissions.xml. In current AOSP, this
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | untrusted_app.te | 11 ### value as determined from mac_permissions.xml. In current AOSP, this
|
D | untrusted_app_27.te | 14 ### value as determined from mac_permissions.xml. In current AOSP, this
|
/system/teeui/libteeui/include/teeui/ |
D | cbor.h | 28 template <typename In, typename Out> Out copy(In begin, In end, Out out) { in copy()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | untrusted_app.te | 11 ### value as determined from mac_permissions.xml. In current AOSP, this
|
/system/core/init/test_service/ |
D | README.md | 22 In the above case, the service will look for lines containing `CapAmb`:
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | untrusted_app.te | 10 ### value as determined from mac_permissions.xml. In current AOSP, this
|
/system/sepolicy/public/ |
D | untrusted_app.te | 10 ### value as determined from mac_permissions.xml. In current AOSP, this
|
/system/memory/libmemunreachable/ |
D | README.md | 6 …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/ |
D | README.md | 41 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/ |
D | AssembleVintfTest.cpp | 29 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/ |
D | README.md | 80 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