Home
last modified time | relevance | path

Searched refs:explain (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJQL.java74 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/
DJQL.java76 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.py21 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/
Dclass-inheritance-core-1.js29 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.");
Dregression-test-issue-3458.js17 static explain () { method in Dog
25 Dog.explain ()
Dregression-test-issue-2822.js19 explain() { } method in Animal
/third_party/mindspore/mindspore/explainer/
D_image_classification_runner.py507 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/
Dregression-test-issue-3394.js19 static explain() { method in Dog
20 super.explain(...[])
24 Dog.explain()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dabstract2 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/
Dregerror.c57 const char *explain; member
108 s = r->explain; in llvm_regerror()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregerror.c57 const char *explain; member
108 s = r->explain; in llvm_regerror()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DRangeException.java45 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/
DREADME.md76 …* `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/
D00README.md77 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/
DBUG.md33 a screenshot and explain what the problem is.
46 to explain how to solve the issue.
/third_party/curl/docs/
DDEPRECATE.md4 email the curl-library mailing list as soon as possible and explain to us why
/third_party/benchmark/.github/ISSUE_TEMPLATE/
Dbug_report.md29 If applicable, add screenshots to help explain your problem.
/third_party/boost/libs/test/doc/test_organization/
Dtest_tree_content.qbk16 explain various methods that modify the tests that are being run.
/third_party/boost/libs/vmd/doc/
Dvmd_reentrant.qbk16 BOOST_PP_WHILE and BOOST_PP_WHILE_##d explain, they do not have to be used.
/third_party/libinput/doc/user/
Ddevelopment.rst29 Topics below explain some behaviors of libinput.
/third_party/node/test/wpt/
DREADME.md93 "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/
Dlive-g-file.txt1 Before you start testing it would be good to explain how it works.
/third_party/node/deps/npm/node_modules/asn1/
DREADME.md7 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/
Dintroduction.inc8 @emph{GNU libmicrohttpd} and for that reason does not explain many of the parameters.
/third_party/node/deps/npm/test/fixtures/
Dthird-party.md8 derivative works that comment on or otherwise explain it or assist in its

12345678910>>...16