Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 174) sorted by relevance

1234567

/system/unwinding/libunwindstack/tests/
DMemoryLocalTest.cpp33 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 …]
DMemoryMteTest.cpp93 MemoryLocal local; in TEST() local
95 EXPECT_EQ(1, local.ReadTag(mapping)); in TEST()
96 EXPECT_EQ(0, local.ReadTag(mapping + 16)); in TEST()
/system/core/libprocessgroup/cgrouprc/
Dlibcgrouprc.map.txt9 local:
16 local:
/system/libprocinfo/testdata/
Dmaps1589 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/core/fs_mgr/libsnapshot/
DPowerTest.md15 adb push pre-merge /data/local/unencrypted
16 adb push post-merge /data/local/unencrypted
22 /data/local/unencrypted/pre-merge \
23 /data/local/unencrypted/post-merge
34 run_power_test.sh /data/local/unencrypted/post-merge
/system/logging/liblog/include/log/
Dlog_time.h120 log_time local(*this);
121 return local -= T;
134 log_time local(*this);
135 return local += T;
/system/extras/simpleperf/demo/JavaApi/
D.gitignore3 /local.properties
/system/extras/simpleperf/demo/CppApi/
D.gitignore3 /local.properties
/system/core/libvndksupport/
Dlibvndksupport.map.txt6 local:
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
D.gitignore3 /local.properties
Dgradlew.bat8 @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.gitignore3 /local.properties
Dgradlew.bat8 @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/SimpleperfExampleOfKotlin/
D.gitignore3 /local.properties
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/system/memory/libmemunreachable/
Dlibmemunreachable.map11 local:
/system/extras/simpleperf/testdata/etm/
Dperf_inject.data23 // /data/local/tmp/etm_test_loop
/system/netd/server/
DPppController.cpp52 int PppController::attachPppd(const char *tty, struct in_addr local, in attachPppd() argument
81 char *l = strdup(inet_ntoa(local)); in attachPppd()
DPppController.h34 int attachPppd(const char *tty, struct in_addr local,
/system/extras/module_ndk_libs/libnativehelper/
Dlibnativehelper.map.txt13 local:
/system/sepolicy/public/
Dadbd.te10 # Access /data/local/tests.
/system/sepolicy/prebuilts/api/31.0/public/
Dadbd.te10 # Access /data/local/tests.
/system/bt/gd/docs/testing/
Dcert_test.md143 Among these ports, ADB Port needs to be forwarded from local machine to
144 listen on remote workstation so that its adb client can connect to local
146 remote workstation to listen on local machine so that local phone can
149 forwarded from local machine to listen on remote workstation so that Test
167 You should see devices on your local machine shows up
175 You should see same set of devices connected to your local machine
194 When running tests on local Android checkout, logs or most recent run are stored
/system/extras/power_profile/camera_avg/
Dgradlew.bat8 @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_flashlight/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell

1234567