HomeSort by relevance Sort by last modified time
    Searched refs:must_exist (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/tools/gyp/test/same-target-name-different-directory/
gyptest-all.py 21 test.must_exist('relocate/src/subdir1/action1.txt')
22 test.must_exist('relocate/src/subdir2/action2.txt')
27 test.must_exist('relocate/src/subdir1/action.txt')
28 test.must_exist('relocate/src/subdir2/action.txt')
33 test.must_exist('relocate/src/subdir1/rule.txt')
34 test.must_exist('relocate/src/subdir2/rule.txt')
  /external/chromium_org/tools/gyp/test/same-rule-output-file-name/
gyptest-all.py 20 test.must_exist('relocate/src/subdir1/rule.txt')
21 test.must_exist('relocate/src/subdir2/rule.txt')
  /external/chromium_org/tools/gyp/test/msvs/shared_output/
gyptest-shared_output.py 26 test.must_exist(os.path.join(test.workdir, 'foo', 'there.exe'))
27 test.must_exist(os.path.join(test.workdir, 'foo', 'bar', 'there.obj'))
30 test.must_exist(os.path.join(test.workdir, 'foo', 'hello.exe'))
31 test.must_exist(os.path.join(test.workdir, 'foo', 'bar', 'hello.obj'))
  /external/chromium_org/tools/gyp/test/mac/
gyptest-action-envvars.py 23 test.must_exist(result_file)
27 test.must_exist(other_result_file)
gyptest-archs.py 24 test.must_exist(result_file)
35 test.must_exist(result_file)
41 test.must_exist(result_file)
59 test.must_exist(result_file)
64 test.must_exist(result_file)
69 test.must_exist(result_file)
80 test.must_exist(result_file)
85 test.must_exist(result_file)
gyptest-loadable-module.py 28 test.must_exist(binary)
36 test.must_exist(info_plist)
gyptest-postbuild-copy-bundle.py 35 test.must_exist(final_resource_path)
39 test.must_exist(final_plist_path)
50 test.must_exist(final_resource_path)
60 test.must_exist(final_plist_path)
72 test.must_exist(final_copies_path)
gyptest-infoplist-process.py 26 test.must_exist(info_plist)
35 test.must_exist(info_plist)
46 test.must_exist(info_plist)
gyptest-non-strs-flattened-to-env.py 25 test.must_exist(info_plist)
gyptest-postbuild-defaults.py 23 test.must_exist(result_file)
gyptest-framework.py 42 test.must_exist(info_plist)
gyptest-xcode-env-order.py 44 test.must_exist(info_plist)
gyptest-app.py 48 test.must_exist(info_plist)
80 test.must_exist(strings)
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-mapfile.py 26 test.must_exist(map_file)
32 test.must_exist(map_file)
40 test.must_exist(map_file)
gyptest-link-pgo.py 60 test.must_exist(pgd_path)
  /external/chromium_org/tools/gyp/test/msvs/external_builder/
gyptest-all.py 26 test.must_exist('msbuild_rule.out')
27 test.must_exist('msbuild_action.out')
42 test.must_exist('external_builder.out')
55 test.must_exist('external_builder.out')
  /external/lldb/include/lldb/Core/
State.h 53 /// yet. The \a must_exist argument tells us which of these cases is
59 /// @param[in] must_exist
65 /// where the process or thread is stopped. If \a must_exist is
71 StateIsStoppedState (lldb::StateType state, bool must_exist);
  /external/chromium_org/tools/gyp/test/msvs/config_attrs/
gyptest-config_attrs.py 29 test.must_exist(expected_exe_file)
  /external/chromium_org/tools/gyp/test/actions/
gyptest-all.py 90 test.must_exist('relocate/src/deps_all_done_first_123.txt')
98 test.must_exist('relocate/src/deps_all_done_first_321.txt')
  /external/lldb/source/Core/
State.cpp 92 lldb_private::StateIsStoppedState (StateType state, bool must_exist)
107 return !must_exist;
  /external/chromium_org/tools/gyp/test/ios/
gyptest-crosscompile.py 31 test.must_exist(result_file)
gyptest-archs.py 55 test.must_exist(result_file)
  /external/chromium_org/tools/gyp/test/standalone-static-library/
gyptest-standalone-static-library.py 40 test.must_exist(path)
  /external/chromium_org/ui/gfx/image/
image.h 184 // representation of that type (and must_exist is false).
186 RepresentationType rep_type, bool must_exist) const;
  /external/lldb/test/functionalities/register/
TestRegisters.py 113 def write_and_restore(self, frame, register, must_exist = True):
115 if must_exist:
132 def vector_write_and_read(self, frame, register, new_value, must_exist = True):
134 if must_exist:

Completed in 515 milliseconds

1 2