HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 276 - 300 of 3043) sorted by null

<<11121314151617181920>>

  /frameworks/base/libs/hwui/tests/scripts/
prep_fugu.sh 10 if [ $thermal -eq 1 ]
17 if [ $thermal -eq 1 ]
33 while [ $((cpu < 3)) -eq 1 ]; do
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserDataPreparerTest.java 43 import static org.mockito.Matchers.eq;
88 when(mContextMock.getSystemService(eq(Context.STORAGE_SERVICE)))
102 verify(mStorageManagerMock).prepareUserStorage(isNull(String.class), eq(TEST_USER_ID), method
103 eq(TEST_USER_SERIAL), eq(StorageManager.FLAG_STORAGE_DE)); method
104 verify(mInstaller).createUserData(isNull(String.class), eq(TEST_USER_ID), method
105 eq(TEST_USER_SERIAL), eq(StorageManager.FLAG_STORAGE_DE)); method
120 verify(mStorageManagerMock).prepareUserStorage(isNull(String.class), eq(TEST_USER_ID), method
121 eq(TEST_USER_SERIAL), eq(StorageManager.FLAG_STORAGE_CE)) method
122 verify(mInstaller).createUserData(isNull(String.class), eq(TEST_USER_ID), method
123 eq(TEST_USER_SERIAL), eq(StorageManager.FLAG_STORAGE_CE)); method
163 verify(mInstaller).destroyUserData(isNull(String.class), eq(TEST_USER_ID), method
164 eq(StorageManager.FLAG_STORAGE_DE)); method
165 verify(mStorageManagerMock).destroyUserStorage(isNull(String.class), eq(TEST_USER_ID), method
166 eq(StorageManager.FLAG_STORAGE_DE)); method
186 verify(mInstaller).destroyUserData(isNull(String.class), eq(TEST_USER_ID), method
187 eq(StorageManager.FLAG_STORAGE_CE)); method
188 verify(mStorageManagerMock).destroyUserStorage(isNull(String.class), eq(TEST_USER_ID), method
189 eq(StorageManager.FLAG_STORAGE_CE)); method
    [all...]
  /art/runtime/interpreter/mterp/arm64/
zcmp.S 17 b.eq .L_check_not_taken_osr
  /device/google/wahoo/
init.ramoops.sh 6 if [ $? -eq 0 ]; then
  /device/linaro/hikey/gralloc/
alloc_device.h 31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args )
  /device/linaro/hikey/gralloc960/
alloc_device.h 31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args )
  /external/autotest/client/site_tests/security_Minijail0/src/
test-caps 29 [ $matched -eq 1 ] || die "Did not drop non-CAP_DAC_OVERRIDE caps: $mismatch"
  /external/e2fsprogs/tests/
test_post 9 test "$num_failed" -eq 0 && exit 0
  /external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
runtests.sh 48 if [ $result -eq 0 ]; then
  /external/googletest/googletest/xcode/Samples/FrameworkSample/
runtests.sh 48 if [ $result -eq 0 ]; then
  /external/icu/icu4c/source/i18n/
regexcst.pl 114 if ($fields[0] eq "n") {
123 if ($fields[0] eq "") {
135 if ($fields[0] eq "" ) {
178 if ($state_func_name[$state] eq "") {
236 if ($setName eq "default") {
238 elsif ($setName eq "quoted") {
240 elsif ($setName eq "eof") {
295 if ($state_push_state[$state] eq "") {
  /external/libvpx/libvpx/vpx_scale/
vpx_scale_rtcd.pl 9 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
25 if (vpx_config("CONFIG_VP9") eq "yes") {
  /external/llvm/test/MC/Hexagon/
endloop.s 8 p0 = cmp.eq (r1, r2)
15 p0 = cmp.eq (r1, r2)
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_max_usage_in_bytes_test.sh 44 if [ "$MEMSW_USAGE_FLAG" -eq 0 ]; then
65 if [ "$MEMSW_USAGE_FLAG" -eq 0 ]; then
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsxtest02 38 if [ $RESULT -eq "0" ]; then
  /external/ltp/testcases/kernel/power_management/
runpwtests_exclusive01.sh 53 if [ $sched_mc -eq 2 ]; then
67 if [ $RC -eq 0 ]; then
75 if [ $sched_mc -eq 2 ]; then
94 if [ $RC -eq 0 ]; then
  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_tracing_enabled.sh 30 if [ $enable -eq 0 ]; then
ftrace_tracing_on.sh 30 if [ $enable -eq 0 ]; then
  /external/ltp/testcases/network/stress/ns-tools/
check_icmpv4_connectivity 64 if [ $? -eq 0 ]; then
check_icmpv6_connectivity 65 if [ $? -eq 0 ]; then
  /external/ltp/testcases/network/tcp_cmds/rsh/
rsh01 79 if [ $? -eq 0 ] ; then
90 if [ "$FAIL_IMMEDIATELY" = "1" ] && [ $TST_COUNT -eq 1 ]; then
  /external/ltp/tools/pounder21/test_scripts/
ltp 37 if [ $ERRORS -eq 255 ]; then
mem_alloc 39 if [ $TOTAL_ERRORS -eq 255 ]; then
time_consistency 32 if [ $TOTAL_ERRORS -eq 255 ]; then
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
runtests.sh 48 if [ $result -eq 0 ]; then

Completed in 818 milliseconds

<<11121314151617181920>>