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

  /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
  /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);
  /external/u-boot/examples/standalone/
hello_world.c 10 int hello_world (int argc, char * const argv[]) function
Makefile 6 extra-y := hello_world
  /external/llvm/test/Object/AMDGPU/
objdump.s 5 .amdgpu_hsa_kernel hello_world
6 hello_world: label
46 // CHECK: hello_world:
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Object/AMDGPU/
objdump.s 5 .amdgpu_hsa_kernel hello_world
6 hello_world: label
50 // 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());
  /external/tensorflow/tensorflow/lite/experimental/micro/tools/make/
download_dependencies.sh 91 local src_dir=${am_dir}/boards/apollo3_evb/examples/hello_world/gcc
92 local dest_dir=${am_dir}/boards/apollo3_evb/examples/hello_world/gcc_patched
98 cp "${src_dir}/hello_world.ld" "${dest_dir}/apollo3evb.ld"
103 sed -i -e '3s/hello_world.ld/apollo3evb.ld/g' "${dest_dir}/apollo3evb.ld"
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfoTest.java 141 mApplicationInfo.descriptionRes = R.string.hello_world;
142 assertEquals(getContext().getResources().getString(R.string.hello_world),
  /cts/tests/tests/widget/src/android/widget/cts/
CheckBoxTest.java 97 mActivity.getString(R.string.hello_world), mCheckBox.getText()));
RadioButtonTest.java 97 mActivity.getString(R.string.hello_world), mRadioButton.getText()));
SpinnerTest.java 246 mActivityRule.runOnUiThread(() -> spinner.setPromptId(R.string.hello_world));
247 assertEquals(mActivity.getString(R.string.hello_world), spinner.getPrompt());
TabHostTest.java 332 assertEquals(mActivity.getResources().getString(R.string.hello_world),
348 assertEquals(mActivity.getResources().getString(R.string.hello_world),
ToastTest.java 426 Toast toast = Toast.makeText(mContext, R.string.hello_world, Toast.LENGTH_LONG);
451 toast.setText(R.string.hello_world);
TabHost_TabSpecTest.java 159 assertEquals(mActivity.getResources().getString(R.string.hello_world),

Completed in 1293 milliseconds