/system/core/libunwindstack/tests/ |
D | MemoryLocalTest.cpp | 33 MemoryLocal local; in TEST() local 36 ASSERT_TRUE(local.ReadFully(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024)); in TEST() 43 ASSERT_TRUE(local.ReadFully(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024)); in TEST() 54 MemoryLocal local; in TEST() local 57 ASSERT_FALSE(local.ReadFully(0, dst.data(), 1)); in TEST() 58 ASSERT_FALSE(local.ReadFully(0, dst.data(), 100)); in TEST() 62 MemoryLocal local; in TEST() local 68 ASSERT_FALSE(local.ReadFully(reinterpret_cast<uint64_t>(&value), dst.data(), SIZE_MAX)); in TEST() 80 MemoryLocal local; in TEST() local 83 ASSERT_EQ(1024U, local.Read(reinterpret_cast<uint64_t>(mapping + getpagesize() - 1024), in TEST() [all …]
|
/system/core/liblog/include/log/ |
D | log_time.h | 103 log_time local(*this); 104 return local -= T; 108 log_time local(*this); 109 return local += T; 136 log_time local(*this); 137 return local -= T; 141 log_time local(*this); 142 return local += T;
|
/system/core/adb/ |
D | SERVICES.TXT | 52 host:transport-local 73 host-local:<request> 95 <host-prefix>:forward:<local>;<remote> 96 Asks the ADB server to forward local connections from <local> 100 host-serial/host-usb/host-local/host prefixes as described previously 103 the format of <local> is one of: 106 local:<path> -> Unix local domain socket on <path> 111 local:<path> -> Unix local domain socket on device 114 or even any one of the local services described below. 116 <host-prefix>:forward:norebind:<local>;<remote> [all …]
|
D | protocol.txt | 50 The identifiers "local-id" and "remote-id" are always relative to the 103 --- OPEN(local-id, 0, "destination") ----------------------------------- 108 identified by local-id that it wishes to connect to the named 109 destination in the message payload. The local-id may not be zero. 120 * "local-dgram:<identifier>" 121 * "local-stream:<identifier>" 122 * "shell" - local shell service 127 --- READY(local-id, remote-id, "") ------------------------------------- 132 identified by local-id is ready for write messages and that it is 135 Neither the local-id nor the remote-id may be zero. [all …]
|
D | benchmark_device.py | 109 device.push(local=local_path, remote=remote_path) 127 device.pull(remote=remote_path, local=local_path)
|
/system/core/libprocinfo/testdata/ |
D | maps | 1589 70eb5f2000-70eb5f6000 rw-p 00000000 00:05 10270982 [anon:dalvik-thread local … 1590 70eb5f6000-70eb5fa000 rw-p 00000000 00:05 10270981 [anon:dalvik-thread local … 1591 70eb5fa000-70eb5fe000 rw-p 00000000 00:05 10270980 [anon:dalvik-thread local … 1592 70eb5fe000-70eb602000 rw-p 00000000 00:05 10270979 [anon:dalvik-thread local … 1593 70eb602000-70eb606000 rw-p 00000000 00:05 10270978 [anon:dalvik-thread local … 1594 70eb606000-70eb60a000 rw-p 00000000 00:05 10270977 [anon:dalvik-thread local … 1595 70eb60a000-70eb60e000 rw-p 00000000 00:05 10270976 [anon:dalvik-thread local … 1596 70eb60e000-70eb612000 rw-p 00000000 00:05 10270975 [anon:dalvik-thread local … 1597 70eb612000-70eb616000 rw-p 00000000 00:05 10270974 [anon:dalvik-thread local … 1603 70eb639000-70eb63d000 rw-p 00000000 00:05 10270973 [anon:dalvik-thread local … [all …]
|
/system/extras/simpleperf/demo/CppApi/ |
D | .gitignore | 3 /local.properties
|
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 72 @rem End local scope for the variables with windows NT shell
|
/system/extras/simpleperf/demo/JavaApi/ |
D | .gitignore | 3 /local.properties
|
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 72 @rem End local scope for the variables with windows NT shell
|
/system/core/libprocessgroup/cgrouprc/ |
D | libcgrouprc.llndk.txt | 9 local:
|
/system/core/libvndksupport/ |
D | libvndksupport.map.txt | 6 local:
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | .gitignore | 3 /local.properties
|
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | .gitignore | 3 /local.properties
|
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | .gitignore | 3 /local.properties
|
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/netd/server/ |
D | PppController.cpp | 51 int PppController::attachPppd(const char *tty, struct in_addr local, in attachPppd() argument 80 char *l = strdup(inet_ntoa(local)); in attachPppd()
|
D | PppController.h | 34 int attachPppd(const char *tty, struct in_addr local,
|
/system/bt/doc/ |
D | btsnoop_net.md | 3 btsnoop_net exposes Bluetooth snoop logs over a local TCP socket which enables
|
/system/bt/hci/src/ |
D | btsnoop.cc | 139 bool isWhitelistedL2c(bool local, uint16_t cid) { in isWhitelistedL2c() argument 140 const auto& set = local ? l2c_local_cid : l2c_remote_cid; in isWhitelistedL2c() 144 bool isRfcChannel(bool local, uint16_t cid) { in isRfcChannel() argument 145 const auto& channel = local ? rfc_local_cid : rfc_remote_cid; in isRfcChannel()
|
/system/extras/power_profile/camera_flashlight/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/extras/power_profile/camera_avg/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/system/extras/power_profile/gps_on/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|