/aosp12/system/update_engine/common/ |
H A D | proxy_resolver_unittest.cc | 45 bool called = false; in TEST_F() local 67 bool called = false; in TEST_F() local 69 [](bool* called, const deque<string>& proxies) { *called = true; }, in TEST_F() 80 int called = 0; in TEST_F() local 82 [](int* called, const deque<string>& proxies) { (*called)++; }, &called); in TEST_F()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
H A D | EuiccConnectorTest.java | 118 final AtomicBoolean called = new AtomicBoolean(false); in testInitialState_commandRejected() local 139 final AtomicBoolean called = new AtomicBoolean(false); in testInitialState_switchCommandRejected() local 241 final AtomicBoolean called = new AtomicBoolean(false); in testCommandDispatch_remoteException() local 263 final AtomicBoolean called = new AtomicBoolean(false); in testCommandDispatch_processDied() local
|
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/view/ |
H A D | QCSeekBarViewTest.java | 75 AtomicBoolean called = new AtomicBoolean(false); in clickableWhileDisabled_actionDown_doesNotTriggerDisabledClickListener() local 88 AtomicBoolean called = new AtomicBoolean(false); in clickableWhileDisabled_actionUp_triggersDisabledClickListener() local
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestEventListener.java | 35 private boolean called; field in TestEventListener
|
H A D | TestEventHandler.java | 35 private boolean called; field in TestEventHandler
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/ |
H A D | ThreadUtilsTest.java | 65 volatile boolean called; field in ThreadUtilsTest.TestRunnable
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | AsyncCallRecorder.h | 117 bool called = !mCalls.empty(); variable
|
/aosp12/art/test/1970-force-early-return-long/ |
H A D | force_early_return_long.cc | 74 jmethodID called = env->GetMethodID(klass, "calledFunction", "()J"); in Java_art_Test1970_00024NativeCallerObject_run() local
|
/aosp12/art/test/1968-force-early-return/ |
H A D | force_early_return.cc | 75 jmethodID called = env->GetMethodID(klass, "calledFunction", "()Ljava/lang/Object;"); in Java_art_Test1968_00024NativeCallerObject_run() local
|
/aosp12/art/test/1969-force-early-return-void/ |
H A D | force_early_return_void.cc | 69 jmethodID called = env->GetMethodID(klass, "calledFunction", "()V"); in Java_art_Test1969_00024NativeCallerObject_run() local
|
/aosp12/art/test/952-invoke-custom/src/ |
H A D | TestInvokeCustomWithConcurrentThreads.java | 44 private static final AtomicInteger[] called = new AtomicInteger[NUMBER_OF_THREADS]; field in TestInvokeCustomWithConcurrentThreads
|
/aosp12/art/test/1953-pop-frame/ |
H A D | pop_frame.cc | 70 jmethodID called = env->GetMethodID(klass, "calledFunction", "()V"); in Java_art_Test1953_00024NativeCallerObject_run() local
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
H A D | VehicleHalManager_test.cpp | 170 bool called = false; in invokeGet() local 209 bool called = false; in TEST_F() local 236 bool called = false; in TEST_F() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/device/ |
H A D | Camera2Actions.java | 192 private boolean called() { in called() method in Camera2Actions.OpenCameraStateCallback
|
H A D | PortabilityCameraActions.java | 234 private boolean called() { in called() method in PortabilityCameraActions.OpenCameraStateCallback
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IServiceManager.cpp | 113 bool called = false; in setDefaultServiceManager() local
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_jni_entrypoints.cc | 229 ArtMethod* called) in GenericJniMethodEnd()
|
H A D | quick_trampoline_entrypoints.cc | 1220 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline() 2073 ArtMethod* called = *managed_sp; in artQuickGenericJniTrampoline() local 2182 ArtMethod* called = *sp; in artQuickGenericJniEndTrampoline() local
|
/aosp12/art/sigchainlib/ |
H A D | sigchain_test.cc | 220 static sig_atomic_t called = 0; in TEST_F() local
|
/aosp12/art/test/912-classes/src-art/art/ |
H A D | Test912.java | 403 final int[] called = new int[] { 0 }; in TestRecursiveClassPrepareEvents() local
|
/aosp12/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
H A D | VtsHalBroadcastradioV1_1TargetTest.cpp | 341 bool called = false; in TEST_P() local
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils-inl.h | 761 inline jobject GetGenericJniSynchronizationObject(Thread* self, ArtMethod* called) in GetGenericJniSynchronizationObject()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_stack.cc | 1223 jvmtiEnv* env, art::ArtMethod* calling ATTRIBUTE_UNUSED, art::ArtMethod* called) { in CheckFunctions() 1236 jvmtiEnv* env, art::ArtMethod* calling, art::ArtMethod* called) { in CheckFunctions()
|
/aosp12/art/runtime/ |
H A D | common_throws.cc | 200 ArtMethod* called, in ThrowIllegalAccessErrorClassForMethodDispatch()
|