Searched refs:hello (Results 1 – 8 of 8) sorted by relevance
30 "1.2.3.4:hello"34 "[::1]:hello"
145 std::string hello = "hello"; in TEST() local146 exp_string e = std::move(hello); in TEST()150 EXPECT_EQ("", hello); in TEST()
15 std::string hello = "Hello from C++"; in Java_com_example_simpleperf_simpleperfexamplewithnative_MainActivity_stringFromJNI() local16 return env->NewStringUTF(hello.c_str()); in Java_com_example_simpleperf_simpleperfexamplewithnative_MainActivity_stringFromJNI()
73 srcs: ["hello.cpp"],80 srcs: ["hello.cpp"],
1322 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
317 int hello; member
1259 echo ${id} reboot,pmic_off_fault,hello,world
104 6. Confirm that the ‘hello world’ nanoapp produces the expected log message (if