/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_naming/ |
H A D | conv_float.mod.py | 45 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 D | conv_float.mod.py | 45 relax = RelaxedModeConverter(True, name="float_relaxed") variable 60 relax, quant8, defaultName="float"
|
/aosp12/build/soong/scripts/ |
H A D | manifest_check_test.py | 50 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 D | manifest_check.py | 77 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 D | GetPackagePrivateSubclassOfUnresolvedClass2FromSamePackage.j | 20 ; TODO: Make $inline$ when we relax the verifier. b/28313047
|
H A D | GetPublicSubclassOfUnresolvedClass2FromSamePackage.j | 20 ; TODO: Make $inline$ when we relax the verifier. b/28313047
|
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMLDBackend.h | 152 virtual bool relax(Module& pModule, IRBuilder& pBuilder);
|
H A D | ARMLDBackend.cpp | 807 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 D | TargetLDBackend.h | 165 virtual bool relax(Module& pModule, IRBuilder& pBuilder) = 0;
|
H A D | GNULDBackend.h | 434 virtual bool relax(Module& pModule, IRBuilder& pBuilder);
|
/aosp12/hardware/google/pixel/vibrator/drv2624/tests/ |
H A D | test-vibrator.cpp | 196 void relaxMock(bool relax) { in relaxMock() argument 197 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock()
|
/aosp12/bionic/docs/ |
H A D | elf-tls.md | 320 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 D | dex_preopt_odex_install.mk | 245 --enforce-uses-libraries-relax,)
|
/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/ |
H A D | test-vibrator.cpp | 222 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 D | GridLayout.java | 1560 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 D | Changes.md | 53 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 D | GNULDBackend.cpp | 2575 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 D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
H A D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
H A D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 71112 Landroid/widget/GridLayout$Axis;->relax([ILandroid/widget/GridLayout$Arc;)Z
|