/external/wpa_supplicant_8/src/wps/ |
wps_upnp_event.c | 27 * a usage count and freeing when zero.
|
/external/zlib/src/contrib/inflate86/ |
inffas86.c | 534 " movb %%cl, %%ch\n" /* stash op in ch, freeing cl */ 585 " movb %%cl, %%ch\n" /* stash op in ch, freeing cl */ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
EvaluationTestBench.c | 313 library function free for freeing of memory.
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CallbackProcessor.cpp | 425 ALOGV("%s: Freeing buffer", __FUNCTION__);
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 233 * freeing any resources and connections used during the restore process.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_codec.h | 333 * Destroys a codec context, freeing any associated memory buffers.
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
iio_utils.h | 341 /* decrement count to avoid freeing name */
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
iio_utils.h | 341 /* decrement count to avoid freeing name */
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
iio_utils.h | 340 /* decrement count to avoid freeing name */
|
/hardware/libhardware/include/hardware/ |
audio_policy.h | 347 * for freeing the memory for it using free().
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_rpc_glue.c | 134 * Insert additional freeing code here, if needed
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_rpc_glue.c | 134 * Insert additional freeing code here, if needed
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_rpc_glue.c | 134 * Insert additional freeing code here, if needed
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_rpc_glue.c | 134 * Insert additional freeing code here, if needed
|
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_rpc_glue.c | 134 * Insert additional freeing code here, if needed
|
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_rpc_glue.c | 134 * Insert additional freeing code here, if needed
|
/hardware/ti/omap3/dspbridge/inc/ |
drv.h | 309 * Exit the DRV module, freeing any modules initialized in DRV_Init.
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
run.c | 225 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */ 300 } else if (t != y) { /* kludge to prevent freeing twice */ 326 y->csub = CCOPY; /* prevents freeing until call is over */ 682 dprintf( ("freeing %s %s %o\n", NN(a->nval), NN(a->sval), a->tval) ); [all...] |
/system/bt/doc/ |
style_guide.md | 175 `list_new` should be freed with `list_free` and no other freeing routine.
|
/external/deqp/framework/delibs/depool/ |
deMemPool.c | 72 * The memory pools don't have a freeing operation for individual allocations, 360 /* \note Pool itself is allocated from first page, so we must not touch the pool after freeing the page! */
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_buffer.c | 602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line); 607 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf"); [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_buffer.c | 602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line); 607 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf"); [all...] |
/external/libxml2/doc/html/ |
libxml-uri.html | 49 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>path</tt></i>:</span></td><td>the resource locator in a filesystem notation</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new canonic path, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</td></tr></tbody></table></div><h3><a name="xmlCreateURI" id="xmlCreateURI"></a>Function: xmlCreateURI</h3><pre class="programlisting"><a href="libxml-uri.html#xmlURIPtr">xmlURIPtr</a> xmlCreateURI (void)<br /> 63 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>path</tt></i>:</span></td><td>the resource locator in a filesystem notation</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new URI, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</td></tr></tbody></table></div><h3><a name="xmlPrintURI" id="xmlPrintURI"></a>Function: xmlPrintURI</h3><pre class="programlisting">void xmlPrintURI (FILE * stream, <br /> <a href="libxml-uri.html#xmlURIPtr">xmlURIPtr</a> uri)<br />
|