/external/skia/bench/ |
MutexBench.cpp | 25 mu.release();
|
/external/skia/gm/ |
system_preferences_mac.mm | 27 [pool release];
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPVersionInfo.java | 23 /** @return Returns the primary release number, the "1" in version "1.2.3". */ 27 /** @return Returns the secondary release number, the "2" in version "1.2.3". */ 31 /** @return Returns the tertiary release number, the "3" in version "1.2.3". */ 35 /** @return Returns a rolling build number, monotonically increasing in a release. */
|
/frameworks/base/docs/html/tools/revisions/ |
index.jd | 6 an update at their own schedule, so some have their own set of release notes. You can
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
SingleFilterEffect.java | 80 inputFrame.release(); 81 outputFrame.release(); 82 resultFrame.release(); 93 public void release() { method in class:SingleFilterEffect
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
PowerTest.java | 77 mProx.release(); 82 mProx.release(PowerManager.WAIT_FOR_PROXIMITY_NEGATIVE); 91 mProx.release(); 102 mProx.release(PowerManager.WAIT_FOR_PROXIMITY_NEGATIVE);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
FileChannelLockingTest.java | 108 flock.release(); 141 flock1.release(); 153 flock1.release(); 154 flock2.release(); 186 tmpLock.release(); 188 // Acquire another valid lock -- and don't release it yet 203 adjacentLock.release(); 205 // Release longer lived lock 206 lock.release();
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
ChangeLog | 12 * Initial release.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
hash_bytes.h | 44 // the same from release to release -- it may be updated or tuned to 50 // algorithm is guaranteed to stay the same from release to release.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
hash_bytes.h | 44 // the same from release to release -- it may be updated or tuned to 50 // algorithm is guaranteed to stay the same from release to release.
|
/prebuilts/misc/common/asm/ |
README | 12 branched with the tools, and these have different release schedules
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
hash_bytes.h | 44 // the same from release to release -- it may be updated or tuned to 50 // algorithm is guaranteed to stay the same from release to release.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hash_bytes.h | 44 // the same from release to release -- it may be updated or tuned to 50 // algorithm is guaranteed to stay the same from release to release.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
hash_bytes.h | 44 // the same from release to release -- it may be updated or tuned to 50 // algorithm is guaranteed to stay the same from release to release.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hash_bytes.h | 44 // the same from release to release -- it may be updated or tuned to 50 // algorithm is guaranteed to stay the same from release to release.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
hash_bytes.h | 44 // the same from release to release -- it may be updated or tuned to 50 // algorithm is guaranteed to stay the same from release to release.
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/ |
ChangeLog | 12 * Initial release.
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/ |
ChangeLog | 12 * Initial release.
|
/prebuilts/tools/common/asm-tools/ |
README | 12 branched with the tools, and these have different release schedules
|
/prebuilts/tools/common/guava-tools/ |
README | 11 branched with the tools, and these have different release schedules
|
/sdk/emulator/qtools/tests/gtrace/ |
Makefile | 15 $(QTOOLS)/q2g -r $(P4ROOT)/device/out/linux-arm-release/symbols foo test.elf foo.gtrace
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
SharedBuffer.cpp | 55 release(); 75 release(); 93 release(); 102 int32_t SharedBuffer::release(uint32_t flags) const function in class:android::tinyutils::SharedBuffer
|
/system/core/libutils/ |
SharedBuffer.cpp | 53 release(); 73 release(); 91 release(); 100 int32_t SharedBuffer::release(uint32_t flags) const function in class:android::SharedBuffer
|
/external/chromium_org/ppapi/generators/ |
idl_node.py | 73 # A map from any release, to the first unique release 185 def GetType(self, release): 188 return self.typelist.FindRelease(release) 190 def GetDeps(self, release, visited=None): 193 # If this release is not valid for this object, then done. 194 if not self.IsRelease(release) or self.IsA('Comment', 'Copyright'): 197 # If we have cached the info for this release, return the cached value 198 deps = self._deps.get(release, None) 212 deps |= child.GetDeps(release, visited [all...] |
/external/clang/test/Analysis/ |
NSString.m | 46 - (oneway void)release; 142 [s release]; // no-warning 150 [s release]; 151 [q release]; // expected-warning {{used after it is released}} 167 [s release]; 180 // Test double release of CFString (PR 4014). 290 [s release]; 292 [old release]; 299 [s release]; 301 [old release]; [all...] |