Home
last modified time | relevance | path

Searched defs:_result (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java973 int _result; in UnimplementedMethod() local
1084 char _result; in RepeatChar() local
1107 int _result; in RepeatInt() local
1130 long _result; in RepeatLong() local
1153 float _result; in RepeatFloat() local
1245 int _result; in RepeatIntEnum() local
1268 long _result; in RepeatLongEnum() local
1382 int[] _result; in ReverseInt() local
1562 int[] _result; in ReverseIntEnum() local
1782 int[] _result; in RepeatNullableIntArray() local
[all …]
H A DINamedCallback.java62 java.lang.String _result = this.GetName(); in onTransact() local
92 java.lang.String _result; in GetName() local
H A DINewName.java62 java.lang.String _result = this.RealName(); in onTransact() local
92 java.lang.String _result; in RealName() local
H A DIOldName.java62 java.lang.String _result = this.RealName(); in onTransact() local
92 java.lang.String _result; in RealName() local
/aosp12/frameworks/base/startop/apps/test/src/
H A DSystemServerBenchmarks.java237 protected void onPostExecute(Object _result) { in runBenchmarkInBackground()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
H A DILoggableInterface.java116 …java.lang.String[] _result = this.LogThis(_arg0, _arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, … in onTransact() local
167 java.lang.String[] _result; in LogThis() local
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DStreamHandler.cpp84 [&](auto _result, auto _delta) { in StreamHandler()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DInputBindResult.java204 public InputBindResult(@ResultCode int _result, in InputBindResult()
/aosp12/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
H A DVirtualCameraFuzzer.cpp268 virtualCamera->importExternalBuffers(buffers, [](auto _result, auto _delta) {}); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/gd/rust/linux/stack/src/
H A Dbluetooth.rs171 let _result = tx.send(Message::BluetoothCallbackDisconnected(id)).await; in register_callback() localVariable
/aosp12/system/tools/aidl/
H A Dgenerate_java_binder.cpp504 auto _result = in generate_stub_code() local
615 std::shared_ptr<Variable> _result = nullptr; in generate_proxy_method() local
/aosp12/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/
H A Dlib.rs461 let _result = future.await; in dbus_proxy_obj() localVariable
/aosp12/hardware/interfaces/automotive/evs/1.1/vts/functional/
H A DVtsHalEvsV1_1TargetTest.cpp2338 [&] (auto _result, auto _delta) { in TEST_P()