Searched refs:MIN_INT64 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/php/tests/ |
D | array_test.php | 162 $arr[] = MIN_INT64; 170 $this->assertSame(MIN_INT64, $arr[1]); 178 $this->assertSame(MIN_INT64, $arr[1]); 183 $this->assertSame(MIN_INT64, $arr[6]); 200 $arr[1] = MIN_INT64; 217 $this->assertSame(MIN_INT64, $arr[1]); 222 $this->assertEquals(MIN_INT64, $arr[6]);
|
D | map_field_test.php | 152 $arr[MIN_INT64] = MIN_INT64; 158 $this->assertSame(MIN_INT64, $arr[MIN_INT64]); 162 unset($arr[MIN_INT64]); 190 $this->assertSame(MIN_INT64, $arr[MIN_INT64]);
|
D | generated_class_test.php | 124 $m->setOptionalInt64(MIN_INT64); 125 $this->assertEquals(MIN_INT64, $m->getOptionalInt64()); 161 $this->assertSame(MIN_INT64, $m->getOptionalInt64());
|
/external/fastrpc/inc/ |
D | AEEStdDef.h | 187 #ifndef MIN_INT64 188 #define MIN_INT64 (~0x7fffffffffffffffLL) /* -9223372036854775808 is unsigned */ macro
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_constants.mojom | 28 // In the range of [MIN_INT64, MIN_INT32).
|
/external/tensorflow/tensorflow/python/ops/ |
D | stateful_random_ops.py | 46 MIN_INT64 = -(2**63) variable 52 SEED_MIN = MIN_INT64
|