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

1 2 3 4 5 67 8 91011>>

  /external/icu4c/tools/pkgdata/
pkgdata.vcproj 114 Name="Release|Win32"
115 OutputDirectory=".\x86\Release"
116 IntermediateDirectory=".\x86\Release"
139 TypeLibraryName=".\x86\Release/pkgdata.tlb"
150 PrecompiledHeaderFile=".\x86\Release/pkgdata.pch"
151 AssemblerListingLocation=".\x86\Release/"
152 ObjectFile=".\x86\Release/"
153 ProgramDataBaseFileName=".\x86\Release/"
171 OutputFile=".\x86\Release/pkgdata.exe"
174 ProgramDatabaseFile=".\x86\Release/pkgdata.pdb
    [all...]
  /external/expat/bcb5/
expatw_static.bpr 6 <PROJECT value="Release\libexpatws_mtd.lib"/>
7 <OBJFILES value="Release\obj\libexpatw_static\xmlparse.obj
8 Release\obj\libexpatw_static\xmlrole.obj
9 Release\obj\libexpatw_static\xmltok.obj"/>
24 <RELEASELIBPATH value="$(BCB)\lib\release"/>
54 Release=0
115 Item0=Release\obj\libexpatw_static
116 Item1=Release\obj\libexpat_static
117 Item2=Release\obj\mts
118 Item3=Release\obj\m
    [all...]
expat.bpr 6 <PROJECT value="Release\libexpat_mtd.dll"/>
7 <OBJFILES value="Release\obj\libexpat\xmlparse.obj Release\obj\libexpat\xmlrole.obj
8 Release\obj\libexpat\xmltok.obj"/>
26 <RELEASELIBPATH value="$(BCB)\lib\release"/>
54 Release=0
108 Item0=Release\obj\libexpat
109 Item1=Release\obj\libexpat_static
110 Item2=Release\obj\mtd
111 Item3=Release\obj\m
    [all...]
xmlwf.bpr 6 <PROJECT value="Release\xmlwf.exe"/>
7 <OBJFILES value="Release\obj\xmlwf\codepage.obj Release\obj\xmlwf\win32filemap.obj
8 Release\obj\xmlwf\xmlfile.obj Release\obj\xmlwf\xmlwf.obj"/>
14 <LIBFILES value="Release\libexpat_mtd.lib"/>
26 <RELEASELIBPATH value="$(BCB)\lib\release"/>
54 Release=0
106 Item0=Release\obj\xmlwf
107 Item1=..\xmlwf\Release
    [all...]
  /external/quake/quake/src/WinQuake/
WinQuake.dsp 7 CFG=winquake - Win32 Release
16 !MESSAGE NMAKE /f "WinQuake.mak" CFG="winquake - Win32 Release"
20 !MESSAGE "winquake - Win32 Release" (based on "Win32 (x86) Application")
23 !MESSAGE "winquake - Win32 GL Release" (based on "Win32 (x86) Application")
34 !IF "$(CFG)" == "winquake - Win32 Release"
38 # PROP BASE Output_Dir ".\Release"
39 # PROP BASE Intermediate_Dir ".\Release"
43 # PROP Output_Dir ".\Release"
44 # PROP Intermediate_Dir ".\Release"
117 !ELSEIF "$(CFG)" == "winquake - Win32 GL Release"
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.001 7 CFG=gas2masm - Win32 Release
16 !MESSAGE NMAKE /f "gas2masm.mak" CFG="gas2masm - Win32 Release"
20 !MESSAGE "gas2masm - Win32 Release" (based on\
31 !IF "$(CFG)" == "gas2masm - Win32 Release"
35 # PROP BASE Output_Dir ".\Release"
36 # PROP BASE Intermediate_Dir ".\Release"
40 # PROP Output_Dir ".\Release"
41 # PROP Intermediate_Dir ".\Release"
83 # Name "gas2masm - Win32 Release"
gas2masm.dsp 7 CFG=gas2masm - Win32 Release
16 !MESSAGE NMAKE /f "gas2masm.mak" CFG="gas2masm - Win32 Release"
20 !MESSAGE "gas2masm - Win32 Release" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "gas2masm - Win32 Release"
35 # PROP BASE Output_Dir ".\Release"
36 # PROP BASE Intermediate_Dir ".\Release"
40 # PROP Output_Dir ".\Release"
41 # PROP Intermediate_Dir ".\Release"
83 # Name "gas2masm - Win32 Release"
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.dsp 7 CFG=gas2masm - Win32 Release
16 !MESSAGE NMAKE /f "gas2masm.mak" CFG="gas2masm - Win32 Release"
20 !MESSAGE "gas2masm - Win32 Release" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "gas2masm - Win32 Release"
35 # PROP BASE Output_Dir ".\Release"
36 # PROP BASE Intermediate_Dir ".\Release"
40 # PROP Output_Dir ".\Release"
41 # PROP Intermediate_Dir ".\Release"
81 # Name "gas2masm - Win32 Release"
  /external/stlport/stlport/stl/
_auto_ptr.h 39 _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()); }
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/
Version.src 25 * the Xalan release.
38 * Get the basic version string for the current Xalan release.
85 * the previous release. 'n' represents the n'th
99 * Release Number.
100 * Release number. This changes when:
104 * - its designated as a reference release.
108 return @version.RELEASE@;
114 * drop applied to a specific release and contains
116 * with the release and contains no API changes.
118 * development drop for a release.
    [all...]
