Searched refs:helloWorld (Results 1 – 11 of 11) sorted by relevance
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/examples/ |
D | HelloWorldMaker.java | 36 TypeId<?> helloWorld = TypeId.get("LHelloWorld;"); in main() local 37 dexMaker.declare(helloWorld, "HelloWorld.generated", Modifier.PUBLIC, TypeId.OBJECT); in main() 38 generateHelloMethod(dexMaker, helloWorld); in main()
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersTests.swift | 18 let helloWorld = "Hello, world!" in testCreateString() variable 21 XCTAssertEqual(b.create(string: helloWorld).o, 32) in testCreateString() 23 XCTAssertEqual(b.create(string: helloWorld).o, 20) in testCreateString()
|
/external/javapoet/ |
D | README.md | 35 TypeSpec helloWorld = TypeSpec.classBuilder("HelloWorld") 40 JavaFile javaFile = JavaFile.builder("com.example.helloworld", helloWorld) 217 TypeSpec helloWorld = TypeSpec.classBuilder("HelloWorld") 224 JavaFile javaFile = JavaFile.builder("com.example.helloworld", helloWorld) 268 TypeSpec helloWorld = TypeSpec.classBuilder("HelloWorld") 273 JavaFile javaFile = JavaFile.builder("com.example.helloworld", helloWorld) 501 TypeSpec helloWorld = TypeSpec.classBuilder("HelloWorld") 534 TypeSpec helloWorld = TypeSpec.classBuilder("HelloWorld") 591 TypeSpec helloWorld = TypeSpec.classBuilder("HelloWorld") 632 TypeSpec helloWorld = TypeSpec.interfaceBuilder("HelloWorld") [all …]
|
/external/dagger2/java/dagger/example/atm/ |
D | CommandsModule.java | 32 Command helloWorld(HelloWorldCommand command); in helloWorld() method
|
/external/dexmaker/ |
D | README.md | 36 TypeId<?> helloWorld = TypeId.get("LHelloWorld;"); 37 dexMaker.declare(helloWorld, "HelloWorld.generated", Modifier.PUBLIC, TypeId.OBJECT); 38 generateHelloMethod(dexMaker, helloWorld);
|
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
D | pretty_printing_scenarios.story | 38 public void helloWorld(String greeting, String name) { 50 public void helloWorld(String greeting, String name) { 151 public void helloWorld(String greeting, String name) { 159 public void helloWorld(String greeting, String name) {
|
D | parsing_scenarios.story | 386 public void helloWorld(String greeting, String name) { 396 public void helloWorld(String greeting, String name) { 485 public void helloWorld() {
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbiapts.cpp | 1087 UnicodeString helloWorld("Hello, World!"); in TestGetBinaryRules() local 1088 rbbi->setText(helloWorld); in TestGetBinaryRules() 1109 clonedBI.setText(helloWorld); in TestGetBinaryRules()
|
/external/smali/smalidea/src/main/antlr/ |
D | smalideaParser.g | 1204 : //e.g. iput-object v1, v0 org/jf/HelloWorld2/HelloWorld2.helloWorld Ljava/lang/String; 1208 : //e.g. iput-object-volatile v1, v0 org/jf/HelloWorld2/HelloWorld2.helloWorld Ljava/lang/String;
|
/external/smali/smali/src/main/antlr/ |
D | smaliParser.g | 1000 : //e.g. iput-object v1, v0 org/jf/HelloWorld2/HelloWorld2.helloWorld Ljava/lang/String; 1005 : //e.g. iput-object-volatile v1, v0 org/jf/HelloWorld2/HelloWorld2.helloWorld Ljava/lang/String;
|
D | smaliTreeWalker.g | 1002 : //e.g. iput-object v1, v0, org/jf/HelloWorld2/HelloWorld2.helloWorld Ljava/lang/String;
|