HomeSort by relevance Sort by last modified time
    Searched defs:unlink (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/bionic/
unlink.cpp 32 int unlink(const char* path) { function
  /external/icu/icu4c/source/common/
lrucache.cpp 30 void LRUCache::CacheEntry::unlink() { function in class:LRUCache::CacheEntry
60 entry->unlink();
99 entry->unlink();
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 15 def unlink(path): function
17 os.unlink(path)
  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 166 // (As long as the caller doesn't screw up link/unlink.)
199 * <p>I use the link/unlink concept because of distant
243 public void unlink() method in class:VariableStack
253 * after the unlink.
255 public void unlink(int currentFrame) method in class:VariableStack
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 101 // Called by unlink()
102 int (*unlink)(const char* path); member in struct:fuse_operations
kernel_proxy.cc 714 int KernelProxy::unlink(const char* path) { function in class:nacl_io::KernelProxy
724 error = fs->Unlink(rel);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 53 void Graph::Edge::unlink() function in class:nv50_ir::Graph::Edge
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_graph.cpp 53 void Graph::Edge::unlink() function in class:nv50_ir::Graph::Edge
nv50_ir_peephole.cpp 1478 MemoryOpt::Record::unlink(Record **list) function in class:nv50_ir::MemoryOpt::Record
    [all...]
  /bootable/recovery/minadbd/
sysdeps.h 91 int rc = unlink(path);
94 /* unlink returns EACCES when the file is read-only, so we first */
95 /* try to make it writable, then unlink again... */
98 rc = unlink(path);
102 #undef unlink macro
103 #define unlink ___xxx_unlink macro
390 return unlink(path);
392 #undef unlink macro
393 #define unlink ___xxx_unlink macro
  /external/bison/darwin-lib/
unistd.h 89 lseek(), read(), unlink(), write() in <io.h>. */
1767 # undef unlink macro
    [all...]
  /external/bison/linux-lib/
unistd.h 89 lseek(), read(), unlink(), write() in <io.h>. */
1767 # undef unlink macro
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Program.cpp 154 unlink(true);
249 unlink(false);
275 void Program::unlink(bool destroy) function in class:gl::Program
308 unlink(false);
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 51 # define unlink _unlink macro
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 134 test.unlink('file')
135 test.unlink('subdir', 'file')
1393 def unlink(self, file): member in class:TestCmd
    [all...]
  /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/third_party/WebKit/Source/wtf/
LinkedHashSet.h 56 void unlink() function in class:WTF::LinkedHashSetNodeBase
69 unlink();
181 // Needs finalization. The anchor needs to unlink itself from the chain.
509 // unlink the anchor from the collection.
632 node->unlink();
644 node->unlink();
ListHashSet.h 191 void unlink(Node*);
830 unlink(node);
842 unlink(node);
913 void ListHashSet<T, inlineCapacity, U, Allocator>::unlink(Node* node) function in class:WTF::ListHashSet
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 654 entry->unlink(&m_freeLists[i]);
954 object->unlink(previousNext);
1416 void HeapPage<Header>::unlink(ThreadHeap<Header>* heap, HeapPage* unused, HeapPage** prevNext) function in class:blink::HeapPage
    [all...]
Heap.h 214 void unlink(LargeHeapObject<Header>** previousNext) function in class:blink::LargeHeapObject
438 void unlink(FreeListEntry** prevNext) function in class:blink::FreeListEntry
498 static void unlink(ThreadHeap<Header>*, HeapPage*, HeapPage**);
    [all...]
  /external/fio/
thread_options.h 103 unsigned int unlink; member in struct:thread_options
330 uint32_t unlink; member in struct:thread_options_pack
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 111 if ($type(object) == 'hash') object = $unlink(object.getClean());
219 mix[key] = (mp && $type(op) == 'object' && $type(mp) == 'object') ? $mixin(mp, op) : $unlink(op);
269 function $unlink(object){
274 for (var p in object) unlinked[p] = $unlink(object[p]);
281 for (var i = 0, l = object.length; i < l; i++) unlinked[i] = $unlink(object[i]);
1088 case 'array': object[key] = $unlink(object[key]); break;
1148 else proto[key] = $unlink(value);
1152 proto[key] = $unlink(value);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 652 /// int unlink(const char *path);
653 unlink, enumerator in enum:llvm::LibFunc::Func
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 817 milliseconds

1 2