Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 253) sorted by relevance

1234567891011

/aosp12/art/test/580-fp16/src-art/
H A DMain.java284 assertFalse(FP16.less(FP16.NaN, FP16.toHalf(12.3f))); in testLess()
285 assertFalse(FP16.less(FP16.toHalf(12.3f), FP16.NaN)); in testLess()
286 assertTrue(FP16.less(FP16.MIN_VALUE, FP16.MIN_NORMAL)); in testLess()
287 assertFalse(FP16.less(FP16.MIN_NORMAL, FP16.MIN_VALUE)); in testLess()
292 assertTrue(FP16.less(FP16.MIN_VALUE, (short) 0x3ff)); in testLess()
294 assertTrue(FP16.less(FP16.toHalf(-1.0f), FP16.toHalf(0.0f))); in testLess()
298 assertFalse(FP16.less(FP16.toHalf(1.0f), FP16.toHalf(0.0f))); in testLess()
299 assertTrue(FP16.less(FP16.toHalf(0.0f), FP16.toHalf(1.0f))); in testLess()
300 assertFalse(FP16.less(FP16.toHalf(1.0f), FP16.toHalf(1.0f))); in testLess()
301 assertFalse(FP16.less(FP16.toHalf(1.3f), FP16.toHalf(1.3f))); in testLess()
[all …]
/aosp12/system/chre/util/tests/
H A Dheap_test.cc12 std::less<int> comp; in TEST()
18 std::less<int> comp; in TEST()
24 std::less<int> comp; in TEST()
56 std::less<int> comp; in TEST()
65 std::less<int> comp; in TEST()
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
H A Dless.example.cpp7 namespace generated_tests::less { namespace
64 namespace generated_tests::less { namespace
189 namespace generated_tests::less { namespace
246 namespace generated_tests::less { namespace
303 namespace generated_tests::less { namespace
428 namespace generated_tests::less { namespace
485 namespace generated_tests::less { namespace
610 namespace generated_tests::less { namespace
667 namespace generated_tests::less { namespace
792 namespace generated_tests::less { namespace
[all …]
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/
H A DComparableTester.java68 private void assertOrder(int less, int more, List<T> lessGroup, List<T> moreGroup) { in assertOrder() argument
69 assertLess(less, more, lessGroup, moreGroup); in assertOrder()
70 assertMore(more, less, moreGroup, lessGroup); in assertOrder()
/aosp12/frameworks/native/libs/ui/tests/mock/
H A DMockGrallocAllocator.h35 MOCK_METHOD(std::string, dumpDebugInfo, (bool less), (const, override));
39 buffer_handle_t* outBufferHandles, bool less),
/aosp12/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp81 void GraphicBufferAllocator::dump(std::string& result, bool less) const { in dump()
102 result.append(mAllocator->dumpDebugInfo(less)); in dump()
105 void GraphicBufferAllocator::dumpToSystemLog(bool less) { in dumpToSystemLog() argument
107 GraphicBufferAllocator::getInstance().dump(s, less); in dumpToSystemLog()
H A DGralloc4.cpp835 uint64_t* outAllocationSize, bool less) const { in bufferDumpHelper()
945 if (less) { in bufferDumpHelper()
974 if (!less) { in bufferDumpHelper()
982 if (!less) { in bufferDumpHelper()
991 std::string Gralloc4Mapper::dumpBuffer(buffer_handle_t bufferHandle, bool less) const { in dumpBuffer()
1013 status_t err = bufferDumpHelper(bufferDump, &stream, nullptr, less); in dumpBuffer()
1022 std::string Gralloc4Mapper::dumpBuffers(bool less) const { in dumpBuffers()
1047 status_t err = bufferDumpHelper(bufferDump, &stream, &allocationSize, less); in dumpBuffers()
1072 std::string Gralloc4Allocator::dumpDebugInfo(bool less) const { in dumpDebugInfo()
1073 return mMapper.dumpBuffers(less); in dumpDebugInfo()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHalVersion.java77 public boolean less(HalVersion ver) { in less() method in HalVersion
92 return less(ver) || equals(ver); in lessOrEqual()
/aosp12/bootable/recovery/updater/include/updater/
H A Dbuild_info.h64 std::map<std::string, std::string, std::less<>> build_props_;
69 std::map<std::string, FakeBlockDevice, std::less<>> blockdev_map_;
H A Dtarget_files.h50 bool GetBuildProps(std::map<std::string, std::string, std::less<>>* props_map) const;
70 std::map<std::string, std::string, std::less<>> misc_info_;
/aosp12/art/compiler/optimizing/
H A Dsuperblock_cloner_test.cc160 HBasicBlockMap bb_map(std::less<HBasicBlock*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
161 HInstructionMap hir_map(std::less<HInstruction*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
302 std::less<HBasicBlock*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
304 std::less<HInstruction*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
339 std::less<HBasicBlock*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
341 std::less<HInstruction*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
376 std::less<HBasicBlock*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
378 std::less<HInstruction*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
657 HBasicBlockMap bb_map(std::less<HBasicBlock*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
658 HInstructionMap hir_map(std::less<HInstruction*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DGraphicBufferAllocator.h77 void dump(std::string& res, bool less = true) const;
78 static void dumpToSystemLog(bool less = true);
H A DGralloc4.h41 std::string dumpBuffer(buffer_handle_t bufferHandle, bool less = true) const override;
42 std::string dumpBuffers(bool less = true) const;
182 std::ostringstream* outDump, uint64_t* outAllocationSize, bool less) const;
195 std::string dumpDebugInfo(bool less = true) const override;
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBufferAllocator.h77 void dump(std::string& res, bool less = true) const;
78 static void dumpToSystemLog(bool less = true);
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DSubsetSelector.java89 int less = Math.max(0, mLimit - kIncrAmount); in render() local
92 menu.appendLink(mQuery.with(mId, less), DocString.text("show less")); in render()
/aosp12/hardware/interfaces/audio/effect/2.0/
H A DIPresetReverbEffect.hal25 SMALLROOM, // a small room less than five meters in length
26 MEDIUMROOM, // a medium room with a length of ten meters or less
/aosp12/hardware/interfaces/audio/effect/4.0/
H A DIPresetReverbEffect.hal25 SMALLROOM, // a small room less than five meters in length
26 MEDIUMROOM, // a medium room with a length of ten meters or less
/aosp12/hardware/interfaces/audio/effect/5.0/
H A DIPresetReverbEffect.hal25 SMALLROOM, // a small room less than five meters in length
26 MEDIUMROOM, // a medium room with a length of ten meters or less
/aosp12/hardware/interfaces/audio/effect/6.0/
H A DIPresetReverbEffect.hal25 SMALLROOM, // a small room less than five meters in length
26 MEDIUMROOM, // a medium room with a length of ten meters or less
/aosp12/hardware/interfaces/audio/effect/7.0/
H A DIPresetReverbEffect.hal25 SMALLROOM, // a small room less than five meters in length
26 MEDIUMROOM, // a medium room with a length of ten meters or less
/aosp12/art/libartbase/base/
H A Darena_containers.h58 template <typename T, typename Comparator = std::less<T>>
64 template <typename T, typename Comparator = std::less<T>>
67 template <typename K, typename V, typename Comparator = std::less<K>>
/aosp12/system/logging/logd/
H A DREADME.compression.md6 * Log spam fills the buffers making them less useful in logcat/bugreports
48 * **50% less CPU usage**
49 * **50% less memory usage**
/aosp12/bootable/recovery/updater/
H A Dtarget_files.cpp56 std::map<std::string, std::string, std::less<>>* props_map) { in ParsePropertyFile()
200 bool TargetFile::GetBuildProps(std::map<std::string, std::string, std::less<>>* props_map) const { in GetBuildProps()
222 std::map<std::string, std::string, std::less<>> props; in GetBuildProps()
/aosp12/system/tools/hidl/
H A DScope.cpp154 auto less = [&](const Type* lhs, const Type* rhs) { in topologicalReorder() local
158 if (std::is_sorted(mTypes.begin(), mTypes.end(), less)) return; in topologicalReorder()
161 std::sort(mTypes.begin(), mTypes.end(), less); in topologicalReorder()
/aosp12/build/blueprint/
H A Dname_interface.go154 less := func(i, j int) bool {
160 sort.Slice(groups, less)

1234567891011