Searched refs:MAX_INT32 (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/php/tests/ |
D | array_test.php | 22 $arr[] = MAX_INT32; 23 $this->assertSame(MAX_INT32, $arr[0]); 30 $this->assertSame(MAX_INT32, $arr[3]); 32 $this->assertSame(MAX_INT32, $arr[4]); 39 $this->assertSame(MAX_INT32, $arr[7]); 49 $arr[0] = MAX_INT32; 50 $this->assertSame(MAX_INT32, $arr[0]); 57 $this->assertSame(MAX_INT32, $arr[3]); 59 $this->assertSame(MAX_INT32, $arr[4]); 66 $this->assertSame(MAX_INT32, $arr[7]);
|
D | map_field_test.php | 20 $arr[MAX_INT32] = MAX_INT32; 21 $this->assertSame(MAX_INT32, $arr[MAX_INT32]); 25 $this->assertTrue(isset($arr[MAX_INT32])); 27 unset($arr[MAX_INT32]); 37 $this->assertSame(MAX_INT32, $arr[MAX_INT32]); 53 $this->assertSame(MAX_INT32, $arr[MAX_INT32]);
|
D | generated_class_test.php | 50 $m->setOptionalInt32(MAX_INT32); 51 $this->assertSame(MAX_INT32, $m->getOptionalInt32()); 59 $this->assertSame(MAX_INT32, $m->getOptionalInt32()); 69 $this->assertSame(MAX_INT32, $m->getOptionalInt32());
|
/external/fastrpc/src/ |
D | std.c | 109 return std_strncmp(s1, s2, MAX_INT32); in std_strcmp() 138 return std_strnicmp(s1, s2, MAX_INT32); in std_stricmp() 427 return x_scanbytes(cpszSrch, cpszChars, MAX_INT32, '\0', TRUE); in std_strchrsend() 502 const char *pc = x_scanbytes(cpszSrch, cpszChars, MAX_INT32, '\0', TRUE); in std_strcspn() 509 const char *pc = x_scanbytes(cpszSrch, cpszChars, MAX_INT32, '\0', FALSE); in std_strspn() 542 return std_wstrncmp(s1, s2, MAX_INT32); in std_wstrcmp()
|
D | smath.c | 36 return (a > MAX_INT32 ? MAX_INT32 : in ToInt()
|
/external/icu/icu4c/source/i18n/ |
D | erarules.cpp | 31 static const int32_t MAX_INT32 = 0x7FFFFFFF; variable 128 int32_t firstTentativeIdx = MAX_INT32; in createInstance() 222 if (firstTentativeIdx < MAX_INT32 && !includeTentativeEra) { in createInstance() 246 int year = MAX_INT32; // bogus value in getStartYear()
|
/external/fastrpc/inc/ |
D | AEEStdDef.h | 197 #ifndef MAX_INT32 198 #define MAX_INT32 2147483647 macro
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_constants.mojom | 25 // In the range of (MAX_INT32, MAX_UINT32].
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Barrier.pbtxt | 26 The capacity of the barrier. The default capacity is MAX_INT32,
|