/development/pdk/docs/source/ |
life-of-a-bug.jd | 27 release of the Android software.</li> 64 will remain until it is associated with a specific upcoming release, at which 71 for any particular release.</p> 85 that the bug was fixed in a later release.</p></li> 101 platform release. (Note that this may also include fixes that exist in a 105 Android platform release. When this state is set, we try to also set a 106 property indicating which release it was fixed in.</p></li>
|
/external/webkit/WebCore/dom/ |
MessagePort.cpp | 93 m_entangledChannel->postMessageToRemote(MessagePortChannel::EventData::create(message, channels.release())); 108 return m_entangledChannel.release(); 174 RefPtr<Event> evt = MessageEvent::create(ports.release(), eventData->message()); 177 dispatchEvent(evt.release(), ec); 217 (*portArray)[i] = channel.release(); 230 port->entangle((*channels)[i].release()); 231 (*portArray)[i] = port.release();
|
/frameworks/base/core/java/android/os/ |
Build.java | 77 public static final String RELEASE = getString("ro.build.version.release"); 97 * a release build. 105 * increment monotonically with each official platform release. 110 * not yet turned into an official release. 132 * <p>Applications targeting this or a later release will get these 155 * <p>Applications targeting this or a later release will get these
|
/ndk/docs/ |
APPLICATION-MK.TXT | 62 This optional variable can be defined to either 'release' or 66 A 'release' mode is the default, and will generate highly 72 tag), the default will be 'debug' instead of 'release'. This can 73 be overriden by setting APP_OPTIM to 'release'. 75 Note that it is possible to debug both 'release' and 'debug' 76 binaries, but the 'release' builds tend to provide less information 114 in a future release of the NDK.
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
Semaphore.java | 15 * available, and then takes it. Each {@link #release} adds a permit, 35 * available.release(); 117 * #acquire(int) acquire} and {@link #release(int) release} multiple 122 * a "release" method such as {@code release()} 267 * <li>Some other thread invokes the {@link #release} method for this 297 * some other thread invokes the {@link #release} method for this 352 * <li>Some other thread invokes the {@link #release} method for this 398 public void release() { method in class:Semaphore 581 public void release(int permits) { method in class:Semaphore [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebVideoFullscreenHUDWindowController.mm | 155 [window release]; 169 [_timeline release]; 170 [_remainingTimeText release]; 171 [_elapsedTimeText release]; 172 [_volumeSlider release]; 173 [_playButton release]; 182 [_area release]; 234 [_timelineUpdateTimer release]; 250 [_timelineUpdateTimer release]; 372 [background release]; [all...] |
/external/quake/quake/src/QW/server/ |
qwsv.dsp | 7 CFG=qwsv - Win32 Release
16 !MESSAGE NMAKE /f "qwsv.mak" CFG="qwsv - Win32 Release"
20 !MESSAGE "qwsv - Win32 Release" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "qwsv - Win32 Release"
35 # PROP BASE Output_Dir ".\Release"
36 # PROP BASE Intermediate_Dir ".\Release"
40 # PROP Output_Dir ".\Release"
41 # PROP Intermediate_Dir ".\Release"
85 # Name "qwsv - Win32 Release"
|
/frameworks/base/docs/html/guide/publishing/ |
versioning.jd | 73 successive release of your application uses a greater value. The system does not 77 <p>Typically, you would release the first version of your application with 78 versionCode set to 1, then monotonically increase the value with each release, 79 regardless whether the release constitutes a major or minor release. This means 81 strong resemblance to the application release version that is visible to the 86 release version of the application code, as it should be shown to users. 118 that the current .apk contains the second release of the application code, which 119 corresponds to a minor follow-on release, as shown by the
|
/development/pdk/docs/about/ |
philosophy.jd | 52 <li>At any given moment, there is a current latest release of the Android 55 latest release, fixing bugs, launching new devices, experimenting with new 63 release.</li> 66 be focused on the current platform release.</li> 71 focus. The "next release" of Android is driven by the product needs for the next
|
/external/e2fsprogs/lib/blkid/ |
getsize.c | 107 ((ut.release[0] == '2') && (ut.release[1] == '.') && 108 (ut.release[2] < '6') && (ut.release[3] == '.'))) 125 /* tested on FreeBSD 6.1-RELEASE i386 */
|
/external/expat/lib/ |
expat_static.dsp | 20 !MESSAGE "expat_static - Win32 Release" (based on "Win32 (x86) Static Library")
31 !IF "$(CFG)" == "expat_static - Win32 Release"
40 # PROP Output_Dir "..\win32\bin\Release"
53 # ADD LIB32 /nologo /out:"..\win32\bin\Release/libexpatMT.lib"
83 # Name "expat_static - Win32 Release"
|
/external/netcat/ |
Changelog | 28 massive readme cleanup pre-1.00 release 30 almost-1.00 release up for FTP, but not announced yet 33 nc100 RELEASE, mailing-list spam, etc etc 105 960310 -- 1.09a goddamnit-I'm-gonna-release-REAL-soon 109 RELEASE version tested everywhere I could get to, up for FTP
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_scheduler_tuneables.h | 41 //for release builds 55 //for release builds 74 //for release builds 90 //for release builds 125 //release builds
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_yuv.c | 126 layer->Release (layer); 134 layer->Release (layer); 142 layer->Release (layer); 282 hwdata->surface->Release (hwdata->surface); 285 hwdata->layer->Release (hwdata->layer);
|
/external/tinyxml/ |
echo.dsp | 20 !MESSAGE "echo - Win32 Release" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "echo - Win32 Release"
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
82 # Name "echo - Win32 Release"
|
/external/webkit/WebCore/bindings/js/ |
WorkerScriptController.cpp | 74 ProtectedPtr<JSWorkerContextPrototype> workerContextPrototype = new (m_globalData.get()) JSWorkerContextPrototype(workerContextPrototypeStructure.release()); 78 ProtectedPtr<JSDedicatedWorkerContextPrototype> dedicatedContextPrototype = new (m_globalData.get()) JSDedicatedWorkerContextPrototype(dedicatedContextPrototypeStructure.release()); 81 m_workerContextWrapper = new (m_globalData.get()) JSDedicatedWorkerContext(structure.release(), m_workerContext->toDedicatedWorkerContext()); 86 ProtectedPtr<JSSharedWorkerContextPrototype> sharedContextPrototype = new (m_globalData.get()) JSSharedWorkerContextPrototype(sharedContextPrototypeStructure.release()); 89 m_workerContextWrapper = new (m_globalData.get()) JSSharedWorkerContext(structure.release(), m_workerContext->toSharedWorkerContext());
|
/external/webkit/WebCore/platform/mac/ |
PopupMenuMac.mm | 63 [m_popup.get() release]; // release here since the RetainPtr has retained the object already 95 [attributes release]; 102 [string release]; 188 [event release];
|
/external/webkit/WebCore/platform/network/ |
FormData.cpp | 60 // Just in case, let's assert, and do the cleanup anyway in release builds. 74 return result.release(); 81 return result.release(); 88 return result.release(); 115 return formData.release();
|
/external/webkit/WebKit/win/ |
WebError.cpp | 95 ULONG STDMETHODCALLTYPE WebError::Release(void) 128 *result = BString(m_error.domain()).release(); 138 *result = BString(m_error.localizedDescription()).release(); 143 *result = BString(wkCFNetworkErrorGetLocalizedDescription(code)).release(); 198 *result = BString(m_error.failingURL()).release();
|
WebResource.cpp | 89 ULONG STDMETHODCALLTYPE WebResource::Release(void) 131 *url = BString(String(m_url.string())).release(); 143 *mime = BString(m_mimeType).release(); 155 *encodingName = BString(m_textEncodingName).release(); 167 *name = BString(m_frameName).release();
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/ |
M4vH263Decoder.cpp | 158 mInputBuffer->release(); 202 inputBuffer->release(); 213 inputBuffer->release(); 232 inputBuffer->release(); 243 buffer->release();
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
CodecTest.java | 93 mp.release(); 94 Log.v(TAG, "release"); 119 mp.release(); 148 mp.release(); 186 mp.release(); 220 mp.release(); 230 mp.release(); 239 mp.release(); 362 mp.release(); 389 mp.release(); [all...] |
/packages/apps/Camera/src/com/android/camera/ |
CameraHolder.java | 34 * <p>The {@code open()} and {@code release()} calls are similar to the ones 36 * called before {@code release()}, CameraHolder will try to hold the {@code 49 private int mUsers = 0; // number of open() - number of release() 138 public synchronized void release() { method in class:CameraHolder 154 mCameraDevice.release();
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/ |
sdk-repository-1.xsd | 71 <!-- The optional release note for this package. --> 72 <xsd:element name="release-note" type="xsd:string" minOccurs="0" /> 73 <!-- The optional release note URL of this package --> 74 <xsd:element name="release-url" type="xsd:token" minOccurs="0" /> 112 <!-- The optional release note for this package. --> 113 <xsd:element name="release-note" type="xsd:string" minOccurs="0" /> 114 <!-- The optional release note URL of this package --> 115 <xsd:element name="release-url" type="xsd:token" minOccurs="0" /> 160 <!-- The optional release note for this package. --> 161 <xsd:element name="release-note" type="xsd:string" minOccurs="0" / [all...] |
/external/icu4c/test/perf/ubrkperf/ |
UBrkPerf.pl | 48 $p1 = $ICUPathPrevious2."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe"; 49 $p2 = $ICUPathPrevious."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe"; 50 $p3 = $ICUPathLatest."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
|