Searched refs:functionName (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/apct-tests/perftests/rubidium/src/android/rubidium/js/ |
H A D | JSScriptEnginePerfTests.java | 350 @NonNull String functionName) in callJSEngine() argument 352 return callJSEngine(sJSScriptEngine, jsScript, args, functionName); in callJSEngine() 359 @NonNull String functionName) in callJSEngine() argument 361 return callJSEngine(sJSScriptEngine, jsScript, wasmScript, args, functionName); in callJSEngine() 368 @NonNull String functionName) in callJSEngine() argument 382 @NonNull String functionName) in callJSEngine() argument 395 @NonNull String functionName, in callJSEngineAsync() argument 404 @NonNull String functionName, in callJSEngineAsync() argument 411 functionName, in callJSEngineAsync() 422 @NonNull String functionName, in callJSEngineAsync() argument [all …]
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteDatabase.java | 1154 public void setCustomScalarFunction(@NonNull String functionName, in setCustomScalarFunction() argument 1156 Objects.requireNonNull(functionName); in setCustomScalarFunction() 1162 mConfigurationLocked.customScalarFunctions.put(functionName, scalarFunction); in setCustomScalarFunction() 1166 mConfigurationLocked.customScalarFunctions.remove(functionName); in setCustomScalarFunction() 1200 public void setCustomAggregateFunction(@NonNull String functionName, in setCustomAggregateFunction() argument 1202 Objects.requireNonNull(functionName); in setCustomAggregateFunction() 1208 mConfigurationLocked.customAggregateFunctions.put(functionName, aggregateFunction); in setCustomAggregateFunction() 1212 mConfigurationLocked.customAggregateFunctions.remove(functionName); in setCustomAggregateFunction()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_database_SQLiteConnection.cpp | 238 jstring functionName, jobject functionObj) { in nativeRegisterCustomScalarFunction() argument 242 ScopedUtfChars functionNameChars(env, functionName); in nativeRegisterCustomScalarFunction() 332 jstring functionName, jobject functionObj) { in nativeRegisterCustomAggregateFunction() argument 336 ScopedUtfChars functionNameChars(env, functionName); in nativeRegisterCustomAggregateFunction()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_vibrator_VibratorController.cpp | 129 const char* functionName) { in halCall() argument 130 return mHal->doWithRetry(fn, functionName); in halCall()
|
/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | DevicePolicyManager.java | 14487 private void throwIfParentInstance(String functionName) { in throwIfParentInstance() argument 14489 throw new SecurityException(functionName + " cannot be called on the parent instance"); in throwIfParentInstance()
|
/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 ... |