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

  /system/extras/perfprofd/quipper/base/
basictypes.h 54 const int32 kint32max = 0x7FFFFFFF; variable
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CjkBreakEngine.java 70 private static final int kint32max = Integer.MAX_VALUE; field in class:CjkBreakEngine
132 bestSnlp[i] = kint32max;
147 if (bestSnlp[i] == kint32max) {
203 if (bestSnlp[numChars] == kint32max) {
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 377 GOOGLE_CHECK(value.size() <= kint32max);
386 GOOGLE_CHECK(value.size() <= kint32max);
393 GOOGLE_CHECK(value.size() <= kint32max);
401 GOOGLE_CHECK(value.size() <= kint32max);
text_format.cc 608 DO(ConsumeSignedInteger(&value, kint32max));
689 DO(ConsumeSignedInteger(&int_value, kint32max));
    [all...]
descriptor_unittest.cc     [all...]
descriptor.cc     [all...]
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 71 EXPECT_LT(kint32min, kint32max);
72 EXPECT_EQ(static_cast<uint32>(kint32min), static_cast<uint32>(kint32max) + 1);
common.h 197 static const int32 kint32max = 0x7FFFFFFF; member in namespace:google::protobuf
198 static const int32 kint32min = -kint32max - 1;
    [all...]
strutil.cc 571 return kint32max;
575 } else if (errno == 0 && result > kint32max) {
577 return kint32max;
    [all...]
  /external/jsoncpp/src/test_lib_json/
main.cpp 12 #define kint32max Json::Value::maxInt macro
21 static const float kfint32max = float(kint32max);
659 val = Json::Value(kint32max);
677 JSONTEST_ASSERT_EQUAL(kint32max, val.asInt());
678 JSONTEST_ASSERT_EQUAL(kint32max, val.asLargestInt());
679 JSONTEST_ASSERT_EQUAL(kint32max, val.asUInt());
680 JSONTEST_ASSERT_EQUAL(kint32max, val.asLargestUInt());
681 JSONTEST_ASSERT_EQUAL(kint32max, val.asDouble());
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 179 kint32max = 2**31 - 1
215 self.assertEqual(kint32max, message_options.Extensions[
223 self.assertEqual(kint32max, message_options.Extensions[
231 self.assertEqual(kint32max, message_options.Extensions[
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 50 // is kint32max, GOOGLE_ARRAYSIZE will overflow. In such cases we should omit the
59 return max_value != kint32max;
cpp_unittest.cc 156 EXPECT_EQ("2147483647", Int32ToString(kint32max));
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 164 kint32max, &value)) {
179 uint64 max_value = kint32max;
574 kint32max :
857 max_value = kint32max;
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h     [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1103 milliseconds