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

  /external/chromium-trace/catapult/third_party/typ/typ/tests/
runner_test.py 44 r.win_multiprocessing = WinMultiprocessing.importable
55 r.win_multiprocessing = WinMultiprocessing.importable
174 importable = typ.WinMultiprocessing.importable
175 sys.exit(typ.main(win_multiprocessing=importable))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_uuid.py 5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_uuid.py 5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
  /external/chromium-trace/catapult/third_party/typ/typ/
runner.py 89 importable = 'importable' variable in class:WinMultiprocessing
92 values = [ignore, importable, spawn]
207 ignore, importable, spawn = WinMultiprocessing.values
222 if wmp == importable:
226 'may not be importable' %
241 # main modules are not directly importable.
938 sys.exit(main(win_multiprocessing=WinMultiprocessing.importable))
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
run_tests.py 168 runner.win_multiprocessing = typ.WinMultiprocessing.importable
  /prebuilts/go/darwin-x86/src/cmd/doc/
main.go 128 // Package must be importable.
  /prebuilts/go/linux-x86/src/cmd/doc/
main.go 128 // Package must be importable.
  /prebuilts/go/darwin-x86/src/cmd/go/
help.go 338 Code in or below a directory named "internal" is importable only
374 code below a directory named "vendor" is importable only
alldocs.go 906 Code in or below a directory named "internal" is importable only
    [all...]
test.go 644 // The ptest package needs to be importable under the
    [all...]
pkg.go 904 Err: fmt.Sprintf("import %q is a program, not an importable package", path)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
help.go 338 Code in or below a directory named "internal" is importable only
374 code below a directory named "vendor" is importable only
alldocs.go 906 Code in or below a directory named "internal" is importable only
    [all...]
test.go 644 // The ptest package needs to be importable under the
    [all...]
pkg.go 904 Err: fmt.Sprintf("import %q is a program, not an importable package", path)
    [all...]

Completed in 8068 milliseconds