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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
087-if-comments.c 1 #if (1 == 0) // dangerous comment
  /external/mesa3d/src/glsl/glcpp/tests/
087-if-comments.c 1 #if (1 == 0) // dangerous comment
  /external/valgrind/main/memcheck/tests/
suppfreecollision.vgtest 1 # this test the case of two errors, one considered not dangerous and
2 # suppressed, the other considered dangerous, and the user does
4 # The suppression entry only match the non dangerous error.
7 # So, the nondangerous suppressed error "absorbs and hides" the dangerous
  /external/chromium_org/chrome/browser/download/
download_extensions.cc 64 // Some files are dangerous on all platforms.
67 { "swf", DANGEROUS },
68 { "spl", DANGEROUS },
83 { "cfg", DANGEROUS },
90 { "dll", DANGEROUS },
91 { "drv", DANGEROUS },
94 { "grp", DANGEROUS },
99 { "ini", DANGEROUS },
105 { "local", DANGEROUS },
110 { "manifest", DANGEROUS },
    [all...]
download_danger_prompt.h 15 // Prompts the user for whether to Keep a dangerous DownloadItem using native
17 // accept a dangerous download. Having a native dialog intervene during the this
19 // to accept a dangerous download from script without user intervention. This
34 // be called when |item| is either no longer dangerous or no longer in
download_extensions.h 17 DANGEROUS
download_target_info.h 33 // dangerous if SafeBrowsing returns an unknown verdict.
36 // not be considered 'Dangerous' even if SafeBrowsing came back with an
42 // dangerous download. At that point, the download can be renamed to
download_item_model.h 60 // Get the warning text to display for a dangerous download. The |base_width|
66 // Get the caption text for a button for confirming a dangerous download
80 // Is this considered a dangerous download?
99 // cancelled, dangerous, malicious), or won't be removed on completion.
140 // Mark that the download should be considered dangerous based on the file
144 // considered dangerous based on this flag. Defaults to false.
148 void SetIsDangerousFileBasedOnType(bool dangerous);
  /external/chromium_org/chrome/browser/ui/startup/
bad_flags_prompt.h 12 // Shows a warning notification in |browser| that the app was run with dangerous
  /external/chromium_org/sandbox/win/src/
handle_interception.h 13 // TODO(jschuh) Add an interception to catch dangerous DuplicateHandle calls.
  /frameworks/base/core/tests/coretests/apks/install_decl_perm/
AndroidManifest.xml 24 <permission android:name="com.android.frameworks.coretests.DANGEROUS"
26 android:protectionLevel="dangerous"
27 android:label="test dangerous perm" />
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.h 64 // wishes to save a dangerous file.
68 // wishes to discard (remove) a dangerous file.
115 // the dangerous download specified by |dangerous|. The function returns
117 // user accepts the dangerous download. The native prompt will observe
118 // |dangerous| until either the dialog is dismissed or |dangerous| is no
119 // longer an in-progress dangerous download.
120 void ShowDangerPrompt(content::DownloadItem* dangerous);
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.h 51 // | Contains the dangerous download warning. Dependong on whether the
52 // | download is dangerous (e.g. dangerous due to type of file), or
63 // | Contains the 'Discard'/'Save' buttons for a dangerous download. This
78 // This is shown instead of progressView_ for dangerous downloads.
88 // Because the confirm text and button for dangerous downloads are determined
114 // ExperienceSampling: This tracks dangerous/malicious downloads warning UI
157 // Handling of dangerous downloads
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 127 DANGEROUS_MODE, // Displaying the dangerous download warning.
191 // Whether we are in the dangerous mode.
196 // Reverts from dangerous mode to normal download mode.
199 // Start displaying the dangerous download warning or the malicious download
207 // Sizes the dangerous download label to a minimum width available using 2
225 // dangerous download warning message (if any).
246 // The warning icon showns for dangerous downloads.
309 // Dangerous mode buttons.
313 // Dangerous mode label.
316 // Whether the dangerous mode label has been sized yet
    [all...]
  /external/llvm/test/CodeGen/Mips/
nacl-branch-delay.ll 21 ; dangerous instructions.
35 ; For NaCl, check that branch-delay slot doesn't contain dangerous instructions.
64 ; For NaCl, check that branch-delay slot doesn't contain dangerous instructions.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewDownloadDelegate.java 27 * a dangerous file type.
  /external/chromium_org/ppapi/shared_impl/
file_path.h 15 // confusing/dangerous!
  /external/iptables/extensions/
libip6t_HL.man 3 Hop Limit field can potentially be very dangerous, so it should be avoided at
libipt_TTL.man 5 Setting or incrementing the TTL field can potentially be very dangerous,
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.css 75 .download.otr > .show-dangerous {
83 html[dir=rtl] .download.otr > .show-dangerous {
88 .download.otr > .show-dangerous:hover {
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 50 // means behavior rely on memory organization, which is dangerous.
57 new BuiltinBug(this, "Dangerous pointer arithmetic",
60 "dangerous."));
  /external/chromium_org/content/public/browser/android/
download_controller_android.h 37 // Called when a dangerous download item is verified or rejected.
  /external/chromium_org/content/public/browser/
download_danger_type.h 16 // A dangerous file to the system (e.g.: a pdf or extension from
  /external/chromium_org/third_party/brotli/src/brotli/dec/
safe_malloc.h 36 safe malloc() borrows the signature from calloc(), pointing at the dangerous
  /external/chromium_org/third_party/closure_compiler/
README.chromium 13 potentially dangerous operations, helping you to produce JavaScript that is less

Completed in 1359 milliseconds

1 2 3 4 5 6 7 8 91011>>