/external/libchrome/libchrome_tools/uprev/ |
D | filtered_utils.py | 58 tag, reminder = line.split(b' ', 1) 60 tree_hash = reminder 62 m = author_re.match(reminder) 69 parents.append(reminder)
|
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | bye_unittest.cc | 99 for (size_t reminder = 0; reminder < 4; ++reminder) { in TEST() local 100 const std::string kReason(4 + reminder, 'a' + reminder); in TEST()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | concat.cc | 146 int reminder = already_written % 4; in GenerateCode() local 148 if (reminder == 0) { in GenerateCode() 151 code += UnalignedCase(reminder, in_ch, input, &t); in GenerateCode() 228 std::string UnalignedCase(int reminder, int in_ch, const std::string& input, in UnalignedCase() argument 257 int shift = 4 - reminder; in UnalignedCase() 266 code += "val[" + std::to_string(reminder + i) + "] = " + temp(*t) + "[" + in UnalignedCase()
|
/external/libtextclassifier/native/utils/flatbuffers/ |
D | mutable_test.cc | 298 auto reminder = reminders->Add(); in TEST_F() local 299 reminder->Set("title", "test reminder"); in TEST_F() 300 auto notes = reminder->Repeated("notes"); in TEST_F() 305 auto reminder = reminders->Add(); in TEST_F() local 306 reminder->Set("title", "test reminder 2"); in TEST_F() 307 reminder->Add("notes", "note i"); in TEST_F() 308 reminder->Add("notes", "note ii"); in TEST_F() 309 reminder->Add("notes", "note iii"); in TEST_F()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | reduce.cc | 361 int reminder = total_size / 4; in GetReduceKernelCode() local 362 for (; reminder >= 8; reminder /= 4, offset *= 4) { in GetReduceKernelCode() 363 c += " if (local_id < " + std::to_string(reminder) + ") {\n"; in GetReduceKernelCode() 379 reminder *= 4; in GetReduceKernelCode() 380 for (int i = 1; i < reminder; ++i) { in GetReduceKernelCode()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | util.cc | 75 const int reminder = channels % 4 == 0 ? 4 : channels % 4; in GetMaskForLastPlane() local 76 for (int i = 0; i < reminder; ++i) { in GetMaskForLastPlane()
|
D | work_group_picking.cc | 104 const int reminder = grid_size % group_size; in GetPenalty() local 105 return reminder == 0 ? 0 : group_size - reminder; in GetPenalty()
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/deqp-deps/SPIRV-Headers/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/OpenCL-CTS/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/vulkan-headers/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/vulkan-validation-layers/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/swiftshader/third_party/SPIRV-Headers/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/deqp-deps/SPIRV-Tools/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/shaderc/spirv-headers/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/angle/third_party/vulkan-deps/glslang/src/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/deqp/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/deqp-deps/glslang/ |
D | CODE_OF_CONDUCT.md | 1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | workgroup_selection.cc | 111 const int reminder = number % i; in GetDivisorsForRange() local 113 const int first_number = number + (i - reminder) % i; in GetDivisorsForRange()
|
/external/llvm/test/Other/ |
D | can-execute.txt | 14 test, but for now this test serves as a reminder to audit all the callers if
|
/external/rust/crates/rayon-core/ |
D | Cargo.toml.orig | 3 version = "1.9.0" # reminder to update html_root_url attribute
|
/external/llvm-project/llvm/test/Other/ |
D | can-execute.txt | 15 test, but for now this test serves as a reminder to audit all the callers if
|