/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | JQL.java | 74 private ByteArrayOutputStream explain; field in JQL 108 explain = new ByteArrayOutputStream(); in withExplain() 118 explain = null; in withNoExplain() 124 return explain != null ? explain.toString("UTF-8") : null; in getExplainLog() 278 if (explain != null) { in execute() 279 explain.reset(); in execute() 282 _execute(db, (id, sv) -> cb.onDocument(new EJDB2Document(id, sv)), explain); in execute() 284 _execute(db, null, explain); in execute() 298 if (explain != null) { in executeRaw() 299 explain.reset(); in executeRaw() [all …]
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
D | JQL.java | 76 private ByteArrayOutputStream explain; field in JQL 110 explain = new ByteArrayOutputStream(); in withExplain() 120 explain = null; in withNoExplain() 125 return explain != null ? explain.toString("UTF-8") : null; in getExplainLog() 264 if (explain != null) { in execute() 265 explain.reset(); in execute() 267 _execute(db, null, explain); in execute() 277 if (explain != null) { in execute() 278 explain.reset(); in execute() 280 _execute(db, cb, explain); in execute() [all …]
|
/third_party/mindspore/mindspore/train/summary/ |
D | _explain_adapter.py | 21 def check_explain_proto(explain): argument 28 if not isinstance(explain, Explain): 31 …if not explain.image_path and not explain.inference and not explain.metadata.label and not explain… 47 event.explain.ParseFromString(explain_str)
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | class-inheritance-core-1.js | 29 static explain () { method in Animal 68 static explain () { method in Dog 69 return super.explain () + " jump,"; 95 static explain () { method in Doge 96 return super.explain () + " dance."; 111 assert (Doge.explain () === "I can walk, jump, dance.");
|
D | regression-test-issue-3458.js | 17 static explain () { method in Dog 25 Dog.explain ()
|
D | regression-test-issue-2822.js | 19 explain() { } method in Animal
|
/third_party/mindspore/mindspore/explainer/ |
D | _image_classification_runner.py | 507 explain = Explain() 508 explain.metadata.label.extend(self._labels) 512 explain.metadata.explain_method.extend(exp_names) 515 explain.metadata.benchmark_method.extend(bench_names) 517 summary.add_value("explainer", "metadata", explain) 585 explain = Explain() 586 explain.sample_id = self._sample_index 587 explain.image_path = original_image_path 588 summary.add_value("explainer", "sample", explain) 590 explain = Explain() [all …]
|
/third_party/jerryscript/tests/jerry/fail/ |
D | regression-test-issue-3394.js | 19 static explain() { method in Dog 20 super.explain(...[]) 24 Dog.explain()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | abstract | 2 explain briefly what a media framework is and what its advantages 16 data. We explain one of the possible scheduling methods using 27 or seek and flush events. We explain how these events work and 32 explain how all the pieces fit together and how we combine different
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regerror.c | 57 const char *explain; member 108 s = r->explain; in llvm_regerror()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regerror.c | 57 const char *explain; member 108 s = r->explain; in llvm_regerror()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | RangeException.java | 45 super(explain(checkNotNull(column), value, existing, ranges, intersection, checkNotNull(mode))); in RangeException() 48 private static String explain( in explain() method in RangeException
|
/third_party/ejdb/src/jbr/ |
D | README.md | 76 …* `explain` Show query execution plan before first element in result set separated by `-----------… 116 curl --data-raw '@family/[lastName = "Ryan"]' -H 'X-Access-Token:myaccess01' -H 'X-Hints:explain' h… 175 <key> explain <collection> <query> 256 #### `<key> explain <collection> <query>` 258 be prefixed by `<key> explain` and contains query execution plan. 262 > k explain family /* | /firstName 263 < k explain [INDEX] NO [COLLECTOR] PLAIN
|
/third_party/mbedtls/ChangeLog.d/ |
D | 00README.md | 77 library, not its developers. In particular, for a bug fix, explain the 78 consequences of the bug, not how the bug was fixed. For a new feature, explain 80 explain how to update existing applications.
|
/third_party/flutter/flutter/.github/ISSUE_TEMPLATE/ |
D | BUG.md | 33 a screenshot and explain what the problem is. 46 to explain how to solve the issue.
|
/third_party/curl/docs/ |
D | DEPRECATE.md | 4 email the curl-library mailing list as soon as possible and explain to us why
|
/third_party/benchmark/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 29 If applicable, add screenshots to help explain your problem.
|
/third_party/boost/libs/test/doc/test_organization/ |
D | test_tree_content.qbk | 16 explain various methods that modify the tests that are being run.
|
/third_party/boost/libs/vmd/doc/ |
D | vmd_reentrant.qbk | 16 BOOST_PP_WHILE and BOOST_PP_WHILE_##d explain, they do not have to be used.
|
/third_party/libinput/doc/user/ |
D | development.rst | 29 Topics below explain some behaviors of libinput.
|
/third_party/node/test/wpt/ |
D | README.md | 93 "fail": "explain why the test fails, ideally with links" 154 "skip": "explain why we cannot run a test that's supposed to pass", 157 "fail": "explain why we the test is expected to fail"
|
/third_party/glib/gio/tests/ |
D | live-g-file.txt | 1 Before you start testing it would be good to explain how it works.
|
/third_party/node/deps/npm/node_modules/asn1/ |
D | README.md | 7 need this readme to explain what and why. If you have no idea what ASN.1 is,
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | introduction.inc | 8 @emph{GNU libmicrohttpd} and for that reason does not explain many of the parameters.
|
/third_party/node/deps/npm/test/fixtures/ |
D | third-party.md | 8 derivative works that comment on or otherwise explain it or assist in its
|