OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BISECT_NUM_JOBS
(Results
1 - 4
of
4
) sorted by null
/external/toolchain-utils/binary_search_tool/android/
switch_to_bad.sh
28
# Have ${
BISECT_NUM_JOBS
} processes running concurrently.
30
xargs -P ${
BISECT_NUM_JOBS
} -a ${OBJ_LIST_FILE} -r -l -I '{}' \
switch_to_good.sh
27
# Have ${
BISECT_NUM_JOBS
} processes running concurrently.
29
xargs -P ${
BISECT_NUM_JOBS
} -a ${OBJ_LIST_FILE} -r -l -I '{}' \
test_setup.sh
101
MAKE_JOBS=${
BISECT_NUM_JOBS
}
setup.sh
130
BISECT_NUM_JOBS
=${NUM_JOBS}
Completed in 44 milliseconds