HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 1451 - 1475 of 5893) sorted by null

<<51525354555657585960>>

  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_ni.cpp 81 free((void*)mPayload);
131 free((void*)passThrough);
142 free((void*)passThrough);
253 free(pSession->rawRequest);
283 free(loc_eng_ni_data_p->sessionEs.rawRequest);
295 free(loc_eng_ni_data_p->session.rawRequest);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_ni.cpp 81 free((void*)mPayload);
131 free((void*)passThrough);
142 free((void*)passThrough);
253 free(pSession->rawRequest);
283 free(loc_eng_ni_data_p->sessionEs.rawRequest);
295 free(loc_eng_ni_data_p->session.rawRequest);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_ni.cpp 81 free((void*)mPayload);
131 free((void*)passThrough);
142 free((void*)passThrough);
253 free(pSession->rawRequest);
283 free(loc_eng_ni_data_p->sessionEs.rawRequest);
295 free(loc_eng_ni_data_p->session.rawRequest);
  /libcore/ojluni/src/main/native/
zip_util.c 5 * This code is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation. Oracle designates this
18 * 2 along with this work; if not, write to the Free Software Foundation,
243 free(zip->name);
244 free(zip);
255 /* First free any cached jzentry */
258 free(zip->name);
268 free(zip->cencache.data);
271 free(zip->comment);
273 free(zip)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp 34 free(json_);
115 free(data);
156 free(data);
234 free(actualBuffer);
235 free(expectedBuffer);
243 free(expectedBuffer);
  /system/core/libcutils/
hashmap.c 63 free(map);
129 free(map->buckets);
149 free(entry);
153 free(map->buckets);
155 free(map);
302 free(current);
  /art/runtime/interpreter/mterp/arm/
op_mul_long_2addr.S 19 mov r0, rINST @ r0<- &fp[A] (free up rINST)
  /bionic/libc/bionic/
fts.c 170 free(parent);
175 free(parent);
176 mem2: free(sp->fts_path);
177 mem1: free(sp);
220 free(freep);
222 free(p);
228 /* Free up child linked list, sort array, path buffer, stream ptr.*/
232 free(sp->fts_array);
233 free(sp->fts_path);
234 free(sp)
    [all...]
scandir.cpp 36 free(names_[--size_]);
38 free(names_);
  /bionic/libc/upstream-openbsd/lib/libc/locale/
_wcstod.h 125 free(buf);
142 free(buf);
  /bionic/linker/
linker_allocator.h 106 void free(void* ptr);
132 void free(void* ptr);
  /bootable/recovery/minui/
resources.cpp 228 free(p_row);
234 if (result < 0 && surface != NULL) free(surface);
308 free(p_row);
318 if (surface[i]) free(surface[i]);
320 free(surface);
369 if (result < 0 && surface != NULL) free(surface);
455 if (result < 0 && surface != NULL) free(surface);
460 free(surface);
  /build/tools/rgb2565/
to565.c 95 free(error-3);
96 free(next_error-3);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
SocketStream.cpp 58 free(m_buf);
77 free(m_buf);
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.cpp 47 free(m_buf);
72 free(m_buf);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 119 void (*free) (struct ANTLR3_TREE_NODE_STREAM_struct * tns); member in struct:ANTLR3_TREE_NODE_STREAM_struct
299 void (*free) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
304 /// closed it will not free the root tree as this tree always
antlr3tokenstream.h 180 /** Function that knows how to free the memory for an ANTLR3_TOKEN_STREAM
182 void (*free) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream); member in struct:ANTLR3_TOKEN_STREAM_struct
285 * but that does not free up any resources, such as the token factory
293 /** Function that knows how to free an ANTLR3_COMMON_TOKEN_STREAM
295 void (*free) (struct ANTLR3_COMMON_TOKEN_STREAM_struct * tokenStream); member in struct:ANTLR3_COMMON_TOKEN_STREAM_struct
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 104 stream->free = antlr3TreeNodeStreamFree;
163 stream->free (stream);
174 stream->tnstream->free (stream->tnstream);
175 stream->free (stream);
191 stream->free = antlr3CommonTreeNodeStreamFree;
261 // free the originating tree. Anything that we rewrite or
294 stream->free(stream);
304 stream->adaptor->free (stream->adaptor);
305 stream->free (stream);
316 stream->adaptor->free (stream->adaptor)
    [all...]
  /external/bison/src/
system.h 3 Copyright (C) 2000-2007, 2009-2012 Free Software Foundation, Inc.
5 This program is free software: you can redistribute it and/or modify
7 the Free Software Foundation, either version 3 of the License, or
158 # define obstack_chunk_free free
226 | Free a linked list. |
235 free (_node); \
  /external/cblas/src/
cblas_cher2.c 145 free(x);
147 free(y);
cblas_chpr2.c 143 free(x);
145 free(y);
cblas_zher2.c 146 free(x);
148 free(y);
cblas_zhpr2.c 144 free(x);
146 free(y);
  /external/cmockery/cmockery_0_1_2/
configure.ac 43 AC_CHECK_FUNCS(free)
  /external/curl/docs/examples/
xmlstream.c 58 free(state->characters.memory);
152 free(state.characters.memory);

Completed in 415 milliseconds

<<51525354555657585960>>