Searched refs:release (Results 1 - 25 of 3225) sorted by last modified time

1234567891011>>

/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraManager.java111 camera.release();
/external/zlib/
H A DAndroid.mk73 # step towards killing libunz. If you're reading this in the K release or
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm12 ; * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
/external/webrtc/src/system_wrappers/interface/
H A Dscoped_ptr.h22 // release() added in by Google. Use this to conditionally
90 T* release() { function in class:webrtc::scoped_ptr
168 T* release() { function in class:webrtc::scoped_array
236 T* release() { function in class:webrtc::scoped_ptr_malloc
H A Dscoped_refptr.h97 T* release() { function in class:webrtc::scoped_refptr
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c1676 int release = 1; local
1679 release = rel_num + 1;
1681 ret = os_snprintf(pos, end - pos, "hs20=%d\n", release);
/external/valgrind/main/perf/
H A Dmany-loss-records.c37 /* every n release block operation, 1 block and its children will be leaked */
70 void release (struct Chunk ** mem) function
105 release (&topblocks[freetop]);
/external/valgrind/main/auxprogs/
H A Dnightly-build-summary191 if ($val =~ /Fedora release ([0-9]+)/) {
197 } elsif ($val =~ /Red Hat Enterprise Linux AS release 4/) {
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-mips32-linux.S163 addu $29, $29, 56 #release the stack frame.
185 addu $29, $29, 56 #release the stack frame.
H A Dsyswrap-linux.c2254 HChar release[64]; local
2262 read = VG_(read)(fd, release, sizeof(release) - 1);
2264 release[read] = 0;
2266 //VG_(printf)("kernel release = %s\n", release);
2267 result = (VG_(strncmp)(release, "2.6.22", 6) == 0
2268 && (release[6] < '0' || release[6] > '9'));
/external/valgrind/main/include/vki/
H A Dvki-linux.h1074 char release[65]; member in struct:vki_new_utsname
1686 /* Yield the port (release it if another driver is waiting,
2327 short relsig; /* signal to raise on release req */
2342 #define VKI_VT_RELDISP 0x5605 /* release display */
/external/tcpdump/
H A Dconfig.guess187 # The OS release
194 release='-gnu'
197 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
203 echo "${machine}-${os}${release}"
/external/stlport/
H A DMakefile20 release-shared install-release-shared:
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
/external/stlport/src/
H A Diostream.cpp173 return result.release();
185 return result.release();
224 istream* ptr_cin = new(&cin) istream(cin_buf.get()); cin_buf.release();
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release();
226 ostream* ptr_cerr = new(&cerr) ostream(cerr_buf.get()); cerr_buf.release();
227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release();
238 wistream* ptr_wcin = new(&wcin) wistream(win.get()); win.release();
239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release();
240 wostream* ptr_wcerr = new(&wcerr) wostream(werr.get()); werr.release();
241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release();
[all...]
/external/stlport/stlport/stl/
H A D_auto_ptr.h39 _Tp* release() const { _M_r.__set(__STATIC_CAST(void*, 0)); return _M_p; } function in class:auto_ptr_ref
53 _Tp* release() _STLP_NOTHROW {
89 _Tp* __conversionCheck = __r.release();
94 _Tp* __conversionCheck = __r.release();
100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); }
103 reset(__r.release());
110 { this->__set(__r.release()); }
113 reset(__r.release());
121 { return auto_ptr<_Tp1>(release()); }
H A D_ostream.c133 void release() { function in struct:_SPutBackC
179 __cguard.release();
/external/strace/
H A Dprocess.c982 tprintf("release=\"%s\", version=\"%s\", ",
983 uname.release, uname.version);
H A Dstrace.c163 unsigned os_release; /* generated from uname()'s u.release */
1599 /* u.release has this form: "3.2.9[-some-garbage]" */
1601 p = u.release;
1604 error_msg_and_die("Bad OS release string: '%s'", u.release);
1617 error_msg_and_die("Bad OS release string: '%s'", u.release);
H A Dstrace.spec9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
90 - New upstream release:
103 - New upstream release.
110 - New upstream release.
117 - New upstream release, work mostly by Andreas Schwab and Dmitry V. Levin.
122 - New upstream release, work mostly by Dmitry V. Levin <ldv@altlinux.org>
463 - auto rebuild in the new build environment (release 16)
/external/stressapptest/
H A Dconfig.guess186 # The OS release
193 release='-gnu'
196 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
202 echo "${machine}-${os}${release}"
/external/sqlite/dist/orig/
H A Dsqlite3.c204 ** SQLite3) and Y is the minor version number and Z is the release number.)^
208 ** The SQLITE_VERSION_NUMBER for any given release of SQLite will also
209 ** be larger than the release from which it is derived. Either Y will
1254 ** from one release to the next. Applications must not attempt to access
1312 ** release of SQLite.
1315 ** currently unused, though it might be used in a future release of
1354 ** The SQLite core will never attempt to acquire or release a
1410 ** default behavior in some future release of SQLite.
2182 ** will induce the first process to release its read lock and allow
2284 ** release th
[all...]
/external/sqlite/dist/
H A Dsqlite3.c204 ** SQLite3) and Y is the minor version number and Z is the release number.)^
208 ** The SQLITE_VERSION_NUMBER for any given release of SQLite will also
209 ** be larger than the release from which it is derived. Either Y will
1254 ** from one release to the next. Applications must not attempt to access
1312 ** release of SQLite.
1315 ** currently unused, though it might be used in a future release of
1354 ** The SQLite core will never attempt to acquire or release a
1410 ** default behavior in some future release of SQLite.
2182 ** will induce the first process to release its read lock and allow
2284 ** release th
[all...]
/external/srec/make/asr/
H A DMakefile.config43 ifeq ($(TARGET_BUILD_TYPE),release)
/external/srtp/
H A Dconfig.guess182 # The OS release
189 release='-gnu'
192 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
198 echo "${machine}-${os}${release}"
/external/skia/platform_tools/android/tests/expectations/
H A DAndroid.mk20 # (a) If libskia is built in release, then define SK_RELEASE when building

Completed in 2655 milliseconds

1234567891011>>