HomeSort by relevance Sort by last modified time
    Searched defs:unlink (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/valgrind/main/coregrind/
m_libcfile.c 386 Int VG_(unlink) ( const Char* file_name ) function
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingDeque.java 267 void unlink(Node<E> x) { method in class:LinkedBlockingDeque
561 unlink(p);
578 unlink(p);
    [all...]
LinkedBlockingQueue.java 491 void unlink(Node<E> p, Node<E> trail) { method in class:LinkedBlockingQueue
522 unlink(p, trail); method
820 unlink(p, trail); method
ConcurrentLinkedDeque.java 394 void unlink(Node<E> x) { method in class:ConcurrentLinkedDeque
407 // Unlink interior node.
420 // predecessor/successor, we additionally try to gc-unlink,
483 // Try to gc-unlink, if possible
495 // Finally, actually gc-unlink
520 // Finally, actually gc-unlink
554 // Finally, actually gc-unlink
    [all...]
ConcurrentSkipListMap.java 105 * to unlink these deleted nodes.
197 * using CAS to link and unlink. Races are allowed in index-list
542 * unlink that may lose this index node, if the node being
561 final boolean unlink(Index<K,V> succ) { method in class:ConcurrentSkipListMap.Index
693 if (!q.unlink(r))
727 * unlink any subsequent deleted nodes encountered.
738 * findPredecessor returned a deleted node. We can't unlink
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 13 from test.test_support import TESTFN, run_unittest, unlink namespace
406 unlink(TESTFN)
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree, namespace
36 unlink(f)
88 unlink(source)
96 unlink(pyc)
97 unlink(pyo)
165 unlink(fname)
208 unlink(filename)
218 unlink(filename + 'c')
219 unlink(filename + 'o')
325 unlink(testfn
    [all...]
test_iter.py 4 from test.test_support import run_unittest, TESTFN, unlink, have_unicode, \
253 unlink(TESTFN)
285 unlink(TESTFN)
318 unlink(TESTFN)
394 unlink(TESTFN)
431 unlink(TESTFN)
480 unlink(TESTFN)
567 unlink(TESTFN)
610 unlink(TESTFN)
645 unlink(TESTFN
5 check_py3k_warnings, cpython_only namespace
    [all...]
test_support.py 31 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
220 _waitfor(os.unlink, filename)
233 os.unlink(fullname)
237 _unlink = os.unlink
241 def unlink(filename): function
268 unlink(os.path.join(dirname, modname + os.extsep + 'pyc'))
272 unlink(os.path.join(dirname, modname + os.extsep + 'pyo'))
543 unlink(TESTFN)
569 unlink(fn)
    [all...]
test_zipfile.py 22 run_unittest, findfile, unlink namespace
594 unlink(TESTFN)
595 unlink(TESTFN2)
710 unlink(TESTFN)
711 unlink(TESTFN2)
819 os.unlink(TESTFN)
840 # On Windows, this causes the os.unlink() call to fail because the
    [all...]
test_builtin.py 5 from test.test_support import fcmp, have_unicode, TESTFN, unlink, \
496 unlink(TESTFN)
6 run_unittest, check_py3k_warnings namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 13 from test.test_support import TESTFN, run_unittest, unlink namespace
406 unlink(TESTFN)
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree, namespace
36 unlink(f)
88 unlink(source)
96 unlink(pyc)
97 unlink(pyo)
165 unlink(fname)
208 unlink(filename)
218 unlink(filename + 'c')
219 unlink(filename + 'o')
325 unlink(testfn
    [all...]
test_iter.py 4 from test.test_support import run_unittest, TESTFN, unlink, have_unicode, \
253 unlink(TESTFN)
285 unlink(TESTFN)
318 unlink(TESTFN)
394 unlink(TESTFN)
431 unlink(TESTFN)
480 unlink(TESTFN)
567 unlink(TESTFN)
610 unlink(TESTFN)
645 unlink(TESTFN
5 check_py3k_warnings, cpython_only namespace
    [all...]
test_support.py 31 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
220 _waitfor(os.unlink, filename)
233 os.unlink(fullname)
237 _unlink = os.unlink
241 def unlink(filename): function
268 unlink(os.path.join(dirname, modname + os.extsep + 'pyc'))
272 unlink(os.path.join(dirname, modname + os.extsep + 'pyo'))
543 unlink(TESTFN)
569 unlink(fn)
    [all...]
test_zipfile.py 22 run_unittest, findfile, unlink namespace
594 unlink(TESTFN)
595 unlink(TESTFN2)
710 unlink(TESTFN)
711 unlink(TESTFN2)
819 os.unlink(TESTFN)
840 # On Windows, this causes the os.unlink() call to fail because the
    [all...]
test_builtin.py 5 from test.test_support import fcmp, have_unicode, TESTFN, unlink, \
496 unlink(TESTFN)
6 run_unittest, check_py3k_warnings namespace
    [all...]
  /system/core/adb/
sysdeps.h 92 int rc = unlink(path);
95 /* unlink returns EACCES when the file is read-only, so we first */
96 /* try to make it writable, then unlink again... */
99 rc = unlink(path);
103 #undef unlink macro
104 #define unlink ___xxx_unlink macro
397 return unlink(path);
399 #undef unlink macro
400 #define unlink ___xxx_unlink macro
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 1372 MultistepExprHolder unlink(MultistepExprHolder itemToRemove) method in class:RedundentExprEliminator.MultistepExprHolder
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 613 int KernelProxy::unlink(const char* path) { function in class:nacl_io::KernelProxy
623 error = mnt->Unlink(rel);
713 // are stored in the KernelObject's decriptor map unlink
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 289 public void unlink() { method in class:MountService.ObbState
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 1478 MemoryOpt::Record::unlink(Record **list) function in class:nv50_ir::MemoryOpt::Record
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 1478 MemoryOpt::Record::unlink(Record **list) function in class:nv50_ir::MemoryOpt::Record
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 187 child.unlink()
195 child.unlink()
261 def unlink(self): member in class:Node
265 child.unlink()
405 def unlink(self): member in class:Attr
419 child.unlink()
585 old.unlink()
598 node.unlink()
668 def unlink(self): member in class:Element
670 attr.unlink()
1575 def unlink(self): member in class:Document
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 187 child.unlink()
195 child.unlink()
261 def unlink(self): member in class:Node
265 child.unlink()
405 def unlink(self): member in class:Attr
419 child.unlink()
585 old.unlink()
598 node.unlink()
668 def unlink(self): member in class:Element
670 attr.unlink()
1575 def unlink(self): member in class:Document
    [all...]

Completed in 447 milliseconds

1 23 4