/frameworks/minikin/libs/minikin/ |
MinikinFontFreeType.cpp | 67 free(buf); 70 *destroy = free;
|
/frameworks/native/cmds/installd/ |
globals.cpp | 55 free(android_system_dirs.dirs[i].path); 59 free(android_system_dirs.dirs);
|
/frameworks/native/opengl/tests/include/ |
EGLUtils.h | 96 free(configs); 111 free(configs);
|
/hardware/bsp/intel/peripheral/libmraa/src/spi/ |
spi.c | 6 * Permission is hereby granted, free of charge, to any person obtaining 118 free(dev); 141 free(dev); 153 free(dev); 158 free(dev); 163 free(dev); 334 free(recv); 346 free(recv); 356 free(dev);
|
/hardware/bsp/intel/peripheral/libmraa/src/x86/ |
x86.c | 6 * Permission is hereby granted, free of charge, to any person obtaining 85 free(line); 96 free(line);
|
/libcore/ojluni/src/main/native/ |
MappedByteBuffer.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, 61 free(vec); 71 free(vec);
|
ServerSocketChannelImpl.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, 107 free((void *)sa); 118 free((void *)sa);
|
SocketInputStream.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, 113 free(bufP); 151 free(bufP);
|
SocketOutputStream.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, 118 free(bufP); 127 free(bufP);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 70 if (_M_name != _M_static_name) free(_M_name); 91 free(_M_name);
|
/packages/apps/Nfc/nci/jni/ |
DataQueue.cpp | 59 free (header); 143 free (header);
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
perftest.h | 109 free(json_);
110 free(whitespace_);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
pcm_rate.h | 15 * This library is free software; you can redistribute it and/or modify 17 * published by the Free Software Foundation; either version 2.1 of 26 * License along with this library; if not, write to the Free Software 69 * free the converter; optional 71 void (*free)(void *obj); member in struct:snd_pcm_rate_ops 134 void (*free)(void *obj); member in struct:snd_pcm_rate_old_ops
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
pcm_rate.h | 15 * This library is free software; you can redistribute it and/or modify 17 * published by the Free Software Foundation; either version 2.1 of 26 * License along with this library; if not, write to the Free Software 69 * free the converter; optional 71 void (*free)(void *obj); member in struct:snd_pcm_rate_ops 134 void (*free)(void *obj); member in struct:snd_pcm_rate_old_ops
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
ocaml.i | 42 #define SWIG_free(mem) free(mem)
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 70 if (_M_name != _M_static_name) free(_M_name); 91 free(_M_name);
|
/prebuilts/tools/common/proguard/proguard4.7/bin/ |
proguardgui.bat | 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
|
retrace.bat | 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
|
/sdk/files/proguard/bin/ |
proguardgui.bat | 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
|
retrace.bat | 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
|
/system/core/libsync/ |
sync.c | 65 free(info); 88 free(info);
|
/system/core/libutils/ |
SharedBuffer.cpp | 49 free(const_cast<SharedBuffer*>(released)); 119 free(const_cast<SharedBuffer*>(this));
|
/system/security/keystore-engine/ |
android_engine.cpp | 72 free(key_id); 123 /* Many OpenSSL APIs take ownership of an argument on success but don't free 168 free(reply); 189 free(reply); 268 free(reply); 272 free(reply); 336 free(key_id_copy); 377 free(key_id_copy); 426 free(pubkey);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
vsnprintf.c | 2 Copyright (C) 2003, 2004, 2005, 2011, 2013 Free Software Foundation, Inc. 5 This file is part of the libiberty library. This library is free 8 Free Software Foundation; either version 2, or (at your option) 18 the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. 69 free (buf); 84 free (buf);
|
/external/selinux/libsepol/src/ |
services.c | 25 * This library is free software; you can redistribute it and/or 27 * License as published by the Free Software Foundation; either 36 * License along with this library; if not, write to the Free Software 498 free(src); src = strdup("u1"); 499 free(tgt); tgt = strdup("u2"); 504 free(src); src = strdup("t1"); 505 free(tgt); tgt = strdup("t2"); 512 free(src); src = strdup("r1"); 513 free(tgt); tgt = strdup("r2"); 539 free(src); src = strdup("l1") [all...] |