Home
last modified time | relevance | path

Searched refs:returnNull (Results 1 – 25 of 76) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/appadmin/
H A DExitValueApp.java29 private boolean returnNull = false; field in ExitValueApp
38 returnNull = nullValue == null ? false : nullValue.booleanValue(); in start()
61 return returnNull ? null : exitValue; in start()
87 Object result = returnNull ? null : exitValue; in run()
106 appContext.setResult(returnNull ? null : exitValue, this); in run()
/dports/java/apache-commons-beanutils/commons-beanutils-1.9.4-src/src/main/java/org/apache/commons/beanutils/
H A DLazyDynaClass.java58 protected boolean returnNull = false; field in LazyDynaClass
139 return returnNull; in isReturnNull()
150 public void setReturnNull(final boolean returnNull) { in setReturnNull() argument
151 this.returnNull = returnNull; in setReturnNull()
H A DLazyDynaMap.java67 protected boolean returnNull = false; field in LazyDynaMap
443 return returnNull; in isReturnNull()
455 public void setReturnNull(final boolean returnNull) { in setReturnNull() argument
456 this.returnNull = returnNull; in setReturnNull()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; }
10 int *x = returnNull();
13 x = returnNull();
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/diagnostics/
H A Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/vs/
H A Dmac.c231 uint8_t returnNull = 1; in tsk_vs_mac_open() local
237 returnNull = mac_load_table(vs); in tsk_vs_mac_open()
244 returnNull = mac_load_table(vs); in tsk_vs_mac_open()
247 if (returnNull) { in tsk_vs_mac_open()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/vs/
H A Dmac.c231 uint8_t returnNull = 1; in tsk_vs_mac_open() local
237 returnNull = mac_load_table(vs); in tsk_vs_mac_open()
244 returnNull = mac_load_table(vs); in tsk_vs_mac_open()
247 if (returnNull) { in tsk_vs_mac_open()
/dports/lang/bsh/beanshell-2.1.0/tests/test-scripts/
H A Dtestnullinvocation.bsh16 returnNull() { function
21 returnNull().foo(); function
/dports/lang/php73/php-7.3.33/ext/spl/tests/
H A Dcountable_count_variation1.phpt6 Class returnNull implements Countable {
37 var_dump(count(new returnNull));
/dports/www/mod_php81/php-8.1.1/ext/spl/tests/
H A Dcountable_count_variation1.phpt6 Class returnNull implements Countable {
42 var_dump(count(new returnNull));
/dports/lang/php74/php-7.4.27/ext/spl/tests/
H A Dcountable_count_variation1.phpt6 Class returnNull implements Countable {
37 var_dump(count(new returnNull));

1234