Searched refs:integer (Results 226 - 250 of 291) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py248 # actualy integer numbers.
429 ('1:17 : Couldn\'t parse integer: bork'),
543 # This test only tests the failures in the integer parsing methods as well
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py396 """Consumes a signed 32bit integer number.
399 The integer parsed.
402 ParseError: If a signed 32bit integer couldn't be consumed.
412 """Consumes an unsigned 32bit integer number.
415 The integer parsed.
418 ParseError: If an unsigned 32bit integer couldn't be consumed.
428 """Consumes a signed 64bit integer number.
431 The integer parsed.
434 ParseError: If a signed 64bit integer couldn't be consumed.
444 """Consumes an unsigned 64bit integer numbe
[all...]
/external/libcxxabi/src/Unwind/
H A DUnwindRegistersSave.S291 @ Per EHABI #4.7 this only saves the core integer registers.
/external/openssl/crypto/asn1/
H A Dasn1_gen.c683 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))
/external/openssl/crypto/dsa/
H A Ddsa_ameth.c186 /* In PKCS#8 DSA: you just get a private key integer and parameters in the
236 privkey = t2->value.integer;
332 /* Get private key into integer */
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java291 /** Convert an unsigned 32-bit integer to a string. */
300 /** Convert an unsigned 64-bit integer to a string. */
528 * Returns {@code true} if the next token is an integer, but does
564 * If the next token is a 32-bit signed integer, consume it and return its
578 * If the next token is a 32-bit unsigned integer, consume it and return its
592 * If the next token is a 64-bit signed integer, consume it and return its
606 * If the next token is a 64-bit unsigned integer, consume it and return its
759 * {@code NumberFormatException} when trying to parse an integer.
763 return parseException("Couldn't parse integer: " + e.getMessage());
1213 * Parse a 32-bit signed integer fro
[all...]
/external/protobuf/python/google/protobuf/
H A Dtext_format.py385 """Checks if the current token is an integer.
388 True iff the current token is an integer.
411 """Consumes a signed 32bit integer number.
414 The integer parsed.
417 ParseError: If a signed 32bit integer couldn't be consumed.
427 """Consumes an unsigned 32bit integer number.
430 The integer parsed.
433 ParseError: If an unsigned 32bit integer couldn't be consumed.
443 """Consumes a signed 64bit integer number.
446 The integer parse
[all...]
/external/stlport/src/
H A Dnum_get_float.cpp113 # error There should be some unsigned 64-bit integer on the system!
338 * 1) decimal digits as an integer
353 /* Convert the decimal digits to a binary integer. */
487 /* Convert the decimal digits to a binary integer. */
/external/bison/src/
H A Dscan-gram.c70 /* flex integer type definitions */
169 * integer for use as an array index. If the signed char is negative,
1747 val->integer = scan_integer (gram_text, 10, *loc);
1755 val->integer = scan_integer (gram_text, 16, *loc);
3572 | Scan NUMBER for a base-BASE integer at location LOC. |
3583 complain_at (loc, _("integer out of range: %s"), quote (number));
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dmodule.pxd167 # Add an integer ant to module as name. This convenience
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part1.stdout.exp973 Test VSX scalar integer conversion instructions
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part1.stdout.exp981 Test VSX scalar integer conversion instructions
H A Djm-int.stdout.exp1 PPC integer arith insns with two args:
230 PPC integer arith insns with two args with flags update:
459 PPC integer arith insns with two args and carry:
536 PPC integer arith insns with two args and carry with flags update:
613 PPC integer logical insns with two args:
754 PPC integer logical insns with two args with flags update:
895 PPC integer compare insns (two args):
936 PPC integer compare with immediate insns (two args):
977 PPC integer arith insns
1029 PPC integer arit
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DIteratorsTest.java275 public boolean apply(Integer integer) {
276 return integer % 2 == 0;
/external/valgrind/main/
H A DAndroid.mk587 test := integer
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1893 function GetIndexStackSize: integer;
1894 procedure SetIndexStackSize(const Value: integer);
1906 property IndexStackSize: integer read GetIndexStackSize write SetIndexStackSize;
1919 FIndexStackSize: integer;
1933 function GetIndexStackSize: integer;
1934 procedure SetIndexStackSize(const Value: integer);
4981 function TUnBufferedTreeNodeStream.TTreeWalkState.GetIndexStackSize: integer;
5020 const Value: integer);
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.cc113 uint_attr_map[attr.name] = attr.value.integer;
H A Dnative_backend_gnome_x_unittest.cc213 MockKeyringItem::ItemAttribute(attribute.value.integer)));
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djimmxint.asm2 ; jimmxint.asm - accurate integer IDCT (MMX)
17 ; This file contains a slow-but-accurate integer implementation of the
H A Djiss2int-64.asm2 ; jiss2int-64.asm - accurate integer IDCT (64-bit SSE2)
18 ; This file contains a slow-but-accurate integer implementation of the
H A Djiss2int.asm2 ; jiss2int.asm - accurate integer IDCT (SSE2)
17 ; This file contains a slow-but-accurate integer implementation of the
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_XML.py341 tn.integer = not is_attr_true( element, "float" )
367 raise RuntimeError('Invalid count value "%s" for enum "%s" in function "%s" when an integer was expected.' % (temp, self.name, n))
/external/clang/lib/AST/
H A DStmtPrinter.cpp983 // Emit suffixes. Integer literals are always a builtin integer type.
985 default: llvm_unreachable("Unexpected type for integer literal!");
1547 // Print integer literal without suffix.
/external/libvorbis/doc/
H A D01-introduction.tex244 decoding and, optionally, use the entropy-decoded integer value as an
337 stream. The mode is encoded as an integer used as a direct offset into
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py341 tn.integer = not is_attr_true( element, "float" )
367 raise RuntimeError('Invalid count value "%s" for enum "%s" in function "%s" when an integer was expected.' % (temp, self.name, n))

Completed in 685 milliseconds

1234567891011>>