Home
last modified time | relevance | path

Searched defs:odds (Results 1 - 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js675 var odds = _.reject([1, 2, 3, 4, 5, 6], (num) => num % 2 == 0); variable
919 var odds = _.reject([1, 2, 3, 4, 5, 6], function (num) { return num % 2 == 0; }); variable
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc626 std::vector<int> odds, evens; in TEST() local
746 std::vector<int> odds = {2, 4, 6}; in TEST() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1386 std::vector<deUint32> odds = {0, 1}; in AddRepeatedPipelineTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1386 std::vector<deUint32> odds = {0, 1}; in AddRepeatedPipelineTests() local
/third_party/toybox/toys/pending/
H A Dfdisk.c456 int i = 0, len = strlen(disk_device), odds = 0; in list_partitions() local

Completed in 10 milliseconds