/prebuilts/go/darwin-x86/test/bugs/ |
bug395.go | 3 // When issue 1909 is fixed, change from skip to compile.
|
/prebuilts/go/linux-x86/test/bugs/ |
bug395.go | 3 // When issue 1909 is fixed, change from skip to compile.
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
elf32_sparc.sh | 1 # If you change this file, please also look at files which source this one:
|
solaris2.sh | 1 # If you change this file, please also look at files which source this one:
|
/frameworks/base/docs/html/guide/topics/resources/ |
runtime-changes.jd | 10 <li><a href="#RetainingAnObject">Retaining an Object During a Configuration Change</a></li> 11 <li><a href="#HandlingTheChange">Handling the Configuration Change Yourself</a> 18 <li><a href="http://android-developers.blogspot.com/2009/02/faster-screen-orientation-change.html">Faster 19 Screen Orientation Change</a></li> 26 <p>Some device configurations can change during runtime 27 (such as screen orientation, keyboard availability, and language). When such a change occurs, 56 <li><a href="#RetainingAnObject">Retain an object during a configuration change</a> 61 <li><a href="#HandlingTheChange">Handle the configuration change yourself</a> 63 changes, but receive a callback when the configurations do change, so that you can manually update 69 <h2 id="RetainingAnObject">Retaining an Object During a Configuration Change</h2 [all...] |
/external/antlr/antlr-3.4/runtime/C/ |
ChangeLog | 1 The following changes (change numbers refer to perforce) were 7 Change 5641 on 2009/02/20 by jimi@jimi.jimi.antlr3 13 Change 5639 on 2009/02/20 by jimi@jimi.jimi.antlr3 19 Change 5577 on 2009/02/12 by jimi@jimi.jimi.antlr3 34 Change 5576 on 2009/02/11 by jimi@jimi.jimi.antlr3 40 Change 5575 on 2009/02/08 by jimi@jimi.jimi.antlr3 52 This change implements the first of two C runtime changes that make 70 This single change alone reduces memory usage in the test case (20,604 104 Change 5563 on 2009/01/28 by jimi@jimi.jimi.antlr3 109 Change 5562 on 2009/01/28 by jimi@jimi.jimi.antlr [all...] |
/toolchain/binutils/binutils-2.25/etc/ |
add-log.el | 26 ;;; add-log.el --- change log maintenance commands for Emacs 55 (defvar change-log-default-name nil 56 "*Name of a change log file for \\[add-change-log-entry].") 61 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun' 74 (defvar change-log-font-lock-keywords 78 "Additional expressions to highlight in Change Log mode.") 80 (defvar change-log-mode-map nil 81 "Keymap for Change Log major mode.") 82 (if change-log-mode-ma [all...] |
/developers/samples/android/media/BasicMediaRouter/ |
template-params.xml | 24 <!-- change minSdk if needed--> 36 Once connected, use the "Change Color" button to change the background color of the secondary screen.
|
/development/ndk/platforms/android-21/include/media/ |
NdkMediaCrypto.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
/external/chromium-trace/catapult/dashboard/dashboard/templates/ |
main.html | 10 target="_blank" title="View graph" class="change-table"> 40 class="change-table">{{anomaly.bug_id}}</a></td> 110 a.change-table:link { 114 a.change-table:visited { 119 .improvement-over-20 a.change-table:link, 120 .improvement-over-10 a.change-table:link, 121 .improvement-under-10 a.change-table:link, 122 .regression-over-20 a.change-table:link, 123 .regression-over-10 a.change-table:link, 124 .regression-under-10 a.change-table:link [all...] |
/external/jacoco/ |
README.android | 12 compilation. The changes are surrounded by "BEGIN android-change" and "END android-change". Here 16 2) Change default OutputMode to none in org.jacoco.core.runtime.AgentOptions
|
/external/libweave/src/states/ |
state_change_queue.h | 19 // The |timestamp| records the time of the state change. 30 // An object to record and retrieve device state change notification events. 44 // Accumulated list of device state change notifications.
|
/external/llvm/test/MC/MachO/ |
coal-sections-x86_64.s | 21 // WARNING: note: change section name to "__text" 23 // WARNING: note: change section name to "__const" 25 // WARNING: note: change section name to "__data"
|
/external/mockito/src/org/mockito/ |
Incubating.java | 17 * <li>For types or methods that are already released this annotation means that that the API might change. 19 * The only reason we would want to change it is to provide better support for using and extending Mockito. 23 * and can change before release.
|
/external/toybox/toys/other/ |
chcon.c | 1 /* chcon.c - Change file security context 14 Change the SELinux security context of listed file[s]. 16 -h change symlinks instead of what they point to.
|
/external/v8/test/mjsunit/es7/ |
object-observe-debug-event.js | 45 print(change.type + " " + change.name + " " + change.oldValue);
|
/frameworks/av/include/ndk/ |
NdkMediaCrypto.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
/frameworks/av/media/ndk/ |
NdkMediaCryptoPriv.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
NdkMediaFormatPriv.h | 20 * Do not change method signatures. 21 * Do not change the value of constants. 22 * Do not change the size of any of the classes defined in here.
|
/prebuilts/go/darwin-x86/src/sort/ |
example_multi_test.go | 12 // A Change is a record of source code changes, recording user, language, and delta size. 13 type Change struct { 19 type lessFunc func(p1, p2 *Change) bool 23 changes []Change 28 func (ms *multiSorter) Sort(changes []Change) { 54 // could change the functions to return -1, 0, 1 and reduce the 77 var changes = []Change{ 93 // Closures that order the Change structure. 94 user := func(c1, c2 *Change) bool { 97 language := func(c1, c2 *Change) bool [all...] |
/prebuilts/go/linux-x86/src/sort/ |
example_multi_test.go | 12 // A Change is a record of source code changes, recording user, language, and delta size. 13 type Change struct { 19 type lessFunc func(p1, p2 *Change) bool 23 changes []Change 28 func (ms *multiSorter) Sort(changes []Change) { 54 // could change the functions to return -1, 0, 1 and reduce the 77 var changes = []Change{ 93 // Closures that order the Change structure. 94 user := func(c1, c2 *Change) bool { 97 language := func(c1, c2 *Change) bool [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/media/ |
NdkMediaCrypto.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/media/ |
NdkMediaCrypto.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/media/ |
NdkMediaCrypto.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/media/ |
NdkMediaCrypto.h | 21 * Do not change method signatures. 22 * Do not change the value of constants. 23 * Do not change the size of any of the classes defined in here.
|