OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNSUPPORTED
(Results
1 - 25
of
64
) sorted by null
1
2
3
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTrafficStatsTest.java
17
assertEquals(TrafficStats.
UNSUPPORTED
, TrafficStats.getThreadStatsTag());
18
assertEquals(TrafficStats.
UNSUPPORTED
, TrafficStats.getMobileTxPackets());
19
assertEquals(TrafficStats.
UNSUPPORTED
, TrafficStats.getMobileRxPackets());
20
assertEquals(TrafficStats.
UNSUPPORTED
, TrafficStats.getMobileTxBytes());
21
assertEquals(TrafficStats.
UNSUPPORTED
, TrafficStats.getMobileRxBytes());
22
assertEquals(TrafficStats.
UNSUPPORTED
, TrafficStats.getTotalTxPackets());
23
assertEquals(TrafficStats.
UNSUPPORTED
, TrafficStats.getTotalRxPackets());
24
assertEquals(TrafficStats.
UNSUPPORTED
, TrafficStats.getTotalTxBytes());
25
assertEquals(TrafficStats.
UNSUPPORTED
, TrafficStats.getTotalRxBytes());
26
assertEquals(TrafficStats.
UNSUPPORTED
, TrafficStats.getUidTxBytes(anything))
[
all
...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTrafficStats.java
16
return TrafficStats.
UNSUPPORTED
;
41
return TrafficStats.
UNSUPPORTED
;
46
return TrafficStats.
UNSUPPORTED
;
51
return TrafficStats.
UNSUPPORTED
;
56
return TrafficStats.
UNSUPPORTED
;
61
return TrafficStats.
UNSUPPORTED
;
66
return TrafficStats.
UNSUPPORTED
;
71
return TrafficStats.
UNSUPPORTED
;
76
return TrafficStats.
UNSUPPORTED
;
81
return TrafficStats.
UNSUPPORTED
;
[
all
...]
/cts/libs/vogar-expect/src/vogar/
Result.java
27
UNSUPPORTED
,
/external/vogar/src/vogar/
Result.java
27
UNSUPPORTED
,
Driver.java
93
== Result.
UNSUPPORTED
) {
94
addEarlyResult(new Outcome(action.getName(), Result.
UNSUPPORTED
,
95
"
Unsupported
according to expectations file"));
210
if (earlyFailure.getResult() == Result.
UNSUPPORTED
) {
ActionFinder.java
65
outcomes.put(actionName, new Outcome(actionName, Result.
UNSUPPORTED
, e));
/external/python/cpython3/Lib/asyncio/
constants.py
25
UNSUPPORTED
= enum.auto()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp
38
const unsigned
UNSUPPORTED
= -1;
47
UNSUPPORTED
,
UNSUPPORTED
, MBlaze::FADD,
UNSUPPORTED
, //14,15,16,17
48
MBlaze::MULI, MBlaze::BSRLI,
UNSUPPORTED
, MBlaze::GET, //18,19,1A,1B
49
UNSUPPORTED
,
UNSUPPORTED
,
UNSUPPORTED
,
UNSUPPORTED
, //1C,1D,1E,1F
56
MBlaze::LBU, MBlaze::LHU, MBlaze::LW,
UNSUPPORTED
, //30,31,32,3
[
all
...]
/external/linux-kselftest/tools/testing/selftests/timers/
nanosleep.c
48
#define
UNSUPPORTED
0xf00f
107
return
UNSUPPORTED
;
111
return
UNSUPPORTED
;
149
if (ret ==
UNSUPPORTED
) {
150
printf("[
UNSUPPORTED
]\n");
nsleep-lat.c
48
#define
UNSUPPORTED
0xf00f
108
return
UNSUPPORTED
;
110
return
UNSUPPORTED
;
168
if (ret ==
UNSUPPORTED
) {
169
printf("[
UNSUPPORTED
]\n");
/external/ltp/testcases/realtime/include/
libtsc.h
64
#warning TSC
UNSUPPORTED
/cts/tests/tests/netpermission/updatestatspermission/src/android/net/cts/network/permission/
UpdateStatsPermissionTest.java
76
static final int
UNSUPPORTED
= -1;
88
assertEquals(
UNSUPPORTED
, TrafficStats.getUidRxBytes(/*root uid*/ 0));
/external/nist-sip/java/gov/nist/javax/sip/parser/
UnsupportedParser.java
33
* Parser for
Unsupported
header.
46
* @param
unsupported
-
Unsupported
header to parse
48
public UnsupportedParser(String
unsupported
) {
49
super(
unsupported
);
62
* @return SIPHeader (
Unsupported
object)
71
headerName(TokenTypes.
UNSUPPORTED
);
75
Unsupported
unsupported
= new
Unsupported
();
local
[
all
...]
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java
140
final int
UNSUPPORTED
= -1;
141
assertEquals(
UNSUPPORTED
, TrafficStats.getUidRxBytes(otherAppUid));
142
assertEquals(
UNSUPPORTED
, TrafficStats.getUidRxPackets(otherAppUid));
143
assertEquals(
UNSUPPORTED
, TrafficStats.getUidTxBytes(otherAppUid));
144
assertEquals(
UNSUPPORTED
, TrafficStats.getUidTxPackets(otherAppUid));
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java
66
public static final String
UNSUPPORTED
= "
UNSUPPORTED
";
/frameworks/av/media/codec2/core/include/
C2Work.h
53
UNSUPPORTED
,
78
/// for any conflicting fields to avoid the conflict. Must only be set for CONFLICT,
UNSUPPORTED
/external/vogar/test/vogar/target/
AbstractTestRunnerTest.java
154
public ExpectedResults
unsupported
() {
method in class:AbstractTestRunnerTest.ExpectedResults
158
Result.
UNSUPPORTED
);
165
String output = outcome(testClassName, null, message, Result.
UNSUPPORTED
);
/external/harfbuzz_ng/src/
hb-ot-name-table.hh
48
#define
UNSUPPORTED
42
93
return
UNSUPPORTED
;
205
* while dropping
unsupported
encodings. */
209
if (this->names[i].entry_score ==
UNSUPPORTED
||
/external/linux-kselftest/tools/testing/selftests/ftrace/
ftracetest
19
echo " --fail-
unsupported
Treat
UNSUPPORTED
as a failure"
86
--fail-
unsupported
)
192
UNSUPPORTED
=4 # The test failed because of lack of feature.
239
$
UNSUPPORTED
)
240
prlog " [${color_blue}
UNSUPPORTED
${color_reset}]"
286
SIG_UNSUPPORTED=$((SIG_BASE +
UNSUPPORTED
))
291
trap 'SIG_RESULT=$
UNSUPPORTED
' $SIG_UNSUPPORTED
373
prlog "# of
unsupported
: " `echo $UNSUPPORTED_CASES | wc -w`
/external/libcxx/utils/libcxx/test/
format.py
98
if test.config.
unsupported
:
99
return (lit.Test.
UNSUPPORTED
,
100
"A lit.local.cfg marked this
unsupported
")
104
return (lit.Test.
UNSUPPORTED
, "Objective-C++ is not supported")
118
lit_config.fatal('
Unsupported
RUN line found in test %s' % name)
157
return lit.Test.
UNSUPPORTED
, 'ShTest format not yet supported'
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Test.py
37
UNSUPPORTED
= ResultCode('
UNSUPPORTED
', False)
221
self.
unsupported
= []
339
Returns a list of features from
UNSUPPORTED
that are present
341
Throws ValueError if an
UNSUPPORTED
line has a syntax error.
348
return [item for item in self.
unsupported
351
raise ValueError('Error in
UNSUPPORTED
list:\n%s' % str(e))
394
elif self.result.code ==
UNSUPPORTED
:
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/
StubFtpServer.java
136
setCommandHandler(CommandNames.
UNSUPPORTED
, new UnsupportedCommandHandler());
/external/swiftshader/third_party/LLVM/utils/lit/lit/
Test.py
15
UNSUPPORTED
= TestResult('
UNSUPPORTED
', False)
/external/autotest/client/cros/cellular/pseudomodem/
pm_errors.py
64
UNSUPPORTED
= 3
82
self.
UNSUPPORTED
: '.
Unsupported
',
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DexFileFactory.java
75
* @throws UnsupportedOatVersionException If file refers to an
unsupported
oat file
119
if (oatFile.isSupportedVersion() == OatFile.
UNSUPPORTED
) {
172
* @throws UnsupportedOatVersionException If file refers to an
unsupported
oat file
201
if (oatFile.isSupportedVersion() == OatFile.
UNSUPPORTED
) {
271
if (oatFile.isSupportedVersion() == OatFile.
UNSUPPORTED
) {
305
super("
Unsupported
oat version: %d", oatFile.getOatVersion());
Completed in 9541 milliseconds
1
2
3