/dalvik/vm/alloc/ |
DdmHeap.c | 48 * [u1]: capture reason (same as 'when' value from server) 69 /* If there's a one-shot 'when', reset it. 73 LOGW("%s(): can't lock heap to clear when\n", __func__); 106 /* 'when' value */ 127 dvmDdmHandleHpifChunk(int when) 129 switch (when) { 131 dvmDdmSendHeapInfo(when, true); 137 gDvm.gcHeap->ddmHpifWhen = when; 140 LOGI("%s(): can't lock heap to set when\n", __func__); 145 LOGI("%s(): bad when value 0x%08x\n", __func__, when) 407 int when, what; local [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
TreeSet.java | 60 * when an element in the collection does not implement the 100 * @return {@code true} when this {@code TreeSet} did not already contain 103 * when the object cannot be compared with the elements in this 106 * when the object is null and the comparator cannot handle 122 * when an object in the collection cannot be compared with the 125 * when an object in the collection is null and the comparator 185 * when the object cannot be compared with the elements in this 188 * when the object is null and the comparator cannot handle 201 * when this {@code TreeSet} is empty. 217 * when the end object cannot be compared with the elements i [all...] |
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
KSPrivateKeyEntryTest.java | 67 * Assertion: throws NullPointerException when privateKey is null 80 fail("NullPointerException must be thrown when privateKey is null"); 88 * Assertion: throws NullPointerException when chain is null 89 * and throws IllegalArgumentException when chain length is 0 102 fail("NullPointerException must be thrown when chain is null"); 108 fail("IllegalArgumentException must be thrown when chain length is 0"); 115 * Assertion: throws IllegalArgumentException when chain contains certificates 128 fail("IllegalArgumentException must be thrown when chain contains certificates of different types"); 136 * Assertion: throws IllegalArgumentException when algorithm of privateKey 149 fail("IllegalArgumentException must be thrown when key algorithms do not match") [all...] |
/external/jsr305/javadoc/javax/annotation/meta/ |
When.html | 7 When 10 <META NAME="keywords" CONTENT="javax.annotation.meta.When class"> 17 parent.document.title="When"; 57 <A HREF="../../../index.html?javax/annotation/meta/When.html" target="_top"><B>FRAMES</B></A> 58 <A HREF="When.html" target="_top"><B>NO FRAMES</B></A> 89 Enum When</H2> 92 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum<<A HREF="../../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A>> 93 <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>javax.annotation.meta.When</B> 96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable<<A HREF="../../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A>></DD [all...] |
/frameworks/base/core/java/android/view/ |
OrientationEventListener.java | 28 * Helper class for receiving notifications from the SensorManager when 44 * Returned from onOrientationChanged when the device orientation cannot be determined 45 * (typically when the device is in a close to flat position). 85 * {@link #onOrientationChanged} when the device orientation changes. 161 * Called when the orientation of the device has changed. 163 * orientation is 0 degrees when the device is oriented in its natural position, 164 * 90 degrees when its left side is at the top, 180 degrees when it is upside down, 165 * and 270 degrees when its right side is to the top. 166 * {@link #ORIENTATION_UNKNOWN} is returned when the device is close to fla [all...] |
ViewTreeObserver.java | 43 * Interface definition for a callback to be invoked when the focus state within 48 * Callback method to be invoked when the focus changes in the view tree. When 50 * When the view tree transitions from non-touch mode to touch mode, newFocus is 51 * null. When focus changes in non-touch mode (without transition from or to 61 * Interface definition for a callback to be invoked when the global layout state 66 * Callback method to be invoked when the global layout state or the visibility of views 73 * Interface definition for a callback to be invoked when the view tree is about to be drawn. 77 * Callback method to be invoked when the view tree is about to be drawn. At this point, all 91 * Interface definition for a callback to be invoked when the touch mode changes [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
AgendaAdapter.java | 45 TextView when; field in class:AgendaAdapter.ViewHolder 74 holder.when = (TextView) view.findViewById(R.id.when); 87 TextView when = holder.when; local 102 // When 118 when.setText(whenString); 122 when.setCompoundDrawablesWithIntrinsicBounds(null, null, 124 when.setCompoundDrawablePadding(5); 126 when.setCompoundDrawablesWithIntrinsicBounds(null, null, null, null) [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/ |
ContentHandler.java | 81 * Called when a new message starts (a top level message or an embedded
87 * Called when a message ends.
92 * Called when a new body part starts inside a
98 * Called when a body part ends.
103 * Called when a header (of a message or body part) is about to be parsed.
117 * Called when there are no more header fields in a message or body part.
140 * Called when the body of a multipart entity is about to be parsed.
151 * Called when the body of an entity has been parsed.
156 * Called when the body of a discrete (non-multipart) entity is about to
169 * Called when a new entity (message or body part) starts and the [all...] |
/frameworks/base/core/java/android/preference/ |
CheckBoxPreference.java | 87 // for example when enabling the WiFi 176 * Sets the summary to be shown when checked. 178 * @param summary The summary to be shown when checked. 196 * Returns the summary to be shown when checked. 204 * Sets the summary to be shown when unchecked. 206 * @param summary The summary to be shown when unchecked. 224 * Returns the summary to be shown when unchecked. 232 * Returns whether dependents are disabled when this preference is on ({@code true}) 233 * or when this preference is off ({@code false}). 235 * @return Whether dependents are disabled when this preference is on ({@code true} [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemWhen.java | 26 * Implement xsl:when. 28 * <!ELEMENT xsl:when %template;> 29 * <!ATTLIST xsl:when 42 * Each xsl:when element has a single attribute, test, 50 * Each xsl:when element has a single attribute, test, 62 * Each xsl:when element has a single attribute, test,
|
/dalvik/vm/mterp/ |
NOTES.txt | 13 There are other ways for a thread to be stopped when a GC happens, notably: 16 allocation, or indirectly by allocating an exception when something 25 things, but they matter when considering the contents of Dalvik's virtual 47 (This is potentially an issue when debugging, since we can theoretically 66 when it's no longer needed can be awkward. 68 Any solution must work correctly when returning into or returning from native
|
/external/freetype/include/freetype/internal/ |
ftvalid.h | 59 /* return an error later when trying to load the glyph). */ 124 /* called when a broken table is detected */ 128 /* called when an invalid offset is detected */ 132 /* called when an invalid format/value is detected */ 136 /* called when an invalid glyph index is detected */ 140 /* called when an invalid field value is detected */
|
/external/webkit/WebKit/chromium/public/ |
WebPasswordFormData.h | 57 // When parsing an HTML form, this must always be set. 76 // When parsing an HTML form, this must always be set. 81 // When parsing an HTML form, this must always be set. 86 // When parsing an HTML form, this is typically empty unless the site 92 // When parsing an HTML form, this must always be set. 97 // When parsing an HTML form, this is typically empty.
|
/frameworks/opt/emoji/ |
EmojiFactory.h | 41 // each career. Returns NULL when there's no mapping for "sjis". 49 // Returns NULL when there's no mapping for "vsp". 56 // Returns Android PUA corresponding to "sjis". Returns -1 when there's no 61 // when ther's no mapping from "pua" to a specific sjis. 77 // -1 when there's no mapping from "vsp" to a Android PUA. 80 // Returns Vendor-specific PUA corresponding to "pua". Returns -1 when
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
TransitionDrawableTest.java | 94 // start when there is no transition 100 // start when there is a transition in progress 107 // start when there is a reverse transition in progress 134 // reset when there is no transition 139 // reset when there is a transition in progress 147 // reset when there is a reverse transition in progress 173 // reverse when there is no transition 185 // reverse when there is a transition in progress 193 // reverse when there is a reverse transition in progress 213 + "TransitionDrawable#draw(Canvas) when param canvas is null" [all...] |
/dalvik/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.
|
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
KeyManagerFactory2Test.java | 129 * throws NullPointerException when algorithm is null; 130 * throws NoSuchAlgorithmException when algorithm is not correct; 168 * throws NullPointerException when algorithm is null; 169 * throws NoSuchAlgorithmException when algorithm is not correct; 170 * throws IllegalArgumentException when provider is null or empty; 171 * throws NoSuchProviderException when provider is available; 202 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 208 fail("IllegalArgumentException must be thrown when provider is empty (algorithm: " 241 * throws NullPointerException when algorithm is null; 242 * throws NoSuchAlgorithmException when algorithm is not correct [all...] |
TrustManagerFactory2Test.java | 119 * throws NullPointerException when algorithm is null; 120 * throws NoSuchAlgorithmException when algorithm is not correct; 160 * throws NullPointerException when algorithm is null; 161 * throws NoSuchAlgorithmException when algorithm is not correct; 162 * throws IllegalArgumentException when provider is null or empty; 163 * throws NoSuchProviderException when provider is available; 192 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 198 fail("IllegalArgumentException must be thrown when provider is empty (algorithm: " 233 * throws NullPointerException when algorithm is null; 234 * throws NoSuchAlgorithmException when algorithm is not correct [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
ExampleBroadcastReceiver.java | 29 * BroadcastReceiver starts off disabled, and we only enable it when there is a widget 30 * instance created, in order to only receive notifications when we need them. 38 // For our example, we'll also update all of the widgets when the timezone
|
/external/dbus/dbus/ |
dbus-connection.h | 85 /** Called when libdbus needs a new watch to be monitored by the main 92 /** Called when dbus_watch_get_enabled() may return a different value 98 /** Called when libdbus no longer needs a watch to be monitored by the 104 /** Called when libdbus needs a new timeout to be monitored by the main 111 /** Called when dbus_timeout_get_enabled() may return a different 118 /** Called when libdbus no longer needs a timeout to be monitored by the 124 /** Called when the return value of dbus_connection_get_dispatch_status() 131 * Called when the main loop's thread should be notified that there's now work 144 * Called when a pending call now has a reply available. Set with 151 * Called when a message needs to be handled. The result indicates whether o [all...] |
/external/freetype/ |
Android.mk | 12 # when loading complex pages in the browser 46 # when running the program to activate it. It will dump memory 47 # statistics when FT_Done_FreeType is called
|
/external/kernel-headers/original/linux/mtd/ |
flashchip.h | 50 the same physical chip when present. */ 55 /* We omit len for now, because when we group them together 72 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
|
/external/webkit/WebCore/manual-tests/ |
print-with-height-transition-in-screen-stylesheet.html | 14 <div>A: When printing you should be able to see all three paragraphs below.</div> 20 <div>B: When printing you should be able to see one line below.</div> 22 <div>C: When printing you should be able to see one line below</div>
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHeap.java | 66 * Called when the DDM server connects. The handler is allowed to 72 * Called when the DDM server disconnects. Can be used to disable 115 int when = in.get(); local 117 Log.v("ddm-heap", "Heap segment enable: when=" + when); 119 boolean ok = DdmVmInternal.heapInfoNotify(when); 133 int when = in.get(); local 136 Log.v("ddm-heap", "Heap segment enable: when=" + when 139 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.
|