Home
last modified time | relevance | path

Searched refs:reminder (Results 1 – 25 of 63) sorted by relevance

123

/external/libchrome/libchrome_tools/uprev/
Dfiltered_utils.py58 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/
Dbye_unittest.cc99 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/
Dconcat.cc146 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/
Dmutable_test.cc298 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/
Dreduce.cc361 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/
Dutil.cc75 const int reminder = channels % 4 == 0 ? 4 : channels % 4; in GetMaskForLastPlane() local
76 for (int i = 0; i < reminder; ++i) { in GetMaskForLastPlane()
Dwork_group_picking.cc104 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/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/deqp-deps/SPIRV-Headers/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/swiftshader/third_party/SPIRV-Tools/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/OpenCL-CTS/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/vulkan-headers/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/vulkan-validation-layers/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/swiftshader/third_party/SPIRV-Headers/
DCODE_OF_CONDUCT.md1 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/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/deqp-deps/SPIRV-Tools/
DCODE_OF_CONDUCT.md1 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/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/shaderc/spirv-headers/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/angle/third_party/vulkan-deps/glslang/src/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/deqp/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/deqp-deps/glslang/
DCODE_OF_CONDUCT.md1 A reminder that this issue tracker is managed by the Khronos Group. Interactions here should follow…
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dworkgroup_selection.cc111 const int reminder = number % i; in GetDivisorsForRange() local
113 const int first_number = number + (i - reminder) % i; in GetDivisorsForRange()
/external/llvm/test/Other/
Dcan-execute.txt14 test, but for now this test serves as a reminder to audit all the callers if
/external/rust/crates/rayon-core/
DCargo.toml.orig3 version = "1.9.0" # reminder to update html_root_url attribute
/external/llvm-project/llvm/test/Other/
Dcan-execute.txt15 test, but for now this test serves as a reminder to audit all the callers if

123