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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
087-if-comments.c 1 #if (1 == 0) // dangerous comment
  /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/chrome/browser/download/
download_extensions.cc 63 { "class", Dangerous },
66 { "jar", Dangerous },
67 { "jnlp", Dangerous },
104 { "dll", Dangerous },
105 { "drv", Dangerous },
108 { "grp", Dangerous },
158 { "sys", Dangerous },
172 { "xbap", Dangerous },
download_extensions.h 18 Dangerous
download_item.cc 65 case DownloadItem::DANGEROUS:
66 return "DANGEROUS";
96 DownloadItem::DANGEROUS : DownloadItem::SAFE;
100 // danger type is set to DANGEROUS_URL since the risk of dangerous URL
101 // overweights that of dangerous file type.
105 // dangerous URL overweights dangerous file. We check dangerous URL first.
497 DCHECK_NE(DANGEROUS, safety_state());
download_item.h 61 DANGEROUS,
62 DANGEROUS_BUT_VALIDATED // Dangerous but the user confirmed the download.
70 // A dangerous file to the system (e.g.: an executable or extension from
142 // Called when the user has validated the download of a dangerous file.
289 // but does not for dangerous downloads until the name is verified.
372 // Whether the download is considered potentially safe or dangerous
373 // (executable files are typically considered dangerous).
384 // Dangerous downloads or ongoing downloads are given temporary names until
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 111 DANGEROUS
152 // Whether we are in the dangerous mode.
153 bool IsDangerousMode() { return body_state_ == DANGEROUS; }
155 // Reverts from dangerous mode to normal download mode.
162 // Sizes the dangerous download label to a minimum width available using 2
177 // dangerous download warning message (if any).
189 // The warning icon showns for dangerous downloads.
255 // Dangerous mode buttons.
259 // Dangerous mode label.
262 // Whether the dangerous mode label has been sized yet
    [all...]
download_item_view.cc 51 // dangerous download message.
58 // The space between the Save and Discard buttons when prompting for a dangerous
62 // The space on the left and right side of the dangerous download label.
251 if (download->safety_state() == DownloadItem::DANGEROUS) {
253 body_state_ = DANGEROUS;
254 drop_down_state_ = DANGEROUS;
292 // The dangerous download label text and icon are different
301 // The download file has dangerous file type (e.g.: an executable).
378 if (body_state_ == DANGEROUS &&
449 // In dangerous mode we have to layout our buttons
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.h 30 // This is shown instead of progressView_ for dangerous downloads.
39 // Because the confirm text and button for dangerous downloads are determined
95 // Handling of dangerous downloads
download_item_controller.mm 35 // control the min size on the dangerous download text. TVL sent a query off to
41 // dangerous download message.
140 // If it's a dangerous download, size the two lines so the text/filename
163 // Handle dangerous downloads.
164 if (downloadModel->download()->safety_state() == DownloadItem::DANGEROUS) {
172 // The dangerous download label, button text and icon are different under
182 // It's a dangerous file type (e.g.: an executable).
340 // The user has confirmed a dangerous download. We record how quickly the
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 49 // means behavior rely on memory organization, which is dangerous.
55 BT.reset(new BuiltinBug("Dangerous pointer arithmetic",
58 "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,
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 46 * Initially the package's advanced or dangerous security permissions
153 CharSequence grpName, CharSequence description, boolean dangerous) {
156 Drawable icon = context.getResources().getDrawable(dangerous
159 description, dangerous, icon);
298 private void displayPermissions(boolean dangerous) {
299 Map<String, String> permInfoMap = dangerous ? mDangerousMap : mNormalMap;
300 LinearLayout permListView = dangerous ? mDangerousList : mNonDangerousList;
311 permInfoMap.get(loopPermGrpInfoStr), dangerous));
320 boolean dangerous) {
322 dangerous, dangerous ? mDangerousIcon : mNormalIcon)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h 75 // Returns true IFF the download is dangerous and unconfirmed.
134 // Dangerous download related. -----------------------------------------------
150 // Ninebox for the background of the dangerous download prompt.
200 // The dangerous download dialog. This will be null for safe downloads.
205 // An hbox for holding components of the dangerous download dialog.
  /external/chromium/chrome/browser/history/
download_create_info.h 36 // Indicates if the download is dangerous.
76 // Whether this download file is potentially dangerous (ex: exe, dll, ...).
80 // The original name for a dangerous download.
  /external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.h 49 // wishes to save a dangerous file.
53 // wishes to discard (remove) a dangerous file.
  /external/chromium/chrome/common/
chrome_paths_win.cc 67 // relocated to point to a "dangerous" folder, callers should validate that the
68 // returned path is not dangerous before using it.
  /frameworks/base/core/tests/coretests/apks/install_use_perm_good/
AndroidManifest.xml 20 <uses-permission android:name="com.android.frameworks.coretests.DANGEROUS" />
  /ndk/sources/host-tools/sed-4.2.1/m4/
malloc.m4 32 dnl It is too dangerous to try to allocate a large amount of memory:
  /frameworks/base/core/res/
AndroidManifest.xml 141 android:protectionLevel="dangerous"
159 android:protectionLevel="dangerous"
180 android:protectionLevel="dangerous"
188 android:protectionLevel="dangerous"
204 android:protectionLevel="dangerous"
211 android:protectionLevel="dangerous"
218 android:protectionLevel="dangerous"
238 android:protectionLevel="dangerous"
246 android:protectionLevel="dangerous"
254 android:protectionLevel="dangerous"
    [all...]
  /dalvik/vm/alloc/
HeapBitmapInlines.h 60 * NOTE: casting this value to a bool is dangerous, because higher
90 * NOTE: casting this value to a bool is dangerous, because higher
  /frameworks/base/core/java/android/content/pm/
PermissionInfo.java 37 * Dangerous value for {@link #protectionLevel}, corresponding
38 * to the <code>dangerous</code> value of
  /frameworks/base/core/res/res/layout/
app_perms_summary.xml 35 <!-- List view containing list of dangerous permissions categorized by groups. -->
95 <!-- List view containing list of permissions that aren't dangerous. -->
  /external/guava/src/com/google/common/io/
ByteArrayDataOutput.java 45 * @deprecated This method is dangerous as it discards the high byte of

Completed in 880 milliseconds

1 2 3 4 5 6 7 8 91011>>