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

  /external/chromium_org/third_party/libxml/src/
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)();
  /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),
  /cts/tests/tests/widget/src/android/widget/cts/
SpinnerTest.java 135 spinner.setPromptId(R.string.hello_world);
136 assertEquals(mTargetContext.getString(R.string.hello_world), spinner.getPrompt());
TabHostTest.java 292 assertEquals(mActivity.getResources().getString(R.string.hello_world),
308 assertEquals(mActivity.getResources().getString(R.string.hello_world),
ToastTest.java 388 mToast = Toast.makeText(mActivity, R.string.hello_world, Toast.LENGTH_LONG);
413 mToast.setText(R.string.hello_world);
TabHost_TabSpecTest.java 145 assertEquals(mActivity.getResources().getString(R.string.hello_world),
  /development/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);
  /system/extras/tests/bionic/libc/
Android.mk 254 common/hello_world.cpp \
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 229 milliseconds