Home
last modified time | relevance | path

Searched refs:tried (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/third_party/uboot/u-boot-2020.01/tools/
Dmicrocode-tool131 mcode_list, tried = FindMicrocode(microcodes, model.lower())
132 print('Matching models %s:' % (', '.join(tried)))
162 tried = []
166 tried.append(abbrev)
172 return found, tried
300 tried = []
302 mcode_list, tried = FindMicrocode(microcodes, model)
305 (model, ', '.join(tried)))
309 (model, ', '.join(tried),
Dmicrocode-tool.py131 mcode_list, tried = FindMicrocode(microcodes, model.lower())
132 print('Matching models %s:' % (', '.join(tried)))
162 tried = []
166 tried.append(abbrev)
172 return found, tried
300 tried = []
302 mcode_list, tried = FindMicrocode(microcodes, model)
305 (model, ', '.join(tried)))
309 (model, ', '.join(tried),
/third_party/googletest/googlemock/test/
Dgmock_output_test_golden.txt36 Google Mock tried the following 1 expectation, but it didn't match:
49 Google Mock tried the following 1 expectation, but it didn't match:
93 Google Mock tried the following 2 expectations, but none matched:
95 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(_, _))...
100 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(0, 0))...
114 Google Mock tried the following 2 expectations, but none matched:
116 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))...
121 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))...
135 Google Mock tried the following 2 expectations, but none matched:
137 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))...
[all …]
/third_party/toybox/toys/posix/
Dgrep.c78 int found, tried;
121 if (!FLAG(r)) TT.tried++; in do_grep()
419 if (!new->parent) TT.tried++; in do_grep_r()
501 if (TT.tried >= toys.optc || (FLAG(q)&&TT.found)) toys.exitval = !TT.found; in grep_main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
Dcoverage.txt6 …bug. The child doesn't die; it sits in constant wait. TBD how to fix (I tried adding another lay…
/third_party/ltp/testcases/network/multicast/
DREADME18 I apologize for the lengthy setup, but I tried to make it as minimal as possible.
/third_party/openssl/doc/man3/
DCMS_decrypt.pod30 If B<cert> is set to NULL all possible recipients are tried. This case however
32 PKCS #1 v1.5 RSA padding) all recipients are tried whether they succeed or
DBN_num_bytes.pod36 Some have tried using BN_num_bits() on individual numbers in RSA keys,
/third_party/ltp/testcases/network/tcp_cmds/
DREADME19 I apologize for the lengthy setup, but I tried to make it as minimal as possible.
/third_party/ltp/testcases/network/rpc/basic_tests/
DREADME23 I apologize for the lengthy setup, but I tried to make it as minimal as
/third_party/boost/tools/build/src/tools/
Dsass.jam85 If no `command` is given, `sassc` is tried, after which `scss` is tried.
/third_party/uboot/u-boot-2020.01/doc/
DI2C_Edge_Conditions13 Once the CPU reinitializes and the read is tried again:
/third_party/skia/src/gpu/mtl/
DGrMtlCommandBuffer.mm62 NSLog(@"GrMtlCommandBuffer: tried to create MTLBlitCommandEncoder while in background.");
161 NSLog(@"GrMtlCommandBuffer: tried to create MTLRenderCommandEncoder while in background.");
/third_party/ffmpeg/tests/ref/fate/
Dsub-mpsub21 Dialogue: 0,0:00:39.00,0:00:42.00,Default,,0,0,0,,They locked the doors,\Nand tried to kill us.
/third_party/boost/libs/metaparse/doc/
Done_of.qbk20 parsers are tried in order, therefore in case of ambiguous grammars the result
/third_party/typescript_eslint/.github/ISSUE_TEMPLATE/
Dtypescript-estree.md24 - [ ] I have tried restarting my IDE and the issue persists.
Dtypescript-eslint-utils.md25 - [ ] I have tried restarting my IDE and the issue persists.
/third_party/grpc/doc/
Dssl-performance.md5 As a result, we've tried hard to provide a smooth experience to our users when compiling and distri…
/third_party/gstreamer/gstplugins_good/common/m4/
Das-docbook.m44 dnl I also tried checking for a specific version and type of docbook
/third_party/gstreamer/gstplugins_base/common/m4/
Das-docbook.m44 dnl I also tried checking for a specific version and type of docbook
/third_party/gstreamer/gst_libav/common/m4/
Das-docbook.m44 dnl I also tried checking for a specific version and type of docbook
/third_party/toybox/kconfig/
DREADME7 Way back when I tried to push my local changes to kconfig upstream
/third_party/gstreamer/gstreamer/common/m4/
Das-docbook.m44 dnl I also tried checking for a specific version and type of docbook
/third_party/boost/tools/build/src/tools/generators/
Dsearched-lib-generator.jam16 # The requirements cause the generators to be tried *only* when we are
/third_party/boost/libs/python/doc/reference/
Dexception_translator.qbk14 [[Effects][Adds a copy of translate to the sequence of exception translators tried when Boost.Pytho…

12345678910>>...17