HomeSort by relevance Sort by last modified time
    Searched full:python_path (Results 1 - 15 of 15) sorted by null

  /external/chromium/net/test/
python_utils_unittest.cc 25 std::string python_path; local
34 env->GetVar(kPythonPathEnv, &python_path);
35 ASSERT_EQ(python_path, "test/path_append1");
39 env->GetVar(kPythonPathEnv, &python_path);
41 ASSERT_EQ(std::string("test/path_append1;test/path_append2"), python_path);
43 ASSERT_EQ(std::string("test/path_append1:test/path_append2"), python_path);
  /external/chromium_org/net/test/
python_utils_unittest.cc 25 std::string python_path; local
34 env->GetVar(kPythonPathEnv, &python_path);
35 ASSERT_EQ(python_path, "test/path_append1");
39 env->GetVar(kPythonPathEnv, &python_path);
41 ASSERT_EQ(std::string("test/path_append1;test/path_append2"), python_path);
43 ASSERT_EQ(std::string("test/path_append1:test/path_append2"), python_path);
  /external/chromium_org/tools/gn/secondary/build/config/win/
BUILD.gn 39 # command = $python_path gyp-win-tool midl-wrapper \$arch \$outdir \$tlb \$h \$dlldata \$iid \$
44 # command = $python_path gyp-win-tool rc-wrapper \$arch rc.exe \$defines \$includes \$rcflags \$
49 # command = $python_path gyp-win-tool asm-wrapper \$arch ml.exe \$defines \$includes /c /Fo \$
54 command = "$python_path gyp-win-tool link-wrapper \$arch lib.exe /nologo /ignore:4221 /OUT:\$out @\$out.rsp"
60 # command = cmd /c $python_path gyp-win-tool link-wrapper \$arch link.exe /nologo \$implibflag \$
61 # /DLL /OUT:\$dll /PDB:\$dll.pdb @\$dll.rsp && $python_path gyp-win-tool \$
63 # $python_path gyp-win-tool manifest-wrapper \$arch mt.exe -nologo -manifest \$manifests \$
64 # -out:\$dll.manifest && $python_path gyp-win-tool manifest-to-rc \$arch \$dll.manifest \$
65 # \$dll.manifest.rc 2 && $python_path gyp-win-tool rc-wrapper \$arch rc.exe \$
66 # \$dll.manifest.rc && $python_path gyp-win-tool link-wrapper \$arch link.exe /nologo \$
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
build.sh 22 PYTHON_PATH="$DEPOT_TOOLS/python"
23 if ! [ -f "$PYTHON_PATH" ] ; then
32 $PYTHON_PATH $BUILD_DIR/build.py $*
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 25 const char* SimpleScriptExec::PYTHON_PATH = "/usr/bin/python";
71 command.appendFormat("%s %s %s", PYTHON_PATH, script.string(), param.string());
SimpleScriptExec.h 31 static const char* PYTHON_PATH;
SignalProcessingImpl.cpp 76 if (execl(SimpleScriptExec::PYTHON_PATH, SimpleScriptExec::PYTHON_PATH,
78 CHILD_LOGE("execl %s %s failed %d", SimpleScriptExec::PYTHON_PATH,
  /external/chromium_org/tools/gn/
function_exec_script.cc 218 const base::FilePath& python_path = build_settings->python_path(); local
219 CommandLine cmdline(python_path);
239 "I was trying to execute \"" + FilePathToUTF8(python_path) + "\".");
build_settings.h 41 base::FilePath python_path() const { return python_path_; } function in class:BuildSettings
scope_per_file_provider.cc 65 FilePathToUTF8(scope_->settings()->build_settings()->python_path())));
variables.cc 36 extern const char kPythonPath[] = "python_path";
38 "python_path: [string] Absolute path of Python.";
40 "python_path: Absolute path of Python.\n"
  /external/chromium_org/tools/win/split_link/
split_link.cc 20 #ifndef PYTHON_PATH
21 #error PYTHON_PATH must be defined to be the path to the python binary.
26 #define WPYTHON_PATH WIDEN(PYTHON_PATH)
  /external/chromium_org/ppapi/c/documentation/
doxy_cleanup.py 23 "or is available in your PYTHON_PATH")
  /external/chromium_org/ppapi/cpp/documentation/
doxy_cleanup.py 22 "or is available in your PYTHON_PATH")
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py     [all...]

Completed in 204 milliseconds