Searched refs:kCopy (Results 1 - 16 of 16) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A 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...]
H A DUpdateAction.h28 kCopy, enumerator in enum:NUpdateArchive::NPairAction::EEnum
H A DUpdateProduce.cpp39 case NPairAction::kCopy:
H A DArchiveCommandLine.cpp486 case NUpdateArchive::NPairAction::kCopy: return NUpdateArchive::NPairAction::kCopy;
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.h39 kCopy, enumerator in enum:Mode
53 retval.mode = kCopy;
86 return (p->mode == kCopy);
111 assert(p->mode == kCopy);
/external/webp/src/enc/
H A Dbackward_references.h39 kCopy, enumerator in enum:Mode
53 retval.mode = kCopy;
86 return (p->mode == kCopy);
111 assert(p->mode == kCopy);
/external/chromium_org/tools/gn/
H A Dfunctions_target.cc237 const char kCopy[] = "copy"; member in namespace:functions
286 TargetGenerator::GenerateTarget(scope, function, args, functions::kCopy, err);
H A Dtarget_generator.cc85 if (output_type == functions::kCopy) {
H A Dfunctions.h91 extern const char kCopy[];
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h951 kCopy // The NativeArray makes a copy of the native array and enumerator in enum:testing::internal::RelationToSource
986 if (relation_to_source_ == kCopy)
1001 // 'relation' is kCopy.
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1019 kCopy // The NativeArray makes a copy of the native array and enumerator in enum:testing::internal::RelationToSource
1054 if (relation_to_source_ == kCopy)
1069 // 'relation' is kCopy.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1048 kCopy // The NativeArray makes a copy of the native array and enumerator in enum:testing::internal::RelationToSource
1083 if (relation_to_source_ == kCopy)
1098 // 'relation' is kCopy.
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1019 kCopy // The NativeArray makes a copy of the native array and enumerator in enum:testing::internal::RelationToSource
1054 if (relation_to_source_ == kCopy)
1069 // 'relation' is kCopy.
/external/gtest/test/
H A Dgtest_unittest.cc284 using testing::internal::kCopy;
7340 NativeArray<int> na(*a, 2, kCopy);
7360 NativeArray<int> na(a, 3, kCopy);
7381 EXPECT_FALSE(na == NativeArray<int>(b2, 4, kCopy));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7911 kCopy // The NativeArray makes a copy of the native array and enumerator in enum:testing::internal::RelationToSource
7946 if (relation_to_source_ == kCopy)
7961 // 'relation' is kCopy.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7911 kCopy // The NativeArray makes a copy of the native array and enumerator in enum:testing::internal::RelationToSource
7946 if (relation_to_source_ == kCopy)
7961 // 'relation' is kCopy.

Completed in 490 milliseconds