Home
last modified time | relevance | path

Searched refs:avoid (Results 1 – 25 of 268) sorted by relevance

1234567891011

/aosp12/art/test/600-verifier-fails/
H A Dinfo.txt7 avoid compiler crash later on
11 behind it to avoid fatal message later on
16 verification failure (non-reference type) to avoid a compiler crash
22 avoid interpreter crash on zero size object later
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiNoInternetDialog.java210 final boolean avoid = (which == BUTTON_POSITIVE); in onClick()
211 action = (avoid ? "Switch away" : "Get stuck"); in onClick()
214 Settings.Global.NETWORK_AVOID_BAD_WIFI, avoid ? "1" : "0"); in onClick()
215 } else if (avoid) { in onClick()
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DREADME.md7 external components. To avoid potential deadlocks, a strict locking order must be ensured whenever
19 in `SoundTriggerMiddlewareValidation` and avoid the lock.
/aosp12/frameworks/opt/telephony/tests/telephonytests/
H A Djarjar-rules-tests.txt2 # Rename the non-jarjared, services.net version to avoid conflicts.
11 # a different prefix in the test jarjar rule to avoid duplicate jar entries.
/aosp12/packages/modules/IPsec/
H A DAndroid.bp57 // Shared filegroups of BouncyCastle and frameworks are jar-jar'ed to avoid
117 // Shared filegroups of BouncyCastle and frameworks are jar-jar'ed to avoid
119 // reports. IKE source files are jarjared to avoid this test jar being
/aosp12/hardware/qcom/media/msm8998/mm-core/
H A DMakefile.am73 libOmxCore_la_LDFLAGS += -shared -avoid-version
86 libmm_omxcore_la_LDFLAGS += -shared -avoid-version
/aosp12/hardware/qcom/sm8150/media/mm-core/
H A DMakefile.am69 libOmxCore_la_LDFLAGS += -shared -avoid-version
82 libmm_omxcore_la_LDFLAGS += -shared -avoid-version
/aosp12/hardware/qcom/sm7250/media/mm-core/
H A DMakefile.am69 libOmxCore_la_LDFLAGS += -shared -avoid-version
82 libmm_omxcore_la_LDFLAGS += -shared -avoid-version
/aosp12/hardware/qcom/sdm845/media/mm-core/
H A DMakefile.am69 libOmxCore_la_LDFLAGS += -shared -avoid-version
82 libmm_omxcore_la_LDFLAGS += -shared -avoid-version
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java102 mBg.avoid = widgetSize / 2; in onCreate()
330 public float avoid = 0f; field in PlatLogoActivity.BubblesDrawable
373 if (avoid > 0f) { in randomize()
376 mBubbs[mNumBubbs].r = avoid; in randomize()
/aosp12/hardware/interfaces/automotive/audiocontrol/2.0/
H A DIFocusListener.hal32 * interaction is oneway to avoid blocking HAL so that it is not required to wait for a response
48 * interaction is oneway to avoid blocking HAL so that it is not required to wait for a response
/aosp12/packages/apps/TV/libs/m2/
H A Ddagger-jarjar-rules.txt1 # shade guava to avoid conflicts with guava embedded in Error Prone.
/aosp12/art/test/2033-shutdown-mechanics/
H A Dinfo.txt3 can avoid accessing deleted data structures.
/aosp12/packages/modules/GeoTZ/geotz_lookup/
H A Djarjar-rules.txt1 # Move com.google.common.geometry and any transitive dependencies on guava to one side to avoid
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dvendor_init.te2 # Sometimes we have to write to non-existent files to avoid conditional
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dvendor_init.te2 # Sometimes we have to write to non-existent files to avoid conditional
/aosp12/frameworks/av/media/libcpustats/include/cpustats/
H A DREADME.txt6 * should be portable to host; avoid Android OS dependencies without a conditional
/aosp12/system/bt/doc/
H A Dnetwork_ports.md4 It should be used as a reference and as a mechanism to avoid port
/aosp12/art/test/518-null-array-get/
H A Dinfo.txt6 punted the method to the interpreter in an effort to avoid
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dvendor_init.te2 # Sometimes we have to write to non-existent files to avoid conditional
/aosp12/frameworks/base/core/java/com/android/server/
H A DDropboxLogTags.logtags4 # /java/com/android/server/EventLogTags.logtags. To avoid conflict, this file's name cannot
/aosp12/hardware/qcom/sm8150p/gps/gnss/
H A DMakefile.am20 libgnss_la_LDFLAGS = -lstdc++ -Wl,-z,defs -lpthread @GLIB_LIBS@ -shared -avoid-version
/aosp12/hardware/qcom/sdm845/gps/sdm845/gnss/
H A DMakefile.am20 libgnss_la_LDFLAGS = -lstdc++ -Wl,-z,defs -lpthread @GLIB_LIBS@ -shared -avoid-version
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A DMakefile.am20 libgnss_la_LDFLAGS = -lstdc++ -Wl,-z,defs -lpthread @GLIB_LIBS@ -shared -avoid-version
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DMakefile.am21 libgnss_la_LDFLAGS = -lstdc++ -Wl,-z,defs -lpthread @GLIB_LIBS@ -shared -avoid-version

1234567891011