/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_copy_prop_vars.c | 56 struct copies { struct 59 /* Hash table of copies referenced by variables */ argument 70 /* The copies structure this dynarray was cloned or created for */ argument 324 copies_owns_ht_entry(struct copies *copies, in copies_owns_ht_entry() 346 struct copies *copies, in get_copies_array_from_ht_entry() 366 struct copies *copies, nir_variable *var) in copies_array_for_var() 381 struct copies *copies, nir_deref_and_path *deref) in copies_array_for_deref() 399 struct copies *copies, nir_deref_and_path *deref) in copy_entry_create() 417 copy_entry_remove(struct util_dynarray *copies, in copy_entry_remove() 447 struct copies *copies, in lookup_entry_for_deref() [all …]
|
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_register_allocate.c | 388 const agx_instr *I, struct util_dynarray *copies, in assign_regs_by_copying() 518 struct util_dynarray *copies, in insert_copies_for_clobbered_killed() 658 struct util_dynarray copies = {0}; in find_regs() local 1244 struct agx_copy *copies = calloc(sizeof(*copies), nr_phi); in agx_insert_parallel_copies() local 1291 struct agx_copy copies[AGX_NUM_REGS]; in lower_exports() local 1493 struct agx_copy *copies = alloca(sizeof(copies[0]) * ins->nr_srcs); in agx_ra() local 1516 struct agx_copy copies[4]; in agx_ra() local
|
H A D | agx_lower_parallel_copy.c | 19 print_copies(const struct agx_copy *copies, unsigned nr) in print_copies() 171 agx_emit_parallel_copies_for_class(agx_builder *b, struct agx_copy *copies, in agx_emit_parallel_copies_for_class() 415 agx_emit_parallel_copies(agx_builder *b, struct agx_copy *copies, in agx_emit_parallel_copies()
|
/aosp_15_r20/external/libcups/tools/ |
H A D | ippeveps.c | 64 int copies; /* Number of copies */ in main() local 528 int copies) /* I - Number of copies */ in jpeg_to_ps() 776 int copies, /* I - Number of copies */ in pdf_to_ps() 894 int copies) /* I - Number of copies */ in ps_to_ps()
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
H A D | RepeaterContent.java | 34 private final BaseKeyframeAnimation<Float, Float> copies; field in RepeaterContent 99 float copies = this.copies.getValue(); in getPath() local 109 float copies = this.copies.getValue(); in draw() local
|
/aosp_15_r20/external/libchrome/base/ |
H A D | bind_unittest.cc | 124 CopyMoveCounter(int* copies, in CopyMoveCounter() 189 int copies() const { in copies() function in base::__anonab4e4da50111::CopyMoveCounter 204 CopyCounter(int* copies, int* assigns) in CopyCounter() 211 int copies() const { return counter_.copies(); } in copies() function in base::__anonab4e4da50111::CopyCounter 665 int copies = 0; in TEST_F() local 688 int copies = 0; in TEST_F() local 1095 int copies = 0; in TEST_F() local 1173 int copies = 0; in TEST_F() local
|
/aosp_15_r20/external/pigweed/pw_unit_test/ |
H A D | framework_test.cc | 215 CopyMoveCounter(int& copies, int& moves) : copies_(&copies), moves_(&moves) {} in CopyMoveCounter() 243 int copies = 0; in TEST() local 252 int copies = 0; in TEST() local 262 int copies = 0; in TEST() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared.array.bounded.pass.cpp | 195 int copies = 0; in main() local 202 int copies = 0; in main() local 209 int copies = 0; in main() local
|
H A D | make_shared.array.bounded.pass.cpp | 194 int copies = 0; in main() local 201 int copies = 0; in main() local 208 int copies = 0; in main() local
|
H A D | allocate_shared.array.unbounded.pass.cpp | 237 int copies = 0; in main() local 244 int copies = 0; in main() local 251 int copies = 0; in main() local
|
H A D | make_shared.array.unbounded.pass.cpp | 235 int copies = 0; in main() local 242 int copies = 0; in main() local 249 int copies = 0; in main() local
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/ |
H A D | Repeater.java | 15 private final AnimatableFloatValue copies; field in Repeater 20 public Repeater(String name, AnimatableFloatValue copies, AnimatableFloatValue offset, in Repeater()
|
/aosp_15_r20/external/libcups/backend/ |
H A D | usb.c | 86 int copies, /* I - Copies to print */ in print_device() 124 int copies; /* Number of copies to print */ in main() local
|
H A D | lpd.c | 122 copies; /* Number of copies */ in main() local 705 int copies, /* I - Number of copies */ in lpd_queue()
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | RopeByteStringSubstringTest.java | 81 int copies = 250; in testToString() local 117 int copies = 250; in testCharsetToString() local
|
H A D | RopeByteStringTest.java | 132 int copies = 250; in testToString() local 164 int copies = 250; in testCharsetToString() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | RopeByteStringSubstringTest.java | 81 int copies = 250; in testToString() local 117 int copies = 250; in testCharsetToString() local
|
H A D | RopeByteStringTest.java | 132 int copies = 250; in testToString() local 164 int copies = 250; in testCharsetToString() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/ |
H A D | ranges_robust_against_copying_projections.pass.cpp | 74 int copies = 0; in all_the_algorithms() local 240 int copies = 0; in test_deque() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/ |
D | copy_elision_test.cpp | 59 static unsigned copies; member 65 unsigned X::copies = 0; member in X
|
/aosp_15_r20/external/cronet/base/functional/ |
H A D | bind_unittest.cc | 128 CopyMoveCounter(int* copies, in CopyMoveCounter() 193 int copies() const { return *copies_; } in copies() function in base::__anon8a4af9fd0111::CopyMoveCounter 206 CopyCounter(int* copies, int* assigns) in CopyCounter() 213 int copies() const { return counter_.copies(); } in copies() function in base::__anon8a4af9fd0111::CopyCounter 781 int copies = 0; in TEST_F() local 804 int copies = 0; in TEST_F() local 1323 int copies = 0; in TEST_F() local 1403 int copies = 0; in TEST_F() local
|
/aosp_15_r20/cts/helpers/default/src/com/android/cts/helpers/aosp/ |
H A D | DefaultCtsPrintHelper.java | 288 UiObject copies = mDevice.findObject(new UiSelector().resourceId( in setCopies() local 300 UiObject copies = mDevice.findObject(new UiSelector().resourceId( in getCopies() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/ |
D | unnecessary_copy_tests.cpp | 21 static int copies; member 173 int count_copies::copies; member in unnecessary_copy_tests::count_copies
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrCopyTests.cpp | 446 const UVec2 &dstSize, vector<vk::VkImageCopy> *copies) in genCopies() 539 void logTestCaseInfo(TestLog &log, const TestConfig &config, const vector<vk::VkImageCopy> &copies) in logTestCaseInfo() 585 vector<vk::VkImageCopy> copies; in imageCopyTest() local
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | job.c | 515 copies[255], /* # copies string */ in cupsdContinueJob() local 3620 char *copies, /* I - Copies buffer */ in get_options() 5131 int copies; /* Number of copies */ in update_job() local
|