Home
last modified time | relevance | path

Searched refs:bisection (Results 1 – 25 of 27) sorted by relevance

12

/external/toolchain-utils/binary_search_tool/
DREADME.pass_bisect.md1 # Pass bisection
3 This document describes a feature for the bisection tool, which provides
4 pass and transformation level bisection for a bad object file.
7 of the bisection tool.
9 The benefit of using pass level bisection is:
18 All the required arguments in object-file-level bisection tool are still
21 1. `--pass_bisect`: enables pass level bisection
41 bisection:
55 Enables pass/transformation level bisection and with default
DREADME.testing.md3 This file explains how to set up and run the various kinds of bisection tests.
5 The bisection tool comes with several sets of tests which you should
6 run after updating any of the bisection tool scripts OR after updating
8 correctly with bisection).
34 # Running the bisection tests, testing the compiler wrapper.
36 If you want to run the bisection tests, and test the compiler wrapper
89 ## Running the bisection tests, without testing the compiler wrapper.
DREADME.bisect.md6 methods of bisecting are ChromeOS package and object bisection. Each
54 documentation of ChromeOS package bisection.
58 1. Basic interactive test package bisection, on daisy board:
64 2. Basic boot test package bisection, on daisy board:
127 1. Basic interactive test object bisection, on daisy board for cryptohome
130 2. Basic boot test package bisection, on daisy board for cryptohome
136 NOTE: Because this isn't a ChromeOS bisection tool, the concept of a
204 1. Basic interactive test android bisection, where the android source is at
207 2. Basic boot test android bisection, where the android source is at
216 ability to resume a bisection in case it was interrupted by a
[all …]
DMAINTENANCE5 This document is for future maintainers of the binary search/bisection tools.
32 bisection. To test the ChromeOS/Android bisectors, use the common/hash_test.sh
38 The bisection tool (I believe) is in a fairly good state. So these are mostly
52 3. Create a "checkout setup" system for bisection. Currently if you want to
56 working directory for each bisection. Credits to Luis for this idea =)
85 bisection is just a normal build, when really we're doing some tricks.
88 files are actually generated by the compiler during bisection setup, and
93 Some of the arguments for the bisection tool have a weird set of options
/external/toolchain-utils/binary_search_tool/ndk/
DREADME.md3 This is an example bisection for an NDK build system. This example specifically
4 bisects the sample NDK Teapot app. All steps (setup and otherwise) for bisection
31 1. This bisection example was tested with a Nexus 5X
40 bisection easier. More specifically, it adds an arm7 build flavor to gradle.
75 bisection tool will function perfectly fine without them. However, the
76 downside of not having targetting a single architecture is the bisection will
DPATCH16 Add arm7 target to build.gradle file. This is so the bisection tool only
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_flags.inc63 // Malloc / free bisection. Only tag malloc and free calls when a hash of
66 // bisection (i.e. everything is tagged). Once the range is narrowed down
69 "Left bound of malloc bisection, inclusive.")
71 "Right bound of malloc bisection, inclusive.")
/external/toolchain-utils/llvm_tools/
DREADME.md234 the user requires to run the script again to continue the bisection. Intially,
236 bisection (after invoking the script again) based off of the JSON file.
267 This script automates the LLVM bisection process by using `cros buildresult` to
270 An example when this script would be used to do LLVM bisection overnight
286 exists, the script resumes bisection. Otherwise, the script creates the file
559 bisection.
568 to 4c server for bisection. The summary of submitted jobs will be saved in
576 to 4c for bisection.
586 to 4c server for bisection. The summary of submitted jobs will be saved in
/external/python/cpython3/Doc/library/
Dbisect.rst1 :mod:`bisect` --- Array bisection algorithm
5 :synopsis: Array bisection algorithms for binary searching.
17 approach. The module is called :mod:`bisect` because it uses a basic bisection
/external/python/cpython2/Doc/library/
Dbisect.rst1 :mod:`bisect` --- Array bisection algorithm
5 :synopsis: Array bisection algorithms for binary searching.
19 approach. The module is called :mod:`bisect` because it uses a basic bisection
/external/ltp/testcases/kernel/mem/thp/
Dthp01.c44 static struct bisection { struct
/external/toolchain-utils/afdo_tools/bisection/
Dafdo_prof_analysis_test.py15 from afdo_tools.bisection import afdo_prof_analysis as analysis
Dafdo_prof_analysis_e2e_test.py18 from afdo_tools.bisection import afdo_prof_analysis as analysis
/external/swiftshader/third_party/subzero/
DREADME.rst164 the name of the LLVM translator) for bisection-based debugging. In bisection
DDESIGN.rst1225 functions) that yield incorrect behavior. For this, we have a bisection
1231 bisection proceeds based on whether the binary produces correct output.
1233 When the bisection completes, we are left with a minimal set of
1238 impractical to debug. In that case, we can restart the bisection, explicitly
/external/swiftshader/third_party/subzero/docs/
DREADME.rst164 the name of the LLVM translator) for bisection-based debugging. In bisection
DDESIGN.rst1225 functions) that yield incorrect behavior. For this, we have a bisection
1231 bisection proceeds based on whether the binary produces correct output.
1233 When the bisection completes, we are left with a minimal set of
1238 impractical to debug. In that case, we can restart the bisection, explicitly
/external/llvm-project/llvm/docs/Proposals/
DGitHubMove.rst122 - "Sequential IDs are important for LNT and llvmlab bisection tool." [MatthewsRevNum]_.
508 SVN does not have builtin bisection support, but the single revision across
512 the native Git bisection script over the llvm repository, and use some scripting
521 except that the bisection script does not need to include the
/external/llvm-project/llvm/docs/
DOptBisect.rst106 specifically instrumented to enable bisection at this finer level of granularity
DProgrammersManual.rst1296 automatically, using bisection. This is where debug counters help.
/external/mesa3d/docs/relnotes/
D11.2.0.rst172 [i965, regression, bisection] MESA_FORMAT_B8G8R8X8_SRGB changes break
/external/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown55 the variables above allow to use bisection to find the shader that is
/external/freetype/
DChangeLog.26214 (gray_convert_glyph): 32-bit band bisection stack should be 32 bands.
460 [smooth] Shrink bisection stack.
463 from straight line being asymptotically cut 4-fold on each bisection.
464 This justifies smaller bisection stack size.
/external/python/cpython2/Misc/
Dcheatsheet1852 bisect List bisection algorithms.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz

12