Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
Dnative-lib.cpp15 std::string hello = "Hello from C++"; in Java_com_example_simpleperf_simpleperfexamplewithnative_MainActivity_stringFromJNI() local
16 return env->NewStringUTF(hello.c_str()); in Java_com_example_simpleperf_simpleperfexamplewithnative_MainActivity_stringFromJNI()
/system/tools/hidl/c2hal/test/
Dtest.h317 int hello; member
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc1171 std::string hello{"hello"}; in TEST() local
1172 EXPECT_TRUE(PurePath{hello}.IsBorrowed()); in TEST()
1173 EXPECT_FALSE(PurePath{std::move(hello)}.IsBorrowed()); in TEST()
/system/core/fs_mgr/tests/
Dadb-remount-test.sh1126 ( adb_sh rm /vendor/hello </dev/null 2>/dev/null || true ) &&
1127 adb_sh rm /system/hello </dev/null ||