Home
last modified time | relevance | path

Searched defs:script (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorStrategyImplTest.java275 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 DTimeZoneDetectorStrategyImplTest.java411 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 DLocaleData.cpp48 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 DLocaleDataTables.cpp2451 const char script[4]; member
H A DResourceTypes.cpp2081 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 Dlocale.proto31 optional string script = 4; field
/aosp14/frameworks/base/core/java/android/webkit/
H A DPacProcessor.java66 boolean setProxyScript(@NonNull String script); in setProxyScript()
H A DWebViewProvider.java148 public void evaluateJavaScript(String script, ValueCallback<String> resultCallback); in evaluateJavaScript()
H A DWebView.java891 public void evaluateJavascript(@NonNull String script, @Nullable ValueCallback<String> in evaluateJavascript()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DLocale.h34 char script[4]; member
/aosp14/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
H A DPacService.java127 public void setPacFile(String script) throws RemoteException { in setPacFile()
/aosp14/frameworks/base/tools/localedata/
H A Dextract_icu_data.py179 def escape_script_variable_name(script): argument
/aosp14/system/core/init/
H A Dreboot_test.cpp102 std::string script = StringReplace(StringReplace(kScriptTemplate, "$name", name, false), in AddTestService() local
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1790 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 DPacProxyService.java316 private void setCurrentProxyScript(String script) { in setCurrentProxyScript()
/aosp14/frameworks/base/libs/androidfw/tests/
H A DConfigLocale_test.cpp116 const char* script, const char* variant, ResTable_config* out) { in fillIn()
/aosp14/frameworks/base/core/java/android/os/
H A DLocaleList.java282 final String script = locale.getScript(); in getLikelyScript() local
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java291 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 DAaptAssets.h64 char script[4]; member
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1370 String script = ""; in readFromProto() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...