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

  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
proto_test.go 12 int64s []int64
32 source := &packedInts{tc.uint64s, tc.int64s}
45 if got, want := dest.int64s, tc.int64s; !reflect.DeepEqual(got, want) {
46 t.Errorf("failed decode int64s %d, got %v, want %v", i, got, want)
53 int64s []int64
60 func(b *buffer, m message) error { return decodeInt64s(b, &m.(*packedInts).int64s) },
66 encodeInt64s(b, 2, u.int64s)
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
proto_test.go 12 int64s []int64
32 source := &packedInts{tc.uint64s, tc.int64s}
45 if got, want := dest.int64s, tc.int64s; !reflect.DeepEqual(got, want) {
46 t.Errorf("failed decode int64s %d, got %v, want %v", i, got, want)
53 int64s []int64
60 func(b *buffer, m message) error { return decodeInt64s(b, &m.(*packedInts).int64s) },
66 encodeInt64s(b, 2, u.int64s)
  /external/libmojo/base/android/
jni_array_unittest.cc 181 std::vector<int64_t> int64s; local
182 JavaLongArrayToInt64Vector(env, jlongs.obj(), &int64s);
184 ASSERT_EQ(static_cast<jsize>(int64s.size()),
190 ASSERT_EQ(int64s[i], value);
191 ASSERT_EQ(kInt64s[i], int64s[i]);
  /external/tensorflow/tensorflow/python/util/protobuf/
compare_test.py 95 self.assertNotEquals('int64s: 0', '')
96 self.assertEquals('int64s: 0', 'int64s: 0')
97 self.assertNotEquals('int64s: 1', 'int64s: 0')
98 self.assertNotEquals('int64s: 0 int64s: 0', '')
99 self.assertNotEquals('int64s: 0 int64s: 0', 'int64s: 0'
    [all...]
  /prebuilts/go/darwin-x86/src/math/rand/
regress_test.go 26 var int64s = []int64{1, 10, 32, 1 << 20, 1<<20 + 1, 1000000000, 1 << 30, 1<<31 - 2, 1<<31 - 1, 1000000000000000000, 1 << 60, 1<<63 - 2, 1<<63 - 1}
59 big := int64s[repeat%len(int64s)]
74 x = int64s[repeat%len(int64s)]
  /prebuilts/go/linux-x86/src/math/rand/
regress_test.go 26 var int64s = []int64{1, 10, 32, 1 << 20, 1<<20 + 1, 1000000000, 1 << 30, 1<<31 - 2, 1<<31 - 1, 1000000000000000000, 1 << 60, 1<<63 - 2, 1<<63 - 1}
59 big := int64s[repeat%len(int64s)]
74 x = int64s[repeat%len(int64s)]
  /external/golang-protobuf/proto/
pointer_reflect.go 357 if len(o.int64s) == 0 {
358 o.int64s = make([]int64, uint64PoolSize)
360 o.int64s[0] = int64(x)
361 p.v.Set(reflect.ValueOf(&o.int64s[0]))
362 o.int64s = o.int64s[1:]
decode_test.go 150 // containing a small number of large (3, 4, and 5 byte) repeated int64s.
decode.go 754 // Decode a slice of int64s ([]int64).
765 // Decode a slice of int64s ([]int64) in packed format.
773 nb := int(nn) // number of bytes of encoded int64s
encode.go 849 // Encode a slice of int64s ([]int64).
876 // Encode a slice of int64s ([]int64) in packed format.
    [all...]
lib.go 319 int64s []int64
  /prebuilts/go/darwin-x86/src/runtime/pprof/
protobuf.go 72 func (b *protobuf) int64s(tag int, x []int64) { func
proto.go 145 b.pb.int64s(tagSample_Value, values)
  /prebuilts/go/linux-x86/src/runtime/pprof/
protobuf.go 72 func (b *protobuf) int64s(tag int, x []int64) { func
proto.go 145 b.pb.int64s(tagSample_Value, values)
  /external/tensorflow/tensorflow/contrib/lite/
interpreter_test.cc 134 const int64_t int64s[] = {6, -7}; local
144 {kTfLiteInt64, sizeof(int64_t), reinterpret_cast<const char*>(int64s)},
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector.cc 627 const Int64ForAdd int64s[] = { local
635 for (const auto& i : int64s)
    [all...]
  /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
NanoTest.java 2840 long[] int64s = {7, 8}; local
3090 long[] int64s = {7, 8}; local
    [all...]
  /external/tensorflow/tensorflow/compiler/tests/
randomized_tests.cc 319 std::vector<int32> AsInt32s(const std::vector<int64>& int64s);
628 std::vector<int32> OpTest::AsInt32s(const std::vector<int64>& int64s) {
629 return std::vector<int32>(int64s.begin(), int64s.end());
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 94 // It returns int64s for ints and runes, float64s for floats,
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 94 // It returns int64s for ints and runes, float64s for floats,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 726 // gcc wants to 8-align int64s, but gc does not.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
out.go 726 // gcc wants to 8-align int64s, but gc does not.
    [all...]

Completed in 955 milliseconds