HomeSort by: relevance | last modified time | path
    Searched refs:exists (Results 1 - 25 of 258) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /xsrc/external/mit/MesaLib.old/dist/scons/
x11.py 44 def exists(env): function
dxsdk.py 70 def exists(env): function
llvm.py 76 if not os.path.exists(llvm_config):
286 def exists(env): function
  /xsrc/external/mit/xcb-proto/dist/
py-compile 144 if not os.path.exists(filepath) or not (len(filepath) >= 3
168 if not os.path.exists(filepath) or not (len(filepath) >= 3
191 if not os.path.exists(filepath) or not (len(filepath) >= 3
  /xsrc/external/mit/libX11/dist/nls/
compose-check.pl 106 if (exists $keytable->{$k}) {
123 if (exists $keytable->{$final_key}) {
  /xsrc/external/mit/xf86-video-qxl/dist/scripts/
Xspice 31 if os.path.exists(x):
35 if os.path.exists(candidate):
133 if not os.path.exists(f):
171 if not os.path.exists(filename):
188 if os.path.exists(f):
191 if os.path.exists(d):
274 if f and os.path.exists(f):
337 if os.path.exists(f):
  /xsrc/external/mit/xkeyboard-config/dist/rules/
merge.py 88 if path.exists():
92 if path.exists():
  /xsrc/external/mit/MesaLib/dist/bin/
meson-cmd-extract.py 77 if not path.exists():
install_megadrivers.py 47 if not os.path.exists(to):
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_common.py 55 if not os.path.exists(dir_path):
92 assert (False == os.path.exists(dst) or os.path.isfile(dst))
94 need_copy = not os.path.exists(dst)
269 if not os.path.exists(filename):
272 if os.path.exists(filename):
gen_archrast.py 273 if not os.path.exists(args.output_dir):
277 if not os.path.exists(f):
298 if os.path.exists(output_fullpath):
  /xsrc/external/mit/MesaLib.old/dist/bin/
meson-cmd-extract.py 77 if not path.exists():
install_megadrivers.py 47 if not os.path.exists(to):
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_common.py 56 if not os.path.exists(dir_path):
93 assert (False == os.path.exists(dst) or os.path.isfile(dst))
95 need_copy = not os.path.exists(dst)
270 if not os.path.exists(filename):
273 if os.path.exists(filename):
gen_archrast.py 150 if not os.path.exists(args.output_dir):
154 if not os.path.exists(f):
175 if os.path.exists(output_fullpath):
  /xsrc/external/mit/fontconfig/dist/conf.d/
link_confs.py 26 if not os.path.exists(confpath):
  /xsrc/external/mit/freetype/dist/builds/meson/
generate_reference_docs.py 51 if not os.path.exists(args.output_dir):
  /xsrc/external/mit/xkeyboard-config/dist/tests/
test_xkb_symbols.py 18 assert (xkbpath / 'symbols').exists(), f'{path} is not an XKB installation'
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ci/
radeonsi-run-tests.py 220 while os.path.exists(output_folder):
286 if os.path.exists(t):
323 if os.path.exists(baseline):
363 if os.path.exists(baseline):
384 if os.path.exists(baseline):
409 if os.path.exists(baseline):
  /xsrc/
Makefile 40 .if exists(${XCDIR}/xmakefile) && defined(UPDATE)
110 .if defined(METALOG.add) && !exists(${DESTDIR}/etc/master.passwd)
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_agp_offset.spec 37 no real specification exists. See GL_NV_vertex_array_range for more
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_agp_offset.spec 37 no real specification exists. See GL_NV_vertex_array_range for more
  /xsrc/external/mit/libXfont/dist/src/bitmap/
snfstr.h 129 unsigned exists:1; /* true iff glyph exists for this char */ member in struct:_snfCharInfo
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
snfstr.h 129 unsigned exists:1; /* true iff glyph exists for this char */ member in struct:_snfCharInfo
  /xsrc/external/mit/xterm/dist/package/pkgsrc/
Makefile 38 .if exists(/usr/include/wchar.h)

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 91011