HomeSort by relevance Sort by last modified time
    Searched defs:kuint32max (Results 1 - 9 of 9) sorted by null

  /system/extras/perfprofd/quipper/base/
basictypes.h 47 const uint32 kuint32max = 0xFFFFFFFF; variable
  /external/protobuf/src/google/protobuf/stubs/
port.h 143 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h 143 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
  /external/jsoncpp/src/test_lib_json/
main.cpp 15 #define kuint32max Json::Value::maxUInt macro
23 static const float kfuint32max = float(kuint32max);
693 val = Json::Value(kuint32max);
711 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestInt());
713 JSONTEST_ASSERT_EQUAL(kuint32max, val.asUInt());
714 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestUInt());
715 JSONTEST_ASSERT_EQUAL(kuint32max, val.asDouble());
    [all...]
  /external/icu/icu4c/source/common/
dictbe.cpp 1070 static const uint32_t kuint32max = 0xFFFFFFFF; variable
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 201 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 201 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 201 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 201 static const uint32 kuint32max = 0xFFFFFFFFu; member in namespace:google::protobuf
    [all...]

Completed in 418 milliseconds