Home
last modified time | relevance | path

Searched defs:relax (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_naming/
H A Dconv_float.mod.py45 relax = RelaxedModeConverter(True, name="float_relaxed") variable
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_naming/
H A Dconv_float.mod.py45 relax = RelaxedModeConverter(True, name="float_relaxed") variable
/aosp12/build/soong/scripts/
H A Dmanifest_check.py77 def enforce_uses_libraries(manifest, required, optional, relax, is_apk, path): argument
/aosp12/hardware/google/pixel/vibrator/drv2624/tests/
H A Dtest-vibrator.cpp196 void relaxMock(bool relax) { in relaxMock()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp807 bool ARMGNULDBackend::relax(Module& pModule, IRBuilder& pBuilder) { in relax() function in mcld::ARMGNULDBackend
/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dtest-vibrator.cpp222 void relaxMock(bool relax) { in relaxMock()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2912 bool GNULDBackend::relax(Module& pModule, IRBuilder& pBuilder) { in relax() function in mcld::GNULDBackend
/aosp12/frameworks/base/core/java/android/widget/
H A DGridLayout.java1560 private boolean relax(int[] locations, Arc entry) { in relax() method in GridLayout