Searched refs:release (Results 26 - 50 of 3225) sorted by relevance

1234567891011>>

/external/replicaisland/src/com/replica/replicaisland/
H A DVectorPool.java36 public void release(Object entry) { method in class:VectorPool
38 super.release(entry);
H A DInputXY.java40 public final void release() { method in class:InputXY
41 mXAxis.release();
42 mYAxis.release();
71 mXAxis.release();
75 mYAxis.release();
93 release();
H A DInputKeyboard.java41 public void release(int keycode) { method in class:InputKeyboard
44 mKeys[keycode].release();
51 mKeys[x].release();
/external/chromium_org/extensions/common/features/
H A Dfeature_provider.cc32 make_linked_ptr(client->CreateFeatureProvider("api").release());
34 make_linked_ptr(client->CreateFeatureProvider("manifest").release());
36 make_linked_ptr(client->CreateFeatureProvider("permission").release());
/external/chromium_org/mojo/embedder/
H A Dscoped_platform_handle.h25 ScopedPlatformHandle(RValue other) : handle_(other.object->release()) {}
27 handle_ = other.object->release();
39 PlatformHandle release() WARN_UNUSED_RESULT {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGZoomEvent.cpp40 return rectTearOff.release();
52 return pointTearOff.release();
64 return pointTearOff.release();
/external/lzma/CPP/Common/
H A DAutoPtr.h11 CMyAutoPtr(CMyAutoPtr<T>& p): _p(p.release()) {}
14 reset(p.release());
21 T* release() function in class:CMyAutoPtr
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
63 - (void) release:(NSInteger) marker;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
63 - (void) release:(NSInteger) marker;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
63 - (void) release:(NSInteger) marker;
/external/chromium_org/sync/internal_api/
H A Dprotocol_event_buffer.cc19 buffer_.push_back(event.Clone().release());
32 ret.push_back((*it)->Clone().release());
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerClient.cpp34 OwnPtr<WebMessagePortChannelArray> webChannels = MessagePort::toWebMessagePortChannelArray(channels.release());
35 ServiceWorkerGlobalScopeClient::from(context)->postMessageToClient(m_id, messageString, webChannels.release());
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DDynamicsCompressorNode.idl33 readonly attribute AudioParam release; // in Seconds
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPassTraits.h50 static PassType transfer(Type& value) { return value.release(); }
56 static PassType transfer(Type& value) { return value.release(); }
/external/chromium_org/third_party/skia/gm/
H A Dsystem_preferences_mac.mm27 [pool release];
/external/skia/gm/
H A Dsystem_preferences_mac.mm27 [pool release];
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp97 createJIT(A.release());
98 TheJIT->addModule(B.release());
117 createJIT(A.release());
118 TheJIT->addModule(B.release());
138 createJIT(A.release());
139 TheJIT->addModule(B.release());
159 createJIT(A.release());
160 TheJIT->addModule(B.release());
180 createJIT(A.release());
181 TheJIT->addModule(B.release());
[all...]
/external/bison/build-aux/
H A Ddo-release-commit-and-tag4 # the date, release-type and version string in the NEWS file. That commit
5 # will serve to identify the release, so apply a signed tag to it as well.
36 Run this script from top_srcdir to perform the final pre-release NEWS
37 update in which the date, release-type and version string are
38 recorded. Commit that result with a log entry marking the release,
49 --branch=BRANCH set release branch (default: $branch)
55 To update NEWS and tag the beta 8.1 release of coreutils, I would run this:
82 noteworthy='* Noteworthy changes in release'
135 *) die "invalid release type: $type";;
168 printf "version $ver\n\n* NEWS: Record release dat
[all...]
/external/chromium_org/chrome/browser/extensions/api/experience_sampling_private/
H A Dexperience_sampling_private_api.cc21 SetResult(info.ToValue().release());
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dsystem_cpu_api.cc28 SetResult(CpuInfoProvider::Get()->cpu_info().ToValue().release());
/external/chromium_org/extensions/browser/api/system_memory/
H A Dsystem_memory_api.cc27 SetResult(MemoryInfoProvider::Get()->memory_info().ToValue().release());
/external/chromium_org/native_client_sdk/src/doc/
H A Dconf.py48 # |version| and |release|, also used in various other places throughout the
54 release = '31' variable
106 # "<project> v<release> documentation".
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dutsname.h13 char release[_UTSNAME_LENGTH]; member in struct:utsname
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRGBColor.cpp43 return result.release();
51 return result.release();
59 return result.release();
67 return result.release();
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DDOMParser.cpp43 return doc.release();

Completed in 4870 milliseconds

1234567891011>>