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

1 2 3 4 5 6

  /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/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.h 33 // suspicious and have therefore been disabled, or for extensions that are
36 // don't show both in order to avoid spamminess). The suspicious extensions
53 // Shows the suspicious extensions bubble, if there are suspicious extensions
108 // Whether or not we have shown the suspicious extensions bubble.
145 // extensions look suspicious and have therefore been automatically disabled.
extension_message_bubble_view.cc 186 std::vector<base::string16> suspicious = controller_->GetExtensionList(); local
188 for (; i < suspicious.size() && i < kMaxExtensionsToShow; ++i) {
191 bullet_point + base::ASCIIToUTF16(" ") + suspicious[i]);
295 // The list of suspicious extensions takes priority over the dev mode bubble
299 // waits until the next startup because of the suspicious extension bubble.
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlChangeListener.java 36 * suspicious HTML passes through the sanitizer.
  /external/chromium_org/components/translate/core/language_detection/
language_detection_util_unittest.cc 101 "is suspicious.</body></html>");
121 "is suspicious.</body></html>");
162 "is suspicious.</body></html>");
  /external/chromium_org/components/nacl/loader/
nacl_validation_query.h 72 // Track the state of the query to detect suspicious method calls.
nacl_validation_query.cc 88 // It is suspicious if we have less than a digest's worth of data.
  /external/valgrind/main/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
  /external/chromium_org/chrome/browser/first_run/
try_chrome_dialog_view_browsertest.cc 52 // has been reordering code blocks for startup. Try reverting any suspicious
  /external/iproute2/man/man8/
ip-neighbour.8 94 - the neighbour entry is valid but suspicious.
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageArea.cpp 160 // FIXME: This looks suspicious. Why doesn't this use allPages instead?
177 // FIXME: This looks suspicious. Why doesn't this use allPages instead?
  /external/chromium_org/base/threading/
watchdog_unittest.cc 120 << "timing-sensitive test suspicious. Aborting now.";
  /external/chromium_org/chrome/browser/extensions/
external_install_manager.cc 124 // Otherwise, warn the user about the suspicious extension.
  /external/chromium_org/sandbox/linux/
BUILD.gn 208 # These files have a suspicious comparison.
  /external/deqp/doc/
qpa_file_format.txt 162 QualityWarning, // Result within specification, but suspicious quality wise
  /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>
  /external/valgrind/main/docs/internals/
Darwin-notes.txt 76 There's a suspicious-looking "#if defined(VGO_darwin)" in
  /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/chromium_org/base/files/
file_win.cc 251 // TODO(rvargas): Emulating ftruncate details seem suspicious and it is not
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.h 250 // The factory to create bubbles to warn about dangerous/suspicious
  /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 244 fail("suspicious timeout: " + ms);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java 201 // Not critical, but suspicious.

Completed in 1373 milliseconds

1 2 3 4 5 6