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

1 2 3 4 5 6 7 891011>>

  /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/telemetry/telemetry/page/
page_runner.py 402 logging.warning('The page set archives for some pages do not exist. '
415 results.AddErrorMessage(page, 'Page set archive doesn\'t exist.')
  /external/elfutils/src/
ld.h 285 int exist; member in struct:pathelement
    [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/feedback/js/
feedback.js 237 // style.margin - the variable seems to not exist.
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 137 // If the notification wasn't updated, it probably didn't exist.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 118 * Get current sub of given model, return undefined if sub dont exist.
  /external/chromium_org/v8/src/
math.js 256 // Set S cannot exist since (5) violates (1). Loop must terminate.
  /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/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/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 308 exist: ['2203', {mathvariant: MML.VARIANT.NORMAL}],
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 27 if not exist %1 ^
  /external/chromium_org/ui/webui/resources/js/
util.js 223 * Get an element that's known to exist by its ID. We use this instead of just
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 27 if not exist %1 ^

Completed in 1477 milliseconds

1 2 3 4 5 6 7 891011>>