HomeSort by: relevance | last modified time | path
    Searched refs:source_path (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/
dummy_format.py 15 source_path = test.getSourcePath()
18 cfg.read(source_path)
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/
dummy_format.py 15 source_path = test.getSourcePath()
18 cfg.read(source_path)
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/
dummy_format.py 15 source_path = test.getSourcePath()
18 cfg.read(source_path)
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
base.py 15 source_path = testSuite.getSourcePath(path_in_suite)
16 for filename in os.listdir(source_path):
22 filepath = os.path.join(source_path, filename)
79 test.source_path = path
98 elif hasattr(test, 'source_path'):
99 cmd.append(test.source_path)
googletest.py 94 source_path = testSuite.getSourcePath(path_in_suite)
96 dir_path = os.path.join(source_path, subdir)
102 execpath = os.path.join(source_path, subdir, fn)
  /src/external/bsd/kyua-cli/dist/examples/
syntax_test.cpp 119 const fs::path source_path = example_file(this, "Kyuafile.top"); local
120 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1);
141 const fs::path source_path = example_file(this, "Kyuafile.top"); local
142 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1);
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
discovery.py 104 source_path = ts.getSourcePath(path_in_suite)
105 cfgpath = chooseConfigFileFromDir(source_path, litConfig.local_config_names)
147 source_path = ts.getSourcePath(path_in_suite)
148 if not os.path.exists(source_path):
152 if not os.path.isdir(source_path):
205 for filename in os.listdir(source_path):
211 file_sourcepath = os.path.join(source_path, filename)
TestRunner.py 1027 def parseIntegratedTestScriptCommands(source_path, keywords):
1029 parseIntegratedTestScriptCommands(source_path) -> commands
1049 f = open(source_path, 'rb')
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
googlebenchmark.py 74 source_path = testSuite.getSourcePath(path_in_suite)
76 dir_path = os.path.join(source_path, subdir)
82 execpath = os.path.join(source_path, subdir, fn)
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-env.c 209 env_mod_path (argv[i], source_path);
211 uiout->field_string ("source-path", source_path);
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-env.c 207 env_mod_path (argv[i], source_path);
209 uiout->field_string ("source-path", source_path);
  /src/external/gpl3/gdb.old/dist/gdb/
source.h 54 extern std::string source_path;
source.c 63 std::string source_path; variable
404 std::string set_path = source_path;
412 mod_path (set_path.c_str (), source_path);
423 gdb_puts (source_path.c_str (), file);
452 source_path = string_printf ("$cdir%c$cwd", DIRNAME_SEPARATOR);
474 mod_path (dirname, source_path);
480 interps_notify_param_changed ("directories", source_path.c_str ());
493 add_path (dirname, source_path, 0);
957 of openp, using source_path, but that really don't want the file to be
959 qualified against source_path)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
source.h 54 extern std::string source_path;
source.c 63 std::string source_path; variable
404 std::string set_path = source_path;
412 mod_path (set_path.c_str (), source_path);
423 gdb_puts (source_path.c_str (), file);
452 source_path = string_printf ("$cdir%c$cwd", DIRNAME_SEPARATOR);
474 mod_path (dirname, source_path);
480 interps_notify_param_changed ("directories", source_path.c_str ());
493 add_path (dirname, source_path, 0);
957 of openp, using source_path, but that really don't want the file to be
959 qualified against source_path)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
homedir.c 927 const char *source_path,
937 assert( source_path != NULL );
941 source_path, dest_path );
948 cp.source_prefix_len = strlen( source_path );
955 strncmp( source_path, dest_path, cp.source_prefix_len ) == 0 &&
960 source_path, dest_path );
964 rc = traverse( source_path, &cb, ctx );
967 "copy_tree: %s exit %d\n", source_path,
1226 homedir_rename( const char *source_path, const char *dest_path )
1230 assert( source_path != NULL )
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
options.cc 264 char *source_path; local
360 source_path = (char *) alloca (i + 1);
361 memcpy (source_path, canon_source_file, i);
362 source_path[i] = 0;
366 gfc_add_include_path (source_path, true, true, warn, false);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
options.cc 253 char *source_path; local
345 source_path = (char *) alloca (i + 1);
346 memcpy (source_path, canon_source_file, i);
347 source_path[i] = 0;
351 gfc_add_include_path (source_path, true, true, warn, false);
  /src/external/ibm-public/postfix/dist/
postfix-install 816 eval source_path=$install_root$source
817 compare_or_hardlink $source_path $dest_path || exit 1
829 eval source_path=$install_root$source
830 compare_or_symlink $source_path $dest_path || exit 1
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 653 fd = openp (source_path.c_str (), search_flags,
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 654 fd = openp (source_path.c_str (), search_flags,

Completed in 28 milliseconds