/external/skia/tools/tests/rebaseline/output/marked-unreviewed/output-expected/ |
command_line | 1 python tools/rebaseline.py --expectations-root tools/tests/rebaseline/output/marked-unreviewed/output-actual/gm-expectations --actuals-base-url tools/tests/rebaseline/input/json1 --bugs 1234 5678 --builders Test-Android-GalaxyNexus-SGX540-Arm7-Debug Test-Win7-ShuttleA-HD2000-x86-Release --notes notes_content --unreviewed
|
/external/v8/ |
.gitignore | 33 /tools/visual_studio/Release
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipWakeLock.java | 39 release(null); 61 synchronized void release(Object holder) { method in class:SipWakeLock 65 mWakeLock.release(); 67 if (DBG) log("release count=" + mHolders.size());
|
/ndk/build/tools/ |
cleanup-apps.sh | 4 # a clean release. This will get rid of auto-generated files in the
|
/ndk/sources/cpufeatures/ |
README.TXT | 6 but it is DEPRECATED and will be removed in a future NDK release.
|
/bionic/libc/kernel/common/linux/ |
utsname.h | 26 char release[9]; member in struct:oldold_utsname 36 char release[65]; member in struct:old_utsname 45 char release[65]; member in struct:new_utsname
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
ANTLRIntArrayTest.m | 20 [intArray release]; 33 [intArray release]; 44 [intArray release];
|
IntArrayTest.m | 20 [intArray release]; 33 [intArray release]; 44 [intArray release];
|
/external/chromium/base/memory/ |
ref_counted.h | 30 bool Release() const; 56 bool Release() const; 93 void Release() const { 94 if (subtle::RefCountedBase::Release()) { 141 void Release() const { 142 if (subtle::RefCountedThreadSafeBase::Release()) { 171 // of calling AddRef and Release manually on a reference counted object to 172 // avoid common memory leaks caused by forgetting to Release an object 241 ptr_->Release(); 248 // Release a pointer 253 T* release() { function in class:scoped_refptr [all...] |
/external/chromium/base/synchronization/ |
lock_unittest.cc | 13 // Basic test to make sure that Acquire()/Release()/Try() don't crash ---------- 23 lock_->Release(); 29 lock_->Release(); 35 lock_->Release(); 60 lock.Release(); 66 lock.Release(); 72 lock.Release(); 79 lock.Release(); 97 lock_->Release(); 127 lock.Release(); [all...] |
/external/chromium/chrome/browser/cocoa/ |
scoped_authorizationref.h | 64 // scoped_AuthorizationRef::release() is like scoped_ptr<>::release. It is 68 AuthorizationRef release() WARN_UNUSED_RESULT {
|
/external/chromium/chrome/browser/ui/cocoa/importer/ |
import_progress_dialog_cocoa.mm | 101 [explanatory_text_ release]; 102 [favorites_status_text_ release]; 103 [search_status_text_ release]; 104 [saved_password_status_text_ release]; 105 [history_status_text_ release]; 107 [favorites_import_enabled_ release]; 108 [search_import_enabled_ release]; 109 [password_import_enabled_ release]; 110 [history_import_enabled_ release]; 112 [progress_text_ release]; [all...] |
/external/chromium_org/base/mac/ |
scoped_authorizationref.h | 66 // ScopedAuthorizationRef::release() is like scoped_ptr<>::release. It is 70 AuthorizationRef release() WARN_UNUSED_RESULT {
|
scoped_ioplugininterface.h | 30 (*object_)->Release(object_); 35 (*object_)->Release(object_); 61 InterfaceT release() WARN_UNUSED_RESULT {
|
/external/chromium_org/base/process/ |
process_metrics.cc | 35 res->Set("meminfo", memory_info_.ToValue().release()); 36 res->Set("diskinfo", disk_info_.ToValue().release()); 39 res->Set("swapinfo", swap_info_.ToValue().release());
|
/external/chromium_org/base/synchronization/ |
lock_unittest.cc | 15 // Basic test to make sure that Acquire()/Release()/Try() don't crash ---------- 25 lock_->Release(); 31 lock_->Release(); 37 lock_->Release(); 62 lock.Release(); 68 lock.Release(); 74 lock.Release(); 81 lock.Release(); 99 lock_->Release(); 129 lock.Release(); [all...] |
/external/chromium_org/chromeos/dbus/ |
fake_bluetooth_profile_service_provider.cc | 35 void FakeBluetoothProfileServiceProvider::Release() { 36 VLOG(1) << object_path_.value() << ": Release"; 37 delegate_->Release();
|
/external/chromium_org/mojo/public/bindings/lib/ |
passable.h | 27 HandleType release() MOJO_WARN_UNUSED_RESULT { 32 return ScopedHandleBase<HandleType>(release()); 55 reset(scoper.release());
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
MediaControlsChromium.cpp | 60 return controls.release(); 76 panel->appendChild(playButton.release(), exceptionState); 82 panel->appendChild(timeline.release(), exceptionState); 89 panel->appendChild(currentTimeDisplay.release(), exceptionState); 95 panel->appendChild(durationDisplay.release(), exceptionState); 101 panel->appendChild(panelMuteButton.release(), exceptionState); 108 panel->appendChild(slider.release(), exceptionState); 115 panel->appendChild(toggleClosedCaptionsButton.release(), exceptionState); 122 panel->appendChild(fullscreenButton.release(), exceptionState); 127 enclosure->appendChild(panel.release(), exceptionState) [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
MapLongVariableNames.h | 19 // singleton, and after use, call Release(). GetInstance() and Release() should 24 void Release();
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
intltest.vcxproj | 12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
RELNOTES-3.2.1 | 2 Mesa 3.2.1 release notes 8 The Mesa 3.2.1 release mainly just fixes bugs since the 3.2 release.
|
/external/chromium_org/third_party/opus/src/win32/VS2010/ |
opus_demo.vcxproj | 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" [all...] |
test_opus_api.vcxproj | 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 61 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" [all...] |
test_opus_decode.vcxproj | 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 61 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" [all...] |