/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
H A D | TimeDetectorStrategyImplTest.java | 275 Script script = new Script().simulateConfigurationInternalChange(configInternal); in testSuggestTelephonyTime_systemClockThreshold() local 414 Script script = new Script() in testSuggestTelephonyTime_autoTimeDisabled_suggestionMatchesSystemClock() local 518 Script script = new Script().simulateConfigurationInternalChange(configInternal) in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored() local 587 Script script = new Script().simulateConfigurationInternalChange(configInternal) in testSuggestTelephonyTime_timeDetectionToggled() local 687 Script script = new Script().simulateConfigurationInternalChange(configInternal) in testSuggestTelephonyTime_rejectedBelowLowerBound() local 705 Script script = new Script().simulateConfigurationInternalChange(configInternal) in testSuggestTelephonyTime_notRejectedAboveLowerBound() local 971 Script script = new Script() in testSuggestNetworkTime_autoTimeEnabled() local 1001 Script script = new Script() in testSuggestNetworkTime_autoTimeDisabled() local 1027 Script script = new Script() in testClearLatestNetworkSuggestion() local 1085 Script script = new Script() in testSuggestNetworkTime_rejectedBelowLowerBound() local [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/ |
H A D | TimeZoneDetectorStrategyImplTest.java | 411 Script script = new Script() in testEmptyTelephonySuggestions() local 458 Script script = new Script() in testTelephonySuggestionsWhenTimeZoneUninitialized() local 576 Script script = new Script() in testTelephonySuggestionsSingleSlotId() local 642 Script script = new Script() in testTelephonySuggestionMultipleSlotIndexSuggestionScoringAndSlotIndexBias() local 730 Script script = new Script() in testTelephonySuggestionStrategyDoesNotAssumeCurrentSetting_autoTelephony() local 781 Script script = new Script() in checkManualSuggestion_unrestricted_autoDetectionEnabled() local 798 Script script = new Script() in testManualSuggestion_autoDetectNotSupported() local 822 Script script = new Script() in testManualSuggestion_autoTimeEnabled_userRestrictions() local 844 Script script = new Script() in testManualSuggestion_autoTimeDisabled_userRestrictions() local 865 Script script = new Script() in testLocationAlgorithmEvent_statusChangesOnly() local [all …]
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | LocaleData.cpp | 48 uint32_t findParent(uint32_t packed_locale, const char* script) { in findParent() 78 uint32_t packed_locale, const char* script, in findAncestors() 98 const char* script, in findDistance() 114 inline bool isRepresentative(uint32_t language_and_region, const char* script) { in isRepresentative()
|
H A D | LocaleDataTables.cpp | 2451 const char script[4]; member
|
H A D | ResourceTypes.cpp | 2081 int script = memcmp(lScript, rScript, sizeof(l.localeScript)); in compareLocales() local 2849 const char* script; in match() local
|
/aosp14/frameworks/base/core/proto/android/content/ |
H A D | locale.proto | 31 optional string script = 4; field
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | PacProcessor.java | 66 boolean setProxyScript(@NonNull String script); in setProxyScript()
|
H A D | WebViewProvider.java | 148 public void evaluateJavaScript(String script, ValueCallback<String> resultCallback); in evaluateJavaScript()
|
H A D | WebView.java | 891 public void evaluateJavascript(@NonNull String script, @Nullable ValueCallback<String> in evaluateJavascript()
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | Locale.h | 34 char script[4]; member
|
/aosp14/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/ |
H A D | PacService.java | 127 public void setPacFile(String script) throws RemoteException { in setPacFile()
|
/aosp14/frameworks/base/tools/localedata/ |
H A D | extract_icu_data.py | 179 def escape_script_variable_name(script): argument
|
/aosp14/system/core/init/ |
H A D | reboot_test.cpp | 102 std::string script = StringReplace(StringReplace(kScriptTemplate, "$name", name, false), in AddTestService() local
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1790 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) in nScriptSetVarI() 1800 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarI() 1821 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) in nScriptSetVarJ() 1831 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarJ() 1842 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) in nScriptSetVarF() 1852 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarF() 1863 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) in nScriptSetVarD() 1873 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarD() 1989 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, in nScriptForEach() 2102 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, in nScriptReduce() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | PacProxyService.java | 316 private void setCurrentProxyScript(String script) { in setCurrentProxyScript()
|
/aosp14/frameworks/base/libs/androidfw/tests/ |
H A D | ConfigLocale_test.cpp | 116 const char* script, const char* variant, ResTable_config* out) { in fillIn()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | LocaleList.java | 282 final String script = locale.getScript(); in getLikelyScript() local
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 291 native void rsnContextBindRootScript(long con, long script); in rsnContextBindRootScript() 292 synchronized void nContextBindRootScript(long script) { in nContextBindRootScript() 736 native void rsnScriptBindAllocation(long con, long script, long alloc, int slot); in rsnScriptBindAllocation() 737 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { in nScriptBindAllocation() 741 native void rsnScriptSetTimeZone(long con, long script, byte[] timeZone); in rsnScriptSetTimeZone() 742 synchronized void nScriptSetTimeZone(long script, byte[] timeZone) { in nScriptSetTimeZone() 841 byte[] script, int length); in rsnScriptCCreate() 843 synchronized long nScriptCCreate(String resName, String cacheDir, byte[] script, int length) { in nScriptCCreate()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | AaptAssets.h | 64 char script[4]; member
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | Configuration.java | 1370 String script = ""; in readFromProto() local
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |