Searched defs:unlink (Results 1 - 25 of 31) sorted by relevance

12

/external/icu/icu4c/source/common/
H A Dlrucache.cpp30 void LRUCache::CacheEntry::unlink() { function in class:LRUCache::CacheEntry
60 entry->unlink();
99 entry->unlink();
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py15 def unlink(path): function
17 os.unlink(path)
/external/apache-xml/src/main/java/org/apache/xpath/
H A DVariableStack.java166 // (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/
H A Dfuse.h101 // Called by unlink()
102 int (*unlink)(const char* path); member in struct:fuse_operations
H A Dkernel_proxy.cc714 int KernelProxy::unlink(const char* path) { function in class:nacl_io::KernelProxy
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp53 void Graph::Edge::unlink() function in class:nv50_ir::Graph::Edge
H A Dnv50_ir_peephole.cpp1282 inline void unlink(Record **);
1478 MemoryOpt::Record::unlink(Record **list) function in class:nv50_ir::MemoryOpt::Record
1689 r->unlink(&loads[f]);
1693 r->unlink(&stores[f]);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp53 void Graph::Edge::unlink() function in class:nv50_ir::Graph::Edge
H A Dnv50_ir_peephole.cpp1282 inline void unlink(Record **);
1478 MemoryOpt::Record::unlink(Record **list) function in class:nv50_ir::MemoryOpt::Record
1689 r->unlink(&loads[f]);
1693 r->unlink(&stores[f]);
/external/zlib/src/test/
H A Dminigzip.c48 # define unlink delete macro
52 # define unlink remove macro
61 #ifndef WIN32 /* unlink already in stdio.h for WIN32 */
62 extern int unlink OF((const char *));
149 # include <unistd.h> /* for unlink() */
489 unlink(file);
542 unlink(infile);
/external/bison/darwin-lib/
H A Dunistd.h89 lseek(), read(), unlink(), write() in <io.h>. */
1757 # undef unlink
1758 # define unlink rpl_unlink
1760 _GL_FUNCDECL_RPL (unlink, int, (char const *file) _GL_ARG_NONNULL ((1)));
1761 _GL_CXXALIAS_RPL (unlink, int, (char const *file));
1763 _GL_CXXALIAS_SYS (unlink, int, (char const *file));
1765 _GL_CXXALIASWARN (unlink);
1767 # undef unlink macro
1769 _GL_WARN_ON_USE (unlink, "unlink i
[all...]
/external/bison/linux-lib/
H A Dunistd.h89 lseek(), read(), unlink(), write() in <io.h>. */
1757 # undef unlink
1758 # define unlink rpl_unlink
1760 _GL_FUNCDECL_RPL (unlink, int, (char const *file) _GL_ARG_NONNULL ((1)));
1761 _GL_CXXALIAS_RPL (unlink, int, (char const *file));
1763 _GL_CXXALIAS_SYS (unlink, int, (char const *file));
1765 _GL_CXXALIASWARN (unlink);
1767 # undef unlink macro
1769 _GL_WARN_ON_USE (unlink, "unlink i
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnssd_ipc.h51 # define unlink _unlink macro
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java1372 MultistepExprHolder unlink(MultistepExprHolder itemToRemove) method in class:RedundentExprEliminator.MultistepExprHolder
1394 assertion(false, "unlink failed!!!");
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgram.cpp154 unlink(true);
249 unlink(false);
275 void Program::unlink(bool destroy) function in class:gl::Program
308 unlink(false);
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py134 test.unlink('file')
135 test.unlink('subdir', 'file')
1393 def unlink(self, file): member in class:TestCmd
1401 os.unlink(file)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DLinkedHashSet.h56 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();
H A DListHashSet.h191 void unlink(Node*);
830 unlink(node);
842 unlink(node);
913 void ListHashSet<T, inlineCapacity, U, Allocator>::unlink(Node* node) function in class:WTF::ListHashSet
935 unlink(node);
/external/valgrind/main/coregrind/
H A Dm_libcfile.c415 Int VG_(unlink) ( const HChar* file_name ) function
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h214 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**);
1977 true, // Needs finalization. The anchor needs to unlink itself from the chain.
H A DHeap.cpp654 entry->unlink(&m_freeLists[i]);
954 object->unlink(previousNext);
1261 HeapPage<Header>::unlink(this, unused, previousNext);
1416 void HeapPage<Header>::unlink(ThreadHeap<Header>* heap, HeapPage* unused, HeapPage** prevNext) function in class:blink::HeapPage
/external/fio/
H A Dthread_options.h103 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/
H A Dmootools-1.2.2-core-nc.js111 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);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h652 /// int unlink(const char *path);
653 unlink, enumerator in enum:llvm::LibFunc::Func
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 930 milliseconds

12