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

  /external/clang/test/Sema/
array-bounds-ptr-arith.c 11 void* broken (struct ext2_super_block *es,int a) function
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 111 * and all the rest are either broken or tripped.
116 boolean broken = false; field in class:CyclicBarrier.Generation
133 * generation or when broken.
150 * Sets current barrier generation as broken and wakes up everyone.
154 generation.broken = true;
170 if (g.broken)
194 // loop until tripped, broken, interrupted, or timed out
202 if (g == generation && ! g.broken) {
213 if (g.broken)
296 * or if the barrier {@linkplain #isBroken is broken} whe
    [all...]
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 212 T broken() { function in namespace:PR5810b
217 void f(int = broken<int>());
  /libcore/luni/src/main/java/java/util/
HashMap.java 590 HashMapEntry<K, V> broken = null; local
595 if (broken == null)
598 broken.next = n;
599 broken = e;
603 if (broken != null)
604 broken.next = null;
    [all...]
Hashtable.java 523 HashtableEntry<K, V> broken = null; local
528 if (broken == null)
531 broken.next = n;
532 broken = e;
536 if (broken != null)
537 broken.next = null;
    [all...]
  /external/openssl/crypto/x509/
x509.h 584 int broken; /* Flag for various broken formats */ member in struct:pkcs8_priv_key_info_st
592 ASN1_TYPE *pkey; /* Should be OCTET STRING but some are broken */
    [all...]
  /external/openssl/include/openssl/
x509.h 584 int broken; /* Flag for various broken formats */ member in struct:pkcs8_priv_key_info_st
592 ASN1_TYPE *pkey; /* Should be OCTET STRING but some are broken */
    [all...]

Completed in 1005 milliseconds