HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_LT (Results 151 - 175 of 259) sorted by null

1 2 3 4 5 67 8 91011

  /external/tensorflow/tensorflow/cc/gradients/
array_grad_test.cc 41 EXPECT_LT(max_error, 1e-3);
50 EXPECT_LT(max_error, 1e-3);
  /external/tensorflow/tensorflow/core/kernels/batching_util/
adaptive_shared_batch_scheduler_test.cc 524 EXPECT_LT(scheduler->in_flight_batches_limit(), in_flight_batches_limit);
542 EXPECT_LT(scheduler->in_flight_batches_limit(), in_flight_batches_limit);
  /external/tensorflow/tensorflow/core/lib/gtl/
flatset_test.cc 223 EXPECT_LT(set.bucket_count(), orig_buckets);
243 EXPECT_LT(set.bucket_count(), orig);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
nada_unittest.cc 217 EXPECT_LT(bitrate_1_kbps, original_bitrate);
246 EXPECT_LT(nada_sender_.bitrate_kbps(), original_bitrate);
  /frameworks/native/libs/vr/libpdx_uds/
service_framework_tests.cpp 605 EXPECT_LT(2, process_id1);
612 EXPECT_LT(2, process_id2);
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp     [all...]
  /art/compiler/debug/dwarf/
dwarf_test.cc 275 EXPECT_LT(opcodes.data()->size(), num_rows * 3);
  /art/libartbase/base/
bit_vector_test.cc 247 EXPECT_LT(sizeof(buf), bv.GetSizeOf());
  /art/runtime/gc/accounting/
space_bitmap_test.cc 232 EXPECT_LT(last_ptr, obj);
  /build/make/tools/fs_config/
fs_config_test.cpp 66 EXPECT_LT(0, num_config);
  /external/adhd/cras/src/tests/
fmt_conv_unittest.cc 270 EXPECT_LT(0, out_buff[i * 2]);
285 EXPECT_LT(0, out_buff[i * 2 + 1]);
316 EXPECT_LT(0, out_buff[i * 2]);
944 EXPECT_LT(out_frames, buf_size);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/
kselftest_harness.h 465 * EXPECT_LT(expected, seen)
470 * EXPECT_LT(expected, measured): expected < measured
472 #define EXPECT_LT(expected, seen) \
  /external/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 246 EXPECT_LT(initial_space_used, message->SpaceUsed());
  /external/tensorflow/tensorflow/core/grappler/costs/
utils_test.cc 188 EXPECT_LT(1000000000, hist.Min()); // Initially, min_ is a very large value.
  /frameworks/base/libs/androidfw/tests/
Split_test.cpp 220 EXPECT_LT(block, 0);
  /system/netd/server/
IptablesRestoreControllerTest.cpp 143 EXPECT_LT(attempts, XT_LOCK_ATTEMPTS) <<
  /system/update_engine/update_manager/
chromeos_policy_unittest.cc 453 EXPECT_LT(curr_time, result.backoff_expiry);
483 EXPECT_LT(curr_time, result.backoff_expiry);
684 EXPECT_LT(TimeDelta(), result.scatter_wait_period);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph_test.cc 372 EXPECT_LT(index_of(cond_computation), index_of(a_computation));
373 EXPECT_LT(index_of(c_computation), index_of(b_computation));
374 EXPECT_LT(index_of(b_computation), index_of(a_computation));
  /system/core/trusty/keymaster/
trusty_keymaster_device_test.cpp 243 EXPECT_LT(siglen, 73U);
262 EXPECT_LT(siglen, 73U);
283 EXPECT_LT(siglen, 73U);
  /system/media/audio_utils/tests/
primitives_tests.cpp 113 EXPECT_LT(ary[i-1], ary[i]);
121 EXPECT_LT(i32_from_p24(pary + 3*(i-1)), i32_from_p24(pary + 3*i));
357 EXPECT_LT(least, ary[i]);
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 302 EXPECT_LT(performer_.Close(), 0);
752 EXPECT_LT(performer_.Close(), 0);
775 EXPECT_LT(performer_.Close(), 0);
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 661 EXPECT_LT(random.Generate(kRange), kRange) << " for iteration " << i;
666 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc 727 EXPECT_LT(random.Generate(kRange), kRange) << " for iteration " << i;
732 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc 727 EXPECT_LT(random.Generate(kRange), kRange) << " for iteration " << i;
732 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 734 EXPECT_LT(random.Generate(kRange), kRange) << " for iteration " << i;
739 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]

Completed in 3227 milliseconds

1 2 3 4 5 67 8 91011