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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
366 int npath = 0; local
377 npath--;
389 pt->path[npath++] = link;
392 return Report(pt, lt, npath); // Bingo!
405 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) {
407 rep->n = npath;
408 for (int i = 0; i < npath; i++) {
410 Link *link0 = &pt->path[i ? i - 1 : npath - 1];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
traceback.c 143 int npath = Py_SAFE_DOWNCAST(_npath, Py_ssize_t, int); local
145 for (i = 0; i < npath; i++) {
import.c 1299 Py_ssize_t i, npath; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
traceback.c 143 int npath = Py_SAFE_DOWNCAST(_npath, Py_ssize_t, int); local
145 for (i = 0; i < npath; i++) {
import.c 1204 Py_ssize_t i, npath; local
    [all...]
  /external/fio/engines/
dev-dax.c 260 char npath[PATH_MAX]; local
283 rpath = realpath(spath, npath);
  /external/python/cpython2/Python/
traceback.c 143 int npath = Py_SAFE_DOWNCAST(_npath, Py_ssize_t, int); local
145 for (i = 0; i < npath; i++) {
import.c 1317 Py_ssize_t i, npath; local
    [all...]
  /external/python/cpython3/Python/
traceback.c 190 Py_ssize_t npath; local
218 npath = PyList_Size(syspath);
220 for (i = 0; i < npath; i++) {
  /external/mksh/src/
exec.c 1173 union mksh_cchack npath; local
1227 npath.ro = search_path(name,
1230 if (npath.ro) {
1231 strdupx(tp->val.s, npath.ro, APERM);
1232 if (npath.ro != name)
1233 afree(npath.rw, ATEMP);
1237 (npath.ro = search_path(name, fpath, R_OK,
1249 tp->u.fpath = npath.ro;
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CodeMangler.java 297 String npath = ".".equals(name) ? path : path + fin.getName() + File.separator; local
298 count += process(npath, fin.list(filter)); // recursive call
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 644 npath := strings.Replace(path, "/", `\`, -1)
646 slash1 := strings.IndexByte(npath[2:], '\\') + 2
649 slash2 := strings.IndexByte(npath[slash1+1:], '\\') + slash1 + 1
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 644 npath := strings.Replace(path, "/", `\`, -1)
646 slash1 := strings.IndexByte(npath[2:], '\\') + 2
649 slash2 := strings.IndexByte(npath[slash1+1:], '\\') + slash1 + 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 1204 Py_ssize_t i, npath; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 765 milliseconds