HomeSort by: relevance | last modified time | path
    Searched refs:only (Results 1 - 25 of 1121) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/libgomp/
openacc.f90 33 use iso_fortran_env, only: int32
106 use iso_c_binding, only: c_size_t
165 use iso_c_binding, only: c_int32_t
172 use iso_c_binding, only: c_int64_t
183 use iso_c_binding, only: c_int32_t
190 use iso_c_binding, only: c_int64_t
201 use iso_c_binding, only: c_int32_t
208 use iso_c_binding, only: c_int64_t
219 use iso_c_binding, only: c_int32_t
226 use iso_c_binding, only: c_int64_
    [all...]
  /src/usr.bin/make/unit-tests/
dep.exp 1 make: dep.mk:11: Inconsistent operator for only-colon
2 make: dep.mk:13: Inconsistent operator for only-colon
job-output.exp 6 only stdout:
9 only stderr:
cond-cmp-unary.exp 1 make: cond-cmp-unary.mk:54: This is only reached because of a bug in EvalTruthy.
varname-dot-newline.exp 1 make: varname-dot-newline.mk:28: Cannot overwrite ".newline" as it is read-only
3 make: varname-dot-newline.mk:30: Cannot append to ".newline" as it is read-only
5 make: varname-dot-newline.mk:32: Cannot delete ".newline" as it is read-only
opt-debug-file.exp 1 make: opt-debug-file.mk:54: This goes to stdout only, once.
2 make: opt-debug-file.mk:57: This goes to stderr only, once.
6 make: Unterminated quoted string [make 'This goes to stdout only, once.]
7 make: Unterminated quoted string [make 'This goes to stderr only, once.]
var-readonly.exp 1 Global: ignoring delete 'N' as it is read-only
  /src/external/historical/nawk/dist/testdir/
t.8.y 4 # since it has only referred to $2, not created it,
5 # and thus only $1 exists (and it's null).
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
library-module-main.f90 17 use libmany, only: var_j
  /src/external/mit/libcbor/dist/misc/hooks/
pre-commit 8 if [[ $(git -C .. diff --cached --name-only) == *"index.html.erb"* ]]; then
17 MODIFIED_UNSTAGED=$(git -C . diff --name-only)
18 MODIFIED_STAGED=$(git -C . diff --name-only --cached)
24 if [[ ${MODIFIED_UNSTAGED} != $(git -C . diff --name-only) ]]; then
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
library-module-main.f90 17 use libmany, only: var_j
  /src/external/gpl3/gcc/dist/libgomp/
openacc.f90 33 use iso_fortran_env, only: int32
106 use iso_c_binding, only: c_size_t
165 use iso_c_binding, only: c_int32_t
172 use iso_c_binding, only: c_int64_t
183 use iso_c_binding, only: c_int32_t
190 use iso_c_binding, only: c_int64_t
201 use iso_c_binding, only: c_int32_t
208 use iso_c_binding, only: c_int64_t
219 use iso_c_binding, only: c_int32_t
226 use iso_c_binding, only: c_int64_
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/
find-unused-diagnostics.sh 8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/Basic/Diagnostic*.td)
12 DIAGS_IN_SOURCES=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' $ALL_SOURCES)
  /src/external/bsd/libarchive/dist/libarchive/
archive_platform_xattr.h 26 /* !!ONLY FOR USE INTERNALLY TO LIBARCHIVE!! */
33 #error This header is only to be used internally to libarchive.
archive_random_private.h 30 #error This header is only to be used internally to libarchive.
archive_write_disk_private.h 31 #error This header is only to be used internally to libarchive.
  /src/external/apache2/llvm/dist/llvm/utils/
countloc.sh 33 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
tailcall-only.exp 19 # This is a variant of tailcall.exp where the entire trace contains only tail
34 # make check RUNTESTFLAGS="gdb.btrace/tailcall-only.exp COMPILE=1"
35 standard_testfile tailcall-only.c
39 standard_testfile x86_64-tailcall-only.S
41 standard_testfile i686-tailcall-only.S
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
tailcall-only.exp 19 # This is a variant of tailcall.exp where the entire trace contains only tail
34 # make check RUNTESTFLAGS="gdb.btrace/tailcall-only.exp COMPILE=1"
35 standard_testfile tailcall-only.c
39 standard_testfile x86_64-tailcall-only.S
41 standard_testfile i686-tailcall-only.S
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
openacc.f90 36 use iso_fortran_env, only: int32
72 use iso_c_binding, only: c_int
93 use openacc_internal, only: acc_on_device_l
  /src/external/mpl/bind/dist/bin/tests/system/forward/ns9/
named2.conf.j2 50 forward only;
56 forward only;
62 forward only;
  /src/common/lib/libc/arch/arm/
features.mk 5 FEAT_EABI!=if ${COMPILE.c} ${COPTS} -fsyntax-only -DEABI_TEST ${TESTFILE} >/dev/null 2>/dev/null; then echo yes; else echo no; fi
6 FEAT_LDREX!=if ${COMPILE.c} ${COPTS} -fsyntax-only -DLDREX_TEST ${TESTFILE} >/dev/null 2>/dev/null; then echo yes; else echo no; fi
7 FEAT_LDRD!=if ${COMPILE.c} ${COPTS} -fsyntax-only -DLDRD_TEST ${TESTFILE} >/dev/null 2>/dev/null; then echo yes; else echo no; fi
8 FEAT_THUMB2!=if ${COMPILE.c} ${COPTS} -fsyntax-only -DTHUMB2_TEST ${TESTFILE} >/dev/null 2>/dev/null; then echo yes; else echo no; fi
  /src/games/wargames/
wargames.sh 48 The only winning move is
  /src/external/apache2/llvm/dist/libcxx/utils/ci/
buildkite-pipeline-premerge.sh 20 if ! git diff --name-only HEAD~1 | grep -q -E "libcxx/|libcxxabi/"; then
  /src/lib/libm/noieee_src/
n_frexpl.c 37 #error This file is only for machiens where long double is the same as double.

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>