/external/valgrind/main/coregrind/m_gdbserver/ |
target.c | 50 #define get_thread(inf) ((struct thread_info *)(inf)) 52 void remove_thread_if_not_in_vg_threads (struct inferior_list_entry *inf) 54 struct thread_info *thread = get_thread (inf);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/ |
arg.pass.cpp | 83 case inf:
|
/external/protobuf/python/google/protobuf/internal/ |
text_format_test.py | 298 'ID7 : "aa\\"bb"\n\n\n\n ID8: {A:inf B:-inf C:true D:false}\n'
|
/external/zlib/src/contrib/blast/ |
blast.c | 416 local unsigned inf(void *how, unsigned char **buf) function 435 ret = blast(inf, stdin, outf, stdout);
|
/system/extras/tests/bionic/libc/other/ |
test_zlib.c | 93 int inf(FILE *source) function 258 inf(f);
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
enc.c | 124 char *inf=NULL,*outf=NULL; local 173 inf= *(++argv); 397 if (inf == NULL) 407 if (BIO_read_filename(in,inf) <= 0) 409 perror(inf);
|
ocsp.c | 1082 char **inf; local 1110 inf = lookup_serial(db, serial); 1111 if (!inf) 1116 else if (inf[DB_type][0] == DB_TYPE_VAL) 1121 else if (inf[DB_type][0] == DB_TYPE_REV) 1128 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); [all...] |
/external/openssl/apps/ |
enc.c | 124 char *inf=NULL,*outf=NULL; local 173 inf= *(++argv); 397 if (inf == NULL) 407 if (BIO_read_filename(in,inf) <= 0) 409 perror(inf);
|
ocsp.c | 1082 char **inf; local 1110 inf = lookup_serial(db, serial); 1111 if (!inf) 1116 else if (inf[DB_type][0] == DB_TYPE_VAL) 1121 else if (inf[DB_type][0] == DB_TYPE_REV) 1128 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
lib.c | 182 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ 193 while ((c=getc(inf)) == '\n' && c != EOF) /* skip leading \n's */ 196 ungetc(c, inf); 199 for (; (c=getc(inf)) != sep && c != EOF; ) { 207 if ((c = getc(inf)) == '\n' || c == EOF) /* 2 in a row */
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtifmtts.cpp | 132 const DateIntervalInfo* inf = another->getDateIntervalInfo(); local 133 dtitvfmt->setDateIntervalInfo(*inf, status); 135 if ( (*inf) != (*anotherInf) || U_FAILURE(status) ) { 141 DateIntervalInfo* nonConstInf = inf->clone(); 144 if ( (*inf) != (*anotherInf) || U_FAILURE(status) ) { 189 inf = dtitvfmt->getDateIntervalInfo()->clone(); 192 DateIntervalFormat* dtifmt = new DateIntervalFormat(fmt, inf, status); [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignedDataGenerator.java | 703 SignerInfo inf = sGen.generate(contentTypeOID); 705 digestAlgs.add(inf.getDigestAlgorithm()); 706 signerInfos.add(inf); 712 digests.put(inf.getDigestAlgorithm().getAlgorithm().getId(), calcDigest);
|
/external/clang/test/SemaCXX/ |
typo-correction.cpp | 227 inf f(doulbe); // expected-error{{'int'}} expected-error{{'double'}}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 146 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) 210 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) in
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 146 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) 210 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) in
|
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
bio_ber.c | 81 int inf; member in struct:ber_struct 91 int inf; member in struct:bio_ber_struct
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
text_format_test.py | 458 'ID7 : "aa\\"bb"\n\n\n\n ID8: {A:inf B:-inf C:true D:false}\n' 489 (tokenizer.ConsumeFloat, float('inf')), 492 (tokenizer.ConsumeFloat, -float('inf')),
|
/external/openssl/crypto/pkcs7/ |
bio_ber.c | 81 int inf; member in struct:ber_struct 91 int inf; member in struct:bio_ber_struct
|
/libcore/luni/src/main/java/java/util/zip/ |
ZipFile.java | 498 public ZipInflaterInputStream(InputStream is, Inflater inf, int bsize, ZipEntry entry) { 499 super(is, inf, bsize);
|
/external/chromium_org/v8/test/webkit/ |
ToNumber.js | 82 shouldBe("+'inf'", "NaN"); 84 shouldBe("+'Inf'", "NaN"); 85 shouldBe("+'+inf'", "NaN"); 87 shouldBe("+'+Inf'", "NaN"); 88 shouldBe("+'-inf'", "NaN"); 90 shouldBe("+'-Inf'", "NaN");
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
DeflaterTest.java | 1094 Deflater inf = new Deflater(); local 1095 assertEquals(0, inf.getTotalIn()); 1096 assertEquals(0, inf.getTotalOut()); 1097 assertEquals(0, inf.getBytesRead()); 1098 assertEquals(0, inf.getBytesWritten()); [all...] |
/external/opencv/cv/src/ |
cvdistransform.cpp | 455 const float inf = 1e6f; local 490 sqr_tab[i] = inf; 546 z[0] = -inf; 547 z[1] = inf; 564 z[k+1] = inf;
|
/external/skia/tests/ |
MathTest.cpp | 340 float inf = 1.0f / make_zero(); local 343 REPORTER_ASSERT(reporter, !SkScalarIsNaN(inf)); 344 REPORTER_ASSERT(reporter, !SkScalarIsNaN(-inf)); 345 REPORTER_ASSERT(reporter, !SkScalarIsFinite(inf)); 346 REPORTER_ASSERT(reporter, !SkScalarIsFinite(-inf));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 162 self.assertRaises(TypeError, F, float('inf')) 163 self.assertRaises(TypeError, F, float('-inf')) 174 self.assertRaises(TypeError, F, Decimal('inf')) 175 self.assertRaises(TypeError, F, Decimal('-inf')) 264 inf = 1e1000 265 nan = inf - inf 267 TypeError, "Cannot convert inf to Fraction.", 268 F.from_float, inf) 270 TypeError, "Cannot convert -inf to Fraction." [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 162 self.assertRaises(TypeError, F, float('inf')) 163 self.assertRaises(TypeError, F, float('-inf')) 174 self.assertRaises(TypeError, F, Decimal('inf')) 175 self.assertRaises(TypeError, F, Decimal('-inf')) 264 inf = 1e1000 265 nan = inf - inf 267 TypeError, "Cannot convert inf to Fraction.", 268 F.from_float, inf) 270 TypeError, "Cannot convert -inf to Fraction." [all...] |