/frameworks/native/include/media/hardware/ |
HardwareAPI.h | 30 // A pointer to this struct is passed to the OMX_SetParameter when the extension 34 // When Android native buffer use is disabled for a port (the default state), 36 // buffers. This is the mode that will be used when CPU access to the buffer is 39 // When Android native buffer use has been enabled for a given port, the video 55 // A pointer to this struct is passed to OMX_SetParameter() when the extension 59 // When meta data is stored in the video buffers passed between OMX clients 92 // A pointer to this struct is passed to OMX_SetParameter() when the extension 117 // A pointer to this struct is passed to OMX_SetParameter when the extension 131 // A pointer to this struct is passed to OMX_GetParameter when the extension 149 // A pointer to this struct is passed to OMX_SetParameter when the extensio [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KSPrivateKeyEntryTest.java | 60 * Assertion: throws NullPointerException when privateKey is null 67 fail("NullPointerException must be thrown when privateKey is null"); 75 * Assertion: throws NullPointerException when chain is null 76 * and throws IllegalArgumentException when chain length is 0 83 fail("NullPointerException must be thrown when chain is null"); 89 fail("IllegalArgumentException must be thrown when chain length is 0"); 96 * Assertion: throws IllegalArgumentException when chain contains certificates 103 fail("IllegalArgumentException must be thrown when chain contains certificates of different types"); 111 * Assertion: throws IllegalArgumentException when algorithm of privateKey 118 fail("IllegalArgumentException must be thrown when key algorithms do not match") [all...] |
/ndk/sources/host-tools/sed-4.2.1/m4/ |
mbrlen.m4 | 32 dnl Test whether mbrlen puts the state into non-initial state when parsing an 44 dnl Initial guess, used when cross-compiling or when no suitable locale 80 dnl Test whether mbrlen, when parsing the end of a multibyte character, 94 dnl Initial guess, used when cross-compiling or when no suitable locale 148 dnl Test whether mbrlen, when parsing a NUL character, correctly returns 0. 156 AC_CACHE_CHECK([whether mbrlen returns 0 when parsing a NUL character], 159 dnl Initial guess, used when cross-compiling or when no suitable local [all...] |
/packages/apps/UnifiedEmail/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...] |
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
reload_button_unittest.mm | 96 // Test that when forcing the mode, it takes effect immediately, 110 // Changes to stop immediately when the mouse is hovered, and 111 // doesn't change when the mouse exits. 120 // Changes to reload immediately when the mouse is hovered, and 121 // doesn't change when the mouse exits. 137 // Changes to stop immediately when the mouse is not hovering. 141 // Changes to reload immediately when the mouse is not hovering. 145 // Changes to stop immediately when the mouse is hovered, and 146 // doesn't change when the mouse exits. 155 // Does not change to reload immediately when the mouse is hovered [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_tab_reloader.h | 29 // captive portal. Also triggers captive portal checks when a page load may 49 // captive portal, or when an SSL request takes too long to commit. The 65 // when in this state (Another error, successful navigation, or the original 85 // Called when a non-error main frame load starts. Resets current state, 91 // Called when the main frame is committed. |net_error| will be net::OK in 101 // This is called when the current provisional main frame load is canceled. 115 // The following functions are used only when testing: 125 // Started whenever an SSL tab starts loading, when the state is switched to 126 // STATE_TIMER_RUNNING. Stopped on any state change, including when a page 138 // Called by a timer when an SSL main frame provisional load is taking [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
reload_button_unittest.mm | 107 // Test that when forcing the mode, it takes effect immediately, 121 // Changes to stop immediately when the mouse is hovered, and 122 // doesn't change when the mouse exits. 131 // Changes to reload immediately when the mouse is hovered, and 132 // doesn't change when the mouse exits. 148 // Changes to stop immediately when the mouse is not hovering. 152 // Changes to reload immediately when the mouse is not hovering. 156 // Changes to stop immediately when the mouse is hovered, and 157 // doesn't change when the mouse exits. 166 // Does not change to reload immediately when the mouse is hovered [all...] |
/external/chromium_org/media/base/android/ |
media_decoder_job.h | 28 // Callback when a decoder job finishes its work. Args: whether decode 35 // Callback when a decoder job finishes releasing the output buffer. 41 // Called by MediaSourcePlayer when more data for this object has arrived. 44 // Prefetch so we know the decoder job has data when we call Decode(). 45 // |prefetch_cb| - Run when prefetching has completed. 49 // |callback| - Run when decode operation has completed. 52 // called when the decode operation is complete. 106 // |done_cb| is called when more data is available in |received_data_|. 116 // represent the system time and the presentation timestamp when the first 117 // frame is rendered. We use these information to estimate when the curren [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
vdbe.h | 54 i64 *pI64; /* Used when p4type is P4_INT64 */ 55 double *pReal; /* Used when p4type is P4_REAL */ 56 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */ 57 VdbeFunc *pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */ 58 CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */ 59 Mem *pMem; /* Used when p4type is P4_MEM */ 60 VTable *pVtab; /* Used when p4type is P4_VTAB */ 61 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ 62 int *ai; /* Used when p4type is P4_INTARRAY */ 63 SubProgram *pProgram; /* Used when p4type is P4_SUBPROGRAM * [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
cse.test | 44 SELECT CASE WHEN a==1 THEN b ELSE c END, b, c FROM t1 49 SELECT CASE a WHEN 1 THEN b WHEN 2 THEN c ELSE d END, b, c, d FROM t1 54 SELECT CASE b WHEN 11 THEN -b WHEN 21 THEN -c ELSE -d END, b, c, d FROM t1 59 SELECT CASE b+1 WHEN c THEN d WHEN e THEN f ELSE 999 END, b, c, d FROM t1 64 SELECT CASE WHEN b THEN d WHEN e THEN f ELSE 999 END, b, c, d FROM t1 69 SELECT b, c, d, CASE WHEN b THEN d WHEN e THEN f ELSE 999 END FROM t [all...] |
/external/clang/test/SemaCXX/ |
constructor-initializer.cpp | 138 : A(A), // expected-warning {{field 'A' is uninitialized when used here}} 139 B((((B)))), // expected-warning {{field 'B' is uninitialized when used here}} 140 C(A && InitializeUsingSelfTest::C), // expected-warning {{field 'C' is uninitialized when used here}} 141 D(D, // expected-warning {{field 'D' is uninitialized when used here}} 142 D), // expected-warning {{field 'D' is uninitialized when used here}} 143 E(IntParam(E)) {} // expected-warning {{field 'E' is uninitialized when used here}} 163 B(B), // expected-warning {{field 'B' is uninitialized when used here}} 164 C(rhs.C || C) { } // expected-warning {{field 'C' is uninitialized when used here}} 167 // Make sure we aren't marking default constructors when we shouldn't be. 215 // Don't build implicit initializers for anonymous union fields when we alread [all...] |
/external/qemu/hw/ |
goldfish_pipe.h | 45 * 2/ When a client connects to the service, the 'init' callback will be called 66 * to goldfish_pipe_add_type() when registering a given pipe service. 70 /* Called when the guest kernel has finally closed a pipe connection. 77 /* Called when the guest is write()-ing to the pipe. Should return the 84 /* Same as sendBuffers when the guest is read()-ing from the pipe. */ 87 /* Called when guest wants to poll the read/write status for the pipe. 92 /* Called to signal that the guest wants to be woken when the set of 93 * PIPE_WAKE_XXX bit-flags in 'flags' occur. When the condition occurs, 98 /* Called to save the pipe's state to a QEMUFile, i.e. when saving 100 * In this case, when the pipe is loaded, the emulator will automaticall [all...] |
/frameworks/base/core/java/android/preference/ |
TwoStatePreference.java | 108 * Sets the summary to be shown when checked. 110 * @param summary The summary to be shown when checked. 128 * Returns the summary to be shown when checked. 136 * Sets the summary to be shown when unchecked. 138 * @param summary The summary to be shown when unchecked. 156 * Returns the summary to be shown when unchecked. 164 * Returns whether dependents are disabled when this preference is on ({@code true}) 165 * or when this preference is off ({@code false}). 167 * @return Whether dependents are disabled when this preference is on ({@code true}) 168 * or when this preference is off ({@code false}) [all...] |
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
pausing.jd | 40 visual components that cause the activity to <em>pause</em>. For example, when a semi-transparent 54 <p class="note"><strong>Note:</strong> When your activity receives a call to {@link 60 <p class="img-caption"><strong>Figure 1.</strong> When a semi-transparent activity obscures 68 <p>When the system calls {@link android.app.Activity#onPause()} for your activity, it 75 <li>Commit unsaved changes, but only if users expect such changes to be permanently saved when 90 // Release the Camera because we don't need it when paused 102 is when you're certain users expect the changes to be auto-saved (such as when drafting an email). 112 <p class="note"><strong>Note:</strong> When your activity is paused, the {@link 113 android.app.Activity} instance is kept resident in memory and is recalled when the activity resumes [all...] |
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
TextToSpeechTests.java | 84 // Test 2 : Tests that when the language is successfully set 87 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(delegate).onIsLanguageAvailable( 89 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(delegate).onLoadLanguage( 107 // TEST 3 : Tests that the language that is set does not change when the 109 LittleMock.doReturn(TextToSpeech.LANG_NOT_SUPPORTED).when( 111 LittleMock.doReturn(TextToSpeech.LANG_NOT_SUPPORTED).when( 130 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when( 142 doCountDown(latch).when(mock).onSynthesizeText(LittleMock.<SynthesisRequest>anyObject(), 155 doCountDown(latch).when(listener).onInit(errorCode); 171 public <T> T when(T mock) [all...] |
/packages/providers/DownloadProvider/ui/res/values/ |
strings.xml | 54 <!-- Title of dialog that is shown when the user clicks a download for which no file is 58 <!-- Text for dialog when user clicks on a download that failed [CHAR LIMIT=200] --> 61 <!-- Title for dialog when user clicks on a download that has not yet begun, but will be started 64 <!-- Text for dialog when user clicks on a download that has not yet begun, but will be started 67 <!-- Text for dialog when user clicks on a completed download but the file is missing 70 <!-- Text for dialog when user clicks on a download that failed due to insufficient space on 74 <!-- Text for dialog when user clicks on a download that failed due to insufficient space on 78 <!-- Text for dialog when user clicks on a download that failed because it was interrupted and 81 <!-- Text for dialog when user clicks on a download that failed because the requested 85 <!-- Text for dialog when user clicks on a download that failed because it was requested to g [all...] |
/external/chromium_org/net/quic/ |
quic_framer.h | 51 // This class receives callbacks from the framer when packets 60 // Called only when |is_server_| is true and the the framer gets a packet with 67 // Called when a new packet has been received, before it 71 // Called when a public reset packet has been parsed but has not yet 76 // Called only when |is_server_| is false and a version negotiation packet has 81 // Called when a lost packet has been recovered via FEC, 85 // Called when the unauthenticated portion of the header has been parsed. 90 // Called when the complete header of a packet had been parsed. 94 // Called when a data packet is parsed that is part of an FEC group. 98 // Called when a StreamFrame has been parsed [all...] |
/frameworks/base/core/java/android/os/ |
MessageQueue.java | 59 * Callback interface for discovering when a thread is going to block 64 * Called when the message queue has run out of messages and will now 76 * {@link IdleHandler#queueIdle IdleHandler.queueIdle()} when it is 153 if (now < msg.when) { 154 // Next message is not ready. Set a timeout to wake up when it is ready. 155 nextPollTimeoutMillis = (int) Math.min(msg.when - now, Integer.MAX_VALUE); 184 && (mMessages == null || now < mMessages.when)) { 250 int enqueueSyncBarrier(long when) { 256 msg.when = when; [all...] |
/docs/source.android.com/src/devices/tech/input/ |
key-character-map-files.jd | 45 <p>When constructing a file path that contains the device name, all characters 133 <p><code>label</code>: Specifies the label that is physically printed on the key, when it 138 <p><code>number</code>: Specifies the behavior (character that should be typed) when a numeric 139 text view has focus, such as when the user is typing a phone number.</p> 148 <p><code>base</code>: Specifies the behavior (character that should be typed) when no modifiers 153 behavior (character that should be typed) when the key is pressed and all of the 155 <p>For example, the modifier property <code>shift</code> specifies a behavior that applies when 158 when the both RIGHT SHIFT and RIGHT ALT modifiers are pressed together.</p> 163 <li><code>shift</code>: Applies when either the LEFT SHIFT or RIGHT SHIFT modifier is pressed.</li> 164 <li><code>lshift</code>: Applies when the LEFT SHIFT modifier is pressed.</li [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TimeZoneTest.java | 109 assertEquals("Must return GMT when given an invalid TimeZone id SMT-8.", 111 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28:70.", 113 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28:30.", 115 assertEquals("Must return GMT when given an invalid TimeZone time GMT+8:70.", 117 assertEquals("Must return GMT when given an invalid TimeZone time GMT+3:.", 119 assertEquals("Must return GMT when given an invalid TimeZone time GMT+3:0.", 121 assertEquals("Must return GMT when given an invalid TimeZone time GMT+2360.", 123 assertEquals("Must return GMT when given an invalid TimeZone time GMT+892.", 125 assertEquals("Must return GMT when given an invalid TimeZone time GMT+082.", 127 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28." [all...] |
/external/chromium_org/media/filters/ |
decrypting_video_decoder_unittest.cc | 273 // Test the case where the decryptor returns error when doing decrypt and 314 // Test the case where the a key is added when the decryptor is in 328 // Test the case where the a key is added when the decryptor is in 346 // Test resetting when the decoder is in kIdle state but has not decoded any 353 // Test resetting when the decoder is in kIdle state after it has decoded one 361 // Test resetting when the decoder is in kPendingDecode state. 371 // Test resetting when the decoder is in kWaitingForKey state. 381 // Test resetting when the decoder has hit end of stream and is in 398 // Test stopping when the decoder is in kDecryptorRequested state. 417 // Test stopping when the decoder is in kPendingDecoderInit state [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
media-controls.html | 83 '<p>You may see brief resize of the video when the metadata arrives and a brief flash of the "Loading..." status.</p>' + 84 '<p>"Play" button should turn into "Pause" when playing, with current and remaining time should changing and the thumb ' + 91 '<p>You may see brief resize of the video when the metadata arrives and a brief flash of the "Loading..." status.</p>' + 92 '<p>"Play" button should turn into "Pause" when playing, with current and remaining time should changing and the thumb ' + 98 description: '<p>When hovering over the "Mute" button, a volume control should appear, showing its own "Mute" button and a volume slider.</p>' + 105 description: '<p>When hovering over the "Mute" button, a volume control should appear, showing its own "Mute" button and a volume slider.</p>' + 112 description: '<p>When hovering over the "Mute" button, a volume control should appear, showing its own "Mute" button and a volume slider.</p>' + 122 '<p>Make sure that the appearance of controls does not changed when changing the page zoom.</p>', 127 description: '<p>When the video is playing, the controls should fade out when the mouse is away from the video and fade back in when the mouse is over the video.</p>' [all...] |
/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/apache-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,
|
/external/chromium/chrome/browser/chromeos/options/ |
network_config_view.h | 27 // Called when dialog "OK" button is pressed. 30 // Called when dialog "Cancel" button is pressed. 83 // True when opening in browser, otherwise in OOBE/login mode. 86 // There's always only one child view, which will get deleted when 105 // Called when "Connect" button is clicked. 109 // Called when "Cancel" button is clicked.
|