/external/libkmsxx/py/tests/ |
D | trans-test.py | 27 fbs=[] variable 30 fbs.append(pykms.DumbFramebuffer(card, w, h, "XR24")) 31 fbs.append(pykms.DumbFramebuffer(card, w, h, "XR24")) 33 fb = fbs[0] 39 fb = fbs[1] 53 print("set crtc {}, plane {}, fb {}".format(crtc.id, planes[i].id, fbs[i].id)) 56 fb = fbs[i] 70 fbs.append(pykms.DumbFramebuffer(card, w, h, "XR24")) 71 fbs.append(pykms.DumbFramebuffer(card, w, h, "XR24")) 73 fb = fbs[0] [all …]
|
D | alpha-test.py | 28 fbs=[] variable 31 fbs.append(pykms.DumbFramebuffer(card, w, h, "AR24")) 33 pykms.draw_rect(fbs[0], 50, 50, 200, 200, pykms.RGB(128, 255, 0, 0)) 34 pykms.draw_rect(fbs[1], 150, 50, 200, 200, pykms.RGB(128, 0, 255, 0)) 35 pykms.draw_rect(fbs[2], 50, 150, 200, 200, pykms.RGB(128, 0, 0, 255)) 46 fb = fbs[i] 48 print("set crtc {}, plane {}, fb {}".format(crtc.id, p.id, fbs[i].id))
|
D | cam.py | 28 fbs = [] variable 31 fbs.append(fb) 41 for fb in fbs:
|
D | big_fb.py | 104 self.fbs = [fb1,fb2] 129 fb = self.fbs[self.draw_buf] 170 fb = self.fbs[self.draw_buf] 201 fb = self.fbs[self.draw_buf]
|
/external/tensorflow/tensorflow/lite/schema/ |
D | BUILD | 22 "schema_v0.fbs", 23 "schema_v1.fbs", 24 "schema_v2.fbs", 25 "schema_v3.fbs", 55 "schema_v0.fbs", 56 "schema_v1.fbs", 57 "schema_v2.fbs", 58 "schema_v3.fbs", 66 srcs = ["schema.fbs"], 72 srcs = ["schema.fbs"], [all …]
|
/external/flatbuffers/tests/ |
D | generate_code.sh | 18 …-type flatbuffers::unique_ptr --no-fb-import -I include_test monster_test.fbs monsterdata_test.js… 19 …unique_ptr -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs 20 …-gen-compare --cpp-ptr-type flatbuffers::unique_ptr -o union_vector ./union_vector/union_vector.fbs 21 ../flatc -b --schema --bfbs-comments --bfbs-builtins -I include_test monster_test.fbs 22 ../flatc --jsonschema --schema -I include_test monster_test.fbs 23 …mutable --reflect-names --gen-object-api --gen-compare --no-includes monster_extra.fbs || goto FAIL 25 …e --reflect-names --gen-object-api --gen-compare --cpp-ptr-type flatbuffers::unique_ptr monster.fbs 26 ../flatc -b --schema --bfbs-comments --bfbs-builtins monster.fbs
|
D | generate_code.bat | 18 …r-type flatbuffers::unique_ptr --no-fb-import -I include_test monster_test.fbs monsterdata_test.js… 19 …ue_ptr -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs ||… 20 …--cpp-ptr-type flatbuffers::unique_ptr -o union_vector ./union_vector/union_vector.fbs || goto FAIL 21 …flatc.exe -b --schema --bfbs-comments --bfbs-builtins -I include_test monster_test.fbs || goto FAIL 22 ..\%buildtype%\flatc.exe --jsonschema --schema -I include_test monster_test.fbs || goto FAIL 26 …mutable --reflect-names --gen-object-api --gen-compare --no-includes monster_extra.fbs || goto FAIL 28 …@echo monster_extra.fbs skipped (the strtod function from MSVC2013 or older doesn't support NaN/In… 32 …ames --gen-object-api --gen-compare --cpp-ptr-type flatbuffers::unique_ptr monster.fbs || goto FAIL 33 ..\%buildtype%\flatc.exe -b --schema --bfbs-comments --bfbs-builtins monster.fbs || goto FAIL
|
D | TypeScriptTest.sh | 21 ../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/libtextclassifier/ |
D | Android.bp | 142 srcs: ["utils/flatbuffers.fbs"], 149 srcs: ["utils/tokenizer.fbs"], 156 srcs: ["utils/codepoint-range.fbs"], 163 srcs: ["utils/resources.fbs"], 170 srcs: ["annotator/entity-data.fbs"], 177 srcs: ["utils/zlib/buffer.fbs"], 184 srcs: ["utils/intents/intent-config.fbs"], 191 srcs: ["annotator/model.fbs"], 198 srcs: ["actions/actions_model.fbs"], 205 srcs: ["utils/tflite/text_encoder_config.fbs"], [all …]
|
/external/flatbuffers/dart/ |
D | publish.sh | 23 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/ |
D | BUILD | 151 ":tests/include_test/include_test1.fbs", 152 ":tests/include_test/sub/include_test2.fbs", 154 ":tests/monster_test.fbs", 161 ":tests/union_vector/union_vector.fbs", 174 srcs = ["tests/monster_test.fbs"], 177 "tests/include_test/include_test1.fbs", 178 "tests/include_test/sub/include_test2.fbs", 184 srcs = ["tests/monster_extra.fbs"],
|
D | build_defs.bzl | 37 srcs: Source .fbs files. Sent in order to the compiler. 95 (out_prefix + "%s.bfbs") % (s.replace(".fbs", "").split("/")[-1]) 131 srcs: Source .fbs files. Sent in order to the compiler. 166 srcs = [ "schemas/foo.fbs" ], 170 In which foo.fbs includes a few files from the Fileset defined at 187 (out_prefix + "%s_generated.h") % (s.replace(".fbs", "").split("/")[-1])
|
D | CMakeLists.txt | 114 # file generate by running compiler on tests/monster_test.fbs 121 # file generated by running compiler on samples/monster.fbs 128 # file generated by running compiler on samples/monster.fbs 136 # file generated by running compiler on samples/monster.fbs 151 # file generated by running compiler on samples/monster.fbs 300 string(REGEX REPLACE "\\.fbs$" "_generated.h" GEN_HEADER ${SRC_FBS}) 314 string(REGEX REPLACE "\\.fbs$" ".bfbs" GEN_BINARY_SCHEMA ${SRC_FBS}) 323 compile_flatbuffers_schema_to_cpp(tests/monster_test.fbs) 338 compile_flatbuffers_schema_to_cpp(samples/monster.fbs)
|
/external/flatbuffers/tests/include_test/ |
D | include_test1.fbs | 1 include "sub/include_test2.fbs"; 2 include "sub/include_test2.fbs"; // should be skipped 3 include "include_test1.fbs"; // should be skipped
|
/external/libdrm/tests/modeprint/ |
D | modeprint.c | 54 int fbs; variable 315 if (fbs) { in printRes() 317 fb = drmModeGetFB(fd, res->fbs[i]); in printRes() 320 printf("Could not get fb %i\n", res->fbs[i]); in printRes() 336 fbs = 0; in args() 350 fbs = 1; in args() 380 fbs = 1; in args() 395 fbs = 1; in args()
|
/external/libkmsxx/kms++/src/ |
D | framebuffer.cpp | 50 auto& fbs = card().m_framebuffers; in ~Framebuffer() local 51 auto iter = find(fbs.begin(), fbs.end(), this); in ~Framebuffer()
|
/external/flatbuffers/tests/include_test/sub/ |
D | include_test2.fbs | 1 include "include_test1.fbs"; 2 include "sub/include_test2.fbs"; // should be skipped
|
/external/libkmsxx/utils/ |
D | kmstest.cpp | 43 vector<Framebuffer*> fbs; member 359 pinfo->fbs = v; in parse_fb() 608 if (!current_plane || current_plane->fbs.empty()) in setups_to_outputs() 668 if (p.fbs.empty()) in setups_to_outputs() 669 p.fbs = get_default_fb(card, p.w, p.h); in setups_to_outputs() 675 p.plane = resman.reserve_generic_plane(o.crtc, p.fbs[0]->format()); in setups_to_outputs() 677 p.plane = resman.reserve_overlay_plane(o.crtc, p.fbs[0]->format()); in setups_to_outputs() 730 auto fb = p.fbs[0]; in print_outputs() 751 for (auto fb : p.fbs) in draw_test_patterns() 782 auto fb = p.fbs[0]; in set_crtcs_n_planes_legacy() [all …]
|
/external/flatbuffers/samples/ |
D | javascript_sample.sh | 33 ../flatc --js monster.fbs 35 ../Debug/flatc --js monster.fbs
|
D | php_sample.sh | 33 ../flatc --php monster.fbs 35 ../Debug/flatc --php monster.fbs
|
D | python_sample.sh | 33 ../flatc --python monster.fbs 35 ../Debug/flatc --python monster.fbs
|
D | dart_sample.sh | 35 ../../flatc --dart ../../samples/monster.fbs 37 ../../Debug/flatc --dart ../../samples/monster.fbs
|
D | csharp_sample.sh | 33 ../flatc --csharp --gen-mutable monster.fbs 35 ../Debug/flatc --csharp --gen-mutable monster.fbs
|
D | java_sample.sh | 33 ../flatc --java --gen-mutable monster.fbs 35 ../Debug/flatc --java --gen-mutable monster.fbs
|
D | go_sample.sh | 33 ../flatc --go monster.fbs 35 ../Debug/flatc --go monster.fbs
|