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

  /external/google-benchmark/src/
commandlineflags.cc 29 const long long_value = strtol(str, &end, 10); // NOLINT local
40 const int32_t result = static_cast<int32_t>(long_value);
41 if (long_value == std::numeric_limits<long>::max() ||
42 long_value == std::numeric_limits<long>::min() ||
45 result != long_value
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octprimtypes.swg 52 *val = ov.long_value();
83 long v=ov.long_value();
126 *val = ov.long_value();
155 long v=ov.long_value();
170 *val = ov.long_value();
  /external/google-breakpad/src/client/
minidump_file_writer_unittest.cc 65 unsigned long long_value; member in struct:ArrayStructure
93 local.long_value = i + 2;
106 local.long_value = i + 2;
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 672 const long long_value = strtol(str, &end, 10); // NOLINT
687 const Int32 result = static_cast<Int32>(long_value);
688 if (long_value == LONG_MAX || long_value == LONG_MIN ||
691 result != long_value
  /external/mesa3d/src/gtest/src/
gtest-port.cc 668 const long long_value = strtol(str, &end, 10); // NOLINT
683 const Int32 result = static_cast<Int32>(long_value);
684 if (long_value == LONG_MAX || long_value == LONG_MIN ||
687 result != long_value
  /external/protobuf/gtest/src/
gtest-port.cc 633 const long long_value = strtol(str, &end, 10); // NOLINT
648 const Int32 result = static_cast<Int32>(long_value);
649 if (long_value == LONG_MAX || long_value == LONG_MIN ||
652 result != long_value
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 709 const long long_value = strtol(str, &end, 10); // NOLINT
724 const Int32 result = static_cast<Int32>(long_value);
725 if (long_value == LONG_MAX || long_value == LONG_MIN ||
728 result != long_value
  /external/gtest/src/
gtest-port.cc 758 const long long_value = strtol(str, &end, 10); // NOLINT
773 const Int32 result = static_cast<Int32>(long_value);
774 if (long_value == LONG_MAX || long_value == LONG_MIN ||
777 result != long_value
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 727 const long long_value = strtol(str, &end, 10); // NOLINT
742 const Int32 result = static_cast<Int32>(long_value);
743 if (long_value == LONG_MAX || long_value == LONG_MIN ||
746 result != long_value
  /external/valgrind/coregrind/
vgdb.c 1304 long long int long_value; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 1395 milliseconds