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

/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/zlib/test/
H A Dminigzip.c44 # define unlink delete macro
48 # define unlink remove macro
57 #ifndef WIN32 /* unlink already in stdio.h for WIN32 */
58 extern int unlink OF((const char *));
145 # include <unistd.h> /* for unlink() */
481 unlink(file);
526 unlink(infile);
/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/webkit/Tools/android/flex-2.5.4a/
H A Dflexdef.h92 #define unlink remove macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c384 Int VG_(unlink) ( const Char* file_name ) function
/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp150 void unlink() { function in struct:textureStore::entry
210 unlink(e);
328 void unlink(entry* e) { function in class:textureStore
335 e->unlink();
351 unlink(e);
/external/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/kernel-headers/original/linux/
H A Dfs.h1090 int (*unlink) (struct inode *,struct dentry *); member in struct:inode_operations
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 396 milliseconds