HomeSort by relevance Sort by last modified time
    Searched refs:release (Results 151 - 175 of 4886) sorted by null

1 2 3 4 5 67 8 91011>>

  /bionic/libc/private/
ScopedFd.h 39 int release() __attribute__((warn_unused_result)) { function in class:ScopedFd
  /cts/suite/audio_quality/lib/include/
ClientSocket.h 34 virtual void release();
  /cts/tests/tests/os/src/android/os/cts/
PowerManager_WakeLockTest.java 30 * 2 Release your claim to the CPU or screen being on
40 wl.release();
43 // Try ref-counted acquire/release
49 wl.release();
51 wl.release();
60 wl.release();
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
Pools.java 34 * sPool.release(this);
58 * Release an instance to the pool.
60 * @param instance The instance to release.
65 public boolean release(T instance); method in interface:Pools.Pool
110 public boolean release(T instance) { method in class:Pools.SimplePool
159 public boolean release(T element) { method in class:Pools.SynchronizedPool
161 return super.release(element);
  /developers/samples/android/common/src/java/com/example/android/common/util/
Pools.java 36 * <li><b> {@link Pool#release(Object)}:</b> Adds the given object to the pool,
59 * sPool.release(this);
88 * @param instance The instance to release.
92 public boolean release(T instance); method in interface:Pools.Pool
149 * @param instance The element to release.
155 public boolean release(T instance) { method in class:Pools.SimplePool
231 public boolean release(T element) { method in class:Pools.SynchronizedPool
233 return super.release(element);
  /developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
Pools.java 34 * sPool.release(this);
58 * Release an instance to the pool.
60 * @param instance The instance to release.
65 public boolean release(T instance); method in interface:Pools.Pool
110 public boolean release(T instance) { method in class:Pools.SimplePool
159 public boolean release(T element) { method in class:Pools.SynchronizedPool
161 return super.release(element);
  /development/ndk/platforms/android-3/include/sys/
utsname.h 40 char release [SYS_NMLN]; member in struct:utsname
  /development/ndk/platforms/android-L/include/sys/
utsname.h 40 char release [SYS_NMLN]; member in struct:utsname
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
Pools.java 34 * sPool.release(this);
58 * Release an instance to the pool.
60 * @param instance The instance to release.
65 public boolean release(T instance); method in interface:Pools.Pool
110 public boolean release(T instance) { method in class:Pools.SimplePool
159 public boolean release(T element) { method in class:Pools.SynchronizedPool
161 return super.release(element);
  /external/bison/build-aux/
do-release-commit-and-tag 4 # 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 date.\n"
    [all...]
  /external/chromium_org/cc/quads/
shared_quad_state.cc 51 MathUtil::AsValue(content_to_target_transform).release());
53 MathUtil::AsValue(content_bounds).release());
55 MathUtil::AsValue(visible_content_rect).release());
57 value->Set("clip_rect", MathUtil::AsValue(clip_rect).release());
  /external/chromium_org/chrome/browser/extensions/api/system_cpu/
system_cpu_api.cc 29 SetResult(CpuInfoProvider::Get()->cpu_info().ToValue().release());
  /external/chromium_org/chrome/browser/extensions/api/system_memory/
system_memory_api.cc 25 SetResult(MemoryInfoProvider::Get()->memory_info().ToValue().release());
  /external/chromium_org/components/autofill/core/browser/android/
personal_data_manager_android.cc 21 auxiliary_profiles_.push_back(impl.LoadContactsProfile().release());
  /external/chromium_org/native_client_sdk/src/doc/
conf.py 48 # |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/
utsname.h 13 char release[_UTSNAME_LENGTH]; member in struct:utsname
  /external/chromium_org/third_party/WebKit/Source/core/css/
RGBColor.cpp 43 return result.release();
51 return result.release();
59 return result.release();
67 return result.release();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PendingScript.cpp 43 return m_element.release();
  /external/chromium_org/third_party/WebKit/Source/core/xml/
DOMParser.cpp 43 return doc.release();
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
Panner.cpp 59 return panner.release();
  /external/chromium_org/third_party/WebKit/Source/web/
GraphicsLayerFactoryChromium.cpp 49 return layer.release();
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
HLSLCompiler.h 26 void release();
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
conf.py 44 # |version| and |release|, also used in various other places throughout the
50 release = '0.4' variable
108 # "<project> v<release> documentation".
  /external/chromium_org/third_party/skia/bench/
MutexBench.cpp 25 mu.release();
  /external/chromium_org/ui/compositor/
layer_tree_owner.h 21 Layer* release() WARN_UNUSED_RESULT {

Completed in 1131 milliseconds

1 2 3 4 5 67 8 91011>>