HomeSort by relevance Sort by last modified time
    Searched refs:numbers (Results 226 - 250 of 775) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
server.go 27 // We assign uint64 sequence numbers to incoming requests
  /prebuilts/go/darwin-x86/src/strconv/
ftoa_test.go 162 t.Logf("testing %d random numbers with fast and slow FormatFloat", N)
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 54 // float32 is the set of all IEEE-754 32-bit floating-point numbers.
57 // float64 is the set of all IEEE-754 64-bit floating-point numbers.
60 // complex64 is the set of all complex numbers with float32 real and
64 // complex128 is the set of all complex numbers with float64 real and
  /prebuilts/go/linux-x86/src/math/rand/
example_test.go 83 // Perm generates a random permutation of the numbers [0, n).
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
server.go 27 // We assign uint64 sequence numbers to incoming requests
  /prebuilts/go/linux-x86/src/strconv/
ftoa_test.go 162 t.Logf("testing %d random numbers with fast and slow FormatFloat", N)
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 17 positive numbers, non-NULL pointers, and so on. The following
78 // Positive numbers
98 // Negative numbers
118 // Nonzero numbers
138 // Nonnegative numbers
158 // Nonpositive numbers
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_contacts_utils.py 17 telephone numbers from each and reports how many unique cards it finds across
55 Contacts full name, prefered email, and all phone numbers are extracted.
71 # first email address, and all phone numbers from it. If there is at
94 """Counts number of phone numbers in a VCF.
101 numbers = tel_regex.findall(contacts_map)
102 return len(numbers)
152 """Contains name, email, and phone numbers.
281 device.log.info("Trying to add {} phone numbers.".format(number_count))
318 expected number of phone numbers in its contact database.
384 log.warning("Call Log numbers differ"
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 1060 std::vector<MyNumber> numbers; member in struct:NameAndNumbers
1071 io.mapRequired("numbers", nn.numbers);
1109 map.numbers.push_back(10);
1110 map.numbers.push_back(-30);
1111 map.numbers.push_back(1024);
1136 EXPECT_EQ(map2.numbers.size(), 3UL);
1137 EXPECT_EQ(10, map2.numbers[0]);
1138 EXPECT_EQ(-30, map2.numbers[1]);
1139 EXPECT_EQ(1024, map2.numbers[2])
1153 MyNumberFlowSequence numbers = { 12, 1, -512 }; local
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 3809 const vector<int> numbers; local
3815 vector<unsigned> numbers; local
3838 const int numbers[] = { 1, 3, 2, 4 }; local
3870 const vector<int> numbers; local
    [all...]
  /external/bison/etc/
bench.pl.in 275 /* process numbers */
  /external/llvm/test/MC/Mips/
mips-register-names-o32.s 3 # Check that the register names are mapped to their correct numbers for o32
mips64-register-names-o32.s 4 # Check that the register names are mapped to their correct numbers for o32
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 112 numbers).
118 a framebuffer clamped to [0,1] all converted numbers will be in the range
  /external/protobuf/js/binary/
decoder.js 39 * numbers. If you need to guarantee that 64-bit values survive with all bits
627 // 32-bit integers fit in JavaScript numbers without loss of precision, so
641 // 32-bit integers fit in JavaScript numbers without loss of precision, so
666 * Javascript represents all numbers as double-precision floats, there will be
692 * Javascript represents all numbers as double-precision floats, there will be
718 * that since Javascript represents all numbers as double-precision floats,
780 * Javascript represents all numbers as double-precision floats, there will be
838 * Javascript represents all numbers as double-precision floats, there will be
  /external/testng/src/main/java/org/testng/xml/
TestNGContentHandler.java 617 public Include(String name, String numbers) {
619 this.invocationNumbers = numbers;
627 attributes.getValue("invocation-numbers"));
687 String[] numbers = in.split(" "); local
689 for (String n : numbers) {
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv.go 81 // This function may return negative numbers.
88 // Handling negative numbers relies on the following identity:
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
internal.go 40 // Insert using a ;, not a newline, so that the line numbers
63 // Insert using a ;, not a newline, so that the line numbers
  /prebuilts/go/darwin-x86/src/go/format/
internal.go 40 // Insert using a ;, not a newline, so that the line numbers
63 // Insert using a ;, not a newline, so that the line numbers
  /prebuilts/go/darwin-x86/test/
bounds.go 61 // Unsigned 8-bit numbers don't need checks for len >= 2?.
78 // Unsigned 16-bit numbers don't need checks for len >= 2¹?.
  /prebuilts/go/linux-x86/src/archive/tar/
strconv.go 81 // This function may return negative numbers.
88 // Handling negative numbers relies on the following identity:
  /prebuilts/go/linux-x86/src/cmd/gofmt/
internal.go 40 // Insert using a ;, not a newline, so that the line numbers
63 // Insert using a ;, not a newline, so that the line numbers
  /prebuilts/go/linux-x86/src/go/format/
internal.go 40 // Insert using a ;, not a newline, so that the line numbers
63 // Insert using a ;, not a newline, so that the line numbers
  /prebuilts/go/linux-x86/test/
bounds.go 61 // Unsigned 8-bit numbers don't need checks for len >= 2?.
78 // Unsigned 16-bit numbers don't need checks for len >= 2¹?.
  /prebuilts/go/darwin-x86/src/encoding/gob/
encode.go 21 // Field numbers are delta encoded and always increase. The field
205 // Floating-point numbers are transmitted as uint64s holding the bits
207 // the exponent end coming out first, so integer floating point numbers
232 // Complex numbers are just a pair of floating-point numbers, real part first.

Completed in 1134 milliseconds

1 2 3 4 5 6 7 8 91011>>