HomeSort by relevance Sort by last modified time
    Searched refs:hello_world (Results 1 - 17 of 17) 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)();
  /frameworks/base/tools/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);
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfoTest.java 103 mApplicationInfo.descriptionRes = R.string.hello_world;
104 assertEquals(mContext.getResources().getString(R.string.hello_world),
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentDialogOrActivitySupport.java 74 View v = inflater.inflate(R.layout.hello_world, container, false);
FragmentArgumentsSupport.java 105 View v = inflater.inflate(R.layout.hello_world, container, false);
FragmentCustomAnimationSupport.java 120 View v = inflater.inflate(R.layout.hello_world, container, false);
FragmentStackSupport.java 129 View v = inflater.inflate(R.layout.hello_world, container, false);
  /cts/tests/tests/widget/src/android/widget/cts/
SpinnerTest.java 152 spinner.setPromptId(R.string.hello_world);
153 assertEquals(mTargetContext.getString(R.string.hello_world), spinner.getPrompt());
TabHostTest.java 288 assertEquals(mActivity.getResources().getString(R.string.hello_world),
304 assertEquals(mActivity.getResources().getString(R.string.hello_world),
ToastTest.java 379 Toast toast = Toast.makeText(mActivity, R.string.hello_world, Toast.LENGTH_LONG);
404 toast.setText(R.string.hello_world);
TabHost_TabSpecTest.java 144 assertEquals(mActivity.getResources().getString(R.string.hello_world),

Completed in 2940 milliseconds