Home
last modified time | relevance | path

Searched refs:dart (Results 1 – 25 of 64) sorted by relevance

123

/external/flatbuffers/tests/
DDartTest.sh20 command -v dart >/dev/null 2>&1 || { echo >&2 "Dart tests require dart to be in path but it's not i…
23 ../flatc --dart -I include_test -o ../dart/test monster_test.fbs
24 cp monsterdata_test.mon ../dart/test
26 cd ../dart
31 dart test/flat_buffers_test.dart
34 rm ../dart/test/monsterdata_test.mon
Dmonster_test_my_game_generated.dart6 import 'dart:typed_data' show Uint8List;
7 import 'package:flat_buffers/flat_buffers.dart' as fb;
9 import './monster_test_my_game.example_generated.dart' as my_game_example;
10 import './monster_test_my_game.example2_generated.dart' as my_game_example2;
Dmonster_test_my_game.example2_generated.dart6 import 'dart:typed_data' show Uint8List;
7 import 'package:flat_buffers/flat_buffers.dart' as fb;
9 import './monster_test_my_game_generated.dart' as my_game;
10 import './monster_test_my_game.example_generated.dart' as my_game_example;
Dgenerate_code.sh33 ../flatc --binary --cpp --java --kotlin --csharp --dart --go --lobster --lua --js --ts --php --grp…
39 ../flatc --cpp --java --kotlin --csharp --dart --go --binary --lobster --lua --js --ts --php --pyth…
52 ../flatc --dart monster_extra.fbs
/external/flatbuffers/samples/
Ddart_sample.sh30 cd ../dart/example
35 ../../flatc --dart ../../samples/monster.fbs
37 ../../Debug/flatc --dart ../../samples/monster.fbs
47 dart example.dart
50 git checkout monster_my_game.sample_generated.dart
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_dart/
Dbuild_interop.sh20 git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart
25 cd /var/local/git/grpc-dart/interop
27 /usr/lib/dart/bin/pub get --verbose || /usr/lib/dart/bin/pub get --verbose
/external/flatbuffers/dart/test/
Dmonster_test_my_game_generated.dart6 import 'dart:typed_data' show Uint8List;
7 import 'package:flat_buffers/flat_buffers.dart' as fb;
9 import 'include_test1_my_game_generated.dart';
10 import 'include_test2_my_game_generated.dart';
11 import './monster_test_my_game.example_generated.dart' as my_game_example;
12 import './monster_test_my_game.example2_generated.dart' as my_game_example2;
Dmonster_test_my_game.example2_generated.dart6 import 'dart:typed_data' show Uint8List;
7 import 'package:flat_buffers/flat_buffers.dart' as fb;
9 import 'include_test1_my_game.example2_generated.dart';
10 import 'include_test2_my_game.example2_generated.dart';
11 import './monster_test_my_game_generated.dart' as my_game;
12 import './monster_test_my_game.example_generated.dart' as my_game_example;
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_dart/
Dbuild_interop.sh20 git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart
25 cd /var/local/git/grpc-dart/interop
26 /usr/lib/dart/bin/pub get
DDockerfile15 FROM google/dart:2.0
18 RUN apt-get update && apt-get upgrade -y dart
/external/flatbuffers/
D.gitignore116 dart/.pub/
117 dart/.packages
118 dart/pubspec.lock
119 dart/.dart_tool/
120 dart/build/
121 dart/doc/api/
/external/oss-fuzz/projects/dart/
DDockerfile22 RUN mkdir dart-sdk && cd dart-sdk && fetch dart
25 WORKDIR $SRC/dart-sdk/sdk
/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_dart/
Dbuild_interop.sh.template22 git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart
27 cd /var/local/git/grpc-dart/interop
28 /usr/lib/dart/bin/pub get
DDockerfile.template17 FROM google/dart:2.0
20 RUN apt-get update && apt-get upgrade -y dart
/external/flatbuffers/docs/source/
DDartUsage.md20 `flatbuffers/dart`. You can browse the library code on the [FlatBuffers
21 GitHub page](https://github.com/google/flatbuffers/tree/master/dart).
26 The test code itself is located in [dart_test.dart](https://github.com/google/
27 flatbuffers/blob/master/tests/dart_test.dart).
43 schema with the `--dart` option to `flatc`. Then you can include both FlatBuffers
50 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.dart}
51 import 'dart:io' as io;
53 import 'package:flat_buffers/flat_buffers.dart' as fb;
54 import './monster_my_game.sample_generated.dart' as myGame;
62 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.dart}
/external/protobuf/examples/
Dlist_people.dart1 import 'dart:io';
3 import 'dart_tutorial/addressbook.pb.dart';
4 import 'dart_tutorial/addressbook.pbenum.dart';
DMakefile8 dart: add_person_dart list_people_dart target
20 rm -f protoc_middleman_dart dart_tutorial/*.pb*.dart
50 add_person_dart: add_person.dart protoc_middleman_dart
52 list_people_dart: list_people.dart protoc_middleman_dart
DREADME.md130 Then, install the Dart Protocol Buffer plugin as described [here](https://github.com/dart-lang/dart
131 Note, the executable `bin/protoc-gen-dart` must be in your `PATH` for `protoc` to find it.
133 Build the Dart samples in this directory with `make dart`.
138 $ dart add_person.dart addessbook.data
139 $ dart list_people.dart addressbook.data
Dadd_person.dart1 import 'dart:io';
3 import 'dart_tutorial/addressbook.pb.dart';
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Dprepare_build_macos_interop_rc24 git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
Dprepare_build_interop_rc30 git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_macos_interop_rc24 git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
Dprepare_build_interop_rc30 git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_namespace_c_generated.dart6 import 'dart:typed_data' show Uint8List;
7 import 'package:flat_buffers/flat_buffers.dart' as fb;
9 import './namespace_test2_namespace_a_generated.dart' as namespace_a;
/external/flatbuffers/dart/
DREADME.md7 `monster_my_game.sample_generated.dart` was generated with `flatc` from
10 supported by FlatBuffers, as illustrated in the `example.dart` in the

123