HomeSort by relevance Sort by last modified time
    Searched refs:caused (Results 1 - 25 of 44) sorted by null

1 2

  /external/libppp/src/
sig.c 21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36 static int caused[NSIG]; /* An array of pending signals */ variable
42 * Record a signal in the "caused" array
45 * records that a signal has been caused and that sig_Handle() should be
52 caused[sig - 1]++;
82 caused[sig - 1] = 0;
103 /* We've *probably* got something in `caused' set */
109 if (caused[sig]) {
110 caused[sig]--;
  /external/zlib/
Android.mk 69 # itself. This caused trouble during the 1.2.6 upgrade because libunz ended
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1472.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 // Some of these caused stack overflows, others cause out-of-memory.
regress-1748.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 // Bug in x64 caused it to match when executing the RegExp on a part
regress-2398.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
36 object.ro = 2; // TypeError caused by trying to write to read-only.
regress-937896.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 // discard duplicates which caused the outer-most continue statement
regress-json-stringify-gc.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
40 assertTrue(json1 == json2, "GC caused JSON.stringify to fail.");
regress-1708.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 // array caused invalid marking bit patterns on lazily swept pages.
  /external/chromium_org/v8/test/webkit/
for-in-var-scope.js 19 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
26 + "In previous versions of JavaScriptCore there were two bugs that caused problems. "
number-cell-reuse.js 19 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
25 "This test checks corner cases of the number cell reuse code. In particular, it checks for known cases where code generation for number cell reuse caused assertions to fail."
  /external/v8/test/mjsunit/regress/
regress-1472.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 // Some of these caused stack overflows, others cause out-of-memory.
regress-1748.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 // Bug in x64 caused it to match when executing the RegExp on a part
regress-937896.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 // discard duplicates which caused the outer-most continue statement
regress-1708.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 // array caused invalid marking bit patterns on lazily swept pages.
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 72 # Ultimately this should be recognised as a crash caused by untrusted code.
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_noloop_gnu.s 114 @ Clean up and store any changes that were caused during the loop
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_noloop_gnu.s 114 @ Clean up and store any changes that were caused during the loop
  /external/chromium_org/v8/test/mjsunit/
array-literal-feedback.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
103 // a has a memento so the transition caused by the store will affect the
  /external/oprofile/events/x86-64/family11h/
events 30 event:0x21 counters:0,1,2,3 um:zero minimum:500 name:PIPELINE_RESTART_DUE_TO_SELF_MODIFYING_CODE : Micro-architectural re-sync caused by self modifying code
31 event:0x22 counters:0,1,2,3 um:zero minimum:500 name:PIPELINE_RESTART_DUE_TO_PROBE_HIT : Micro-architectural re-sync caused by snoop
  /external/oprofile/events/x86-64/hammer/
events 28 event:0x21 counters:0,1,2,3 um:zero minimum:500 name:PIPELINE_RESTART_DUE_TO_SELF_MODIFYING_CODE : Micro-architectural re-sync caused by self modifying code
29 event:0x22 counters:0,1,2,3 um:zero minimum:500 name:PIPELINE_RESTART_DUE_TO_PROBE_HIT : Micro-architectural re-sync caused by snoop
  /external/libpng/
CHANGES 388 Fixed a bug in pngtest.c that caused pngtest to try to write a tIME chunk
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 18 0x01 not_sta This event counts the number of load operations delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
19 0x02 sta This event counts load operations delayed caused by preceding stores whose addresses are unknown (STA block)
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 28 // The primary thumbnail image failed to load and caused us to use the
  /ndk/sources/host-tools/nawk-20071023/
FIXES 32 fixed memory fault caused by out of order test in setsval.
60 fixed a bug in -d that caused core dump if no program followed.
266 fixed a bug introduced in august 1997 that caused expressions
325 based on vprintf, to avoid problems caused by overrunning
331 fixed bug that caused occasional core dumps with commandline
364 changed isnumber to is_number to avoid the problem caused by
835 Fixed bug that caused tempcell list to contain a duplicate.
888 setting FILENAME in BEGIN caused core dump, apparently
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 93 * * CLIENT_REDIRECT: Redirects caused by JavaScript, or a refresh meta tag

Completed in 1069 milliseconds

1 2