Version.java 25 * the Xalan release.
38 * Get the basic version string for the current Xalan release.
85 * the previous release. 'n' represents the n'th
99 * Release Number.
100 * Release number. This changes when:
104 * - its designated as a reference release.
114 * drop applied to a specific release and contains
116 * with the release and contains no API changes.
118 * development drop for a release.
128 * a specific release. D01 is the first development dro
    [all...]
  /external/icu4c/i18n/
cpdtrans.h 37 * @internal Use transliterator factory methods instead since this class will be removed in that release.
62 * @internal Use transliterator factory methods instead since this class will be removed in that release.
74 * @internal Use transliterator factory methods instead since this class will be removed in that release.
85 * @internal Use transliterator factory methods instead since this class will be removed in that release.
92 * @internal Use transliterator factory methods instead since this class will be removed in that release.
98 * @internal Use transliterator factory methods instead since this class will be removed in that release.
104 * @internal Use transliterator factory methods instead since this class will be removed in that release.
111 * @internal Use transliterator factory methods instead since this class will be removed in that release.
119 * @internal Use transliterator factory methods instead since this class will be removed in that release.
125 * @internal Use transliterator factory methods instead since this class will be removed in that release
    [all...]
  /external/icu4c/test/perf/usetperf/
usetperf.vcproj 21 Name="Release|Win32"
22 OutputDirectory=".\x86\Release"
23 IntermediateDirectory=".\x86\Release"
44 TypeLibraryName=".\x86\Release/usetperf.tlb"
56 PrecompiledHeaderFile=".\x86\Release/usetperf.pch"
57 AssemblerListingLocation=".\x86\Release/"
58 ObjectFile=".\x86\Release/"
59 ProgramDataBaseFileName=".\x86\Release/"
78 OutputFile=".\x86\Release/usetperf.exe"
82 ProgramDatabaseFile=".\x86\Release/usetperf.pdb
    [all...]
  /external/quake/quake/src/QW/
release233_notes.txt 2 QuakeWorld 2.33 Test Release
5 QuakeWorld 2.33 is a test release to address several issues that have
9 This test release contains both a new client and server to address these
10 problems. This release is currently compatible with 2.30 servers and clients,
12 release of QuakeWorld with be 2.4 and will be changed so previous versions
38 Feedback for the release should be directed to Zoid at zoid@idsoftware.com
  /external/webkit/WebKit/mac/WebView/
WebNavigationData.mm 45 [url release];
46 [title release];
47 [originalRequest release];
48 [response release];
49 [clientRedirectSource release];
104 [_private release];
  /external/icu4c/tools/gencfu/
gencfu.vcproj 106 Name="Release|Win32"
107 OutputDirectory=".\x86\Release"
108 IntermediateDirectory=".\x86\Release"
143 AssemblerListingLocation=".\x86\Release/"
144 ObjectFile=".\x86\Release/"
145 ProgramDataBaseFileName=".\x86\Release/"
162 OutputFile=".\x86\Release\gencfu.exe"
192 Name="Release|x64"
193 OutputDirectory=".\x64\Release"
194 IntermediateDirectory=".\x64\Release"
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
PowerManager_WakeLockTest.java 59 notes = "Test method: release",
60 method = "release",
73 * 2 Release your claim to the CPU or screen being on
83 wl.release();
86 // Try ref-counted acquire/release
92 wl.release();
94 wl.release();
103 wl.release();
  /ndk/samples/hello-neon/
build.properties 12 # You can also use it define how the release builds are signed by declaring
16 # The password will be asked during the build when you use the 'release' target.
  /packages/experimental/
README 3 of public release, but which might be useful for someone as a test
18 Every major release, we intend to remove and archive any package that
  /external/icu4c/samples/legacy/
legacy.vcproj 21 Name="Release|Win32"
22 OutputDirectory=".\x86\Release"
23 IntermediateDirectory=".\x86\Release"
44 TypeLibraryName=".\x86\Release/legacy.tlb"
56 PrecompiledHeaderFile=".\x86\Release/legacy.pch"
57 AssemblerListingLocation=".\x86\Release/"
58 ObjectFile=".\x86\Release/"
59 ProgramDataBaseFileName=".\x86\Release/"
78 OutputFile=".\x86\Release/legacy.exe"
82 ProgramDatabaseFile=".\x86\Release/legacy.pdb
    [all...]
  /external/clearsilver/man/man3/
skipFreeList.3 28 Release all resources used by <list> including all key/value
  /external/e2fsprogs/util/
subset.exclude 32 RELEASE-NOTES
  /external/quake/quake/src/QW/docs/
readme.qwsv 1 QWSV Notes (May.05.1998 Release)
  /external/v8/tools/visual_studio/
release.vsprops 5 Name="release"
  /ndk/build/tools/
cleanup-apps.sh 4 # a clean release. This will get rid of auto-generated files in the

Completed in 65 milliseconds

1 2 3 4 5 67 8 91011>>