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

1234567891011

/external/ceres-solver/internal/ceres/
H A Dcxsparse.h68 // with Free. May return NULL if the compression or allocation fails.
72 // The returned matrix should be deallocated with Free when not used anymore.
76 void Free(cs_di* factor);
77 void Free(cs_dis* factor);
H A Dsuitesparse.h74 // should be disposed off with a delete and not a call to Free as is
206 void Free(cholmod_sparse* m) { cholmod_free_sparse(&m, &cc_); } function in class:ceres::internal::SuiteSparse
207 void Free(cholmod_dense* m) { cholmod_free_dense(&m, &cc_); } function in class:ceres::internal::SuiteSparse
208 void Free(cholmod_factor* m) { cholmod_free_factor(&m, &cc_); } function in class:ceres::internal::SuiteSparse
H A Dcxsparse.cc84 // Free Cholesky factorization.
119 void CXSparse::Free(cs_di* factor) { function in class:ceres::internal::CXSparse
123 void CXSparse::Free(cs_dis* factor) { function in class:ceres::internal::CXSparse
/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.h151 #define H_ALLOC_MEM(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \
155 #define H_ALLOC_MEM_OVERLAY(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \
162 void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
168 static void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
174 void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
180 void Free ## name(type** p) { if (p != NULL) { FDKafree(*p); *p=NULL; } } \
186 void Free ## name(type** p) { if (p != NULL) { FDKafree(*p); *p=NULL; } } \
192 void Free ## name(type** p) { if (p != NULL) { FDKfree_L(*p); *p=NULL; } } \
198 void Free ## name(type** p) { if (p != NULL) { FDKfree_L(*p); *p=NULL; } } \
204 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/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

Completed in 2039 milliseconds

1234567891011