HomeSort by relevance Sort by last modified time
    Searched refs:hello_world (Results 1 - 25 of 26) sorted by null

1 2

  /system/chre/apps/hello_world/
hello_world.mk 8 COMMON_CFLAGS += -Iapps/hello_world/include
12 COMMON_SRCS += apps/hello_world/hello_world.cc
Makefile 19 NANOAPP_NAME = hello_world
31 COMMON_SRCS += hello_world.cc
  /external/libxml2/
testdso.c 6 XMLPUBFUN int hello_world(void);
8 int hello_world(void) function
testModule.c 46 hello_world_t hello_world = NULL; local
57 if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) {
61 if (hello_world == NULL) {
66 (*hello_world)();
  /external/ltp/testcases/kernel/device-drivers/agp/user_space/
user_tagp.h 29 #define TEST_STRING hello_world
  /test/vts/testcases/codelab/hello_world/
Android.mk 20 VTS_CONFIG_SRC_DIR := testcases/codelab/hello_world
  /frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$string.class 
  /development/samples/ApiDemos/src/com/example/android/apis/app/
HelloWorld.java 43 * <td >/res/any/layout/hello_world.xml</td>
61 // See assets/res/any/layout/hello_world.xml for this
64 setContentView(R.layout.hello_world);
FragmentDialogOrActivity.java 75 View v = inflater.inflate(R.layout.hello_world, container, false);
FragmentArguments.java 100 View v = inflater.inflate(R.layout.hello_world, container, false);
FragmentCustomAnimations.java 123 View v = inflater.inflate(R.layout.hello_world, container, false);
FragmentStack.java 122 View v = inflater.inflate(R.layout.hello_world, container, false);
  /system/chre/apps/
apps.mk 14 include apps/hello_world/hello_world.mk
  /external/llvm/test/Object/AMDGPU/
objdump.s 5 .amdgpu_hsa_kernel hello_world
6 hello_world: label
46 // CHECK: hello_world:
  /external/bsdiff/
diff_encoder_unittest.cc 64 std::vector<uint8_t> hello_world(kHelloWorld,
66 EXPECT_EQ(hello_world, fake_patch_.extra_stream());
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentDialogOrActivitySupport.java 76 View v = inflater.inflate(R.layout.hello_world, container, false);
FragmentArgumentsSupport.java 109 View v = inflater.inflate(R.layout.hello_world, container, false);
FragmentCustomAnimationSupport.java 123 View v = inflater.inflate(R.layout.hello_world, container, false);
FragmentStackSupport.java 133 View v = inflater.inflate(R.layout.hello_world, container, false);
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfoTest.java 134 mApplicationInfo.descriptionRes = R.string.hello_world;
135 assertEquals(getContext().getResources().getString(R.string.hello_world),
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 348 Toast toast = Toast.makeText(mContext, R.string.hello_world, Toast.LENGTH_LONG);
373 toast.setText(R.string.hello_world);
CheckBoxTest.java 96 mActivity.getString(R.string.hello_world), mCheckBox.getText()));
RadioButtonTest.java 96 mActivity.getString(R.string.hello_world), mRadioButton.getText()));
SpinnerTest.java 244 mActivityRule.runOnUiThread(() -> spinner.setPromptId(R.string.hello_world));
245 assertEquals(mActivity.getString(R.string.hello_world), spinner.getPrompt());
TabHostTest.java 331 assertEquals(mActivity.getResources().getString(R.string.hello_world),
347 assertEquals(mActivity.getResources().getString(R.string.hello_world),

Completed in 517 milliseconds

1 2