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

  /external/icu/icu4c/source/test/intltest/
intltest.cpp 71 char danger = 'p'; // guard against overrunning the buffer (rtg) local
74 assert(danger == 'p');
84 char danger = 'p'; // guard against overrunning the buffer (rtg) local
87 assert(danger == 'p');
96 char danger = 'p'; // guard against overrunning the buffer (rtg) local
103 assert(danger == 'p');
114 char danger = 'p'; // guard against overrunning the buffer (rtg) local
121 assert(danger == 'p');
    [all...]
  /external/valgrind/VEX/priv/
host_x86_isel.c 437 Bool danger; local
563 /* In keeping with big comment above, detect potential danger
565 danger = False;
568 danger = True;
573 if (danger) {
    [all...]

Completed in 88 milliseconds