Home
last modified time | relevance | path

Searched full:dart (Results 1 – 25 of 131) sorted by relevance

123456

/external/flatbuffers/docs/source/
DDartUsage.md1 Use in Dart {#flatbuffers_guide_use_dart}
6 Before diving into the FlatBuffers usage in Dart, it should be noted that
8 to general FlatBuffers usage in all of the supported languages (including Dart).
10 Dart.
17 ## FlatBuffers Dart library code location
20 `flatbuffers/dart`. You can browse the library code on the [FlatBuffers
21 GitHub page](https://github.com/google/flatbuffers/tree/master/dart).
23 ## Testing the FlatBuffers Dart library
25 The code to test the Dart library can be found at `flatbuffers/tests`.
26 The test code itself is located in [dart_test.dart](https://github.com/google/
[all …]
DTutorial.md33 <input type="radio" name="language" value="dart">Dart</input>
139 <div class="language-dart">
140 [example.dart](https://github.com/google/flatbuffers/blob/master/dart/example/example.dart)
332 <div class="language-dart">
335 ./../flatc --dart monster.fbs
465 <div class="language-dart">
466 ~~~{.dart}
467 import 'package:flat_buffers/flat_buffers.dart' as fb;
470 import 'monster_my_game.sample_generated.dart' as myGame;
577 <div class="language-dart">
[all …]
/external/flatbuffers/tests/
DDartTest.sh19 command -v pub >/dev/null 2>&1 || { echo >&2 "Dart tests require `pub` but it's not installed. Abo…
20 command -v dart >/dev/null 2>&1 || { echo >&2 "Dart tests require dart to be in path but it's not i…
21 # output required files to the dart folder so that pub will be able to
22 # distribute them and more people can more easily run the dart tests
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;
/external/flatbuffers/samples/
Ddart_sample.sh30 cd ../dart/example
35 ../../flatc --dart ../../samples/monster.fbs
37 ../../Debug/flatc --dart ../../samples/monster.fbs
44 echo Running the Dart sample.
47 dart example.dart
50 git checkout monster_my_game.sample_generated.dart
/external/python/google-api-python-client/docs/dyn/
Ddfareporting_v2_8.targetingTemplates.html145 … "dartId": "A String", # DART ID of this operating system. This is the ID used for targeting.
159 … "dartId": "A String", # DART ID of this browser. This is the ID used when generating reports.
166 … "dartId": "A String", # DART ID of this operating system. This is the ID used for targeting.
175 … "countryDartId": "A String", # DART ID of the country to which this mobile carrier belongs.
209 …"dartId": "A String", # DART ID of this country. This is the ID used for targeting and generating …
219 "countryDartId": "A String", # DART ID of the country to which this postal code belongs.
229 "countryDartId": "A String", # DART ID of the country to which this region belongs.
233 "dartId": "A String", # DART ID of this region.
239 "countryDartId": "A String", # DART ID of the country to which this city belongs.
245 …"dartId": "A String", # DART ID of this city. This is the ID used for targeting and generating rep…
[all …]
Ddfareporting_v2_7.targetingTemplates.html145 … "dartId": "A String", # DART ID of this operating system. This is the ID used for targeting.
159 … "dartId": "A String", # DART ID of this browser. This is the ID used when generating reports.
166 … "dartId": "A String", # DART ID of this operating system. This is the ID used for targeting.
175 … "countryDartId": "A String", # DART ID of the country to which this mobile carrier belongs.
209 …"dartId": "A String", # DART ID of this country. This is the ID used for targeting and generating …
219 "countryDartId": "A String", # DART ID of the country to which this postal code belongs.
229 "countryDartId": "A String", # DART ID of the country to which this region belongs.
233 "dartId": "A String", # DART ID of this region.
239 "countryDartId": "A String", # DART ID of the country to which this city belongs.
245 …"dartId": "A String", # DART ID of this city. This is the ID used for targeting and generating rep…
[all …]
Ddfareporting_v2_8.operatingSystems.html79 <p class="firstline">Gets one operating system by DART ID.</p>
86 <pre>Gets one operating system by DART ID.
90 dartId: string, Operating system DART ID. (required)
97 "dartId": "A String", # DART ID of this operating system. This is the ID used for targeting.
119 "dartId": "A String", # DART ID of this operating system. This is the ID used for targeting.
Ddfareporting_v2_7.operatingSystems.html79 <p class="firstline">Gets one operating system by DART ID.</p>
86 <pre>Gets one operating system by DART ID.
90 dartId: string, Operating system DART ID. (required)
97 "dartId": "A String", # DART ID of this operating system. This is the ID used for targeting.
119 "dartId": "A String", # DART ID of this operating system. This is the ID used for targeting.
Ddfareporting_v2_7.cities.html87 dartIds: string, Select only cities with these DART IDs. (repeated)
100 "countryDartId": "A String", # DART ID of the country to which this city belongs.
106 …"dartId": "A String", # DART ID of this city. This is the ID used for targeting and generating rep…
107 "regionDartId": "A String", # DART ID of the region to which this city belongs.
Ddfareporting_v2_8.cities.html87 dartIds: string, Select only cities with these DART IDs. (repeated)
100 "countryDartId": "A String", # DART ID of the country to which this city belongs.
106 …"dartId": "A String", # DART ID of this city. This is the ID used for targeting and generating rep…
107 "regionDartId": "A String", # DART ID of the region to which this city belongs.
/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/flatbuffers/dart/
DREADME.md1 # FlatBuffers for Dart
3 This package is used to read and write FlatBuffer files in Dart.
6 compiler to generate Dart code from a FlatBuffers IDL schema. For example, the
7 `monster_my_game.sample_generated.dart` was generated with `flatc` from
10 supported by FlatBuffers, as illustrated in the `example.dart` in the
DCHANGELOG.md9 - Changed constant identifiers to be compatible with Dart 2.x
10 - No longer supports Dart 1.x
14 - Initial release, supports Dart 1.x and many dev versions of Dart 2.x
Dpubspec.yaml4 FlatBuffers reading and writing library for Dart. Use the flatc compiler to
5 generate Dart classes for a FlatBuffers schema, and this library to assist with
8 Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team.
/external/flatbuffers/
D.gitignore107 dart/.pub/
108 dart/.packages
109 dart/pubspec.lock
110 dart/.dart_tool/
111 dart/build/
112 dart/doc/api/
/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_dart/
Dbuild_interop.sh.template18 # Builds Dart interop server and client in a base image.
22 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
19 # Upgrade Dart to version 2.
20 RUN apt-get update && apt-get upgrade -y dart
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_dart/
Dbuild_interop.sh16 # Builds Dart interop server and client in a base image.
20 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
17 # Upgrade Dart to version 2.
18 RUN apt-get update && apt-get upgrade -y 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_test1_namespace_c_generated.dart';
10 import './namespace_test2_namespace_a_generated.dart' as namespace_a;
/external/grpc-grpc/
DREADME.md28 * [Dart](https://github.com/grpc/grpc-dart): pub package `grpc`
84 | Dart | [grpc-dart](https://github.com/grpc/grpc-dart) |
/external/skia/docker/binary-size/
DDockerfile3 FROM alpine:latest as dart-sdk-checkout
10 RUN git clone --depth 1 https://github.com/dart-lang/sdk.git
24 COPY --from=dart-sdk-checkout /tmp/sdk/runtime/third_party/ /opt/

123456