Home
last modified time | relevance | path

Searched refs:fbs (Results 1 – 25 of 132) sorted by relevance

123456

/external/flatbuffers/tests/
Dgenerate_code.sh34 $TEST_NOINCL_FLAGS $TEST_CPP_FLAGS $TEST_CS_FLAGS -I include_test monster_test.fbs monsterdata_test…
35 ../flatc --rust $TEST_RUST_FLAGS -I include_test monster_test.fbs monsterdata_test.json
37 ../flatc --python $TEST_BASE_FLAGS -I include_test monster_test.fbs monsterdata_test.json
40 …ST_CS_FLAGS -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs
42 …php $TEST_BASE_FLAGS $TEST_CPP_FLAGS $TEST_CS_FLAGS -o union_vector ./union_vector/union_vector.fbs
43 ../flatc --rust -I include_test -o include_test include_test/include_test1.fbs
44 ../flatc --rust -I include_test -o include_test/sub include_test/sub/include_test2.fbs
45 ../flatc -b --schema --bfbs-comments --bfbs-builtins -I include_test monster_test.fbs
46 …-bfbs-builtins --bfbs-gen-embed $TEST_NOINCL_FLAGS $TEST_CPP_FLAGS -I include_test monster_test.fbs
47 ../flatc -b --schema --bfbs-comments --bfbs-builtins -I include_test arrays_test.fbs
[all …]
DBUILD30 ":arrays_test.fbs",
32 ":evolution_test/evolution_v1.fbs",
34 ":evolution_test/evolution_v2.fbs",
36 ":include_test/include_test1.fbs",
37 ":include_test/sub/include_test2.fbs",
38 ":monster_extra.fbs",
40 ":monster_test.fbs",
44 ":native_type_test.fbs",
54 ":union_vector/union_vector.fbs",
75 srcs = ["monster_test.fbs"],
[all …]
Dgenerate_code.bat37 %TEST_NOINCL_FLAGS% %TEST_CPP_FLAGS% %TEST_CS_FLAGS% -I include_test monster_test.fbs monsterdata_t…
38 … --rust %TEST_NOINCL_FLAGS% %TEST_RUST_FLAGS% -I include_test monster_test.fbs monsterdata_test.js…
40 ..\%buildtype%\flatc.exe --python %TEST_BASE_FLAGS% --no-fb-import -I include_test monster_test.fbs
43 …_FLAGS% -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs ||…
45 …LAGS% %TEST_CPP_FLAGS% %TEST_CS_FLAGS% -o union_vector ./union_vector/union_vector.fbs || goto FAIL
46 ..\%buildtype%\flatc.exe --rust -I include_test -o include_test include_test/include_test1.fbs || g…
47 …latc.exe --rust -I include_test -o include_test/sub include_test/sub/include_test2.fbs || goto FAIL
48 …flatc.exe -b --schema --bfbs-comments --bfbs-builtins -I include_test monster_test.fbs || goto FAIL
49 …--bfbs-gen-embed %TEST_NOINCL_FLAGS% %TEST_CPP_FLAGS% -I include_test monster_test.fbs || goto FAIL
50 …\flatc.exe -b --schema --bfbs-comments --bfbs-builtins -I include_test arrays_test.fbs || goto FAIL
[all …]
DTypeScriptTest.sh21 ../flatc --ts --no-fb-import --gen-mutable -o ts -I include_test monster_test.fbs
22 ../flatc -b -I include_test monster_test.fbs unicode_test.json
26 ../flatc --ts --js --no-fb-import -o ts union_vector/union_vector.fbs
/external/libkmsxx/py/tests/
Dtrans-test.py49 fbs=[] variable
53 fbs.append(pykms.DumbFramebuffer(card, w, h, "XR24"))
54 fbs.append(pykms.DumbFramebuffer(card, w, h, "XR24"))
56 fb = fbs[0]
71 fb = fbs[1]
89 fb = fbs[0]
107 fb = fbs[1]
124 fbs.append(pykms.DumbFramebuffer(card, w, h, "XR24"))
125 fbs.append(pykms.DumbFramebuffer(card, w, h, "XR24"))
127 fb = fbs[0]
[all …]
Dalpha-test.py42 fbs=[] variable
45 fbs.append(pykms.DumbFramebuffer(card, w, h, "AR24"))
47 pykms.draw_rect(fbs[0], 50, 50, 200, 200, pykms.RGB(128, 255, 0, 0))
48 pykms.draw_rect(fbs[1], 150, 50, 200, 200, pykms.RGB(128, 0, 255, 0))
49 pykms.draw_rect(fbs[2], 50, 150, 200, 200, pykms.RGB(128, 0, 0, 255))
50 pykms.draw_rect(fbs[3], 150, 150, 200, 200, pykms.RGB(128, 128, 128, 128))
64 fb = fbs[i]
Dcam.py37 fbs = [] variable
40 fbs.append(fb)
50 for fb in fbs:
/external/libtextclassifier/native/
DFlatBufferHeaders.bp19 srcs: ["actions/actions_model.fbs"],
26 srcs: ["actions/actions-entity-data.fbs"],
33 srcs: ["lang_id/common/flatbuffers/embedding-network.fbs"],
40 srcs: ["lang_id/common/flatbuffers/model.fbs"],
47 srcs: ["annotator/person_name/person_name_model.fbs"],
54 srcs: ["annotator/datetime/datetime.fbs"],
61 srcs: ["annotator/experimental/experimental.fbs"],
68 srcs: ["annotator/entity-data.fbs"],
75 srcs: ["annotator/model.fbs"],
82 srcs: ["utils/flatbuffers/flatbuffers.fbs"],
[all …]
/external/tensorflow/tensorflow/lite/schema/
DBUILD39 "schema_v0.fbs",
40 "schema_v1.fbs",
41 "schema_v2.fbs",
42 "schema_v3.fbs",
88 "schema.fbs",
89 "schema_v0.fbs",
90 "schema_v1.fbs",
91 "schema_v2.fbs",
92 "schema_v3.fbs",
93 "schema_v3a.fbs",
[all …]
/external/tflite-support/tensorflow_lite_support/metadata/
DBUILD10 exports_files(["metadata_schema.fbs"])
14 srcs = ["@org_tensorflow//tensorflow/lite/schema:schema.fbs"],
20 srcs = ["@org_tensorflow//tensorflow/lite/schema:schema.fbs"],
26 srcs = ["@org_tensorflow//tensorflow/lite/schema:schema.fbs"],
33 srcs = ["metadata_schema.fbs"],
38 srcs = ["metadata_schema.fbs"],
43 srcs = ["metadata_schema.fbs"],
49 srcs = ["metadata_schema.fbs"],
/external/flatbuffers/dart/
Dpublish.sh23 cp ../samples/monster.fbs example/
24 cp ../tests/monster_test.fbs test/
27 rm example/monster.fbs
28 rm test/monster_test.fbs
/external/flatbuffers/
DCMakeLists.txt141 # file generate by running compiler on tests/monster_test.fbs
143 # file generate by running compiler on namespace_test/namespace_test1.fbs
146 # file generate by running compiler on union_vector/union_vector.fbs
148 # file generate by running compiler on tests/arrays_test.fbs
150 # file generate by running compiler on tests/native_type_test.fbs
152 # file generate by running compiler on tests/monster_extra.fbs
154 # file generate by running compiler on tests/monster_test.fbs
163 # file generate by running compiler on tests/monster_test.fbs
171 # file generated by running compiler on samples/monster.fbs
178 # file generated by running compiler on samples/monster.fbs
[all …]
/external/flatbuffers/tests/include_test/
Dinclude_test1.fbs1 include "sub/include_test2.fbs";
2 include "sub/include_test2.fbs"; // should be skipped
3 include "include_test1.fbs"; // should be skipped
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
DBUILD28 srcs = ["database.fbs"],
31 exports_files(srcs = ["database.fbs"])
35 srcs = ["database.fbs"],
65 "database.fbs",
71 --fbs=$(location :database.fbs) \
DREADME.md9 --strict-json database.fbs -- gpu_compatibility.bin`
11 - Convert from json to flatbuffer `flatc -b database.fbs --
/external/libkmsxx/kms++/src/
Dframebuffer.cpp49 auto& fbs = card().m_framebuffers; in ~Framebuffer() local
50 auto iter = find(fbs.begin(), fbs.end(), this); in ~Framebuffer()
/external/libdrm/tests/modeprint/
Dmodeprint.c55 int fbs; variable
292 if (fbs) { in printRes()
294 fb = drmModeGetFB(fd, res->fbs[i]); in printRes()
297 printf("Could not get fb %i\n", res->fbs[i]); in printRes()
313 fbs = 0; in args()
327 fbs = 1; in args()
357 fbs = 1; in args()
372 fbs = 1; in args()
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
DBUILD29 outs = ["configuration.fbs"],
34 perl -p -i -e 's/tflite.proto/tflite/' $(@D)/configuration.fbs
44 srcs = ["configuration.fbs"],
74 srcs = [":configuration.fbs"],
80 srcs = [":configuration.fbs"],
/external/flatbuffers/tests/include_test/sub/
Dinclude_test2.fbs1 include "include_test1.fbs";
2 include "sub/include_test2.fbs"; // should be skipped
/external/flatbuffers/tests/FlatBuffers.Test.Swift/
DSwiftTest.sh5 … -I ${test_dir}/include_test ${test_dir}/monster_test.fbs ${test_dir}/union_vector/union_vector.fbs
/external/igt-gpu-tools/benchmarks/
Dkms_throughput.c176 struct igt_fb *fbs = fb_sets[fb_set]; in flip_overlays() local
182 igt_plane_set_fb(plane, &fbs[i]); in flip_overlays()
435 struct igt_fb *fbs = fb_sets[i]; variable
441 &fbs[j]);
450 struct igt_fb *fbs = fb_sets[i]; variable
453 igt_remove_fb(display.drm_fd, &fbs[j]);
455 free(fbs);
/external/flatbuffers/samples/
Dpython_sample.sh33 ../flatc --python monster.fbs
35 ../Debug/flatc --python monster.fbs
Djavascript_sample.sh33 ../flatc --js monster.fbs
35 ../Debug/flatc --js monster.fbs
Dphp_sample.sh33 ../flatc --php monster.fbs
35 ../Debug/flatc --php monster.fbs
Ddart_sample.sh35 ../../flatc --dart ../../samples/monster.fbs
37 ../../Debug/flatc --dart ../../samples/monster.fbs

123456