Searched refs:def_path (Results 1 – 10 of 10) sorted by relevance
/third_party/harfbuzz/src/ |
D | check-symbols.py | 50 def_path = os.path.join (builddir, soname + '.def') variable 51 if not os.path.exists (def_path): 52 print ('\'%s\' not found; skipping' % def_path) 54 print ('Checking that %s has the same symbol list as %s' % (so, def_path)) 55 with open (def_path, 'r', encoding='utf-8') as f: def_file = f.read ()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | check-symbols.py | 51 def_path = os.path.join (builddir, soname + '.def') variable 52 if not os.path.exists (def_path): 53 print ('\'%s\' not found; skipping' % def_path) 55 print ('Checking that %s has the same symbol list as %s' % (so, def_path)) 56 with open (def_path, 'r', encoding='utf-8') as f: def_file = f.read ()
|
/third_party/flutter/skia/experimental/pvg/ |
D | draw_msg.proto | 267 DefinePath def_path = 14; field
|
/third_party/skia/experimental/pvg/ |
D | draw_msg.proto | 267 DefinePath def_path = 14; field
|
/third_party/mksh/ |
D | main.c | 382 def_path = _PATH_DEFPATH; in main_init() 387 def_path = cp; in main_init() 398 def_path = MKSH_UNIXROOT "/bin" MKSH_PATHSEPS in main_init() 410 setstr(vp, def_path, KSH_RETURN_ERROR); in main_init()
|
D | dot.mkshrc | 169 # vvvvvvvvvvvvvvvvvvvv should be def_path
|
D | exec.c | 1232 (flags & FC_DEFPATH) ? def_path : path, in findcom()
|
D | var.c | 1505 strdupx(path, def_path, APERM); in unsetspec()
|
D | sh.h | 1929 EXTERN const char *def_path; /* path to use if PATH not set */ variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 727 iterator_range<def_path_iterator> def_path(ListIndex From) { in def_path() function in __anond35c88af0511::ClobberWalker 814 auto Iter = find_if(def_path(Blocker->LastNode), [&](const DefPath &N) { in tryOptimizePhi()
|