- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 42 for if_static (0.1 sec)
-
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 ]] }
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Aug 06 20:43:08 UTC 2025 - 13.4K bytes - Viewed (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"); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 32.5K bytes - Viewed (0) -
android/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);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 20.9K bytes - Viewed (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);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 21.4K bytes - Viewed (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
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 25.9K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const RTF_PROTO2 = 16384 pkg syscall (darwin-386), const RTF_PROTO3 = 262144 pkg syscall (darwin-386), const RTF_REJECT = 8 pkg syscall (darwin-386), const RTF_STATIC = 2048 pkg syscall (darwin-386), const RTF_UP = 1 pkg syscall (darwin-386), const RTF_WASCLONED = 131072 pkg syscall (darwin-386), const RTF_XRESOLVE = 512 pkg syscall (darwin-386), const RTM_ADD = 1
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (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
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const RTF_RNH_LOCKED = 1073741824 pkg syscall (freebsd-arm64), const RTF_RNH_LOCKED ideal-int pkg syscall (freebsd-arm64), const RTF_STATIC = 2048 pkg syscall (freebsd-arm64), const RTF_STATIC ideal-int pkg syscall (freebsd-arm64), const RTF_STICKY = 268435456 pkg syscall (freebsd-arm64), const RTF_STICKY ideal-int pkg syscall (freebsd-arm64), const RTF_UP = 1
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const RTF_REJECT ideal-int pkg syscall (darwin-arm64), const RTF_ROUTER = 268435456 pkg syscall (darwin-arm64), const RTF_ROUTER ideal-int pkg syscall (darwin-arm64), const RTF_STATIC = 2048 pkg syscall (darwin-arm64), const RTF_STATIC ideal-int pkg syscall (darwin-arm64), const RTF_UP = 1 pkg syscall (darwin-arm64), const RTF_UP ideal-int pkg syscall (darwin-arm64), const RTF_WASCLONED = 131072
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (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
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0)