Home
last modified time | relevance | path

Searched defs:common (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.common.view/
Dend.pass.cpp29 std::ranges::common_view<SizedRandomAccessView> common(view); in test() local
37 std::ranges::common_view<SizedRandomAccessView> const common(view); in test() local
57 std::ranges::common_view<SizedForwardView> common(view); in main() local
63 std::ranges::common_view<CopyableView> common(view); in main() local
71 std::ranges::common_view<SizedForwardView> const common(view); in main() local
77 std::ranges::common_view<CopyableView> const common(view); in main() local
Dbegin.pass.cpp42 std::ranges::common_view<SizedRandomAccessView> common(view); in test() local
49 std::ranges::common_view<SizedRandomAccessView> const common(view); in test() local
66 std::ranges::common_view<SizedForwardView> common(view); in main() local
76 std::ranges::common_view<MoveOnlyView> common(std::move(view)); in main() local
84 std::ranges::common_view<CopyableView> const common(view); in main() local
Dctor.view.pass.cpp26 std::ranges::common_view<MoveOnlyView> common(std::move(view)); in test() local
32 std::ranges::common_view<CopyableView> const common(view); in test() local
47 std::ranges::common_view<MoveOnlyView> const common(std::move(view)); in main() local
Dbase.pass.cpp31 std::ranges::common_view<CopyableView> common(view); in test() local
42 std::ranges::common_view<MoveOnlyView> common(std::move(view)); in test() local
51 const std::ranges::common_view<CopyableView> common(view); in test() local
Dsize.pass.cpp33 std::ranges::common_view<SizedForwardView> common(view); in test() local
39 std::ranges::common_view<SizedForwardView> const common(view); in test() local
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.common.view/
Dend.pass.cpp29 std::ranges::common_view<SizedRandomAccessView> common(view); in test() local
37 std::ranges::common_view<SizedRandomAccessView> const common(view); in test() local
57 std::ranges::common_view<SizedForwardView> common(view); in main() local
63 std::ranges::common_view<CopyableView> common(view); in main() local
71 std::ranges::common_view<SizedForwardView> const common(view); in main() local
77 std::ranges::common_view<CopyableView> const common(view); in main() local
Dbegin.pass.cpp42 std::ranges::common_view<SizedRandomAccessView> common(view); in test() local
49 std::ranges::common_view<SizedRandomAccessView> const common(view); in test() local
66 std::ranges::common_view<SizedForwardView> common(view); in main() local
76 std::ranges::common_view<MoveOnlyView> common(std::move(view)); in main() local
84 std::ranges::common_view<CopyableView> const common(view); in main() local
Dctor.view.pass.cpp26 std::ranges::common_view<MoveOnlyView> common(std::move(view)); in test() local
32 std::ranges::common_view<CopyableView> const common(view); in test() local
47 std::ranges::common_view<MoveOnlyView> const common(std::move(view)); in main() local
Dbase.pass.cpp31 std::ranges::common_view<CopyableView> common(view); in test() local
42 std::ranges::common_view<MoveOnlyView> common(std::move(view)); in test() local
51 const std::ranges::common_view<CopyableView> common(view); in test() local
Dsize.pass.cpp33 std::ranges::common_view<SizedForwardView> common(view); in test() local
39 std::ranges::common_view<SizedForwardView> const common(view); in test() local
/external/ComputeLibrary/
Dfilelist.json2 "common": [ array
85 "common": [ array
112 "common": [ array
152 "common": [ array
162 "common": [ array
170 "common": [ array
178 "common": [ array
188 "common": [ array
196 "common": [ "src/core/CL/kernels/CLBitwiseKernel.cpp" ] array
202 "common": [ "src/runtime/CL/functions/CLBitwiseAnd.cpp" ] array
[all …]
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/api/
Dclient.proto229 CommonLanguageSettings common = 3; field
235 CommonLanguageSettings common = 1; field
241 CommonLanguageSettings common = 1; field
247 CommonLanguageSettings common = 1; field
253 CommonLanguageSettings common = 1; field
259 CommonLanguageSettings common = 1; field
295 CommonLanguageSettings common = 1; field
301 CommonLanguageSettings common = 1; field
/external/googleapis/google/api/
Dclient.proto249 CommonLanguageSettings common = 3; field
255 CommonLanguageSettings common = 1; field
261 CommonLanguageSettings common = 1; field
267 CommonLanguageSettings common = 1; field
273 CommonLanguageSettings common = 1; field
279 CommonLanguageSettings common = 1; field
315 CommonLanguageSettings common = 1; field
321 CommonLanguageSettings common = 1; field
/external/pcre/src/
Dpcre2_jit_compile.c265 backtrack_common common; member
276 backtrack_common common; member
298 backtrack_common common; member
308 backtrack_common common; member
313 backtrack_common common; member
327 backtrack_common common; member
347 backtrack_common common; member
357 backtrack_common common; member
365 backtrack_common common; member
913 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode()
[all …]
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.cc204 CommonFields& common) { in PrepareInsertAfterSoo()
230 FindInfo find_first_non_full_outofline(const CommonFields& common, in find_first_non_full_outofline()
237 void ResetGrowthLeft(CommonFields& common) { in ResetGrowthLeft()
267 size_t DropDeletesWithoutResizeAndPrepareInsert(CommonFields& common, in DropDeletesWithoutResizeAndPrepareInsert()
519 void ResizeNonSooImpl(CommonFields& common, const PolicyFunctions& policy, in ResizeNonSooImpl()
566 void ResizeEmptyNonAllocatedTableImpl(CommonFields& common, in ResizeEmptyNonAllocatedTableImpl()
617 void ResizeFullSooTable(CommonFields& common, const PolicyFunctions& policy, in ResizeFullSooTable()
792 size_t GrowToNextCapacityAndPrepareInsert(CommonFields& common, in GrowToNextCapacityAndPrepareInsert()
889 size_t RehashOrGrowToNextCapacityAndPrepareInsert(CommonFields& common, in RehashOrGrowToNextCapacityAndPrepareInsert()
947 size_t PrepareInsertNonSooSlow(CommonFields& common, in PrepareInsertNonSooSlow()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/
Darrow.pass.cpp30 Common common(iter); in test() local
50 Common common(iter); in test() local
74 Common common(iter); in test() local
/external/cronet/tot/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/
Darrow.pass.cpp30 Common common(iter); in test() local
50 Common common(iter); in test() local
74 Common common(iter); in test() local
/external/libxkbcommon/src/xkbcomp/
Dast.h154 ParseCommon common; member
164 ParseCommon common; member
245 ParseCommon common; member
262 ParseCommon common; member
269 ParseCommon common; member
276 ParseCommon common; member
283 ParseCommon common; member
290 ParseCommon common; member
297 ParseCommon common; member
304 ParseCommon common; member
[all …]
/external/rust/android-crates-io/crates/protobuf/src/reflect/file/
Ddynamic.rs13 pub(crate) common: FileDescriptorCommon, field
59 let common = FileDescriptorCommon::new(OwningRef::new_arc(proto.clone()), dependencies)?; in new() localVariable
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.cc132 CommonFields& common) { in PrepareInsertAfterSoo()
158 FindInfo find_first_non_full_outofline(const CommonFields& common, in find_first_non_full_outofline()
191 void DropDeletesWithoutResize(CommonFields& common, in DropDeletesWithoutResize()
523 FindInfo FindInsertPositionWithGrowthOrRehash(CommonFields& common, size_t hash, in FindInsertPositionWithGrowthOrRehash()
583 const void* GetHashRefForEmptyHasher(const CommonFields& common) { in GetHashRefForEmptyHasher()
591 size_t PrepareInsertNonSoo(CommonFields& common, size_t hash, FindInfo target, in PrepareInsertNonSoo()
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.cc132 CommonFields& common) { in PrepareInsertAfterSoo()
158 FindInfo find_first_non_full_outofline(const CommonFields& common, in find_first_non_full_outofline()
191 void DropDeletesWithoutResize(CommonFields& common, in DropDeletesWithoutResize()
523 FindInfo FindInsertPositionWithGrowthOrRehash(CommonFields& common, size_t hash, in FindInsertPositionWithGrowthOrRehash()
583 const void* GetHashRefForEmptyHasher(const CommonFields& common) { in GetHashRefForEmptyHasher()
591 size_t PrepareInsertNonSoo(CommonFields& common, size_t hash, FindInfo target, in PrepareInsertNonSoo()
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.cc132 CommonFields& common) { in PrepareInsertAfterSoo()
158 FindInfo find_first_non_full_outofline(const CommonFields& common, in find_first_non_full_outofline()
191 void DropDeletesWithoutResize(CommonFields& common, in DropDeletesWithoutResize()
523 FindInfo FindInsertPositionWithGrowthOrRehash(CommonFields& common, size_t hash, in FindInsertPositionWithGrowthOrRehash()
583 const void* GetHashRefForEmptyHasher(const CommonFields& common) { in GetHashRefForEmptyHasher()
591 size_t PrepareInsertNonSoo(CommonFields& common, size_t hash, FindInfo target, in PrepareInsertNonSoo()
/external/mesa3d/include/android_stub/hardware/
Dhwvulkan.h33 struct hw_module_t common; member
61 struct hw_device_t common; member
/external/bazelbuild-rules_rust/examples/crate_universe/using_cxx/
Dcargo-bazel-lock.json34 "common": [], array
84 "common": [ array
92 "common": [ array
101 "common": [ array
108 "common": [ array
159 "common": [ array
204 "common": [ array
255 "common": [ array
312 "common": [ array
319 "common": [ array
[all …]
/external/clang/test/CodeGen/
D2005-09-24-BitFieldCrash.c6 struct tree_common common; member
16 struct tree_common common; member

12345678910>>...18