HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 1026 - 1050 of 2592) sorted by null

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 136 assertTrue(String.format("%s project not created", name), iproject.exists());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
JavaProjectMock.java 297 public boolean exists() { method in class:JavaProjectMock
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
PlatformPackage.java 189 * Makes sure the base /platforms folder exists before installing.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SettingsController.java 159 if (f.exists()) {
  /system/core/libcutils/
properties.c 150 // ECONNREFUSED means socket exists but nobody is listening
  /system/core/sh/
error.c 296 { EEXIST, ALL, "file exists" },
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
txXfer.c 277 /* Note: If this CB was called it means that the upper CB exists (see in txXfer_SendPacket) */
  /bionic/libc/tools/
gensyscalls.py 37 if not os.path.exists(path):
549 if not os.path.exists( bionic_temp ):
572 if not os.path.exists( bionic_root + stub ):
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 156 assertTrue(imageFile.exists());
228 if (emptyFile.exists()) {
231 if (imageFile.exists()) {
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 150 fail("Should throw IllegalArgumentException when provider already exists!");
161 fail("Should throw IllegalArgumentException when no provider exists!");
400 * This test may fail if another unknown test provider already exists, because there is no
    [all...]
  /dalvik/docs/
dalvik-constraints.html 71 If a map exists, then each map entry must have a valid type. Each type may
74 If a map exists, then each map entry must have a nonzero offset and size. The
80 If a map exists, then the offset of map entry n+1 must be greater or equal to
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 573 * key already exists, this method will not reset it.
586 * key already exists, this method will not reset it.
627 * key already exists, this method will not reset it.
  /dalvik/vm/
Native.c 195 * Check to see if an entry with the same pathname already exists.
211 * entry already exists.
486 * - make sure the library exists on the device
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 361 // (5) If a class initializer exists, write out the following:
542 // TODO: no "already exists" check done here
560 // TODO: no "already exists" check done here
  /external/grub/util/
grub-install 72 --recheck probe a device map even if it already exists
88 # First, check if the device file exists.
396 # Check if the root directory exists in the same device as the grub
grub-install.in 72 --recheck probe a device map even if it already exists
88 # First, check if the device file exists.
396 # Check if the root directory exists in the same device as the grub
  /external/guava/src/com/google/common/primitives/
Floats.java 61 * directly; this method exists only for consistency with the other utilities
99 * {@code -1} if no such index exists.
157 * or {@code -1} if no such index exists.
  /external/libpng/
depcomp 169 # This case exists only to let depend.m4 do its work. It works by
461 # This case only exists to satisfy depend.m4. It is never actually
604 # This case exists only to let depend.m4 do its work. It works by
  /external/opencore/nodes/pvvideoparsernode/src/
pvmf_videoparser_node.cpp 615 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFVideoParserNode::HandleCmdStart, input port already exists\n"));
661 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFVideoParserNode::HandleCmdStart, output port already exists\n"));
754 //If buffer exists then send it.
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 167 if not os.path.exists(target):
233 """ Checks if a file exists """
235 return os.path.exists(fileName)
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 484 if (!fi.exists()) {
493 if (!fi.exists()) {
836 if (fontDir.isEmpty() || !QDir(fontDir).exists()) {
  /external/webkit/WebKitTools/Scripts/
bisect-builds 94 if (!exists $validBranches{$branch}) {
173 if (exists $nightlies[$index]) {
375 die "Can't mount $diskImage: $mountPath already exists!" if -e $mountPath;
  /external/webkit/WebKitTools/Scripts/webkitpy/
scm_unittest.py 67 # Exists to share svn repository creation code between the git and svn tests
236 # The file already exists.
278 self.assertFalse(os.path.exists('fizzbuzz7.gif'))
  /external/zlib/win32/
DLL_FAQ.txt 88 old DLL exists in several mutually-incompatible versions.
266 - MSVCRT.DLL exists on every Windows 95 with a new service pack
328 runtime exists, or may be installed in a system directory.
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 286 if (newFile.exists()) {
384 if (mFile != null && mFile.exists()) {
386 if (!backupFile.exists()) {

Completed in 137 milliseconds

<<41424344454647484950>>