/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.h | 84 #define FREE(_ptr) \ 87 free(_ptr); \
|
/libcore/luni/src/test/native/ |
libcore_io_Memory_test.cpp | 55 free(dst); 56 free(src); 95 free(src); 121 free(dst);
|
/libcore/ojluni/src/main/java/java/sql/ |
Array.java | 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, 349 * it holds. The object is invalid once the <code>free</code> 352 * After <code>free</code> has been called, any attempt to invoke a 353 * method other than <code>free</code> will result in a <code>SQLException</code> 354 * being thrown. If <code>free</code> is called multiple times, the subsequent 355 * calls to <code>free</code> are treated as a no-op. 364 void free() throws SQLException; method in interface:Array
|
Clob.java | 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, 313 * that it holds. The object is invalid once the <code>free</code> method 316 * After <code>free</code> has been called, any attempt to invoke a 317 * method other than <code>free</code> will result in a <code>SQLException</code> 318 * being thrown. If <code>free</code> is called multiple times, the subsequent 319 * calls to <code>free</code> are treated as a no-op. 328 void free() throws SQLException; method in interface:Clob
|
SQLXML.java | 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, 173 * The state moves from readable to not readable once free() or any of the 177 * The state moves from writable to not writeable once free() or any of the 198 * After <code>free</code> has been called, any attempt to invoke a 199 * method other than <code>free</code> will result in a <code>SQLException</code> 200 * being thrown. If <code>free</code> is called multiple times, the subsequent 201 * calls to <code>free</code> are treated as a no-op. 207 void free() throws SQLException method in interface:SQLXML [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/ |
allocate.pass.cpp | 32 std::free(p);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
pointer_deleter_throw.pass.cpp | 44 std::free(p);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_exception_storage.cpp | 48 #include <cstdlib> // for calloc, free 61 std::free ( p );
|
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
mm_malloc.h | 3 * Permission is hereby granted, free of charge, to any person obtaining a copy 71 free(__p);
|
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
mm_malloc.h | 3 * Permission is hereby granted, free of charge, to any person obtaining a copy 71 free(__p);
|
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
mm_malloc.h | 3 * Permission is hereby granted, free of charge, to any person obtaining a copy 71 free(__p);
|
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
mm_malloc.h | 3 * Permission is hereby granted, free of charge, to any person obtaining a copy 71 free(__p);
|
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
mm_malloc.h | 3 * Permission is hereby granted, free of charge, to any person obtaining a copy 71 free(__p);
|
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
mm_malloc.h | 3 * Permission is hereby granted, free of charge, to any person obtaining a copy 71 free(__p);
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
mm_malloc.h | 3 * Permission is hereby granted, free of charge, to any person obtaining a copy 71 free(__p);
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
mm_malloc.h | 3 * Permission is hereby granted, free of charge, to any person obtaining a copy 71 free(__p);
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
mm_malloc.h | 3 * Permission is hereby granted, free of charge, to any person obtaining a copy 71 free(__p);
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
mm_malloc.h | 3 * Permission is hereby granted, free of charge, to any person obtaining a copy 71 free(__p);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
sis_drm.h | 6 * Permission is hereby granted, free of charge, to any person obtaining a 56 unsigned long free; member in struct:__anon37339
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/ |
types.h | 65 #define mem_free(ptr, bsize) free(ptr)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
sis_drm.h | 6 * Permission is hereby granted, free of charge, to any person obtaining a 56 unsigned long free; member in struct:__anon39132
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/ |
types.h | 66 #define mem_free(ptr, bsize) free(ptr)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
pcrt32.h | 6 #define _ffree free
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_windows_386.c | 45 free(v);
|
gcc_windows_amd64.c | 45 free(v);
|