HomeSort by relevance Sort by last modified time
    Searched full:when (Results 276 - 300 of 52189) sorted by null

<<11121314151617181920>>

  /external/owasp/sanitizer/tools/findbugs/lib/
jsr305.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/1.3.9/
jsr305-1.3.9.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.2/
jsr305-2.0.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.3/
jsr305-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/3.0.0/
jsr305-3.0.0.jar 
  /hardware/libhardware/tests/input/evdev/
InputDevice_test.cpp 75 nsecs_t when = 2ULL; local
76 InputEvent msc1 = { when, EV_MSC, MSC_ANDROID_TIME_SEC, 1 };
77 InputEvent msc2 = { when, EV_MSC, MSC_ANDROID_TIME_USEC, 900000 };
80 InputEvent keyDown = { when, EV_KEY, KEY_HOME, 1 };
81 InputEvent syn = { when, EV_SYN, SYN_REPORT, 0 };
84 InputEvent keyUp = { when, EV_KEY, KEY_HOME, 0 };
86 device->processInput(msc1, when);
87 device->processInput(msc2, when);
88 device->processInput(keyDown, when);
89 device->processInput(syn, when);
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/preference/
ContactsPreferencesTest.java 52 Mockito.when(mContext.getResources()).thenReturn(mResources);
53 Mockito.when(mResources.getString(Mockito.anyInt()))
56 Mockito.when(mContext.getSharedPreferences(Mockito.anyString(), Mockito.anyInt()))
58 Mockito.when(mSharedPreferences.contains(ContactsPreferences.SORT_ORDER_KEY))
60 Mockito.when(mSharedPreferences.contains(ContactsPreferences.DISPLAY_ORDER_KEY))
67 Mockito.when(mResources.getBoolean(Mockito.anyInt())).thenReturn(
76 Mockito.when(mResources.getBoolean(Mockito.anyInt())).thenReturn(
79 Mockito.when(mSharedPreferences.getInt(Mockito.eq(ContactsPreferences.SORT_ORDER_KEY),
86 Mockito.when(mResources.getBoolean(Mockito.anyInt())).thenReturn(
95 Mockito.when(mResources.getBoolean(Mockito.anyInt())).thenReturn
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
fuzzy.py 55 grade(x) = 0.0, when x <= left
56 0.0 to 1.0, when left <= x <= middle
57 1.0, when x == middle
58 1.0 to 0.0, when middle <= x <= right
59 0.0, when x >= right
61 Usage: when we want the x == 1 in the ideal condition.
62 grade = 1.0, when x == 1
63 0.0, when x != 1
65 Note: - When x is near 'middle', the grade would be pretty close to 1.
66 - When x becomes near 'left' or 'right', its grade may dro
    [all...]
  /external/guice/lib/build/
jsr305.jar 
  /external/vogar/lib/
jsr305.jar 
  /external/dagger2/producers/src/test/java/dagger/producers/monitoring/internal/
MonitorsTest.java 35 import static org.mockito.Mockito.when;
67 when(mockProductionComponentMonitorFactory.create(any(Object.class))).thenReturn(null);
77 .when(mockProductionComponentMonitorFactory)
87 when(mockProductionComponentMonitorFactory.create(any(Object.class)))
89 when(mockProductionComponentMonitor.producerMonitorFor(any(ProducerToken.class)))
101 when(mockProductionComponentMonitorFactory.create(any(Object.class)))
104 .when(mockProductionComponentMonitor)
159 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).methodStarting();
160 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).methodFinished();
161 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).succeeded(any(Object.class))
    [all...]
  /art/runtime/interpreter/mterp/x86_64/
op_monitor_exit.S 4 * Exceptions that occur when unlocking a monitor need to appear as
  /art/test/021-string2/src/junit/framework/
AssertionFailedError.java 4 * Thrown when an assertion failed.
  /art/test/082-inline-execute/src/junit/framework/
AssertionFailedError.java 4 * Thrown when an assertion failed.
  /art/test/960-default-smali/
info.txt 5 When run a Main.smali file will be generated by the
10 When updating be sure to write the equivalent Java code in comments of the smali
13 Care should be taken when updating the generate_smali_main.py script. It must
14 always return equivalent output when run multiple times.
  /build/kati/testcase/
wildcard_with_commas.mk 8 # when foo,bar doesn't exit, "make test2" report empty.
  /development/samples/AndroidBeamDemo/
_index.html 2 application beams a simple message from one device to another when they are in close enough proximity. This
  /development/samples/BackupRestore/
_index.html 2 application developer can take when integrating with the Android Backup Manager
  /development/samples/browseable/ActionBarCompat-Styled/
_index.jd 9 split action bar when running on a device with a narrow display, and show three tabs.
  /development/samples/browseable/ActivitySceneTransitionBasic/
_index.jd 8 Demonstrates how to the use Activity scene transitions when transitions
  /development/samples/browseable/BasicContactables/
_index.jd 10 reducing the number of queries your application needs to use when searching the contacts database!
  /development/samples/browseable/ElevationBasic/
_index.jd 9 first view has a fixed elevation using XML and the second one is raised when the user
  /development/samples/browseable/SlidingTabsBasic/
_index.jd 9 ViewPager title strip which gives continuous feedback to the user when scrolling.
  /development/samples/training/threadsample/res/values/
attrs.xml 5 and show when the image is being downloaded -->

Completed in 1712 milliseconds

<<11121314151617181920>>