HomeSort by relevance Sort by last modified time
    Searched full:migrate (Results 1 - 25 of 62) sorted by null

1 2 3

  /packages/apps/Nfc/
migrate_nfc.txt 0 # Migrate the mytag file from the old pacakge name
5 # Migrate the prefs from the old package name
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 66 migrate(mRingbackRegistrants, from.mRingbackRegistrants); method
67 migrate(mPreciseCallStateRegistrants, from.mPreciseCallStateRegistrants); method
68 migrate(mNewRingingConnectionRegistrants, from.mNewRingingConnectionRegistrants); method
69 migrate(mIncomingRingRegistrants, from.mIncomingRingRegistrants); method
70 migrate(mDisconnectRegistrants, from.mDisconnectRegistrants); method
71 migrate(mServiceStateRegistrants, from.mServiceStateRegistrants); method
72 migrate(mMmiCompleteRegistrants, from.mMmiCompleteRegistrants); method
73 migrate(mMmiRegistrants, from.mMmiRegistrants); method
74 migrate(mUnknownConnectionRegistrants, from.mUnknownConnectionRegistrants); method
75 migrate(mSuppServiceFailedRegistrants, from.mSuppServiceFailedRegistrants) method
78 static void migrate(RegistrantList to, RegistrantList from) { method in class:SipPhoneBase
    [all...]
  /external/webkit/WebCore/WebCore.vcproj/
WebCoreGenerated.vcproj 25 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash build-generated-files.sh "$(WebKitOutputDir)" "$(WebKitLibrariesDir)" windows
bash migrate-scripts.sh "$(WebKitOutputDir)/obj/WebCore/scripts"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
26 ReBuildCommandLine="echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

del /s /q "$(WebKitOutputDir)\obj\WebCore\DerivedSources"
del /s /q "$(WebKitOutputDir)\obj\WebCore\scripts"
%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
bash build-generated-files.sh "$(WebKitOutputDir)" "$(WebKitLibrariesDir)" windows
bash migrate-scripts.sh "$(WebKitOutputDir)/obj/WebCore/scripts"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
45 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash build-generated-files.sh "$(WebKitOutputDir)" "$(WebKitLibrariesDir)" cairo
bash migrate-scripts.sh "$(WebKitOutputDir)/obj/WebCore/scripts"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
46 ReBuildCommandLine="echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

del /s /q "$(WebKitOutputDir)\obj\WebCore\DerivedSources"
del /s /q "$(WebKitOutputDir)\obj\WebCore\scripts"
%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
bash build-generated-files.sh "$(WebKitOutputDir)" "$(WebKitLibrariesDir)" cairo
bash migrate-scripts.sh "$(WebKitOutputDir)/obj/WebCore/scripts"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
MigrateScripts 37 # Migrate generation scripts
  /external/webkit/WebKit/chromium/public/
WebPopupMenuInfo.h 41 // FIXME: migrate clients to WebMenuItemInfo and remove this temporary Item typedef.
  /frameworks/base/docs/html/sdk/1.1_r1/
upgrading.jd 124 <h2 id="migrate">Migrate Your Applications, if Necessary</h2>
127 the Android 1.0 SDK, you will need to migrate your applications. After
144 <p>If you have modified one of the ApiDemos applications and would like to migrate it
  /frameworks/base/docs/html/sdk/1.0_r1/
upgrading.jd 7 <p>This guide will help you migrate your development environment and applications
134 <h2 id="migrate">Migrate your applications</h2>
137 the Android 1.0 SDK, you will need to migrate your applications. After
152 <p>If you have modified one of the ApiDemos applications and would like to migrate it
  /frameworks/base/docs/html/sdk/1.0_r2/
upgrading.jd 7 <p>This guide will help you migrate your development environment and applications
134 <h2 id="migrate">Migrate your applications</h2>
137 the Android 1.0 SDK, you will need to migrate your applications. After
152 <p>If you have modified one of the ApiDemos applications and would like to migrate it
  /external/qemu/
qemu-monitor.hx 90 @item info migrate
466 { "migrate", "-ds", do_migrate,
467 "[-d] uri", "migrate to URI (using -d to not wait for completion)" },
469 @item migrate [-d] @var{uri}
470 Migrate to @var{uri} (using -d to not wait for completion).
  /packages/apps/Calendar/src/com/android/calendar/
AlertService.java 309 // Migrate from pre-Froyo boolean setting if necessary.
317 // No Froyo setting. Migrate pre-Froyo setting to new Froyo-defined value.
CalendarPreferenceActivity.java 127 // If needed, migrate vibration setting from a previous version
  /external/chromium/third_party/icu/source/test/perf/usetperf/
usetperf.cpp 8 * migrate old test created by aliu to perf test framework.
  /external/icu4c/test/perf/usetperf/
usetperf.cpp 8 * migrate old test created by aliu to perf test framework.
  /external/iproute2/include/linux/
xfrm.h 422 /* Used by MIGRATE to pass addresses IKE should use to perform
  /frameworks/base/docs/html/sdk/1.5_r1/
upgrading.jd 28 <li><a href="#MigrateYourApplications">Migrate Your Applications</a>
238 <a href="#MigrateYourApplications">Migrate Your Applications</a>.</p>
285 <a href="#MigrateYourApplications">Migrate Your Applications</a>.</p>
288 <h2 id="MigrateYourApplications">Migrate Your Applications</h2>
  /frameworks/base/docs/html/sdk/1.5_r2/
upgrading.jd 28 <li><a href="#MigrateYourApplications">Migrate Your Applications</a>
238 <a href="#MigrateYourApplications">Migrate Your Applications</a>.</p>
285 <a href="#MigrateYourApplications">Migrate Your Applications</a>.</p>
288 <h2 id="MigrateYourApplications">Migrate Your Applications</h2>
  /frameworks/base/docs/html/sdk/1.5_r3/
upgrading.jd 30 <li><a href="#MigrateYourApplications">Migrate Your Applications</a>
240 <a href="#MigrateYourApplications">Migrate Your Applications</a>.</p>
287 <a href="#MigrateYourApplications">Migrate Your Applications</a>.</p>
290 <h2 id="MigrateYourApplications">Migrate Your Applications</h2>
  /frameworks/base/docs/html/sdk/1.6_r1/
upgrading.jd 26 <li><a href="#MigrateYourApps">Migrate Your Applications</a></li>
277 <h2 id="MigrateYourApps">Migrate Your Applications</h2>
280 applications, you must first migrate the applications to the new Android
293 <p class="note"><strong>Note:</strong> You only need migrate your application as
  /packages/apps/Email/src/com/android/email/mail/
PackedString.java 28 * Binary compatible with Address.pack() format, which should migrate to use this code.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
markup.sgml 16 easily migrate to full-scale XML at a later time if the need arises.
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 141 // If needed, migrate vibration setting from a previous version
  /external/bluetooth/glib/tests/
threadpool-test.c 118 /* Wait for the threads to migrate. */
  /ndk/docs/
STANDALONE-TOOLCHAIN.html 169 there to help you migrate existing code.
  /frameworks/base/docs/html/sdk/
RELEASENOTES.jd 85 to make a few changes to your development environment to migrate to the new SDK.
92 to migrate the application to the new SDK, compile it using the platform
360 to make a few changes to your development environment to migrate to the new SDK.
367 to migrate the application to the new SDK, compile it using the platform
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 436 // clone will not change. When we migrate to Collections,

Completed in 977 milliseconds

1 2 3