OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positives
(Results
1 - 5
of
5
) sorted by null
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
GeneralNameTest.java
91
Object[][]
positives
= {
local
144
for (int i = 0; i <
positives
.length; i++) {
145
byte[] res = GeneralName.ipStrToBytes((String)
positives
[i][0]);
146
int[] ref = (int[])
positives
[i][1];
147
assertEquals("Length differs for " +
positives
[i][0], ref.length, res.length);
149
assertEquals("Element differs for " +
positives
[i][0], (byte) ref[j], res[j]);
173
Object[][]
positives
= {
local
179
for (int i = 0; i <
positives
.length; i++) {
180
int[] res = GeneralName.oidStrToInts((String)
positives
[i][0]);
181
int[] ref = (int[])
positives
[i][1]
[
all
...]
/external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S
19
# that can cause false
positives
if the test isn't explicit enough
/external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S
21
# that can cause false
positives
if the test isn't explicit enough
/external/chromium_org/v8/tools/gcmole/
gcmole.lua
40
-- Perform dead variable analysis (generates many false
positives
).
41
-- TODO add some sort of whiteliste to filter out false
positives
.
46
--
positives
in dead variables analysis. See TODO for WHITELIST
/external/bison/
maint.mk
823
# gnulib header file, eliminating a few common false-
positives
.
[
all
...]
Completed in 91 milliseconds