Searched defs:odds (Results 1 - 5 of 5) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 675 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 D | container_test.cc | 626 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 D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1386 std::vector<deUint32> odds = {0, 1}; in AddRepeatedPipelineTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1386 std::vector<deUint32> odds = {0, 1}; in AddRepeatedPipelineTests() local
|
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 456 int i = 0, len = strlen(disk_device), odds = 0; in list_partitions() local
|
Completed in 10 milliseconds