Home
last modified time | relevance | path

Searched refs:relax (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_naming/
H A Dconv_float.mod.py45 relax = RelaxedModeConverter(True, name="float_relaxed") variable
60 relax, quant8, defaultName="float"
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_naming/
H A Dconv_float.mod.py45 relax = RelaxedModeConverter(True, name="float_relaxed") variable
60 relax, quant8, defaultName="float"
/aosp12/build/soong/scripts/
H A Dmanifest_check_test.py50 relax = False
52 optional_uses_libraries, relax, False, 'path/to/X/AndroidManifest.xml')
54 optional_uses_libraries, relax, True, 'path/to/X/X.apk')
H A Dmanifest_check.py77 def enforce_uses_libraries(manifest, required, optional, relax, is_apk, path): argument
115 if not relax:
/aosp12/art/test/727-checker-unresolved-class/jasmin/
H A DGetPackagePrivateSubclassOfUnresolvedClass2FromSamePackage.j20 ; TODO: Make $inline$ when we relax the verifier. b/28313047
H A DGetPublicSubclassOfUnresolvedClass2FromSamePackage.j20 ; TODO: Make $inline$ when we relax the verifier. b/28313047
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h152 virtual bool relax(Module& pModule, IRBuilder& pBuilder);
H A DARMLDBackend.cpp807 bool ARMGNULDBackend::relax(Module& pModule, IRBuilder& pBuilder) { in relax() function in mcld::ARMGNULDBackend
808 if (!GNULDBackend::relax(pModule, pBuilder)) { in relax()
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h165 virtual bool relax(Module& pModule, IRBuilder& pBuilder) = 0;
H A DGNULDBackend.h434 virtual bool relax(Module& pModule, IRBuilder& pBuilder);
/aosp12/hardware/google/pixel/vibrator/drv2624/tests/
H A Dtest-vibrator.cpp196 void relaxMock(bool relax) { in relaxMock() argument
197 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock()
/aosp12/bionic/docs/
H A Delf-tls.md320 The static linker can still relax a TLSDESC-based access to an IE/LE access.
334 than the compiler, so it can "relax" TLS accesses to more efficient models. For example, if an
335 object file compiled with `-fpic` is linked into an executable, the linker could relax GD accesses
336 to IE or LE. To relax a TLS access, the linker looks for an expected sequences of instructions and
364 arm32 linkers can't relax traditional TLS accesses. BFD can relax an arm32 TLSDESC access, but LLD
797 * LLD would need to relax GD and LD to IE instead of LE.
/aosp12/build/make/core/
H A Ddex_preopt_odex_install.mk245 --enforce-uses-libraries-relax,)
/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dtest-vibrator.cpp222 void relaxMock(bool relax) { in relaxMock() argument
223 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock()
/aosp12/frameworks/base/core/java/android/widget/
H A DGridLayout.java1560 private boolean relax(int[] locations, Arc entry) { in relax() method in GridLayout
1653 changed |= relax(locations, arcs[j]); in solve()
1670 culprits[j] |= relax(locations, arcs[j]); in solve()
/aosp12/build/make/
H A DChanges.md53 To temporarily relax missing required modules check, use:
154 To temporarily relax this check and restore the behavior prior to this change,
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2575 relax(pModule, pBuilder); in postLayout()
2912 bool GNULDBackend::relax(Module& pModule, IRBuilder& pBuilder) { in relax() function in mcld::GNULDBackend
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
H A Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
H A Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
H A Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt71112 Landroid/widget/GridLayout$Axis;->relax([ILandroid/widget/GridLayout$Arc;)Z

12