HomeSort by relevance Sort by last modified time
    Searched refs:exist (Results 51 - 75 of 304) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/grit/grit/
pseudo.py 67 '''Returns a copy of 'str' where characters that exist as keys in _VOWELS
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 222 """Ensures that the specified file(s) exist and are writable.
225 them. Exits FAILED if any of the files does not exist or is
309 """Ensures that the specified file(s) must exist. An individual
312 if any of the files does not exist.
381 """Ensures that the specified file(s) must not exist.
389 print "Unexpected files exist: `%s'" % string.join(existing, "', `")
393 """Ensures that the specified file(s) exist and are not writable.
396 them. Exits FAILED if any of the files does not exist or is
  /external/chromium_org/v8/test/mjsunit/
override-read-only-property.js 42 // Assignment to a property which does not exist on the object itself,
49 // Assignment to a property which does not exist on the object itself,
  /external/v8/test/mjsunit/
override-read-only-property.js 40 // Assignment to a property which does not exist on the object itself,
47 // Assignment to a property which does not exist on the object itself,
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 2 if not exist .\WinDebug\nul mkdir .\WinDebug
7 if not exist .\WinRel\nul mkdir .\WinRel
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidatorTest.java 94 validator.exist();
  /dalvik/
Android.mk 53 # a rebuild of the .dex files. If $(DX) doesn't exist yet,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 220 exist=8707
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 35 // Since populating the page is done asynchronously, the DOM doesn't exist
  /external/chromium_org/content/test/data/indexeddb/
version_change_crash.js 78 result('fail - store1 does not exist');
  /external/chromium_org/third_party/sqlite/src/tool/
restore_jrnl.tcl 155 if [file exist $db_name.org] {
159 if [file exist $jrnl_name.org] {
  /external/lzma/CPP/
Build.mak 84 if not exist "$O" mkdir "$O"
  /external/chromium_org/tools/win/toolchain/
get_toolchain_if_necessary.py 118 print 'Windows toolchain out of date or doesn\'t exist, updating...'
  /prebuilts/devtools/tools/
android.bat 74 if exist %swt_path% goto SetPath
75 echo ERROR: SWT folder '%swt_path%' does not exist.
  /system/security/keystore/include/keystore/
IKeystoreService.h 49 EXIST = IBinder::FIRST_CALL_TRANSACTION + 4,
81 virtual int32_t exist(const String16& name, int uid) = 0;
  /system/security/keystore/
keystore_cli.cpp 194 SINGLE_ARG_PLUS_UID_INT_RETURN(exist);
  /developers/build/
gradlew.bat 38 if exist "%JAVA_EXE%" goto init
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/
gradlew.bat 38 if exist "%JAVA_EXE%" goto init
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
gradlew.bat 38 if exist "%JAVA_EXE%" goto init
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/
gradlew.bat 38 if exist "%JAVA_EXE%" goto init
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/
gradlew.bat 38 if exist "%JAVA_EXE%" goto init
  /developers/build/prebuilts/gradle/ActivityInstrumentation/
gradlew.bat 38 if exist "%JAVA_EXE%" goto init
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/
gradlew.bat 38 if exist "%JAVA_EXE%" goto init
  /developers/build/prebuilts/gradle/AppRestrictions/
gradlew.bat 38 if exist "%JAVA_EXE%" goto init
  /developers/build/prebuilts/gradle/BasicAccessibility/
gradlew.bat 38 if exist "%JAVA_EXE%" goto init

Completed in 3475 milliseconds

1 23 4 5 6 7 8 91011>>