Searched refs:Free (Results 1 - 25 of 254) sorted by relevance

1234567891011

/external/chromium/chrome/browser/importer/
H A Dnss_decryptor_win.cc82 Free();
102 Free();
110 Free();
140 Free();
146 Free();
154 void NSSDecryptor::Free() { function in class:NSSDecryptor
/external/chromium/base/threading/
H A Dthread_local_storage_posix.cc29 void ThreadLocalStorage::Slot::Free() { function in class:base::ThreadLocalStorage::Slot
H A Dthread_local_storage.h43 // Free a previously allocated TLS 'slot'.
47 void Free();
/external/aac/libSYS/include/
H A DgenericStds.h154 #define H_ALLOC_MEM(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \
158 #define H_ALLOC_MEM_OVERLAY(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \
165 void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
171 static void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
177 void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
183 void Free ## name(type** p) { if (p != NULL) { FDKafree(*p); *p=NULL; } } \
189 void Free ## name(type** p) { if (p != NULL) { FDKafree(*p); *p=NULL; } } \
195 void Free ## name(type** p) { if (p != NULL) { FDKfree_L(*p); *p=NULL; } } \
201 void Free ## name(type** p) { if (p != NULL) { FDKfree_L(*p); *p=NULL; } } \
207 void Free ## nam
[all...]
/external/v8/src/
H A Dregexp-stack.h91 void FreeThreadResources() { thread_local_.Free(); }
118 void Free();
/external/valgrind/main/drd/tests/
H A Dtc15_laog_lockdel.stderr.exp4 Free 2 and re-allocate it. This gives it a new identity,
/external/webkit/Source/WebCore/bindings/scripts/
H A Dgobject-generate-headers.pl9 # License as published by the Free Software Foundation; either
19 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34 License as published by the Free Software Foundation; either
44 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
/external/libvpx/examples/includes/geshi/geshi/
H A Dactionscript.php28 * the Free Software Foundation; either version 2 of the License, or
37 * along with GeSHi; if not, write to the Free Software
H A Dada.php32 * the Free Software Foundation; either version 2 of the License, or
41 * along with GeSHi; if not, write to the Free Software
H A Dapplescript.php27 * the Free Software Foundation; either version 2 of the License, or
36 * along with GeSHi; if not, write to the Free Software
H A Dapt_sources.php23 * the Free Software Foundation; either version 2 of the License, or
32 * along with GeSHi; if not, write to the Free Software
H A Dbf.php26 * the Free Software Foundation; either version 2 of the License, or
35 * along with GeSHi; if not, write to the Free Software
H A Dcaddcl.php30 * the Free Software Foundation; either version 2 of the License, or
39 * along with GeSHi; if not, write to the Free Software
H A Dcadlisp.php30 * the Free Software Foundation; either version 2 of the License, or
39 * along with GeSHi; if not, write to the Free Software
H A Dcfdg.php26 * the Free Software Foundation; either version 2 of the License, or
35 * along with GeSHi; if not, write to the Free Software
H A Dcil.php26 * the Free Software Foundation; either version 2 of the License, or
35 * along with GeSHi; if not, write to the Free Software
H A Dcobol.php24 * the Free Software Foundation; either version 2 of the License, or
33 * along with GeSHi; if not, write to the Free Software
H A Ddiv.php27 * the Free Software Foundation; either version 2 of the License, or
36 * along with GeSHi; if not, write to the Free Software
H A Ddot.php27 * the Free Software Foundation; either version 2 of the License, or
36 * along with GeSHi; if not, write to the Free Software
H A Deiffel.php26 * the Free Software Foundation; either version 2 of the License, or
35 * along with GeSHi; if not, write to the Free Software
H A Dfreebasic.php24 * the Free Software Foundation; either version 2 of the License, or
33 * along with GeSHi; if not, write to the Free Software
H A Dgenero.php23 * the Free Software Foundation; either version 2 of the License, or
32 * along with GeSHi; if not, write to the Free Software
H A Dgettext.php25 * the Free Software Foundation; either version 2 of the License, or
34 * along with GeSHi; if not, write to the Free Software
H A Dglsl.php26 * the Free Software Foundation; either version 2 of the License, or
35 * along with GeSHi; if not, write to the Free Software
H A Dhq9plus.php26 * the Free Software Foundation; either version 2 of the License, or
35 * along with GeSHi; if not, write to the Free Software

Completed in 162 milliseconds

1234567891011