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

1 2

  /external/javassist/sample/hotswap/
HelloWorld.java 1 public class HelloWorld {
Test.java 7 new HelloWorld().print();
9 File newfile = new File("logging/HelloWorld.class");
14 hs.reload("HelloWorld", bytes);
15 new HelloWorld().print();
17 newfile = new File("HelloWorld.class");
22 hs.reload("HelloWorld", bytes);
23 new HelloWorld().print();
  /external/javassist/sample/hotswap/logging/
HelloWorld.java 1 public class HelloWorld {
3 System.out.println("** HelloWorld.print()");
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue144/
HelloWorld.java 1 public class HelloWorld {
  /external/skia/example/
HelloWorld.h 16 class HelloWorld : public sk_app::Application, sk_app::Window::Layer {
18 HelloWorld(int argc, char** argv, void* platformData);
19 ~HelloWorld() override;
HelloWorld.cpp 8 #include "HelloWorld.h"
18 return new HelloWorld(argc, argv, platformData);
21 HelloWorld::HelloWorld(int argc, char** argv, void* platformData)
35 HelloWorld::~HelloWorld() {
40 void HelloWorld::updateTitle() {
50 void HelloWorld::onBackendCreated() {
56 void HelloWorld::onPaint(SkCanvas* canvas) {
103 void HelloWorld::onIdle()
    [all...]
  /external/skqp/example/
HelloWorld.h 16 class HelloWorld : public sk_app::Application, sk_app::Window::Layer {
18 HelloWorld(int argc, char** argv, void* platformData);
19 ~HelloWorld() override;
HelloWorld.cpp 8 #include "HelloWorld.h"
18 return new HelloWorld(argc, argv, platformData);
21 HelloWorld::HelloWorld(int argc, char** argv, void* platformData)
35 HelloWorld::~HelloWorld() {
40 void HelloWorld::updateTitle() {
50 void HelloWorld::onBackendCreated() {
56 void HelloWorld::onPaint(SkCanvas* canvas) {
103 void HelloWorld::onIdle()
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/HelloWorld/
HelloWorld.inf 23 BASE_NAME = HelloWorld
24 MODULE_UNI_FILE = HelloWorld.uni
42 HelloWorld.c
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
HelloWorld.java 32 * This class provides simple HelloWorld debuggee class used sync connection.
34 public class HelloWorld extends SyncDebuggee implements HelloWorldInterface {
44 runDebuggee(HelloWorld.class);
  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
HelloWorld.java 28 public class HelloWorld {
33 JSilver jSilver = new JSilver(new ClassResourceLoader(HelloWorld.class));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
HelloWorld.java 39 * <td >src/com.example.android.apis/app/HelloWorld.java</td>
48 public class HelloWorld extends Activity
  /system/chre/apps/hello_world/
hello_world.cc 56 CHRE_STATIC_NANOAPP_INIT(HelloWorld, chre::kHelloWorldAppId, 0);
  /device/linaro/bootloader/edk2/DuetPkg/
DuetPkgIa32.dsc 266 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
DuetPkgX64.dsc 267 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
  /device/linaro/bootloader/edk2/EmulatorPkg/
EmulatorPkg.fdf 188 INF MdeModulePkg/Application/HelloWorld/HelloWorld.inf
EmulatorPkg.dsc 351 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
  /device/linaro/bootloader/edk2/Nt32Pkg/
Nt32Pkg.dsc 434 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
  /system/media/camera/docs/
metadata_helpers.py 706 pascal_case("helloWorld") == "HelloWorld"
708 pascal_case("hello.world") = "HelloWorld"
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/
MdeModulePkg.dsc 225 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
  /art/test/testrunner/
testrunner.py 33 information. Eg, "-t 001-HelloWorld",
70 # that has key as the test name (like 001-HelloWorld), and value as set of
829 1) Like 001-HelloWorld. In this case, it will just verify if the test actually
835 without the variant information like 001-HelloWorld.
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go     [all...]

Completed in 552 milliseconds

1 2