HomeSort by relevance Sort by last modified time
    Searched full:when (Results 1501 - 1525 of 50734) sorted by null

<<61626364656667686970>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 23 android:fadeScrollbars : Defines whether to fade out scrollbars when they are not in use. [boolean]
36 android:nextFocusLeft : Defines the next view to give focus to when the next focus is FOCUS_LEFT. [reference]
37 android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
38 android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
39 android:nextFocusDown : Defines the next view to give focus to when the next focus is FOCUS_DOWN If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
40 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORWARD If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java 101 * Test normal case {@link CtsTest#run(java.util.List)} when running a plan.
115 * Test normal case {@link CtsTest#run(java.util.List)} when running a package.
157 * Test normal case {@link CtsTest#run(java.util.List)} when running a class.
177 * Test {@link CtsTest#run(java.util.List)} when --excluded-package is specified
195 * Test {@link CtsTest#run(ITestInvocationListener))} when --continue-session is specified
245 * Test {@link CtsTest#run(java.util.List)} when --plan and --package options have not been
258 * Test {@link CtsTest#run(ITestInvocationListener))} when --plan and --package options have
273 * Test {@link CtsTest#run(java.util.List)} when --plan and --class options have been
288 * Test {@link CtsTest#run(java.util.List)} when --package and --class options have been
303 * Test {@link CtsTest#run(java.util.List)} when --plan, --package and --class options have bee
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanism_ImplTest.java 147 * throws NullPointerException when algorithm is null;
148 * throws NoSuchAlgorithmException when algorithm is incorrect;
182 * throws NullPointerException when algorithm is null;
183 * throws NoSuchAlgorithmException when algorithm is null or incorrect;
184 * throws IllegalArgumentException when provider is null;
185 * throws NoSuchProviderException when provider is available;
211 fail("IllegalArgumentException must be thrown when provider is null (algorithm: "
244 * throws NullPointerException when algorithm is null;
245 * throws NoSuchAlgorithmException when algorithm is null or incorrect;
246 * throws IllegalArgumentException when provider is null
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_visitor_interface.h 18 // functionality execute when any of the below functions are called by the
76 // Called when the first line of the message is parsed, in this case, for a
102 // Called when the first line of the message is parsed, in this case, for a
126 // Called when a chunk length is parsed.
143 // Called when the header is framed and processed.
147 // Called when the message is framed and processed.
151 // Called when an error is detected while parsing the header.
157 // Called when something meriting a warning is detected while
164 // Called when an error is detected while parsing a chunk.
170 // Called when an error is detected while handling the entity-body
    [all...]
  /external/chromium_org/cc/trees/
thread_proxy.h 148 // |capabilities| is set only when |success| is true.
208 // Set only when SetNeedsAnimate is called.
210 // Set only when SetNeedsCommit is called.
228 // Weak pointer to use when posting tasks to the impl thread.
234 // Accessed on the main thread, or when main thread is blocked.
242 // Set when the main thread is waiting on a
247 // Set when the main thread is waiting on a readback.
250 // Set when the main thread is waiting on a commit to complete.
253 // Set when the main thread is waiting on a pending tree activation.
256 // Set when the main thread is waiting on layers to be drawn
    [all...]
  /external/chromium_org/chromeos/attestation/
attestation_flow.h 72 // this is a canonical email address. This is ignored when using
80 // callback - A callback which will be called when the operation completes.
98 // Called when the attestation daemon has finished creating an enrollment
112 // Called when the Privacy CA responds to an enrollment request. The response
126 // Called when the attestation daemon completes an enrollment operation. If
148 // callback - Called when the operation completes.
156 // Called when the attestation daemon has finished creating a certificate
164 // callback - Called when the operation completes.
174 // Called when the Privacy CA responds to a certificate request. The response
182 // callback - Called when the operation completes
    [all...]
  /external/chromium_org/content/public/test/
download_test_observer.h 32 // Returns when either the event has been seen (at least once since
53 // Finishes when one of the following happens:
71 // Create an object that will be considered finished when |wait_count|
111 // Called when we know that a download item is in a final state.
129 // since construction of this object. When the size of this array
151 // be in our final state (and thus be entered into |finished_downloads_|) when
173 // Create an object that will be considered finished when |wait_count|
190 // Finishes when a specified number of downloads change to the
191 // IN_PROGRESS state, or when the download manager is destroyed.
196 // Create an object that will be considered finished when |wait_count
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_adapter.h 34 // Called when the presence of the adapter |adapter| changes, when
40 // Called when the radio power state of the adapter |adapter| changes,
41 // when |powered| is true the adapter radio is powered, false means the
46 // Called when the discovering state of the adapter |adapter| changes,
47 // when |discovering| is true the adapter is seeking new devices, false
52 // Called when a new device |device| is added to the adapter |adapter|,
58 // Called when properties of the device |device| known to the adapter
64 // Called when the device |device| is removed from the adapter |adapter|,
119 // call StopDiscovering() when done. On success |callback| will be called
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 37 // This value is not used by nacl_io. It can be filled by the developer when
79 // etc. The sign will be flipped when the error is actually set.
89 // Called when a mount of this type is initialized.
91 // Called when a mount of this type is unmounted.
95 // Called when O_CREAT is passed to open()
104 // Called by stat()/fstat(), but only when fuse_operations.fgetattr is NULL.
110 // Called when O_CREAT is passed to open(), but only if fuse_operations.create
145 // to the filler function. When the filler function returns 1, the buffer
171 // Called when the last reference to this node is released. This is only
175 // Called when the last reference to this node is released. This is onl
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_visitor_interface.h 17 // functionality execute when any of the below functions are called by the
75 // Called when the first line of the message is parsed, in this case, for a
101 // Called when the first line of the message is parsed, in this case, for a
125 // Called when a chunk length is parsed.
142 // Called when the header is framed and processed.
146 // Called when the message is framed and processed.
150 // Called when an error is detected while parsing the header.
156 // Called when something meriting a warning is detected while
163 // Called when an error is detected while parsing a chunk.
169 // Called when an error is detected while handling the entity-body
    [all...]
  /external/chromium_org/ppapi/api/
pp_input_event.idl 95 * This values represents the x coordinate of the mouse when the event
105 * This values represents the y coordinate of the mouse when the event
136 * The units are either in pixels (when scroll_by_page is false) or pages
137 * (when scroll_by_page is true). For example, delta_y = -3 means scroll up 3
138 * pixels when scroll_by_page is false, and scroll up 3 pages when
157 * The units are either in pixels (when scroll_by_page is false) or pages
158 * (when scroll_by_page is true). For example, delta_y = -3 means scroll up 3
159 * pixels when scroll_by_page is false, and scroll up 3 pages when
    [all...]
  /external/chromium_org/ppapi/c/
pp_input_event.h 105 * This values represents the x coordinate of the mouse when the event
115 * This values represents the y coordinate of the mouse when the event
145 * The units are either in pixels (when scroll_by_page is false) or pages
146 * (when scroll_by_page is true). For example, delta_y = -3 means scroll up 3
147 * pixels when scroll_by_page is false, and scroll up 3 pages when
165 * The units are either in pixels (when scroll_by_page is false) or pages
166 * (when scroll_by_page is true). For example, delta_y = -3 means scroll up 3
167 * pixels when scroll_by_page is false, and scroll up 3 pages when
    [all...]
  /external/chromium_org/ui/message_center/views/
message_popup_collection.h 96 // Invoked by toasts when they start/finish their animations.
99 // actions like serial closing of the toasts, when the remaining toasts "flow
105 // zero. Otherwise, simply waits when it becomes zero.
108 // Removes the toast from our internal list of toasts; this is called when the
116 // shelf's auto-hide change. When the shelf in ChromeOS is temporarily shown
140 // Called by ToastContentsView when its window is closed.
174 // user confusion. Instead, update the collection when all animations are
175 // done. This method is run when defer counter is zero, may initiate next
202 // Denotes a mode when user is clicking the Close button of toasts in a
205 // multipel toasts by clicking. The mode ends when defer_timer_ expires
    [all...]
  /external/mockito/src/org/mockito/
AdditionalAnswers.java 39 * doAnswer(returnsFirstArg()).when(carKeyFob).authenticate(carKey)</code></pre>
59 * doAnswer(returnsSecondArg()).when(trader).apply(leesFormula, onCreditDefaultSwap)</code></pre>
79 * doAnswer(returnsLastArg()).when(person).remember(dream1, dream2, dream3, dream4)</code></pre>
99 * doAnswer(returnsArgAt(3)).when(person).remember(dream1, dream2, dream3, dream4)</code></pre>
136 * Mock that delegates is less powerful than the regular spy but it is useful when the regular spy cannot be created.
151 * The mock will call the delegate if you use regular when().then() stubbing style.
159 * when(listWithDelegate.get(0)).thenReturn("foo");
162 * doReturn("foo").when(listWithDelegate).get(0);
176 * Might be useful on occasion when you have a collection of elements to return.
180 * when(mock.foo()).thenReturn(1, 2, 3)
    [all...]
Mockito.java 101 * when(mockedList.get(0)).thenReturn("first");
102 * when(mockedList.get(1)).thenThrow(new RuntimeException());
131 * <li> Last stubbing is more important - when you stubbed the same method with
134 * e.g. when stubbing exactly the same method calls or sometimes when argument matchers are used, etc.</li>
143 * Sometimes, when extra flexibility is required then you might use argument matchers:
147 * when(mockedList.get(anyInt())).thenReturn("element");
150 * when(mockedList.contains(argThat(isValid()))).thenReturn("element");
239 * doThrow(new RuntimeException()).when(mockedList).clear();
335 * <code>verifyNoMoreInteractions()</code> is a handy assertion from the interaction testing toolkit. Use it only when it's relevant.
1442 public static <T> OngoingStubbing<T> when(T methodCall) { method in class:Mockito
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
Transcripts.java 81 * transcript but some summary information like the sessionID and the time when the
109 * session or the date when the conversation started and finished. You will need to use the
136 * Returns the Date when the conversation started.
138 * @return the Date when the conversation started.
145 * Returns the Date when the conversation finished.
147 * @return the Date when the conversation finished.
156 * as well as the time when the Agent joined and left the conversation.
211 * Returns the Date when the Agent joined the conversation.
213 * @return the Date when the Agent joined the conversation.
220 * Returns the Date when the Agent left the conversation.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 375 when 1
433 when 1
510 when 1
515 when 2
558 when 1
573 when 1
585 when 2
596 when 2
611 when 1
623 when
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 41 // When the user presses enter or selects a line with the mouse, this
43 // disposition and transition to use when opening it.
53 // Called when anything has changed that might affect the layout or contents
58 // Called when the selection of the AutocompleteEditView changes.
62 // interacting with the edit, etc.). When user input is not in progress,
120 // Invoked when the profile has changed.
136 // Called when the user wants to export the entire current text as a URL.
278 // Called when the view is gaining focus. |control_down| is whether the
285 // Called when the view is losing focus. Resets some state.
288 // Called when the user presses the escape key. Decides what, if anything, t
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_policy_observer_unittest.cc 371 // Verifies that when an external data reference is set for a device-local
373 // Further verifies that when the fetch succeeds, a notification containing the
414 // Verifies that when an external data reference is set for a device-local
416 // Further verifies that when the fetch fails, no notification is emitted.
453 // Verifies that when the external data reference for a device-local account is
454 // initially not set, no notifications are emitted. Further verifies that when
486 // Verifies that when the external data reference for a device-local account is
488 // started. Further verifies that when the external data reference is then
524 // Verifies that when the external data reference for a device-local account is
525 // initially not set, no notifications are emitted. Further verifies that when
    [all...]
  /external/chromium/net/disk_cache/
disk_cache.h 40 // that folder. The returned object should be deleted when not needed anymore.
49 // be invoked when a backend is available or a fatal error condition is reached.
60 // If the backend is destroyed when there are operations in progress (any
72 // object representing the specified disk cache entry. When the entry pointer
75 // will be invoked when the entry is available. The pointer to receive the
81 // Entry object representing the newly created disk cache entry. When the
84 // the |callback| will be invoked when the entry is available. The pointer to
96 // this method returns ERR_IO_PENDING, the |callback| will be invoked when the
103 // |callback| will be invoked when the operation completes.
110 // |callback| will be invoked when the operation completes
    [all...]
  /art/runtime/entrypoints/quick/
quick_thread_entrypoints.cc 26 // Called when thread->suspend_count_ != 0 on JNI return. JNI method acts as callee-save frame.
33 // Called when suspend count check value is 0 and thread->suspend_count_ != 0
  /art/test/108-check-cast/src/
Main.java 35 System.out.println("Error: No ClassCastException throuwn when it should have been.");
42 System.out.println("Error: ClassCastException thrown when it shouldn't have been.");
  /cts/tests/res/values/
resources_test.xml 17 <!-- The width that is used when creating thumbnails of applications. -->
19 <!-- The height that is used when creating thumbnails of applications. -->
  /cts/tests/src/android/app/cts/
MockService.java 35 * set the result as true when service bind
44 * set the result as true when service start
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 51 * Test ACTION_VIEW when url is http://web_address,
61 * Test ACTION_VIEW when url is https://web_address,
71 * Test ACTION_WEB_SEARCH when url is http://web_address,
82 * Test ACTION_WEB_SEARCH when url is https://web_address,
93 * Test ACTION_WEB_SEARCH when url is empty string,
104 * Test ACTION_CALL when uri is a phone number, it will call the entered phone number.
116 * Test ACTION_DIAL when uri is a phone number, it will dial the entered phone number.
128 * Test ACTION_DIAL when uri is a phone number, it will dial the entered phone number.

Completed in 3209 milliseconds

<<61626364656667686970>>