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

1 2 3 4 5

  /external/antlr/antlr-3.4/runtime/Python/unittests/
testexceptions.py 18 @testbase.broken("FIXME", Exception)
28 @testbase.broken("FIXME", Exception)
38 @testbase.broken("FIXME", Exception)
48 @testbase.broken("FIXME", Exception)
58 @testbase.broken("FIXME", Exception)
68 @testbase.broken("FIXME", Exception)
78 @testbase.broken("FIXME", Exception)
88 @testbase.broken("FIXME", Exception)
testbase.py 10 def broken(reason, *exceptions): function
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 114 * and all the rest are either broken or tripped.
119 boolean broken = false; field in class:CyclicBarrier.Generation
136 * generation or when broken.
153 * Sets current barrier generation as broken and wakes up everyone.
157 generation.broken = true;
173 if (g.broken)
197 // loop until tripped, broken, interrupted, or timed out
205 if (g == generation && ! g.broken) {
216 if (g.broken)
299 * or if the barrier {@linkplain #isBroken is broken} whe
    [all...]
  /external/openssl/crypto/evp/
evp_pkey.c 119 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken)
127 p8->broken = broken;
161 PKCS8_PRIV_KEY_INFO *PKCS8_set_broken(PKCS8_PRIV_KEY_INFO *p8, int broken)
163 switch (broken) {
166 p8->broken = PKCS8_OK;
171 p8->broken = PKCS8_NO_OCTET;