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

<<21222324252627282930>>

  /external/valgrind/none/tests/arm/
ldrt.c 89 free(b);
99 free(c);
107 free(d);
115 free(e);
  /external/valgrind/none/tests/x86/
ssse3_misaligned.c 16 free(x);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoTrack.java 61 private static native void free(long nativeTrack); method in class:VideoTrack
  /external/webrtc/webrtc/modules/audio_processing/ns/
noise_suppression_x.c 29 free(nsxInst);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf.cpp 140 free(*state);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
m4venc_oscl.h 32 #define M4VENC_FREE(ptr) free(ptr)
  /frameworks/base/core/jni/android/graphics/
NinePatchPeeker.h 40 free(mPatch);
  /hardware/intel/common/libva/test/basic/
test_09.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
100 free(contexts);
101 free(configs);
102 free(surfaces);
103 free(entrypoints);
test_x11.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
57 free(profiles);
  /hardware/intel/common/libva/va/glx/
va_glx.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
64 free(pDriverContextGLX);
71 free(pDisplayContextGLX);
109 free(pDriverContextGLX);
110 free(pDisplayContextGLX);
  /hardware/intel/common/libwsbm/src/
wsbm_mm.h 8 * Permission is hereby granted, free of charge, to any person obtaining a
35 * performance gains if a smarter free list is implemented. Currently it is just an
36 * unordered stack of free regions. This could easily be improved if an RB-tree
57 int free; member in struct:_WsbmMMNode
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
hmm_grow.c 42 /* Simply free the new block, allowing it to coalesce with any
43 ** free block at that was the last block in the chunk prior to
46 U(free)(desc, HEAD_TO_PTR_REC(end));
  /libcore/ojluni/src/main/java/java/sql/
Blob.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,
270 * it holds. The object is invalid once the <code>free</code>
273 * After <code>free</code> has been called, any attempt to invoke a
274 * method other than <code>free</code> will result in a <code>SQLException</code>
275 * being thrown. If <code>free</code> is called multiple times, the subsequent
276 * calls to <code>free</code> are treated as a no-op.
285 void free() throws SQLException; method in interface:Blob
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/
new_array_nothrow_replace.pass.cpp 29 std::free(p);
new_array_replace.pass.cpp 29 std::free(p);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/
new_nothrow_replace.pass.cpp 29 std::free(p);
new_replace.pass.cpp 29 std::free(p);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16.pass.cpp 39 std::free(p);
codecvt_utf8.pass.cpp 39 std::free(p);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_throw.pass.cpp 44 std::free(p);
pointer_throw.pass.cpp 41 std::free(p);
  /ndk/tests/device/test-stlport_shared-exception/jni/
new1_2.cpp 2 // Test that a throw in foo destroys the A, but does not free the memory.
44 std::free (p);
new2_1.cpp 45 free (p);
  /ndk/tests/device/test-stlport_static-exception/jni/
new1_2.cpp 2 // Test that a throw in foo destroys the A, but does not free the memory.
44 std::free (p);
new2_1.cpp 45 free (p);

Completed in 865 milliseconds

<<21222324252627282930>>