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

<<11121314151617181920>>

  /external/srtp/
undos.sh 5 # strips CRs from a file - useful when moving DOS-created files
  /external/tremolo/
README 7 When syncing with svn, please ensure that these defects are not
  /external/valgrind/main/none/tests/
require-text-symbol-2.stderr.exp-libcso6 2 valgrind: Fatal error at when loading library with soname
  /frameworks/base/core/java/android/view/
CollapsibleActionView.java 22 * When a {@link View} implements this interface it will receive callbacks
23 * when expanded or collapsed as an action view alongside the optional,
31 * Called when this view is expanded as an action view.
37 * Called when this view is collapsed as an action view.
  /frameworks/base/media/java/android/mtp/
package.html 5 application can receive notifications when devices are attached and removed, manage files and
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 81 * Return null when there is nothing in the image queue.
85 when(mReader.acquireNextImage()).thenReturn(null);
86 when(mReader.acquireNextImageNoThrowISE()).thenReturn(null);
95 when(mReader.acquireNextImage()).thenReturn(mImage1);
96 when(mReader.acquireNextImageNoThrowISE()).thenReturn(null);
106 when(mReader.acquireNextImage()).thenReturn(mImage1);
107 when(mReader.acquireNextImageNoThrowISE()).thenReturn(mImage2).thenReturn(null);
118 when(mReader.acquireNextImage()).thenReturn(mImage1);
119 when(mReader.acquireNextImageNoThrowISE()).thenReturn(mImage2).
133 when(mReader.acquireNextImage()).thenThrow(new IllegalStateException())
    [all...]
  /frameworks/base/tests/RenderScriptTests/FountainFbo/
_index.html 2 to the bottom of the screen when no touch is detected. This example modifies
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntryHandler.java 23 * This class is useful when you don't want to know vCard data in detail. If you want to know
29 * Called when the parsing started.
34 * The method called when one vCard entry is created. Children come before their parent in
51 * Called when the parsing ended.
  /frameworks/wilhelm/doc/
README.txt 0 When building applications using the OpenSL-ES API you should compile and link the OpenSLES_IID.c file into your project. This file contains unique interface IDs for all OpenSL-ES API interfaces. These IDs have
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.mk 4 # library files to link with when building
  /ndk/tests/build/multi-abi/
README 2 in a single ndk-build invokation, i.e. when using:
  /ndk/tests/build/warn-no-ldflags-in-static-libraries/jni/
Android.mk 8 # This should generate a warning when ndk-build is run!
  /ndk/tests/build/warn-no-ldlibs-in-static-libraries/jni/
Android.mk 8 # This should generate a warning when ndk-build is run!
  /ndk/tests/device/exceptions-crash/jni/
main.cpp 2 * when running on Eclair or older platform releases. It will
  /ndk/tests/device/test-stlport_shared-exception/jni/
filter1.cpp 1 // Test that cleanups get run when a catch filter fails to match.
  /ndk/tests/device/test-stlport_static-exception/jni/
filter1.cpp 1 // Test that cleanups get run when a catch filter fails to match.
  /packages/apps/Dialer/src/com/android/dialer/list/
OnDragDropListener.java 10 * Called when a drag is started.
19 * Called when a drag is in progress and the user moves the dragged contact to a
29 * Called when a drag is completed (whether by dropping it somewhere or simply by dragging
37 * Called when a contact has been dropped on the remove view, indicating that the user
  /packages/apps/Launcher2/res/values-sw600dp-land/
config.xml 4 >= folder_max_num_items. When these are set to -1, they are automatically determined. -->
  /packages/apps/UnifiedEmail/res/values/
shortcut_keys.xml 20 <!-- Character, that when combined with CTRL, should cause a save action -->
22 <!-- Character, that when combined with CTRL, should open compose -->
24 <!-- Character, that when combined with CTRL, should trigger a refresh -->
26 <!-- Character, that when combined with CTRL, should trigger the Y button action (sometimes archive, sometimes delete, etc) -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
java_file.template 7 /** Called when the activity is first created. */
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Main.java 8 /** Called when the activity is first created. */
  /sdk/testapps/customViewTest/mainProject/src/com/android/tests/projectwithsupport/
MyActivity.java 8 /** Called when the activity is first created. */
  /sdk/testapps/gridlayoutTest/app/src/com/android/test/gridlayout/
Main.java 8 /** Called when the activity is first created. */
  /sdk/testapps/jarCheckTests1/app/src/com/android/tests/projectwithsupport/
MyActivity.java 8 /** Called when the activity is first created. */
  /sdk/testapps/jarCheckTests1/lib1/src/com/android/tests/libwithsupport/
MyActivity.java 8 /** Called when the activity is first created. */

Completed in 1361 milliseconds

<<11121314151617181920>>