HomeSort by relevance Sort by last modified time
    Searched refs:extrapath (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Tools/pynche/
PyncheWidget.py 21 def __init__(self, version, switchboard, master=None, extrapath=[]):
69 views = make_view_popups(self.__sb, self.__tkroot, extrapath)
289 def make_view_popups(switchboard, root, extrapath):
292 dirs = [os.path.dirname(__file__)] + extrapath
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host_test.go 200 "env-PATH_INFO": "/extrapath",
202 "env-REQUEST_URI": "/test.cgi/extrapath?a=b",
206 runCgiTest(t, h, "GET /test.cgi/extrapath?a=b HTTP/1.0\nHost: example.com\n\n", expectedMap)
  /prebuilts/go/linux-x86/src/net/http/cgi/
host_test.go 200 "env-PATH_INFO": "/extrapath",
202 "env-REQUEST_URI": "/test.cgi/extrapath?a=b",
206 runCgiTest(t, h, "GET /test.cgi/extrapath?a=b HTTP/1.0\nHost: example.com\n\n", expectedMap)
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 1277 const HChar* extrapath = VG_(clo_extra_debuginfo_path); local
1370 const HChar* extrapath = VG_(clo_extra_debuginfo_path); local
    [all...]

Completed in 125 milliseconds