/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_data.c | 98 free(node); 130 * so we free data directly */ 132 free(node->data); 134 free(node); 179 free(node);
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3bitset.h | 106 void (*free) (struct ANTLR3_BITSET_struct * bitset); member in struct:ANTLR3_BITSET_struct
|
antlr3lexer.h | 182 /** Pointer to a function that knows how to free the resources of a lexer 184 void (*free) (struct ANTLR3_LEXER_struct * lexer); member in struct:ANTLR3_LEXER_struct
|
antlr3rewritestreams.h | 78 /// Indicates whether we should free the vector or it was supplied to us 156 void (*free) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream); member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVT.java | 423 StringBufferPool.free(buffer); 424 StringBufferPool.free(exprBuffer); 464 StringBufferPool.free(buf); 504 StringBufferPool.free(buf);
|
/external/avahi/avahi-common/ |
avahi-malloc.h | 7 avahi is free software; you can redistribute it and/or modify it 9 published by the Free Software Foundation; either version 2.1 of the 18 License along with avahi; if not, write to the Free Software 41 /** Free some memory */ 77 void (*free)(void *p); 86 /** Like sprintf() but store the result in a freshly allocated buffer. Free this with avahi_free() */
|
/external/bison/build-aux/ |
vc-list-files | 7 # Copyright (C) 2006-2012 Free Software Foundation, Inc. 9 # This program is free software: you can redistribute it and/or modify 11 # the Free Software Foundation, either version 3 of the License, or 51 Copyright (C) $year Free Software Foundation, Inc, 53 This is free software: you are free to change and redistribute it.
|
/external/bison/lib/ |
printf-parse.c | 2 Copyright (C) 1999-2000, 2002-2003, 2006-2012 Free Software Foundation, Inc. 4 This program is free software; you can redistribute it and/or modify 6 the Free Software Foundation; either version 3, or (at your option) 62 /* malloc(), realloc(), free(). */ 619 free (a->arg); 621 free (d->dir); 627 free (a->arg); 629 free (d->dir);
|
xmalloc.c | 3 Copyright (C) 1990-2000, 2002-2006, 2008-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 57 free (p);
|
/external/bison/src/ |
InadequacyList.c | 3 Copyright (C) 2009-2012 Free Software Foundation, Inc. 7 This program is free software: you can redistribute it and/or modify 9 the Free Software Foundation, either version 3 of the License, or 52 free (node);
|
Sbitset.c | 3 Copyright (C) 2009-2012 Free Software Foundation, Inc. 7 This program is free software: you can redistribute it and/or modify 9 the Free Software Foundation, either version 3 of the License, or 49 free (self);
|
uniqstr.c | 3 Copyright (C) 2002-2005, 2009-2012 Free Software Foundation, Inc. 7 This program is free software: you can redistribute it and/or modify 9 the Free Software Foundation, either version 3 of the License, or 135 free); 162 | Free the uniqstrs. |
|
/external/blktrace/btt/ |
aqd.c | 6 * This program is free software; you can redistribute it and/or modify 8 * the Free Software Foundation; either version 2 of the License, or 17 * along with this program; if not, write to the Free Software 56 free(info);
|
bno_dump.c | 6 * This program is free software; you can redistribute it and/or modify 8 * the Free Software Foundation; either version 2 of the License, or 17 * along with this program; if not, write to the Free Software 67 free(param);
|
proc.c | 6 * This program is free software; you can redistribute it and/or modify 8 * the Free Software Foundation; either version 2 of the License, or 17 * along with this program; if not, write to the Free Software 55 free(pnp->u.name); 57 free(pnp->pip->name); 59 free(pnp->pip); 61 free(pnp);
|
/external/boringssl/src/include/openssl/ |
mem.h | 8 * This library is free for commercial and non-commercial use as long as 80 #define OPENSSL_free free
|
/external/cblas/src/ |
cblas_cgerc.c | 78 free(y);
|
cblas_zgerc.c | 78 free(y);
|
/external/compiler-rt/test/lsan/TestCases/ |
high_allocator_contention.cc | 1 // A benchmark that executes malloc/free pairs in parallel. 26 free((void *)p);
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
open_memstream.cc | 61 free(buf);
|
/external/curl/docs/examples/ |
getinmemory.c | 109 free(chunk.memory);
|
opensslthreadlock.c | 91 free(mutex_buf);
|
postinmemory.c | 104 free(chunk.memory);
|
rtsp.c | 167 free(s); 265 free(control); 266 free(sdp_filename); 267 free(uri);
|
/external/curl/lib/ |
http_negotiate_sspi.c | 212 free(input_token); 260 free(encoded); 266 /* Free our security context */ 269 free(neg_ctx->context); 273 /* Free our credentials handle */ 276 free(neg_ctx->credentials); 280 /* Free our identity */ 284 /* Free the SPN and output token */
|