Home
last modified time | relevance | path

Searched refs:HelloWorld (Results 1 – 25 of 34) sorted by relevance

12

/third_party/grpc/examples/objective-c/helloworld_macos/HelloWorld.xcodeproj/
Dproject.pbxproj15 …3FD0F3F6BC /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 369D887F6054E…
19HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = …
20 …8C69 /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeI…
21 …4870077496F /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application…
30 …5174890077496F /* HelloWorld.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.p…
31HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = te…
39 827B966E84F6A63FD0F3F6BC /* libPods-HelloWorld.a in Frameworks */,
50 5EF711A1215174870077496F /* HelloWorld */,
60 5EF7119F215174870077496F /* HelloWorld.app */,
65 5EF711A1215174870077496F /* HelloWorld */ = {
[all …]
/third_party/grpc/examples/objective-c/helloworld/HelloWorld.xcodeproj/
Dproject.pbxproj15 …31D47F0E63 /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6B4E1F55F8A2E…
19HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = …
20 …3800040F884 /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application…
28 …EE88 /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeI…
29HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = te…
37 EF61CF6AE2536A31D47F0E63 /* libPods-HelloWorld.a in Frameworks */,
48 5E3690621B2A23800040F884 /* HelloWorld */,
58 5E3690601B2A23800040F884 /* HelloWorld.app */,
63 5E3690621B2A23800040F884 /* HelloWorld */ = {
68 path = HelloWorld;
[all …]
/third_party/skia/example/
DHelloWorld.cpp19 return new HelloWorld(argc, argv, platformData); in Create()
22 HelloWorld::HelloWorld(int argc, char** argv, void* platformData) in HelloWorld() function in HelloWorld
36 HelloWorld::~HelloWorld() { in ~HelloWorld()
41 void HelloWorld::updateTitle() { in updateTitle()
51 void HelloWorld::onBackendCreated() { in onBackendCreated()
57 void HelloWorld::onPaint(SkSurface* surface) { in onPaint()
107 void HelloWorld::onIdle() { in onIdle()
112 bool HelloWorld::onChar(SkUnichar c, skui::ModifierKey modifiers) { in onChar()
DHelloWorld.h16 class HelloWorld : public sk_app::Application, sk_app::Window::Layer {
18 HelloWorld(int argc, char** argv, void* platformData);
19 ~HelloWorld() override;
/third_party/flutter/skia/example/
DHelloWorld.cpp19 return new HelloWorld(argc, argv, platformData); in Create()
22 HelloWorld::HelloWorld(int argc, char** argv, void* platformData) in HelloWorld() function in HelloWorld
36 HelloWorld::~HelloWorld() { in ~HelloWorld()
41 void HelloWorld::updateTitle() { in updateTitle()
51 void HelloWorld::onBackendCreated() { in onBackendCreated()
57 void HelloWorld::onPaint(SkSurface* surface) { in onPaint()
107 void HelloWorld::onIdle() { in onIdle()
112 bool HelloWorld::onChar(SkUnichar c, ModifierKey modifiers) { in onChar()
DHelloWorld.h16 class HelloWorld : public sk_app::Application, sk_app::Window::Layer {
18 HelloWorld(int argc, char** argv, void* platformData);
19 ~HelloWorld() override;
/third_party/grpc/examples/objective-c/
DBUILD39 name = "HelloWorld-lib",
43 "helloworld/HelloWorld/Base.lproj/**",
44 "helloworld/HelloWorld/Images.xcassets/**",
46 includes = ["helloworld/HelloWorld"],
52 name = "HelloWorld",
53 bundle_id = "Google.HelloWorld",
58 infoplists = ["helloworld/HelloWorld/Info.plist"],
61 deps = [":HelloWorld-lib"],
69 "helloworld_macos/HelloWorld/Base.lproj/**",
70 "helloworld_macos/HelloWorld/Images.xcassets/**",
[all …]
/third_party/typescript/tests/baselines/reference/
DdeclFileEmitDeclarationOnly.symbols10 class HelloWorld {
11 >HelloWorld : Symbol(HelloWorld, Decl(helloworld.ts, 2, 1))
14 >name : Symbol(HelloWorld.name, Decl(helloworld.ts, 5, 14))
18 >hello : Symbol(HelloWorld.hello, Decl(helloworld.ts, 6, 3))
24 >this.name : Symbol(HelloWorld.name, Decl(helloworld.ts, 5, 14))
25 >this : Symbol(HelloWorld, Decl(helloworld.ts, 2, 1))
26 >name : Symbol(HelloWorld.name, Decl(helloworld.ts, 5, 14))
DdeclFileEmitDeclarationOnly.types11 class HelloWorld {
12 >HelloWorld : HelloWorld
DdeclFileEmitDeclarationOnly.js6 class HelloWorld { class
22 declare class HelloWorld {
/third_party/grpc/examples/objective-c/helloworld_macos/
DPodfile6 target 'HelloWorld' do
7 # Depend on the generated HelloWorld library.
8 pod 'HelloWorld', :path => '.'
Dmain.m25 #import <HelloWorld/Helloworld.pbrpc.h>
59 options.userAgentPrefix = @"HelloWorld/1.0";
DHelloWorld.podspec2 s.name = "HelloWorld"
7 s.summary = "HelloWorld example"
/third_party/grpc/examples/objective-c/helloworld/
DPodfile6 target 'HelloWorld' do
7 # Depend on the generated HelloWorld library.
8 pod 'HelloWorld', :path => '.'
Dmain.m26 #import <HelloWorld/Helloworld.pbrpc.h>
60 options.userAgentPrefix = @"HelloWorld/1.0";
DHelloWorld.podspec2 s.name = "HelloWorld"
7 s.summary = "HelloWorld example"
DREADME.md81 $ bazel build :HelloWorld
96 $ bazel run :HelloWorld
102 $ bazel run :HelloWorld --ios_simulator_version='<runtime>' --ios_sumlator_device='<device>'
/third_party/openssl/test/ssl-tests/
D27-ticket-appdata.conf.in28 "SessionTicketAppData" => "HelloWorld",
36 "ExpectedSessionTicketAppData" => "HelloWorld",
67 "SessionTicketAppData" => "HelloWorld",
75 "ExpectedSessionTicketAppData" => "HelloWorld",
D27-ticket-appdata.conf35 ExpectedSessionTicketAppData = HelloWorld
43 SessionTicketAppData = HelloWorld
104 ExpectedSessionTicketAppData = HelloWorld
112 SessionTicketAppData = HelloWorld
/third_party/boost/libs/signals2/example/
Ddisconnect_and_block.cpp15 struct HelloWorld struct
28 boost::signals2::connection c = sig.connect(HelloWorld()); in disconnect_example() argument
43 boost::signals2::connection c = sig.connect(HelloWorld()); in block_example()
Dhello_world_slot.cpp15 struct HelloWorld struct
31 HelloWorld hello; in main()
/third_party/typescript/tests/cases/compiler/
DdeclFileEmitDeclarationOnly.ts9 class HelloWorld { class
/third_party/grpc/src/objective-c/tests/
Dexamples_build_test.sh20 SCHEME=HelloWorld EXAMPLE_PATH=examples/objective-c/helloworld ./build_one_example.sh
/third_party/grpc/test/build_test/
DBUILD26 "//examples/objective-c:HelloWorld",
/third_party/node/test/parallel/
Dtest-stream-finished.js404 class HelloWorld extends Duplex { class
440 const instance = new HelloWorld(response);

12