HomeSort by relevance Sort by last modified time
    Searched full:suspicious (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/mockito/src/org/mockito/internal/verification/argumentmatching/
ArgumentMatchingTool.java 25 List<Integer> suspicious = new LinkedList<Integer>(); local
32 suspicious.add(i);
36 return suspicious.toArray(new Integer[0]);
  /external/autotest/contrib/
reverify_unknown 17 # we want them to show up as suspicious anyway.
  /external/caliper/examples/src/main/java/examples/
MessageDigestCreationBenchmark.java 34 // Change this to use a dummy if the results look suspicious.
  /external/autotest/client/site_tests/bluetooth_AdapterSanity/
bluetooth_AdapterSanity.py 18 """Fail test for any suspicious log entries from kernel.
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlChangeListener.java 36 * suspicious HTML passes through the sanitizer.
  /external/valgrind/helgrind/tests/
tc15_laog_lockdel.c 77 know why this is, but it seems highly suspicious to me. */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 30 # Suspicious status of data connection while radio poweroff
  /prebuilts/go/darwin-x86/src/cmd/vet/
shift.go 6 This file contains the code to check for suspicious shifts.
doc.go 7 Vet examines Go source code and reports suspicious constructs, such as Printf
44 Suspicious calls to functions in the Printf family, including any functions
  /prebuilts/go/linux-x86/src/cmd/vet/
shift.go 6 This file contains the code to check for suspicious shifts.
doc.go 7 Vet examines Go source code and reports suspicious constructs, such as Printf
44 Suspicious calls to functions in the Printf family, including any functions
  /external/iproute2/man/man8/
ip-neighbour.8 98 the neighbour entry is valid but suspicious.
  /prebuilts/go/darwin-x86/doc/
cmd.html 94 <td>Vet examines Go source code and reports suspicious constructs, such as Printf
  /prebuilts/go/linux-x86/doc/
cmd.html 94 <td>Vet examines Go source code and reports suspicious constructs, such as Printf
  /external/deqp/doc/
qpa_file_format.txt 162 QualityWarning, // Result within specification, but suspicious quality wise
  /external/iw/
ibss.c 142 /* filter out suspicious values */
  /external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
HtmlChangeListener.html 39 <FONT color="green">036</FONT> * suspicious HTML passes through the sanitizer.<a name="line.36"></a>
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
shift.go 5 // This file contains tests for the suspicious shift checker.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
shift.go 5 // This file contains tests for the suspicious shift checker.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ConfigResultsElement.java 418 excluded.append(configResults+" excluded from status due to a suspicious error!");
423 localBuffer.append(": suspicious measure!");
  /external/bison/tests/
sets.at 265 # grammar, which is a very suspicious accidental feature introduced as
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
analysisprops.html 37 of false warnings to be produced.)</td></tr><tr><td align="left">findbugs.refcomp.reportAll</td><td align="left">true or false</td><td align="left">If true, all suspicious reference comparisons
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 245 assertTrue("suspicious timeout: " + actualTimeout, Math.abs(actualTimeout - timeoutSet) <= 10);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java 201 // Not critical, but suspicious.
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
map_test.go 84 // so it is suspicious if this test passes and others don't

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 9