HomeSort by relevance Sort by last modified time
    Searched refs:exist (Results 151 - 175 of 249) sorted by null

1 2 3 4 5 67 8 910

  /external/elfutils/src/
ld.c     [all...]
ld.h 285 int exist; member in struct:pathelement
    [all...]
  /external/grub/util/
grub-install 321 # Stage 1.5 does not exist.
404 $grubdir does not exist in the root device $root_device.
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 237 if not exist "$(OBJDIR)" mkdir "$(OBJDIR)"
  /ndk/build/core/
definitions-host.mk 71 # to create a path if it doesn't exist.
  /system/security/keystore/
IKeystoreService.cpp 152 virtual int32_t exist(const String16& name, int uid) function in class:android::BpKeystoreService
158 status_t status = remote()->transact(BnKeystoreService::EXIST, data, &reply);
160 ALOGD("exist() could not contact remote: %d\n", status);
166 ALOGD("exist() caught exception %d\n", err);
643 case EXIST: {
647 int32_t ret = exist(name, uid);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 44 unless FileTest.exist? CONFIGURATION_FLNM
624 raise "Benchfile #{filename} already exists" if FileTest.exist?(filename)
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 158 extensions which exist underneath the specified folder.
320 not exist, an empty string will be returned.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 29 // Throw an error if the element either doesn't exist, or isn't a form.
514 * for `lastError`, and then sets incognito settings (if they exist).
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 29 // Throw an error if the element either doesn't exist, or isn't a form.
522 * for `lastError`, and then sets incognito settings (if they exist).
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 5111 struct asm_symbol *exist = (struct asm_symbol *) local
5566 struct asm_symbol *exist = (struct asm_symbol *) local
    [all...]
  /external/chromium_org/tools/code_coverage/
coverage_posix.py 625 self.directory + ' doesn\'t exist')
653 self.options.bundles + ' doesn\'t exist')
696 self.options.bundles + ' (doesn\'t exist?)')
    [all...]
  /external/jpeg/
ltconfig 190 echo "$progname: \`$ltmain' does not exist" 1>&2
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 190 echo "$progname: \`$ltmain' does not exist" 1>&2
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 345 * Returns the current overlay or null if one does not exist.
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_model.js 641 * @return {boolean} Did pending scan exist.
822 // If the entry doesn't exist in the list it mean that it updated from
    [all...]
  /external/chromium_org/ui/webui/resources/js/
util.js 203 * Get an element that's known to exist by its ID. We use this instead of just
  /external/clang/tools/scan-build/
scan-build 179 DieDiag("The directory '/tmp' does not exist or cannot be accessed.\n");
182 # $Dir does not exist. It will be automatically created by the
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 374 // Making sure that the directory does not exist.
387 // exist.
389 // Try to create a file in a directory that does not exist
404 assertFalse("File Should Not Exist", f1.isFile());
406 assertTrue("File Should Exist.", f1.isFile());
407 assertTrue("File Should Exist.", f2.isFile());
445 // // Test create an exist path
561 // Test for creating a tempfile in a directory that does not exist.
567 // Making sure that the directory does not exist.
580 // Try to create a file in a directory that does not exist
    [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 27 if not exist %1 ^
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
photo_import.js 191 console.error('Too many directories with the same base name exist.');
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 142 * Creates an empty entry in the pending array if one doesn't already exist,
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 27 if not exist %1 ^
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 27 if not exist %1 ^

Completed in 2068 milliseconds

1 2 3 4 5 67 8 910