OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNSUPPORTED
(Results
1 - 25
of
48
) sorted by relevancy
1
2
/src/external/bsd/elftoolchain/dist/libelf/
libelf_align.c
70
#define
UNSUPPORTED
() { \
84
[ELF_T_MOVEP] =
UNSUPPORTED
(),
123
[ELF_T_MOVEP] =
UNSUPPORTED
(),
/src/external/gpl3/binutils/dist/opcodes/
rx-decode.c
171
#define
UNSUPPORTED
() \
1230
default:
UNSUPPORTED
(); break;
1345
default:
UNSUPPORTED
(); break;
1460
default:
UNSUPPORTED
(); break;
1575
default:
UNSUPPORTED
(); break;
1906
default:
UNSUPPORTED
(); break;
2021
default:
UNSUPPORTED
(); break;
2136
default:
UNSUPPORTED
(); break;
2251
default:
UNSUPPORTED
(); break;
2616
default:
UNSUPPORTED
(); break
[
all
...]
msp430-decode.c
79
#define
UNSUPPORTED
() msp430->syntax = "*unknown*"
2171
default:
UNSUPPORTED
(); break;
2181
default:
UNSUPPORTED
(); break;
2191
default:
UNSUPPORTED
(); break;
2201
default:
UNSUPPORTED
(); break;
2211
default:
UNSUPPORTED
(); break;
2221
default:
UNSUPPORTED
(); break;
2231
default:
UNSUPPORTED
(); break;
2241
default:
UNSUPPORTED
(); break;
msp430-decode.opc
77
#define
UNSUPPORTED
() msp430->syntax = "*unknown*"
/src/external/gpl3/binutils.old/dist/opcodes/
rx-decode.c
171
#define
UNSUPPORTED
() \
1230
default:
UNSUPPORTED
(); break;
1345
default:
UNSUPPORTED
(); break;
1460
default:
UNSUPPORTED
(); break;
1575
default:
UNSUPPORTED
(); break;
1906
default:
UNSUPPORTED
(); break;
2021
default:
UNSUPPORTED
(); break;
2136
default:
UNSUPPORTED
(); break;
2251
default:
UNSUPPORTED
(); break;
2616
default:
UNSUPPORTED
(); break
[
all
...]
msp430-decode.c
79
#define
UNSUPPORTED
() msp430->syntax = "*unknown*"
2171
default:
UNSUPPORTED
(); break;
2181
default:
UNSUPPORTED
(); break;
2191
default:
UNSUPPORTED
(); break;
2201
default:
UNSUPPORTED
(); break;
2211
default:
UNSUPPORTED
(); break;
2221
default:
UNSUPPORTED
(); break;
2231
default:
UNSUPPORTED
(); break;
2241
default:
UNSUPPORTED
(); break;
msp430-decode.opc
77
#define
UNSUPPORTED
() msp430->syntax = "*unknown*"
/src/external/gpl3/gdb.old/dist/opcodes/
rx-decode.c
171
#define
UNSUPPORTED
() \
1230
default:
UNSUPPORTED
(); break;
1345
default:
UNSUPPORTED
(); break;
1460
default:
UNSUPPORTED
(); break;
1575
default:
UNSUPPORTED
(); break;
1906
default:
UNSUPPORTED
(); break;
2021
default:
UNSUPPORTED
(); break;
2136
default:
UNSUPPORTED
(); break;
2251
default:
UNSUPPORTED
(); break;
2616
default:
UNSUPPORTED
(); break
[
all
...]
msp430-decode.c
79
#define
UNSUPPORTED
() msp430->syntax = "*unknown*"
2171
default:
UNSUPPORTED
(); break;
2181
default:
UNSUPPORTED
(); break;
2191
default:
UNSUPPORTED
(); break;
2201
default:
UNSUPPORTED
(); break;
2211
default:
UNSUPPORTED
(); break;
2221
default:
UNSUPPORTED
(); break;
2231
default:
UNSUPPORTED
(); break;
2241
default:
UNSUPPORTED
(); break;
msp430-decode.opc
77
#define
UNSUPPORTED
() msp430->syntax = "*unknown*"
/src/external/gpl3/gdb/dist/opcodes/
rx-decode.c
171
#define
UNSUPPORTED
() \
1230
default:
UNSUPPORTED
(); break;
1345
default:
UNSUPPORTED
(); break;
1460
default:
UNSUPPORTED
(); break;
1575
default:
UNSUPPORTED
(); break;
1906
default:
UNSUPPORTED
(); break;
2021
default:
UNSUPPORTED
(); break;
2136
default:
UNSUPPORTED
(); break;
2251
default:
UNSUPPORTED
(); break;
2616
default:
UNSUPPORTED
(); break
[
all
...]
msp430-decode.c
79
#define
UNSUPPORTED
() msp430->syntax = "*unknown*"
2171
default:
UNSUPPORTED
(); break;
2181
default:
UNSUPPORTED
(); break;
2191
default:
UNSUPPORTED
(); break;
2201
default:
UNSUPPORTED
(); break;
2211
default:
UNSUPPORTED
(); break;
2221
default:
UNSUPPORTED
(); break;
2231
default:
UNSUPPORTED
(); break;
2241
default:
UNSUPPORTED
(); break;
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
base.py
86
if test.config.
unsupported
:
87
return (lit.Test.
UNSUPPORTED
, 'Test is
unsupported
')
125
if test.config.
unsupported
:
126
return lit.Test.
UNSUPPORTED
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/
Test.py
47
UNSUPPORTED
= ResultCode('
UNSUPPORTED
', '
Unsupported
', False)
243
self.
unsupported
= []
380
Returns a list of features from
UNSUPPORTED
that are present
382
Throws ValueError if an
UNSUPPORTED
line has a syntax error.
389
return [item for item in self.
unsupported
392
raise ValueError('Error in
UNSUPPORTED
list:\n%s' % str(e))
398
Returns a list of all features appearing in XFAIL,
UNSUPPORTED
and
403
feature_keywords = ('
UNSUPPORTED
:', 'REQUIRES:', 'XFAIL:'
[
all
...]
reports.py
89
lit.Test.SKIPPED, lit.Test.
UNSUPPORTED
}
149
assert code == lit.Test.
UNSUPPORTED
153
return '
Unsupported
configuration'
160
lit.Test.SKIPPED, lit.Test.
UNSUPPORTED
}
TestRunner.py
360
raise InternalShellError(cmd, "
Unsupported
: 'mkdir': %s" % str(err))
396
raise InternalShellError(cmd, "
Unsupported
: 'rm': %s" % str(err))
520
raise InternalShellError(cmd, "
Unsupported
redirect: %r" % ((op, filename),))
531
raise InternalShellError(cmd, "
Unsupported
redirect for stdin")
538
raise InternalShellError(cmd, "
Unsupported
redirect on stdout")
556
raise InternalShellError(cmd, "
Unsupported
: glob in "
596
raise InternalShellError(cmd,"
unsupported
shell operator: '&'")
690
raise InternalShellError(j, "
Unsupported
: '{}' cannot be part"
1413
'
UNSUPPORTED
' and 'ALLOW_RETRIES', as well as other specified custom
1425
IntegratedTestKeywordParser('
UNSUPPORTED
:', ParserKind.BOOLEAN_EXPR)
[
all
...]
/src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
format.py
133
automatically marked as
UNSUPPORTED
if the compiler
229
return lit.Test.Result(lit.Test.
UNSUPPORTED
, 'Test {} is
unsupported
when modules are enabled')
257
return lit.Test.Result(lit.Test.
UNSUPPORTED
,
295
if test.config.
unsupported
:
296
return lit.Test.Result(lit.Test.
UNSUPPORTED
, 'Test is
unsupported
')
/src/usr.sbin/rpc.pcnfsd/
pcnfsd_v2.c
411
#define
UNSUPPORTED
-1
425
facilities[PCNFSD2_PR_ADMIN] =
UNSUPPORTED
;
426
facilities[PCNFSD2_PR_REQUEUE] =
UNSUPPORTED
;
427
facilities[PCNFSD2_PR_HOLD] =
UNSUPPORTED
;
428
facilities[PCNFSD2_PR_RELEASE] =
UNSUPPORTED
;
/src/external/gpl3/gcc/dist/contrib/
dglib.pm
222
} elsif(/^$gdbhack(FAIL|PASS|UNRESOLVED|
UNSUPPORTED
|UNTESTED|XFAIL|XPASS|KFAIL|KPASS): (.*)/) {
dg-extract-results.sh
205
/^# of
unsupported
tests/ { if (insummary == 1) unsupcnt += \$5; next; }
221
if (unsupcnt) print "# of
unsupported
tests " unsupcnt
332
/^(PASS|XPASS|FAIL|XFAIL|UNRESOLVED|WARNING|ERROR|
UNSUPPORTED
|UNTESTED|KFAIL|KPASS|PATH|DUPLICATE):/ {
420
/^# of
unsupported
tests/ { if (insummary == 1) unsupcnt += \$5; next; }
439
if (unsupcnt != 0) printf ("# of
unsupported
tests\t\t%d\n", unsupcnt)
474
/^# of
unsupported
tests/ { unsupcnt += \$5 }
488
if (unsupcnt != 0) printf ("# of
unsupported
tests\t\t%d\n", unsupcnt)
/src/external/gpl3/gcc.old/dist/contrib/
dglib.pm
222
} elsif(/^$gdbhack(FAIL|PASS|UNRESOLVED|
UNSUPPORTED
|UNTESTED|XFAIL|XPASS|KFAIL|KPASS): (.*)/) {
dg-extract-results.sh
202
/^# of
unsupported
tests/ { if (insummary == 1) unsupcnt += \$5; next; }
218
if (unsupcnt) print "# of
unsupported
tests " unsupcnt
329
/^(PASS|XPASS|FAIL|XFAIL|UNRESOLVED|WARNING|ERROR|
UNSUPPORTED
|UNTESTED|KFAIL|KPASS|PATH|DUPLICATE):/ {
417
/^# of
unsupported
tests/ { if (insummary == 1) unsupcnt += \$5; next; }
436
if (unsupcnt != 0) printf ("# of
unsupported
tests\t\t%d\n", unsupcnt)
471
/^# of
unsupported
tests/ { unsupcnt += \$5 }
485
if (unsupcnt != 0) printf ("# of
unsupported
tests\t\t%d\n", unsupcnt)
/src/external/gpl3/gdb.old/dist/contrib/
dg-extract-results.sh
205
/^# of
unsupported
tests/ { if (insummary == 1) unsupcnt += \$5; next; }
221
if (unsupcnt) print "# of
unsupported
tests " unsupcnt
332
/^(PASS|XPASS|FAIL|XFAIL|UNRESOLVED|WARNING|ERROR|
UNSUPPORTED
|UNTESTED|KFAIL|KPASS|PATH|DUPLICATE):/ {
420
/^# of
unsupported
tests/ { if (insummary == 1) unsupcnt += \$5; next; }
439
if (unsupcnt != 0) printf ("# of
unsupported
tests\t\t%d\n", unsupcnt)
474
/^# of
unsupported
tests/ { unsupcnt += \$5 }
488
if (unsupcnt != 0) printf ("# of
unsupported
tests\t\t%d\n", unsupcnt)
/src/external/gpl3/gdb/dist/contrib/
dg-extract-results.sh
205
/^# of
unsupported
tests/ { if (insummary == 1) unsupcnt += \$5; next; }
221
if (unsupcnt) print "# of
unsupported
tests " unsupcnt
332
/^(PASS|XPASS|FAIL|XFAIL|UNRESOLVED|WARNING|ERROR|
UNSUPPORTED
|UNTESTED|KFAIL|KPASS|PATH|DUPLICATE):/ {
420
/^# of
unsupported
tests/ { if (insummary == 1) unsupcnt += \$5; next; }
440
if (unsupcnt != 0) printf ("# of
unsupported
tests\t\t%d\n", unsupcnt)
476
/^# of
unsupported
tests/ { unsupcnt += \$5 }
491
if (unsupcnt != 0) printf ("# of
unsupported
tests\t\t%d\n", unsupcnt)
/src/external/gpl3/gdb.old/dist/sim/m32c/
r8c.opc
53
#define
UNSUPPORTED
()
unsupported
("
unsupported
", orig_pc)
54
#define NOTYET()
unsupported
("unimplemented", orig_pc)
57
unsupported
(char *tag, int orig_pc)
946
UNSUPPORTED
();
996
UNSUPPORTED
();
1012
UNSUPPORTED
();
Completed in 95 milliseconds
1
2
Indexes created Fri Jun 05 00:26:10 UTC 2026