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

  /external/chromium_org/chrome_frame/test/
header_test.cc 138 std::string long_value = HeaderValue(ie_version) + "; " + local
140 DCHECK_GT(long_value.length(), 256u);
141 DCHECK_LT(long_value.length(), 512u);
142 return long_value;
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 225 const long long_value = strtol(str, &end, 10); // NOLINT local
240 const Int32 result = static_cast<Int32>(long_value);
241 if (long_value == LONG_MAX || long_value == LONG_MIN ||
244 result != long_value
  /external/chromium/testing/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/chromium_org/third_party/mesa/src/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/gtest/src/
gtest-port.cc 692 const long long_value = strtol(str, &end, 10); // NOLINT
707 const Int32 result = static_cast<Int32>(long_value);
708 if (long_value == LONG_MAX || long_value == LONG_MIN ||
711 result != long_value
  /external/llvm/utils/unittest/googletest/
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/open-vcdiff/gtest/src/
gtest-port.cc 602 const long long_value = strtol(str, &end, 10); // NOLINT
617 const Int32 result = static_cast<Int32>(long_value);
618 if (long_value == LONG_MAX || long_value == LONG_MIN ||
621 result != long_value
  /external/protobuf/gtest/src/
gtest-port.cc 602 const long long_value = strtol(str, &end, 10); // NOLINT
617 const Int32 result = static_cast<Int32>(long_value);
618 if (long_value == LONG_MAX || long_value == LONG_MIN ||
621 result != long_value
  /external/chromium_org/testing/gtest/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
  /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/main/coregrind/
vgdb.c 2262 long long int long_value; local
    [all...]
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 123 jmethodID long_value = MethodID::Get<MethodID::TYPE_INSTANCE>( local
125 return env->CallLongMethod(long_obj, long_value, NULL);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 558 milliseconds