HomeSort by relevance Sort by last modified time
    Searched defs:danger (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
background.js 11 danger: 'red',
74 ctx.fillStyle = colors.danger;
180 var dangerous = ((item.danger != 'safe') &&
181 (item.danger != 'accepted'));
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 68 char danger = 'p'; // guard against overrunning the buffer (rtg) local
71 assert(danger == 'p');
81 char danger = 'p'; // guard against overrunning the buffer (rtg) local
84 assert(danger == 'p');
93 char danger = 'p'; // guard against overrunning the buffer (rtg) local
100 assert(danger == 'p');
111 char danger = 'p'; // guard against overrunning the buffer (rtg) local
118 assert(danger == 'p');
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 68 char danger = 'p'; // guard against overrunning the buffer (rtg) local
71 assert(danger == 'p');
81 char danger = 'p'; // guard against overrunning the buffer (rtg) local
84 assert(danger == 'p');
93 char danger = 'p'; // guard against overrunning the buffer (rtg) local
100 assert(danger == 'p');
111 char danger = 'p'; // guard against overrunning the buffer (rtg) local
118 assert(danger == 'p');
    [all...]
  /external/valgrind/main/VEX/priv/
host_x86_isel.c 412 Bool danger; local
497 /* In keeping with big comment above, detect potential danger
499 danger = False;
502 danger = True;
507 if (danger) {
    [all...]

Completed in 239 milliseconds