- Sort Score
- Num 10 results
- Language All
Results 31 - 39 of 39 for if_static (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
ci/official/utilities/code_check_full.bats
cat <<EOF There was a path found connecting //tensorflow/tools/pip_package:wheel to a banned CUDA dependency when '--define framework_shared_object=false' is set. This means that a CUDA target was probably included via an is_static condition, used when targeting platforms like Windows where we build statically instead of dynamically. Here's the output from bazel query: EOF cat $BATS_TEST_TMPDIR/out [[ ! -s $BATS_TEST_TMPDIR/out ]] }
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 28 22:41:17 GMT 2026 - 13.6K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java
for (Method method : cls.getDeclaredMethods()) { Invokable<?, ?> invokable = Invokable.from(method); invokable.setAccessible(true); if (invokable.isPublic() && invokable.isStatic() && !invokable.isSynthetic()) { builder.add(invokable); } } return new FactoryMethodReturnValueTester(cls, builder.build(), "public static methods"); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Apr 02 14:49:41 GMT 2026 - 32.5K bytes - Click Count (0) -
compat/maven-model/src/test/java/org/apache/maven/model/pom/PomMemoryAnalyzer.java
while (clazz != null && !clazz.equals(Object.class)) { for (Field field : clazz.getDeclaredFields()) { // Skip static fields and synthetic fields if (Modifier.isStatic(field.getModifiers()) || field.isSynthetic()) { continue; } try { field.setAccessible(true);
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 13.4K bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/ArbitraryInstances.java
Field[] fields = type.getDeclaredFields(); Arrays.sort(fields, BY_FIELD_NAME); for (Field field : fields) { if (Modifier.isPublic(field.getModifiers()) && Modifier.isStatic(field.getModifiers()) && Modifier.isFinal(field.getModifiers())) { if (field.getGenericType() == field.getType() && type.isAssignableFrom(field.getType())) { field.setAccessible(true);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 23 17:50:58 GMT 2025 - 21.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/cors/CorsHandlerTest.java
assertTrue("Field " + field.getName() + " should be protected", Modifier.isProtected(modifiers)); assertTrue("Field " + field.getName() + " should be static", Modifier.isStatic(modifiers)); assertTrue("Field " + field.getName() + " should be final", Modifier.isFinal(modifiers)); } } } // Test that CorsHandler is abstract @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 26.3K bytes - Click Count (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const RTF_SRC = 65536 pkg syscall (netbsd-arm64-cgo), const RTF_SRC ideal-int pkg syscall (netbsd-arm64-cgo), const RTF_STATIC = 2048 pkg syscall (netbsd-arm64-cgo), const RTF_STATIC ideal-int pkg syscall (netbsd-arm64-cgo), const RTF_UP = 1 pkg syscall (netbsd-arm64-cgo), const RTF_UP ideal-int pkg syscall (netbsd-arm64-cgo), const RTF_XRESOLVE = 512
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), const RTF_PROTO3 ideal-int pkg syscall (freebsd-386-cgo), const RTF_REJECT ideal-int pkg syscall (freebsd-386-cgo), const RTF_RNH_LOCKED ideal-int pkg syscall (freebsd-386-cgo), const RTF_STATIC ideal-int pkg syscall (freebsd-386-cgo), const RTF_STICKY ideal-int pkg syscall (freebsd-386-cgo), const RTF_UP ideal-int pkg syscall (freebsd-386-cgo), const RTF_XRESOLVE ideal-int
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const RTF_RNH_LOCKED = 1073741824 #53466 pkg syscall (freebsd-riscv64), const RTF_RNH_LOCKED ideal-int #53466 pkg syscall (freebsd-riscv64), const RTF_STATIC = 2048 #53466 pkg syscall (freebsd-riscv64), const RTF_STATIC ideal-int #53466 pkg syscall (freebsd-riscv64), const RTF_STICKY = 268435456 #53466 pkg syscall (freebsd-riscv64), const RTF_STICKY ideal-int #53466
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0) -
api/go1.txt
pkg syscall (darwin-386), const RTF_PROTO2 ideal-int pkg syscall (darwin-386), const RTF_PROTO3 ideal-int pkg syscall (darwin-386), const RTF_REJECT ideal-int pkg syscall (darwin-386), const RTF_STATIC ideal-int pkg syscall (darwin-386), const RTF_UP ideal-int pkg syscall (darwin-386), const RTF_WASCLONED ideal-int pkg syscall (darwin-386), const RTF_XRESOLVE ideal-int pkg syscall (darwin-386), const RTM_ADD ideal-int
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)