Home
last modified time | relevance | path

Searched refs:kCopy (Results 1 – 17 of 17) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdateAction.cpp11 NPairAction::kCopy,
12 NPairAction::kCopy,
22 NPairAction::kCopy,
23 NPairAction::kCopy,
25 NPairAction::kCopy,
27 NPairAction::kCopy,
33 NPairAction::kCopy,
34 NPairAction::kCopy,
36 NPairAction::kCopy,
38 NPairAction::kCopy,
[all …]
DUpdateAction.h28 kCopy, enumerator
DUpdateProduce.cpp34 case NPairAction::kCopy: in UpdateProduce()
/external/webp/src/enc/
Dbackward_references_enc.h34 kCopy, enumerator
48 retval.mode = kCopy; in PixOrCopyCreateCopy()
81 return (p->mode == kCopy); in PixOrCopyIsCopy()
106 assert(p->mode == kCopy); in PixOrCopyDistance()
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h431 return type(const_cast<Element*>(&array[0]), N, kCopy);
433 return type(array, N, kCopy);
455 return type(get<0>(array), get<1>(array), kCopy);
/external/libbrillo/brillo/http/
Dhttp_request.h35 BRILLO_EXPORT extern const char kCopy[]; // Non-standard HTTP/1.1 verb
Dhttp_request.cc29 const char request_type::kCopy[] = "COPY"; member in brillo::http::request_type
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-internal.h951 kCopy // The NativeArray makes a copy of the native array and
986 if (relation_to_source_ == kCopy)
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h951 kCopy // The NativeArray makes a copy of the native array and
986 if (relation_to_source_ == kCopy)
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h1039 kCopy // The NativeArray makes a copy of the native array and
1074 if (relation_to_source_ == kCopy)
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h1048 kCopy // The NativeArray makes a copy of the native array and
1083 if (relation_to_source_ == kCopy)
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h1025 kCopy // The NativeArray makes a copy of the native array and
1060 if (relation_to_source_ == kCopy)
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_unittest.cc284 using testing::internal::kCopy;
7340 NativeArray<int> na(*a, 2, kCopy); in TEST()
7360 NativeArray<int> na(a, 3, kCopy); in TEST()
7381 EXPECT_FALSE(na == NativeArray<int>(b2, 4, kCopy)); in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc195 using testing::internal::kCopy;
7482 NativeArray<int> na(*a, 2, kCopy); in TEST()
7502 NativeArray<int> na(a, 3, kCopy); in TEST()
7523 EXPECT_FALSE(na == NativeArray<int>(b2, 4, kCopy)); in TEST()
/external/fmtlib/test/gmock/
Dgmock.h902 return type(const_cast<Element*>(&array[0]), N, kCopy);
904 return type(array, N, kCopy);
926 return type(get<0>(array), get<1>(array), kCopy);
/external/fmtlib/test/gtest/
Dgtest.h7911 kCopy // The NativeArray makes a copy of the native array and
7946 if (relation_to_source_ == kCopy)
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h7912 kCopy // The NativeArray makes a copy of the native array and
7947 if (relation_to_source_ == kCopy)