Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 6 of 6) 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/core/fs_mgr/tests/
Dadb-remount-test.sh1287 SYSTEM_DEVT=`adb_sh stat --format=%D /system/hello </dev/null`
1288 VENDOR_DEVT=`adb_sh stat --format=%D /vendor/hello </dev/null`
1289 SYSTEM_INO=`adb_sh stat --format=%i /system/hello </dev/null`
1290 VENDOR_INO=`adb_sh stat --format=%i /vendor/hello </dev/null`
1538 ( adb_sh rm /vendor/hello </dev/null 2>/dev/null || true ) &&
1539 adb_sh rm /system/hello /system/priv-app/hello </dev/null ||
1549 adb_sh rm ${i}/hello </dev/null 2>/dev/null || true
/system/tools/hidl/c2hal/test/
Dtest.h317 int hello; member
/system/libbase/
Dexpected_test.cpp145 std::string hello = "hello"; in TEST() local
146 exp_string e = std::move(hello); in TEST()
150 EXPECT_EQ("", hello); in TEST()
/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/bootstat/
Dboot_reason_test.sh1259 echo ${id} reboot,pmic_off_fault,hello,world