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

1 2

  /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/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;
  /external/openssl/crypto/asn1/
p8_pkey.c 108 if (priv->broken == PKCS8_NO_OCTET)
133 p8->broken = PKCS8_OK;
142 p8->broken = PKCS8_NO_OCTET;
  /build/core/tasks/
apicheck.mk 16 # Rules for running apicheck to confirm that you haven't broken
52 # Check that the API we're building hasn't broken the last-released
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 212 T broken() { function in namespace:PR5810b
217 void f(int = broken<int>());
  /external/openssl/apps/
pkcs8.c 389 if (p8inf->broken)
391 BIO_printf(bio_err, "Warning: broken key encoding: ");
392 switch (p8inf->broken)
411 BIO_printf(bio_err, "Unknown broken type\n");
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 2 '<p>The suite has been broken up to run the tests in smaller batches.</p>' +
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 40 // Any numerical overflow should be marked as BROKEN.
62 // Old trunctations tests. They're all "BROKEN" now.
81 // If a long component is non-numeric, it's a hostname, *not* a broken IP.
  /external/llvm/
README.android 26 * This downstreaming could have broken bitcode compatibility
  /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/dsa/
dsa_ameth.c 208 /* Check for broken DSA PKCS#8, UGH! */
216 /* Handle Two broken types:
225 p8->broken = PKCS8_EMBEDDED_PARAM;
229 p8->broken = PKCS8_NS_DB;
245 p8->broken = PKCS8_NEG_PRIVKEY;
  /external/v8/test/mjsunit/regress/
regress-r4998.js 28 // Test for a broken fast-smi-loop that does not save the incremented value
  /external/webkit/Tools/DumpRenderTree/qt/
fonts.conf 45 in fonts. All other blank chars are assumed to be broken and
  /external/jpeg/
configure     [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...]
  /external/icu4c/
icu4c.css 295 table.rtable tr.broken td {
  /external/v8/test/mjsunit/
d8-os.js 170 // Test broken toString().
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 342 in fonts. All other blank chars are assumed to be broken and won't
  /ndk/sources/host-tools/nawk-20071023/
FIXES 252 broken (noted thanks to volker kiefel).
469 getline code is still broken in that recursive calls may wind
    [all...]
  /external/libpng/
CHANGES     [all...]
  /dalvik/docs/
prettify.js 346 // inner html is hopelessly broken in Safari 2.0.4 when the content is
626 * not yet broken out.
688 * although in those cases a single string literal may be broken up into
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 394 # product would end up being broken on any computer with a different version

Completed in 1174 milliseconds

1 2