Searched refs:exists (Results 101 - 125 of 875) sorted by relevance

1234567891011>>

/external/chromium_org/tools/site_compare/operators/
H A Dequals_with_mask.py16 An optional directory containing masks is supplied. If a mask exists
45 if os.path.exists(maskfile):
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Ddesktop_platform_backend.py21 assert directory and os.path.exists(directory), \
/external/chromium_org/v8/test/mozilla/
H A Dtestcfg.py101 if os.path.exists(script):
126 if os.path.exists(versionfile):
135 if os.path.exists(directory_name):
138 if os.path.exists(archive_file):
/external/guava/guava-tests/test/com/google/common/io/
H A DFileBackedOutputStreamTest.java52 assertTrue(file.exists());
62 return !file.exists();
100 assertTrue(file.exists());
110 assertFalse(file.exists());
/external/mesa3d/scons/
H A Ddxsdk.py70 def exists(env): function
/external/robolectric/
H A Dupdate-downloads.rb6 unless File.exists?(DOWNLOADS_FILE)
/external/srec/shared/include/
H A DIntArrayListImpl.h71 ESR_SHARED_API ESR_ReturnCode IntArrayList_Contains(IntArrayList* self, const int element, ESR_BOOL* exists);
H A DInt8ArrayList.h70 * @param exists True if element was found
72 ESR_ReturnCode(*contains)(struct Int8ArrayList_t* self, asr_int8_t element, ESR_BOOL* exists);
170 * @param exists True if element was found
172 ESR_SHARED_API ESR_ReturnCode Int8ArrayListContains(Int8ArrayList* self, asr_int8_t element, ESR_BOOL* exists);
/external/v8/test/cctest/
H A Dtestcfg.py30 from os.path import join, dirname, exists namespace
52 if exists(join(self.context.buildspace, 'obj', 'test', self.mode)):
89 if not exists(executable):
113 if exists(status_file):
/external/chromium_org/build/android/pylib/utils/
H A Dreport_results.py19 if not os.path.exists(log_file_path):
23 if not os.path.exists(full_file_name):
/external/chromium_org/chrome/test/functional/
H A Dmemory.py84 os.path.exists(self.RENDERER_PROCESS_OUTPUT_FILE)):
110 os.path.exists(self.EXTENSION_PROCESS_OUTPUT_FILE)):
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DImportantFileWriterAndroidTest.java46 assertTrue(testFile.exists());
75 if (testFile.exists()) {
/external/chromium_org/testing/
H A Dxvfb.py34 if not os.path.exists(xvfb_path):
36 if not os.path.exists(xvfb_path):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_mock.py71 def exists(self, path): member in class:MockSCM
104 if self._filesystem.exists(path):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader_multipart_unittest.py75 host.filesystem.exists = lambda x: True
94 host.filesystem.exists = lambda x: True
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dmkfts2amal.tcl78 if {[info exists available_hdr($hdr)]} {
84 } elseif {![info exists seen_hdr($hdr)]} {
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dmkfts3amal.tcl78 if {[info exists available_hdr($hdr)]} {
84 } elseif {![info exists seen_hdr($hdr)]} {
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3internalh.tcl103 if {[info exists available_hdr($hdr)]} {
109 } elseif {![info exists seen_hdr($hdr)]} {
/external/clang/utils/
H A DCaptureCmd29 if not os.path.exists(path):
45 if not os.path.exists(dir):
/external/doclava/res/assets/templates/
H A Dhierarchy.cs30 <?cs if:cl.exists ?>
38 <?cs if:iface.exists ?>
/external/libcap-ng/libcap-ng-0.7/
H A Dpy-compile128 if not os.path.exists(filepath) or not (len(filepath) >= 3
145 if not os.path.exists(filepath) or not (len(filepath) >= 3
/external/proguard/src/proguard/io/
H A DDirectoryWriter.java68 if (!directory.exists() &&
103 !parentDirectory.exists() &&
/external/srec/portable/include/
H A DArrayList.h98 * @param exists True if element was found
101 ESR_ReturnCode(*contains)(struct ArrayList_t* self, const void* element, ESR_BOOL* exists);
238 * @param exists True if element was found
241 PORTABLE_API ESR_ReturnCode ArrayListContains(ArrayList* self, void* element, ESR_BOOL* exists);
/external/srec/portable/src/
H A DArrayList.c77 ESR_ReturnCode ArrayListContains(ArrayList* self, void* element, ESR_BOOL* exists) argument
84 return self->contains(self, element, exists);
/external/srec/shared/src/
H A DHashMap.c67 ESR_ReturnCode HashMapContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists) argument
71 return self->containsKey(self, key, exists);

Completed in 2987 milliseconds

1234567891011>>