Home
last modified time | relevance | path

Searched refs:JNI_FALSE (Results 1 – 25 of 42) sorted by relevance

12

/external/oj-libjdwp/src/share/back/
DdebugInit.c57 #define DEFAULT_ASSERT_ON JNI_FALSE
58 #define DEFAULT_ASSERT_FATAL JNI_FALSE
73 static jboolean isInAttach = JNI_FALSE;
79 static jboolean isServer = JNI_FALSE; /* Listens for connecting debuggers? */
80 static jboolean isStrict = JNI_FALSE; /* Unused */
81 static jboolean useStandardAlloc = JNI_FALSE; /* Use standard malloc/free? */
86 static jboolean initOnUncaught = JNI_FALSE; /* init when uncaught exc thrown */
90 static jboolean dopause = JNI_FALSE; /* pause for debugger attach */
91 static jboolean docoredump = JNI_FALSE; /* core dump on exit */
93 static jboolean directlog = JNI_FALSE; /* Don't add pid to logfile. */
[all …]
DeventFilter.c255 return JNI_FALSE; in patternStringMatch()
266 return JNI_FALSE; in patternStringMatch()
293 return JNI_FALSE; in isVersionGte12x()
308 static jboolean got_version = JNI_FALSE; in eventInstance()
309 static jboolean is_version_gte_12x = JNI_FALSE; in eventInstance()
386 *shouldDelete = JNI_FALSE; in eventFilterRestricted_passesFilter()
398 return JNI_FALSE; in eventFilterRestricted_passesFilter()
405 return JNI_FALSE; in eventFilterRestricted_passesFilter()
415 return JNI_FALSE; in eventFilterRestricted_passesFilter()
429 return JNI_FALSE; in eventFilterRestricted_passesFilter()
[all …]
DVirtualMachineImpl.c410 ok = JNI_FALSE; in redefineClasses()
415 ok = JNI_FALSE; in redefineClasses()
420 ok = JNI_FALSE; in redefineClasses()
426 ok = JNI_FALSE; in redefineClasses()
431 ok = JNI_FALSE; in redefineClasses()
621 return JNI_FALSE; in doExit()
633 JDI_ASSERT(JNI_FALSE); in doExit()
636 return JNI_FALSE; in doExit()
739 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE /* can_add_method */ ); in capabilitiesNew()
740 … (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE /* can_unrestrictedly_redefine_classes */ ); in capabilitiesNew()
[all …]
DeventHelper.c160 static jboolean vmDeathReported = JNI_FALSE; in enqueueCommand()
164 command->done = JNI_FALSE; in enqueueCommand()
175 wait = JNI_FALSE; in enqueueCommand()
275 holdEvents = JNI_FALSE; in eventHelper_releaseEvents()
493 (void)threadControl_suspendThread(thread, JNI_FALSE); in suspendWithInvokeEnabled()
574 (void)threadControl_suspendThread(command->thread, JNI_FALSE); in handleReportVMInitCommand()
641 static jboolean blockCommandLoop = JNI_FALSE;
672 return JNI_FALSE; in needBlockCommandLoop()
682 blockCommandLoop = JNI_FALSE; in unblockCommandLoop()
721 holdEvents = JNI_FALSE; in eventHelper_initialize()
[all …]
DDDMImpl.c33 static _Atomic(jboolean) ddmIsActive = ATOMIC_VAR_INIT(JNI_FALSE);
71 JNI_FUNC_PTR(env,CallStaticVoidMethod)(env, ddm_vm_internal, thread_notify, JNI_FALSE); in SendDdmBroadcast()
146 jboolean was_active = atomic_exchange(&ddmIsActive, JNI_FALSE); in DDM_onDisconnect()
149 SendDdmBroadcast(getEnv(), /*connected*/ JNI_FALSE); in DDM_onDisconnect()
DthreadControl.c634 return JNI_FALSE; in pendingAppResume()
911 node->suspendOnStart = JNI_FALSE; in deferredSuspendThreadByNode()
979 node->toBeResumed = JNI_FALSE; in resumeThreadByNode()
1020 while (pendingAppResume(JNI_FALSE)) { in preSuspend()
1244 node->toBeResumed = JNI_FALSE; in commonResumeList()
1473 return JNI_FALSE; in contains()
1490 error = commonSuspend(env, node->thread, JNI_FALSE); in suspendAllHelper()
1530 error = commonSuspend(env, threads[i], JNI_FALSE); in threadControl_suspendAll()
1718 rc = JNI_FALSE; in threadControl_isDebugThread()
1752 popFrameThread = JNI_FALSE; in getPopFrameThread()
[all …]
DdebugLoop.c65 return JNI_FALSE; in lastCommand()
97 transportError = JNI_FALSE; in debugLoop_run()
238 shouldListen = JNI_FALSE; in reader()
252 shouldListen = JNI_FALSE; in reader()
DstepControl.c158 return JNI_FALSE; in hasLineNumbers()
174 step->fromNative = JNI_FALSE; in initState()
175 step->frameExited = JNI_FALSE; in initState()
515 jboolean completed = JNI_FALSE; in stepControl_handleStep()
783 JDI_ASSERT(JNI_FALSE); in initEvents()
811 error = threadControl_suspendThread(thread, JNI_FALSE); in stepControl_beginStep()
827 error2 = threadControl_resumeThread(thread, JNI_FALSE); in stepControl_beginStep()
868 step->pending = JNI_FALSE; in clearStep()
DclassTrack.c250 return JNI_FALSE; in setupEvents()
257 return JNI_FALSE; in setupEvents()
262 return JNI_FALSE; in setupEvents()
Dinvoker.c293 request->detached = JNI_FALSE; in fillInvokeRequest()
325 request->available = JNI_FALSE; in fillInvokeRequest()
684 request->available = JNI_FALSE; in invoker_doInvoke()
696 return JNI_FALSE; in invoker_doInvoke()
722 JDI_ASSERT(JNI_FALSE); in invoker_doInvoke()
766 request->pending = JNI_FALSE; in invoker_completeInvokeRequest()
767 request->started = JNI_FALSE; in invoker_completeInvokeRequest()
773 (void)threadControl_suspendThread(thread, JNI_FALSE); in invoker_completeInvokeRequest()
DvmDebug.c36 static _Atomic(jboolean) hasSeenDebuggerActivity = ATOMIC_VAR_INIT(JNI_FALSE);
42 atomic_store(&hasSeenDebuggerActivity, JNI_FALSE); in vmDebug_onDisconnect()
DeventHandler.c76 static jboolean vm_death_callback_active = JNI_FALSE;
111 bypass = JNI_FALSE; \
266 return JNI_FALSE; in eventHandlerRestricted_iterator()
326 jboolean deferring = JNI_FALSE; in deferEventReport()
371 jboolean skipping = JNI_FALSE; in skipEventReport()
1469 vm_death_callback_active = JNI_FALSE; in eventHandler_initialize()
1628 node->permanent = JNI_FALSE; in eventHandler_alloc()
1704 error = installHandler(node, func, JNI_FALSE); in createInternal()
1726 NULL, NULL, (jlocation)NULL, JNI_FALSE); in eventHandler_createInternalThreadOnly()
1737 clazz, method, location, JNI_FALSE); in eventHandler_createInternalBreakpoint()
Dtransport.c231 jint isValid = JNI_FALSE; in connectionInitiated()
255 JDI_ASSERT(JNI_FALSE); in connectionInitiated()
560 jboolean is_open = JNI_FALSE; in transport_is_open()
Dutil.c641 return JNI_FALSE; /* Don't reply */ in sharedInvoke()
1339 jboolean isArray = JNI_FALSE; in isArrayClass()
1353 jboolean isInterface = JNI_FALSE; in isInterface()
1373 *psynthetic = JNI_FALSE; in isFieldSynthetic()
1388 *psynthetic = JNI_FALSE; in isMethodSynthetic()
1397 jboolean isNative = JNI_FALSE; in isMethodNative()
1492 return JNI_FALSE; in is_a_nested_class()
1497 return JNI_FALSE; /* No sep follows the match, must not be nested. */ in is_a_nested_class()
1508 return JNI_FALSE; /* A pure anonymous class */ in is_a_nested_class()
1512 return JNI_FALSE; /* A pure anonymous or local class */ in is_a_nested_class()
[all …]
DstandardHandlers.c83 JDI_ASSERT_MSG(JNI_FALSE, "Should never call handleGarbageCollectionFinish"); in handleGarbageCollectionFinish()
DThreadReferenceImpl.c91 error = threadControl_suspendThread(thread, JNI_FALSE); in suspend()
202 return JNI_FALSE; in validateSuspendedThread()
207 return JNI_FALSE; in validateSuspendedThread()
/external/tensorflow/tensorflow/examples/android/jni/
Dimageutils_jni.cc65 jboolean inputCopy = JNI_FALSE; in IMAGEUTILS_METHOD()
68 jboolean outputCopy = JNI_FALSE; in IMAGEUTILS_METHOD()
89 jboolean inputCopy = JNI_FALSE; in IMAGEUTILS_METHOD()
91 jboolean outputCopy = JNI_FALSE; in IMAGEUTILS_METHOD()
118 jboolean inputCopy = JNI_FALSE; in IMAGEUTILS_METHOD()
121 jboolean outputCopy = JNI_FALSE; in IMAGEUTILS_METHOD()
135 jboolean inputCopy = JNI_FALSE; in IMAGEUTILS_METHOD()
138 jboolean outputCopy = JNI_FALSE; in IMAGEUTILS_METHOD()
152 jboolean inputCopy = JNI_FALSE; in IMAGEUTILS_METHOD()
155 jboolean outputCopy = JNI_FALSE; in IMAGEUTILS_METHOD()
/external/oj-libjdwp/src/share/transport/socket/
DsocketTransport.c145 dbgsysConfigureBlocking(fd, JNI_FALSE); in handshake()
153 rv = dbgsysPoll(fd, JNI_TRUE, JNI_FALSE, (long)timeout); in handshake()
347 dbgsysConfigureBlocking(serverSocketFD, JNI_FALSE); in socketTransport_accept()
349 rv = dbgsysPoll(serverSocketFD, JNI_TRUE, JNI_FALSE, (long)acceptTimeout); in socketTransport_accept()
460 dbgsysConfigureBlocking(socketFD, JNI_FALSE); in socketTransport_attach()
497 return JNI_FALSE; in socketTransport_isOpen()
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dnativeinterpreterwrapper_jni.cc435 if (error_reporter == nullptr) return JNI_FALSE; in Java_org_tensorflow_lite_NativeInterpreterWrapper_resizeInput()
438 if (interpreter == nullptr) return JNI_FALSE; in Java_org_tensorflow_lite_NativeInterpreterWrapper_resizeInput()
445 return JNI_FALSE; in Java_org_tensorflow_lite_NativeInterpreterWrapper_resizeInput()
457 return JNI_FALSE; in Java_org_tensorflow_lite_NativeInterpreterWrapper_resizeInput()
460 return is_changed ? JNI_TRUE : JNI_FALSE; in Java_org_tensorflow_lite_NativeInterpreterWrapper_resizeInput()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java20 import static org.robolectric.res.android.Util.JNI_FALSE;
1371 return JNI_FALSE; in nativeResolveAttrs()
1381 return JNI_FALSE; in nativeResolveAttrs()
1392 return JNI_FALSE; in nativeResolveAttrs()
1407 return JNI_FALSE; in nativeResolveAttrs()
1430 return result ? JNI_TRUE : JNI_FALSE; in nativeResolveAttrs()
1447 return JNI_FALSE; in nativeRetrieveAttributes()
1454 return JNI_FALSE; in nativeRetrieveAttributes()
1466 return JNI_FALSE; in nativeRetrieveAttributes()
DShadowArscAssetManager9.java18 import static org.robolectric.res.android.Util.JNI_FALSE;
1367 return JNI_FALSE; in nativeResolveAttrs()
1377 return JNI_FALSE; in nativeResolveAttrs()
1388 return JNI_FALSE; in nativeResolveAttrs()
1403 return JNI_FALSE; in nativeResolveAttrs()
1426 return result ? JNI_TRUE : JNI_FALSE; in nativeResolveAttrs()
1443 return JNI_FALSE; in nativeRetrieveAttributes()
1450 return JNI_FALSE; in nativeRetrieveAttributes()
1462 return JNI_FALSE; in nativeRetrieveAttributes()
/external/javasqlite/src/main/native/
Dsqlite_jni.c467 != JNI_FALSE; in busyhandler()
493 != JNI_FALSE; in busyhandler3()
765 return rc != JNI_FALSE; in callback()
1011 return JNI_FALSE; in Java_SQLite_Database__1complete()
1016 result = sqlite3_complete(sqlstr.result) ? JNI_TRUE : JNI_FALSE; in Java_SQLite_Database__1complete()
1020 result = sqlite_complete(sqlstr.result) ? JNI_TRUE : JNI_FALSE; in Java_SQLite_Database__1complete()
1153 if (c_0 != '*' && ver2 == JNI_FALSE) { in Java_SQLite_Database__1open4()
2860 return JNI_FALSE; in Java_SQLite_Vm_step()
2879 return JNI_FALSE; in Java_SQLite_Vm_step()
2885 return JNI_FALSE; in Java_SQLite_Vm_step()
[all …]
/external/libtextclassifier/utils/java/
Dstring_utils.cc25 jbyte* const array_bytes = env->GetByteArrayElements(array, JNI_FALSE); in JByteArrayToString()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker_jni.cc178 jboolean iCopied = JNI_FALSE; in OBJECT_TRACKER_METHOD()
283 jboolean iCopied = JNI_FALSE; in OBJECT_TRACKER_METHOD()
303 jboolean iCopied = JNI_FALSE; in OBJECT_TRACKER_METHOD()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DUtil.java8 public static final boolean JNI_FALSE = false; field in Util

12