HomeSort by relevance Sort by last modified time
    Searched refs:exists (Results 201 - 225 of 4755) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
BundleTest.java 52 assertTrue(mbl.exists("iBundle"));
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
LoggerRepository.java 78 public abstract Logger exists(String name); method in interface:LoggerRepository
  /external/tensorflow/tensorflow/contrib/util/
loader.py 52 if not os.path.exists(path):
  /external/testng/src/main/java/org/testng/reporters/
HtmlHelper.java 24 if (!stylesheetFile.exists()) {
  /external/testng/src/test/java/test/ant/
TestCommandLineArgs.java 45 assert file.exists();
  /external/toolchain-utils/binary_search_tool/test/
switch_to_bad_set_file.py 21 if not os.path.exists(os.environ['BISECT_BAD_SET']):
switch_to_good_set_file.py 23 if not os.path.exists(os.environ['BISECT_GOOD_SET']):
  /external/toolchain-utils/crosperf/
translate_xbuddy.py 22 if not os.path.exists('./xbuddy_config.ini'):
  /external/vogar/src/vogar/util/
IoUtils.java 28 if (!path.exists()) {
  /frameworks/base/apct-tests/perftests/core/src/android/os/
SomeService.java 27 mTempFile.exists();
  /frameworks/base/core/java/android/content/res/
ObbScanner.java 44 if (!obbFile.exists()) {
  /frameworks/base/core/java/android/security/net/config/
SystemCertificateSource.java 46 return new File(mUserRemovedCaDir, caFile).exists();
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 44 // exists- return the recorded attribute whose content is identical to the
46 Attribute* exists(const Attribute& pAttr) const;
  /frameworks/compile/mclinker/lib/Support/
FileSystem.cpp 16 bool mcld::sys::fs::exists(const Path& pPath) { function in class:mcld::sys::fs
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
appletrunner.py 14 if os.path.exists(realmain):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrunner.py 14 if os.path.exists(realmain):
  /test/framework/harnesses/host_controller/build/
build_provider_test.py 115 os.path.exists(self._build_provider.GetTestSuitePackage("vts")))
132 os.path.exists(self._build_provider.GetConfigPackage("prod")))
147 os.path.exists(self._build_provider.GetTestSuitePackage("vts")))
149 os.path.exists(self._build_provider.GetConfigPackage("prod")))
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
OldApkReadTest.java 31 assertTrue(apkFile.exists());
  /system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
TimeZoneDistroInstallerTest.java 96 if (tempDir.exists()) {
491 assertFalse(workingDir.exists());
492 assertFalse(oldStagedDataDir.exists());
612 assertTrue(testInstallDir.exists());
615 assertTrue(stagedTzDataDir.exists());
619 assertTrue(distroVersionFile.exists());
622 assertTrue(tzdataFile.exists());
625 assertTrue(icuFile.exists());
628 assertTrue(tzLookupFile.exists());
656 assertFalse(workingDir.exists());
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/lib/
ld-lib.exp 34 if {![info exists CC]} {
46 if { ![info exists maj] || ![info exists min] } then {
76 if [info exists number] then {
178 if [board_info [target_info name] exists multilib_flags] {
297 if [board_info [target_info name] exists cflags] {
301 if [board_info [target_info name] exists multilib_flags] {
315 if {![file exists $object]} then {
319 if {[remote_file host exists $realobj]} then {
343 if ![info exists ASFLAGS] { set ASFLAGS ""
    [all...]
  /cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java 90 boolean exists = eventExists(params, mPackagesAdded);
93 exists ? RESULT_PASS : RESULT_FAIL, 0));
98 boolean exists = eventExists(params, mPackagesRemoved);
101 exists ? RESULT_PASS : RESULT_FAIL, 0));
106 boolean exists = eventExists(params, mPackagesChanged);
109 exists ? RESULT_PASS : RESULT_FAIL, 0));
114 boolean exists = eventExists(params, mPackagesAdded);
117 exists ? RESULT_FAIL : RESULT_PASS, 0));
179 Log.i(TAG, "Event exists " + packageName + " for user " + user);
  /cts/hostsidetests/theme/app/src/android/theme/app/
ThemeTestUtils.java 35 if (dir == null || !dir.exists() || file == null || file.exists()) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
MediaStoreSaver.java 40 if (!picDir.exists() && picDir.mkdirs()) {
46 if (!dir.exists() && !dir.mkdirs()) {
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 116 if (makeFile.exists()) {
137 if (!file.exists()) {
181 if (!file.exists()) {
190 if (resFile.exists()) {
215 if (templateDirCurrent != null && templateDirCurrent.exists()) {
218 if (templateDirRoot != null && templateDirRoot.exists()) {
237 if (templateDirCurrent.exists()) {
242 if (templateDirRoot.exists()) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
security.py 12 if not os.path.exists(keyfile):
16 if os.path.exists(kf):

Completed in 929 milliseconds

1 2 3 4 5 6 7 891011>>