Home
last modified time | relevance | path

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

/system/libbase/
Dparsenetaddress_fuzzer.dict30 "1.2.3.4:hello"
34 "[::1]:hello"
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/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/linkerconfig/testmodules/vndkext/
DAndroid.bp73 srcs: ["hello.cpp"],
80 srcs: ["hello.cpp"],
/system/core/fs_mgr/tests/
Dadb-remount-test.sh1322 SYSTEM_DEVT=`adb_sh stat --format=%D /system/hello </dev/null`
1323 VENDOR_DEVT=`adb_sh stat --format=%D /vendor/hello </dev/null`
1324 SYSTEM_INO=`adb_sh stat --format=%i /system/hello </dev/null`
1325 VENDOR_INO=`adb_sh stat --format=%i /vendor/hello </dev/null`
1573 ( adb_sh rm /vendor/hello </dev/null 2>/dev/null || true ) &&
1574 adb_sh rm /system/hello /system/priv-app/hello </dev/null ||
1584 adb_sh rm ${i}/hello </dev/null 2>/dev/null || true
/system/tools/hidl/c2hal/test/
Dtest.h317 int hello; member
/system/core/bootstat/
Dboot_reason_test.sh1259 echo ${id} reboot,pmic_off_fault,hello,world
/system/chre/doc/
Dporting_guide.md104 6. Confirm that the ‘hello world’ nanoapp produces the expected log message (if