Searched refs:bisection (Results 1 – 22 of 22) sorted by relevance
/external/toolchain-utils/binary_search_tool/ |
D | README.testing | 1 This file explains how to set up and run the various kinds of bisection tests. 3 The bisection tool comes with several sets of tests which you should 4 run after updating any of the bisection tool scripts OR after updating 6 correctly with bisection). 30 Running the bisection tests, testing the compiler wrapper. 33 If you want to run the bisection tests, and test the compiler wrapper 76 Running the bisection tests, without testing the compiler wrapper.
|
D | README.bisect | 5 methods of bisecting are ChromeOS package and object bisection. Each 51 package bisection. 54 i) Basic interactive test package bisection, on daisy board: 57 ii) Basic boot test package bisection, on daisy board: 111 i) Basic interactive test object bisection, on daisy board for 115 ii) Basic boot test package bisection, on daisy board for cryptohome 121 NOTE: Because this isn't a ChromeOS bisection tool, the concept of a 182 i) Basic interactive test android bisection, where the android source is 186 ii) Basic boot test android bisection, where the android source is at 193 ability to resume a bisection in case it was interrupted by a [all …]
|
D | MAINTENANCE | 1 This document is for future maintainers of the binary search/bisection tools. 26 bisection. To test the ChromeOS/Android bisectors, use the common/hash_test.sh 32 The bisection tool (I believe) is in a fairly good state. So these are mostly 46 3. Create a "checkout setup" system for bisection. Currently if you want to 50 working directory for each bisection. Credits to Luis for this idea =) 78 bisection is just a normal build, when really we're doing some tricks. 81 files are actually generated by the compiler during bisection setup, and 86 Some of the arguments for the bisection tool have a weird set of options
|
/external/toolchain-utils/binary_search_tool/ndk/ |
D | README | 2 This is an example bisection for an NDK build system. This example specifically 3 bisects the sample NDK Teapot app. All steps (setup and otherwise) for bisection 25 a. This bisection example was tested with a Nexus 5X 33 bisection easier. More specifically, it adds an arm7 build flavor to gradle. 64 bisection tool will function perfectly fine without them. However, the 65 downside of not having targetting a single architecture is the bisection will
|
D | PATCH1 | 6 Add arm7 target to build.gradle file. This is so the bisection tool only
|
/external/python/cpython2/Doc/library/ |
D | bisect.rst | 1 :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/python/cpython3/Doc/library/ |
D | bisect.rst | 1 :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/swiftshader/third_party/subzero/pydir/ |
D | bisection-test.py | 7 bisection-tool.py --cmd "./pydir/bisection-test.py -c 2x3" \
|
/external/ltp/testcases/kernel/mem/thp/ |
D | thp01.c | 53 static struct bisection { struct
|
/external/swiftshader/third_party/subzero/docs/ |
D | README.rst | 164 the name of the LLVM translator) for bisection-based debugging. In bisection
|
D | DESIGN.rst | 1430 functions) that yield incorrect behavior. For this, we have a bisection 1436 tested, and bisection proceeds based on whether the binary produces correct 1439 When the bisection completes, we are left with a minimal set of 1444 impractical to debug. In that case, we can restart the bisection, explicitly
|
/external/swiftshader/third_party/subzero/ |
D | README.rst | 164 the name of the LLVM translator) for bisection-based debugging. In bisection
|
D | DESIGN.rst | 1430 functions) that yield incorrect behavior. For this, we have a bisection 1436 tested, and bisection proceeds based on whether the binary produces correct 1439 When the bisection completes, we are left with a minimal set of 1444 impractical to debug. In that case, we can restart the bisection, explicitly
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/ |
D | GitHubMove.rst | 123 - "Sequential IDs are important for LNT and llvmlab bisection tool." [MatthewsRevNum]_. 786 SVN does not have builtin bisection support, but the single revision across 790 the native Git bisection script over the llvm repository, and use some scripting 800 submodules for the other sub-projects. The native Git bisection can be used on 833 except that the bisection script does not need to include the
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | OptBisect.rst | 106 specifically instrumented to enable bisection at this finer level of granularity
|
D | ProgrammersManual.rst | 1222 automatically, using bisection. This is where debug counters help.
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | notes.markdown | 55 the variables above allow to use bisection to find the shader that is
|
/external/freetype/ |
D | ChangeLog.26 | 214 (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/ |
D | cheatsheet | 1852 bisect List bisection algorithms.
|
D | HISTORY | 16668 bisect: use bisection to insert or find an item in a sorted list
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/python/cpython3/Misc/ |
D | HISTORY | 34047 bisect: use bisection to insert or find an item in a sorted list
|