/external/ltp/testcases/kernel/syscalls/setxattr/ |
setxattr01.c | 77 char *long_value; variable 210 long_value = malloc(XATTR_SIZE_MAX + 2); 211 if (!long_value) 213 memset(long_value, 'v', XATTR_SIZE_MAX + 2); 214 long_value[XATTR_SIZE_MAX + 1] = '\0'; 215 tc[3].value = long_value;
|
/external/google-benchmark/src/ |
commandlineflags.cc | 30 const long long_value = strtol(str, &end, 10); // NOLINT local 41 const int32_t result = static_cast<int32_t>(long_value); 42 if (long_value == std::numeric_limits<long>::max() || 43 long_value == std::numeric_limits<long>::min() || 46 result != long_value
|
/external/libcxx/utils/google-benchmark/src/ |
commandlineflags.cc | 30 const long long_value = strtol(str, &end, 10); // NOLINT local 41 const int32_t result = static_cast<int32_t>(long_value); 42 if (long_value == std::numeric_limits<long>::max() || 43 long_value == std::numeric_limits<long>::min() || 46 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();
|
/bionic/tests/ |
system_properties_test2.cpp | 57 std::string long_value = "property-"; local 59 long_value += "y"; 65 ASSERT_EQ(-1, __system_property_set(property_name.c_str(), long_value.c_str()));
|
/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/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
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/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
|
/prebuilts/ndk/r11/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
|
/prebuilts/ndk/r13/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/googletest/googletest/src/ |
gtest-port.cc | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-port.cc | [all...] |
/external/v8/testing/gtest/src/ |
gtest-port.cc | [all...] |
/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...] |
/art/dexlayout/ |
dex_writer.cc | 97 uint64_t long_value = double_union.l_; local 100 buffer[index--] = long_value >> 56; 101 long_value <<= 8; 102 } while (long_value != 0);
|
/external/fmtlib/test/ |
util-test.cc | 510 # define long_value int_value macro 515 # define long_value long_long_value macro
|
gmock-gtest-all.cc | [all...] |
/external/protobuf/gtest/fused-src/gtest/ |
gtest-all.cc | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
gtest-all.cc | [all...] |