HomeSort by relevance Sort by last modified time
    Searched full:int32s (Results 1 - 23 of 23) sorted by null

  /external/v8/test/unittests/compiler/
typer-unittest.cc 41 int32s.push_back(0);
42 int32s.push_back(0);
43 int32s.push_back(-1);
44 int32s.push_back(+1);
45 int32s.push_back(kMinInt);
46 int32s.push_back(kMaxInt);
48 int32s.push_back(rng_->NextInt());
58 std::vector<double> int32s; member in class:v8::internal::compiler::TyperTest
86 std::vector<double>& numbers = int32 ? int32s : integers;
  /external/protobuf/src/google/protobuf/
unittest_repeated_packables_nano.proto 52 repeated int32 int32s = 1;
77 repeated int32 int32s = 1 [ packed = true ];
descriptor.proto 360 // be int32s, enums, or repeated messages.
descriptor.cc     [all...]
  /frameworks/av/media/libmedia/
Metadata.cpp 100 // 4 int32s: size, key, type, value.
120 // 4 int32s: size, key, type, value.
  /prebuilts/go/darwin-x86/src/math/rand/
regress_test.go 25 var int32s = []int32{1, 10, 32, 1 << 20, 1<<20 + 1, 1000000000, 1 << 30, 1<<31 - 2, 1<<31 - 1}
73 x = int32s[repeat%len(int32s)]
  /prebuilts/go/linux-x86/src/math/rand/
regress_test.go 25 var int32s = []int32{1, 10, 32, 1 << 20, 1<<20 + 1, 1000000000, 1 << 30, 1<<31 - 2, 1<<31 - 1}
73 x = int32s[repeat%len(int32s)]
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
punycode.go 17 // All computation is done with int32s, so that overflow behavior is identical
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
punycode.go 17 // All computation is done with int32s, so that overflow behavior is identical
  /external/protobuf/java/src/test/java/com/google/protobuf/
NanoTest.java 2813 int[] int32s = {1, 2}; local
    [all...]
  /external/nanopb-c/generator/proto/google/protobuf/
descriptor.proto 322 // be int32s, enums, or repeated messages.
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.proto 322 // be int32s, enums, or repeated messages.
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.proto 322 // be int32s, enums, or repeated messages.
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.proto 322 // be int32s, enums, or repeated messages.
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.proto 322 // be int32s, enums, or repeated messages.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.proto 404 // be int32s, enums, or repeated messages.
    [all...]
  /art/imgdiag/
imgdiag.cc 637 << different_int32s << " differing int32s, \n "
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
value.go 261 // It panics if v's underlying value is not a slice of runes (int32s).
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go 261 // It panics if v's underlying value is not a slice of runes (int32s).
    [all...]
  /external/libjpeg-turbo/
jquant2.c 574 * The work array elements have to be INT32s, so the work array would need
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 596 * The work array elements have to be INT32s, so the work array would need
    [all...]
  /external/v8/test/unittests/wasm/
ast-decoder-unittest.cc 187 // TODO(binji): expand test for other sized int32s; 1 through 5 bytes.
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 4523 milliseconds