HomeSort by relevance Sort by last modified time
    Searched refs:tried (Results 1 - 25 of 35) sorted by null

1 2

  /external/u-boot/tools/
microcode-tool.py 131 mcode_list, tried = FindMicrocode(microcodes, model.lower())
132 print 'Matching models %s:' % (', '.join(tried))
155 List of abbreviations we 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),
    [all...]
microcode-tool 131 mcode_list, tried = FindMicrocode(microcodes, model.lower())
132 print 'Matching models %s:' % (', '.join(tried))
155 List of abbreviations we 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),
    [all...]
  /external/autotest/server/site_tests/telemetry_AFDOGenerate/
telemetry_AFDOGenerate.py 229 tried = False
235 'first' if not tried else 'second')
238 if not tried:
239 tried = True
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
  /external/toybox/toys/posix/
grep.c 76 int found, tried;
119 if (!FLAG(r)) TT.tried++;
422 if (!new->parent) TT.tried++;
500 if (TT.tried >= toys.optc || (FLAG(q)&&TT.found)) toys.exitval = !TT.found;
  /external/syzkaller/dashboard/app/
jobs_test.go 183 syzbot tried to test the proposed patch but build/boot failed:
225 syzbot tried to test the proposed patch but build/boot failed:
entities.go 154 Attempts int // number of times we tried to execute this job
  /external/skia/tools/
bisect_roll.go 163 log("Recommend trying a roll at %s which has not yet been tried.", suggestedCommit)
  /external/skqp/tools/
bisect_roll.go 163 log("Recommend trying a roll at %s which has not yet been tried.", suggestedCommit)
  /external/openssh/
sshconnect2.c 254 int tried; member in struct:identity
    [all...]
  /external/toybox/generated/
globals.h 1083 int found, tried; member in struct:grep_data
  /build/soong/java/
droiddoc.go     [all...]
  /external/syzkaller/pkg/report/
report.go 232 // If parts2 is present it is tried when parts matching fails.
  /external/python/cpython3/Lib/test/
test_statistics.py 674 failed, tried = doctest.testmod(statistics, optionflags=doctest.ELLIPSIS)
675 self.assertGreater(tried, 0)
    [all...]
  /external/python/httplib2/
libhttplib2.tex 101 A request will be tried 'RETRIES' times if it fails at the socket/connection level.
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 76 unsigned int tried; local
86 tried = wpa_s->interworking_fast_assoc_tried;
89 if (!tried && wpa_supplicant_fast_associate(wpa_s) >= 0)
    [all...]
  /external/tensorflow/tensorflow/python/keras/engine/
base_layer.py     [all...]
  /external/syzkaller/syz-manager/
manager.go 770 // 2. Repro re-tried 3 times and still got corrupted report at the end,
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py     [all...]
  /dalvik/docs/
prettify.js 537 * @param {Array} fallthroughStylePatterns patterns that will be tried in
    [all...]
  /external/boringssl/src/ssl/test/runner/
conn.go     [all...]
  /external/boringssl/src/util/fipstools/delocate/
delocate.go 1018 return nil, fmt.Errorf("tried to load OPENSSL_ia32cap_P into %q, which is not a standard register.", reg)
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 803 * @param {Array} fallthroughStylePatterns patterns that will be tried in
    [all...]
  /external/protobuf/js/
message.js     [all...]
  /external/skia/infra/bots/
gen_tasks.go 519 // kjlubick tried running this on GCE, but it was a bit too slow on the large install.
    [all...]

Completed in 746 milliseconds

1 2