- Sort Score
- Result 10 results
- Languages All
Results 11 - 16 of 16 for PackageName (0.06 sec)
-
android-test-app/src/main/kotlin/okhttp/android/testapp/TestApplication.kt
override fun onCreate() { super.onCreate() if (isSecondaryProcess()) { OkHttp.initialize(applicationContext) } } private fun isSecondaryProcess(): Boolean = getProcess() != packageName @SuppressLint("DiscouragedPrivateApi") private fun getProcess(): String? = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) { getProcessName() } else { Class
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Aug 19 08:10:39 UTC 2025 - 1.3K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
} private List<Class<?>> loadClassesInPackage() throws IOException { List<Class<?>> classes = new ArrayList<>(); String packageName = getClass().getPackage().getName(); for (ClassPath.ClassInfo classInfo : ClassPath.from(getClass().getClassLoader()).getTopLevelClasses(packageName)) { Class<?> cls; try { cls = classInfo.load(); } catch (NoClassDefFoundError e) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 17.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/creator/PagerCreatorTest.java
} @Override public boolean isTargetClassName(String className) { return true; } @Override public boolean isTargetClassName(String packageName, String className) { return true; } @Override public String getBizRootPackageName() { return "org.codelibs.fess"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.6K bytes - Viewed (0) -
doc/go_spec.html
to which the file belongs. </p> <pre class="ebnf"> PackageClause = "package" PackageName . PackageName = identifier . </pre> <p> The PackageName must not be the <a href="#Blank_identifier">blank identifier</a>. </p> <pre> package math </pre> <p> A set of files sharing the same PackageName form the implementation of a package.
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
* Fix kubeadm reset crictl command ([#55717](https://github.com/kubernetes/kubernetes/pull/55717), [@runcom](https://github.com/runcom)) * Fix code-generators to produce correct code when GroupName, PackageName and/or GoName differ. ([#55614](https://github.com/kubernetes/kubernetes/pull/55614), [@sttts](https://github.com/sttts))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
api/go1.txt
pkg debug/gosym, method (*LineTable) LineToPC(int, uint64) uint64 pkg debug/gosym, method (*LineTable) PCToLine(uint64) int pkg debug/gosym, method (*Sym) BaseName() string pkg debug/gosym, method (*Sym) PackageName() string pkg debug/gosym, method (*Sym) ReceiverName() string pkg debug/gosym, method (*Sym) Static() bool pkg debug/gosym, method (*Table) LineToPC(string, int) (uint64, *Func, error)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)