Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/text/format/
DDateFormat.java589 boolean standalone = (kind == 'c'); in getDayOfWeekString()
591 return standalone ? ld.tinyStandAloneWeekdayNames[day] : ld.tinyWeekdayNames[day]; in getDayOfWeekString()
593 return standalone ? ld.longStandAloneWeekdayNames[day] : ld.longWeekdayNames[day]; in getDayOfWeekString()
595 return standalone ? ld.shortStandAloneWeekdayNames[day] : ld.shortWeekdayNames[day]; in getDayOfWeekString()
600 boolean standalone = (kind == 'L'); in getMonthString()
602 return standalone ? ld.tinyStandAloneMonthNames[month] : ld.tinyMonthNames[month]; in getMonthString()
604 return standalone ? ld.longStandAloneMonthNames[month] : ld.longMonthNames[month]; in getMonthString()
606 return standalone ? ld.shortStandAloneMonthNames[month] : ld.shortMonthNames[month]; in getMonthString()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java345 public void startDocument(String encoding, Boolean standalone) throws IOException, in startDocument() argument
348 + (standalone ? "yes" : "no") + "' ?>\n"); in startDocument()
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.in99 /* Define for standalone Android linker */
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd401 <code>make-standalone-toolchain.sh</code> on the command line. GCC 4.9 remains the
460 <li>Modified the following headers for standalone use: <code>sys/user.h</code>, and
486 <li>Removed bash-specific code from <code>make-standalone-toolchain.sh</code>.
652 <li>Fixed <code>--toolchain=</code> in <code>make-standalone-toolchain.sh</code> so that it
822 <li>For a standalone toolchain, use the <code>--toolchain=</code> option in the
823 <code>make-standalone-toolchain.sh</code> script. For example: <code>--toolchain=arm-linux-androide…
895 <li>Fixed <code>make-standalone-toolchain.sh --stl=libc++</code> so that it:</li>
935 <li>It is now possible to call the make-standalone-toolchain.sh script with
974 <li>The <code>make-standalone-toolchain.sh</code> script copies
994 <li>Execute <code>make-standalone-toolchain.sh --stl=libc++</code>
[all …]
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java188 boolean standalone; // certain "batches" don't participate in coalescing field in AlarmManagerService.Batch
360 if (standalone) { in toString()
489 if (!b.standalone && b.canHold(whenElapsed, maxWhen)) { in attemptCoalesceLocked()
527 a.repeatInterval, a.operation, batch.standalone, doValidate, a.workSource, in rebatchAllAlarmsLocked()
766 batch.standalone = isStandalone; in setImplLocked()
1448 alarm.repeatInterval, alarm.operation, batch.standalone, true, in triggerAlarmsLocked()
/frameworks/base/docs/html/training/accessibility/
Dservice.jd45 as a standalone Android project. The steps to creating the service are the same
/frameworks/base/docs/html/guide/topics/connectivity/
Dsip.jd105 <td>Represents a SIP session that is associated with a SIP dialog or a standalone transaction
/frameworks/base/docs/html/sdk/
Dindex.jd114 <p class="sdk-terms-intro">Before installing Android Studio or the standalone SDK tools,
DOLD_RELEASENOTES.jd381 …sm connection, and to initiate incoming voice call. (This is also present in standalone DDMS.)</li>
DRELEASENOTES.jd156 standalone version of the <code>zipalign</code> tool, so you can run also run it
/frameworks/base/docs/html/google/gcm/
Dccs.jd530 * code can be run as a standalone CCS client.
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd53 video from media files stored in your application's resources (raw resources), from standalone files
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd945 your application can run standalone, it should probably be
/frameworks/base/docs/html/tools/devices/
Demulator.jd162 application in the Android emulator. You can launch the emulator as a standalone
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd1791 <li>Fixes SSL download for the standalone version of the SDK Updater.</li>
Declipse-adt.jd2287 <li>Includes the improvements from the standalone Android SDK and AVD Manager,
/frameworks/base/api/
Dsystem-current.txt56159 field public static final java.lang.String STANDALONE = "standalone";
Dcurrent.txt53630 field public static final java.lang.String STANDALONE = "standalone";