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

  /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/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/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 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
  /external/gtest/src/
gtest-port.cc 736 const long long_value = strtol(str, &end, 10); // NOLINT
751 const Int32 result = static_cast<Int32>(long_value);
752 if (long_value == LONG_MAX || long_value == LONG_MIN ||
755 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 1281 long long int long_value; local
    [all...]
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 127 jmethodID long_value = MethodID::Get<MethodID::TYPE_INSTANCE>( local
129 return env->CallLongMethod(long_obj, long_value, NULL);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 383 milliseconds