HomeSort by relevance Sort by last modified time
    Searched refs:Release (Results 1 - 25 of 1411) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/scripts/
release.in 3 cmake -DCMAKE_BUILD_TYPE=Release .
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.cc 34 voe_base_->Release();
35 voe_codec_->Release();
36 voe_volume_control_->Release();
37 voe_dtmf_->Release();
38 voe_rtp_rtcp_->Release();
39 voe_apm_->Release();
40 voe_network_->Release();
41 voe_file_->Release();
42 voe_vsync_->Release();
43 voe_hardware_->Release();
    [all...]
  /external/libchrome/base/
callback_helpers.cc 22 : closure_(other.Release()) {}
26 ReplaceClosure(other.Release());
31 Closure old_closure = Release();
40 Closure ScopedClosureRunner::Release() {
sequenced_task_runner_helpers.h 14 // correct destructor/release function.
34 static_cast<const T*>(object)->Release();
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACRate.txt 8 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_1.pcm > $LOGG
9 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_2.pcm >> $LOGG
10 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_3.pcm >> $LOGG
11 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_4.pcm >> $LOGG
12 ../Release/kenny.exe 13000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_5.pcm >> $LOGG
13 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 60 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_6.pcm >> $LOGG
14 ../Release/kenny.exe 13000 -INIT_RATE 32000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_7.pcm >> $LOGG
16 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/longspeech.pcm $OUTDIR/out_napi_11.pcm >> $LOGG
17 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/longspeech.pcm $OUTDIR/out_napi_12.pcm >> $LOGG
18 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/longspeech.pcm $OUTDIR/out_napi_13.pcm >> $ (…)
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/mac/
scoped_pixel_buffer_object.cc 23 Release();
37 Release();
46 void ScopedPixelBufferObject::Release() {
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_utility.h 34 #define RELEASE_AND_CLEAR(p) if (p) { (p) -> Release () ; (p) = NULL ; }
  /external/google-breakpad/src/client/windows/common/
auto_critical_section.h 51 Release();
62 // Leaves the critical section. The caller should not call Release() unless
64 void Release() {
  /external/webrtc/webrtc/modules/video_capture/windows/
help_functions_ds.cc 58 pPinEnum->Release();
62 pin->Release();
64 pPinEnum->Release();
88 pPinEnum->Release();
92 pin->Release();
95 pPinEnum->Release();
114 pKs->Release();
  /external/webrtc/webrtc/base/
sec_buffer.h 67 Release();
71 void Release() {
113 Release();
140 void Release() {
142 buffers_[i].Release();
  /external/swiftshader/third_party/LLVM/utils/release/
test-release.sh 2 #===-- test-release.sh - Test the LLVM release candidates ------------------===#
11 # Download, build, and test the release candidate for an LLVM release.
26 Release=""
39 echo "usage: `basename $0` -release X.Y -rc NUM [OPTIONS]"
41 echo " -release X.Y The release number to test."
42 echo " -rc NUM The pre-release candidate number."
56 -release | --release
    [all...]
  /external/libusb/msvc/
appveyor.bat 5 if [%Configuration%] NEQ [Release] goto debugx64
15 if [%Configuration%] NEQ [Release] exit 0
16 call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /Release /x64
17 msbuild %libusb_2010% /p:Configuration=Release,Platform=x64 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
26 if [%Configuration%] NEQ [Release] exit 0
27 msbuild %libusb_2010% /p:Configuration=Release,Platform=Win32 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
  /external/swiftshader/src/D3D8/
Direct3DVertexShader8.cpp 57 declaration->Release();
76 unsigned long Direct3DVertexShader8::Release()
80 return Unknown::Release();
Direct3DVertexDeclaration8.cpp 60 unsigned long Direct3DVertexDeclaration8::Release()
64 return Unknown::Release();
Direct3DVertexDeclaration8.hpp 36 unsigned long __stdcall Release() override;
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.cc 167 voe_base_->Release();
171 voe_codec_->Release();
175 voe_volume_control_->Release();
179 voe_dtmf_->Release();
183 voe_rtp_rtcp_->Release();
187 voe_apm_->Release();
191 voe_network_->Release();
195 voe_file_->Release();
200 voe_vsync_->Release();
205 voe_hardware_->Release();
    [all...]
  /external/libchrome/base/task_scheduler/
scheduler_lock_unittest.cc 23 // Acquire()/Release() don't crash.
38 lock_->Release();
44 lock_->Release();
78 lock_->Release();
98 lock.Release();
104 lock.Release();
110 lock.Release();
124 lock.Release();
125 predecessor.Release();
153 lock3.Release();
    [all...]
scheduler_lock_impl.h 31 void Release();
  /external/webrtc/webrtc/voice_engine/
voice_engine_fixture.cc 25 EXPECT_EQ(2, network_->Release());
28 EXPECT_EQ(1, base_->Release());
  /external/libchrome/base/synchronization/
lock_unittest.cc 16 // Basic test to make sure that Acquire()/Release()/Try() don't crash ----------
26 lock_->Release();
32 lock_->Release();
38 lock_->Release();
63 lock.Release();
69 lock.Release();
75 lock.Release();
82 lock.Release();
100 lock_->Release();
130 lock.Release();
    [all...]
lock.h 27 void Release() { lock_.Unlock(); }
48 void Release() {
83 // able to see our lock and tweak our debugging counters, as they release and
124 lock_.Release();
132 // AutoUnlock is a helper that will Release() the |lock| argument in the
139 lock_.Release();
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.h 66 If refcount drops to zero as the result of this release, the object is
75 this class are deleted in the Release method only, by overriding it we make
81 virtual LONG Release();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 82 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>.
111 /// argument. So if you're nested 5 levels of Mark(), and then Release(2)
112 /// you have to release resources for depths 2..5.
114 void Release(int marker);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 80 * essentially calling release() and seek(). If there are markers
107 * argument. So if you're nested 5 levels of mark(), and then release(2)
108 * you have to release resources for depths 2..5.
111 void Release( int marker );
  /external/lzma/CPP/7zip/Archive/Common/
DummyOutStream.h 18 void ReleaseStream() { _stream.Release(); }

Completed in 2287 milliseconds

1 2 3 4 5 6 7 8 91011>>