/external/webrtc/src/modules/interface/ |
module.h | 41 // TODO(perkj): Make this pure virtual when Chromium have implemented 51 // When the reference count reach 0 the object will self-destruct. 52 // TODO(perkj): Make this pure virtual when Chromium have implemented
|
/frameworks/base/core/java/android/database/ |
DataSetObservable.java | 27 * Called when the contents of the data set have changed. The recipient 44 * Called when the data set is no longer valid and cannot be queried again, 45 * such as when the data set has been closed.
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHeap.java | 65 * Called when the DDM server connects. The handler is allowed to 71 * Called when the DDM server disconnects. Can be used to disable 114 int when = in.get(); local 116 Log.v("ddm-heap", "Heap segment enable: when=" + when); 118 boolean ok = DdmVmInternal.heapInfoNotify(when); 132 int when = in.get(); local 135 Log.v("ddm-heap", "Heap segment enable: when=" + when 138 boolean ok = DdmVmInternal.heapSegmentNotify(when, what, isNative) [all...] |
/frameworks/base/core/java/android/hardware/ |
SensorEventListener.java | 20 * Used for receiving notifications from the SensorManager when 26 * Called when sensor values have changed. 42 * Called when the accuracy of a sensor has changed.
|
TriggerEvent.java | 21 * associated with a Trigger Sensor. When the sensor detects a trigger 28 * when the trigger happened, the timestamp along with detailed 43 * The value field is of length 1. value[0] = 1.0 when the sensor triggers.
|
/frameworks/base/core/java/com/android/internal/util/ |
IState.java | 39 * Called when a state is entered. 44 * Called when a state is exited. 49 * Called when a message is to be processed by the
|
/frameworks/base/core/jni/ |
android_os_MessageQueue.h | 35 * and calls raiseException() to ensure the exception will be raised when 44 * The exception will be rethrown when control returns to the message queue which 53 * The caller is responsible for releasing its reference when it is done.)
|
/frameworks/base/docs/html/training/scheduling/ |
index.jd | 31 When an Android device is left idle, it will first dim, then turn off the screen, and 33 drained. Yet there are times when your application might require a different behavior:</p> 45 This class describes how to keep a device awake when necessary without draining
|
/frameworks/base/libs/hwui/ |
Stencil.h | 56 * Enables stencil test. When the stencil test is enabled the stencil 62 * Enables stencil write. When stencil write is enabled, the stencil 69 * The test passes only when equal to the specified value.
|
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
SettingsActivity.java | 53 // It's best practice to unregister listeners when your app isn't using them to cut down on 59 // Fires when the user changes a preference. 62 // Sets refreshDisplay to true so that when the user returns to the main
|
/libcore/luni/src/main/java/java/lang/ |
ClassNotFoundException.java | 21 * Thrown when a class loader is unable to find a class. 50 * trace, the specified detail message and the exception that occurred when 64 * Returns the exception which occurred when loading the class.
|
/libcore/luni/src/main/java/java/sql/ |
Wrapper.java | 22 * Developers can get the delegate instance when the instance may be a proxy 49 * when an error occurs when judges the object
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
KeyManagerFactory2Test.java | 123 * throws NullPointerException when algorithm is null; 124 * throws NoSuchAlgorithmException when algorithm is not correct; 156 * throws NullPointerException when algorithm is null; 157 * throws NoSuchAlgorithmException when algorithm is not correct; 158 * throws IllegalArgumentException when provider is null or empty; 159 * throws NoSuchProviderException when provider is available; 184 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 190 fail("IllegalArgumentException must be thrown when provider is empty (algorithm: " 223 * throws NullPointerException when algorithm is null; 224 * throws NoSuchAlgorithmException when algorithm is not correct [all...] |
SSLContext2Test.java | 146 * throws NullPointerException when protocol is null; 147 * throws NoSuchAlgorithmException when protocol is not correct; 181 * throws NullPointerException when protocol is null; 182 * throws NoSuchAlgorithmException when protocol is not correct; 183 * throws IllegalArgumentException when provider is null or empty; 184 * throws NoSuchProviderException when provider is available; 209 fail("IllegalArgumentException must be thrown when provider is null (protocol: " 215 fail("IllegalArgumentException must be thrown when provider is empty (protocol: " 245 * throws NullPointerException when protocol is null; 246 * throws NoSuchAlgorithmException when protocol is not correct [all...] |
TrustManagerFactory2Test.java | 113 * throws NullPointerException when algorithm is null; 114 * throws NoSuchAlgorithmException when algorithm is not correct; 148 * throws NullPointerException when algorithm is null; 149 * throws NoSuchAlgorithmException when algorithm is not correct; 150 * throws IllegalArgumentException when provider is null or empty; 151 * throws NoSuchProviderException when provider is available; 174 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 180 fail("IllegalArgumentException must be thrown when provider is empty (algorithm: " 215 * throws NullPointerException when algorithm is null; 216 * throws NoSuchAlgorithmException when algorithm is not correct [all...] |
/ndk/sources/host-tools/sed-4.2.1/m4/ |
rename.m4 | 36 dnl When crosscompiling, assume rename is broken. 41 AC_CACHE_CHECK([whether rename is broken when the destination exists], 61 [Define if rename does not work when the destination file exists,
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
identity_type.hpp | 33 This macro must be prefixed by <c>typename</c> when used within templates. 35 template parameters when they are wrapped with this macro (these parameters 36 need to be explicitly specified when calling the function template).
|
swap.hpp | 14 // recursion (causing stack overflow) when swapping objects of a primitive 18 // Intel 8.1) don't do argument-dependent lookup when it has a 21 // avoid ambiguity when swapping objects of a Boost type that does
|
/packages/apps/InCallUI/src/com/android/incallui/ |
ProximitySensor.java | 32 * the touchscreen and display when the user is close to the screen to prevent user's cheek from 34 * The class requires special knowledge of the activity and device state to know when the proximity 82 * Called to identify when the device is laid down flat. 119 * Called when the audio mode changes during a call. 142 * Used to save when the UI goes in and out of the foreground. 170 // TODO: Do we disable notification's expanded view when app is in foreground and 181 * whenever the phone is off hook. (When held, that wake lock causes 182 * the screen to turn off automatically when the sensor detects an 209 // We do not keep the screen off when the user is outside in-call screen and we are 210 // horizontal, but we do not force it on when we become horizontal until th [all...] |
/packages/apps/Music/res/values-keyshidden/ |
strings.xml | 21 <!-- Prompt in dialog when creating a playlist and the keyboard is closed. --> 24 <!-- Prompt in dialog when renaming a playlist, and the entered name is the same as the old one. --> 26 <!-- Prompt in dialog when renaming a playlist, and the entered name is different from the old one. -->
|
/packages/apps/Protips/res/values-en-rGB/ |
arrays.xml | 22 <item msgid="8903218961940756528">"Rearrange your Home screen.\n Touch & hold an item and when it vibrates, drag it where you want it to go."</item> 23 <item msgid="3123213860439458492">"Remove items.\n Touch & hold an item and when it vibrates, drag it to the Recycle Bin icon. @drawable/recycle bin"</item> 25 <item msgid="424487960942281801">"Finished with this widget?\n Touch & hold it and when it vibrates, drag it to the Recycle Bin icon."</item>
|
/packages/apps/Protips/res/values-en-rIN/ |
arrays.xml | 22 <item msgid="8903218961940756528">"Rearrange your Home screen.\n Touch & hold an item and when it vibrates, drag it where you want it to go."</item> 23 <item msgid="3123213860439458492">"Remove items.\n Touch & hold an item and when it vibrates, drag it to the Recycle Bin icon. @drawable/recycle bin"</item> 25 <item msgid="424487960942281801">"Finished with this widget?\n Touch & hold it and when it vibrates, drag it to the Recycle Bin icon."</item>
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationSetObserver.java | 32 * Called when the selection set becomes empty. 37 * Handle when the selection set is populated with some items. The observer should not make any 43 * Handle when the selection set gets an element added or removed. The observer should not
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mutex.py | 4 When the mutex is not locked, the queue is empty. 7 When the mutex is unlocked while the queue is not empty, 41 when it is acquired. If the mutex is already locked, place
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mutex.py | 4 When the mutex is not locked, the queue is empty. 7 When the mutex is unlocked while the queue is not empty, 41 when it is acquired. If the mutex is already locked, place
|