Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 11 of 11) sorted by relevance

/aosp12/build/bazel/examples/android_app/java/com/app/
H A DJni.java20 public static native String hello(); in hello() method in Jni
H A Djni.cc24 std::string hello = "Hello"; in Java_app_Jni_hello() local
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCharSequencesTest.java38 String hello = toString(forAsciiBytes(bytes, 0, 5)); in testCharSequences() local
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPictureCaptureDemo.java81 TextView hello = new TextView(this); in onCreate() local
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/
H A Dtutorial.cpp45 Value::MemberIterator hello = document.FindMember("hello"); in main() local
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
H A Dnative-lib.cpp15 std::string hello = "Hello from C++"; in Java_com_example_simpleperf_simpleperfexamplewithnative_MainActivity_stringFromJNI() local
/aosp12/frameworks/base/startop/view_compiler/dex_builder_test/src/android/startop/test/
H A DDexBuilderTest.java36 public void hello() {} in hello() method in DexBuilderTest
/aosp12/art/runtime/
H A Dintern_table_test.cc120 Handle<mirror::String> hello( in TEST_F() local
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Ddocumenttest.cpp35 const ValueType& hello = doc["hello"]; in ParseCheck() local
/aosp12/system/tools/hidl/c2hal/test/
H A Dtest.h317 int hello; member
/aosp12/system/libbase/
H A Dexpected_test.cpp145 std::string hello = "hello"; in TEST() local