HomeSort by relevance Sort by last modified time
    Searched full:must_exist (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/tools/gyp/test/mac/
gyptest-xcode-env-order.py 44 test.must_exist(info_plist)
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-generate-manifest.py 71 test.must_exist(exe_file + '.manifest')
gyptest-link-pgo.py 60 test.must_exist(pgd_path)
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 55 DWORD must_exist, truncate; local
73 must_exist = ( SDL_strchr(mode,'r') != NULL ) ? OPEN_EXISTING : 0;
75 r_right = ( SDL_strchr(mode,'+') != NULL || must_exist ) ? GENERIC_READ : 0;
101 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
137 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
164 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 107 test.must_exist(result_file)
  /external/lldb/source/Symbol/
ObjectFile.cpp 89 const bool must_exist = true; local
90 if (ObjectFile::SplitArchivePathWithObject (path_with_object, archive_file, archive_object, must_exist))
572 ObjectFile::SplitArchivePathWithObject (const char *path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist)
585 if (must_exist && !archive_file.Exists())
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 43 test.must_exist('file1', ['file2', ...])
308 def must_exist(self, *files): member in class:TestCommon
TestGyp.py 164 return self.must_exist(self.built_file_path(name, type, **kw))
    [all...]
  /external/chromium_org/ui/gfx/image/
image.cc 764 RepresentationType rep_type, bool must_exist) const {
768 CHECK(!must_exist);
  /external/ppp/pppd/
main.c     [all...]
options.c 387 options_from_file(filename, must_exist, check_prot, priv)
389 int must_exist;
410 if (!must_exist) {
    [all...]
pppd.h 480 pid_t run_program __P((char *prog, char **args, int must_exist,
676 int options_from_file __P((char *filename, int must_exist, int check_prot,
    [all...]
  /external/lldb/source/Core/
Value.cpp 459 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), true /* must_exist */)
  /external/valgrind/main/perf/
vg_perf 122 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
128 if ($must_exist) {
vg_perf.in 122 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
128 if ($must_exist) {
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp 494 const bool must_exist = true; local
499 must_exist))
    [all...]
  /external/valgrind/main/tests/
vg_regtest 192 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
198 if ($must_exist) {
vg_regtest.in 192 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
198 if ($must_exist) {
  /external/lldb/include/lldb/Symbol/
ObjectFile.h 224 bool must_exist);
  /external/qemu/
vl-android.c     [all...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 738 milliseconds

12