OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_cmd
(Results
1 - 3
of
3
) sorted by null
/art/test/
run-test
119
check_cmd
="check"
745
if [ '!' -r "$
check_cmd
" ]; then
753
chmod 755 "$
check_cmd
"
905
./$
check_cmd
"$expected" "$output"
[
all
...]
/build/make/tools/releasetools/
validate_target_files.py
157
check_cmd
= re.search(r'if ! applypatch -c \w+:.+:\w+:(\w+);',
159
expected_recovery_check_sha1 =
check_cmd
.group(1)
/external/libvpx/libvpx/build/make/
configure.sh
289
check_cmd
() {
function
299
check_cmd
${CC} ${CFLAGS} "$@" -c -o ${TMP_O} ${TMP_C}
306
check_cmd
${CXX} ${CXXFLAGS} "$@" -c -o ${TMP_O} ${TMP_CC}
313
check_cmd
${CC} ${CFLAGS} "$@" -E -o ${TMP_O} ${TMP_C}
319
&&
check_cmd
${LD} ${LDFLAGS} "$@" -o ${TMP_X} ${TMP_O} ${extralibs}
385
check_cmd
${AS} ${ASFLAGS} -o ${TMP_O} ${TMP_ASM}
[
all
...]
Completed in 188 milliseconds