HomeSort by relevance Sort by last modified time
    Searched refs:ASSERT_LT (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /bionic/tests/
strings_test.cpp 43 ASSERT_LT(strcasecmp("hello1", "hello2"), 0);
50 ASSERT_LT(strcasecmp_l("hello1", "hello2", l), 0);
58 ASSERT_LT(strncasecmp("hello1", "hello2", 6), 0);
66 ASSERT_LT(strncasecmp_l("hello1", "hello2", 6, l), 0);
bug_26110743_test.cpp 41 ASSERT_LT(0, length) << ERRORMSG;
86 ASSERT_LT(0, length) << ERRORMSG;
stdatomic_test.cpp 130 ASSERT_LT(iter_count, 100); // Arbitrary limit on spurious compare_exchange failures.
141 ASSERT_LT(iter_count, 100);
sys_socket_test.cpp 90 ASSERT_LT(0, select(fd+1, &read_set, nullptr, nullptr, &tv));
220 ASSERT_LT(0, select(fd_acc+1, &read_set, nullptr, nullptr, &tv));
  /external/mesa3d/src/mesa/main/tests/
mesa_extensions.cpp 49 ASSERT_LT(strcmp(current_str, next_str), 0);
  /external/tensorflow/tensorflow/core/lib/gtl/
iterator_range_test.cc 32 ASSERT_LT(index, v.size());
44 ASSERT_LT(index, v.size());
56 ASSERT_LT(index, TF_ARRAYSIZE(v));
68 ASSERT_LT(index, TF_ARRAYSIZE(v));
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
ClusteringTest.cpp 86 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1),
89 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2),
92 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2),
95 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::noise(),
  /external/tensorflow/tensorflow/core/graph/
graph_def_builder_test.cc 31 ASSERT_LT(0, TF_GRAPH_DEF_VERSION);
  /bootable/recovery/tests/component/
resources_test.cpp 83 ASSERT_LT(static_cast<png_uint_32>(5), png_->width());
84 ASSERT_LT(static_cast<png_uint_32>(0), png_->height());
  /cts/tests/tests/graphics/jni/
NativeTestHelpers.h 40 #define ASSERT_LT(a, b) \
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
cam_semaphore_tests.cpp 67 ASSERT_LT(time_diff(ts, ts_end), TIME_THRESHOLD_IN_NS);
  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc_unittest.cc 50 ASSERT_LT(features.num_frames, kMaxNumFrames);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
time_util_unittest.cc 43 ASSERT_LT(CompactNtp(ntp2), CompactNtp(ntp1));
  /frameworks/av/media/libstagefright/foundation/tests/
Utils_test.cpp 38 ASSERT_LT(AStringUtils::Compare("Audio", "AudioExt", 7, false), 0);
39 ASSERT_LT(AStringUtils::Compare("Audio", "audiOExt", 7, true), 0);
44 ASSERT_LT(AStringUtils::Compare("Audio", "Video", 5, false), 0);
45 ASSERT_LT(AStringUtils::Compare("Audio1", "Audio2", 6, false), 0);
46 ASSERT_LT(AStringUtils::Compare("audio", "VIDEO", 5, true), 0);
47 ASSERT_LT(AStringUtils::Compare("audio1", "AUDIO2", 6, true), 0);
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 202 ASSERT_LT(0, st.st_size);
221 ASSERT_LT(0, st.st_size);
292 ASSERT_LT(0, st.st_size);
359 ASSERT_LT(0, st.st_size);
458 ASSERT_LT(0, st.st_size);
557 ASSERT_LT(0, st.st_size);
631 ASSERT_LT(0, st.st_size);
692 ASSERT_LT(0, st.st_size);
minidump_generator_test.cc 104 ASSERT_LT(0, st.st_size);
189 ASSERT_LT(0, st.st_size);
268 ASSERT_LT(0, st.st_size);
  /external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
hyperplane_lsh_probes_test.cc 122 ASSERT_LT(cur_probe, 1 << dim);
124 ASSERT_LT(cur_table, num_tables);
  /cts/tests/sensor/jni/
nativeTestHelper.h 43 #define ASSERT_LT(a, b) \
  /external/bsdiff/
suffix_array_index_unittest.cc 33 ASSERT_LT(*out_pos, text_.size());
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 182 ASSERT_LT(i, argc) << "Specify protobuf filename after -pb";
187 ASSERT_LT(i, argc) << "Specify filename after -ir";
193 ASSERT_LT(i, argc) << "Specify filename after -i";
199 ASSERT_LT(i, argc) << "Specify filename without extension after -o";
204 ASSERT_LT(i, argc) << "Specify sample rate after -fs";
210 ASSERT_LT(i + 1, argc) << "Specify number of channels after -ch";
217 ASSERT_LT(i, argc) << "Specify number of channels after -rch";
253 ASSERT_LT(i, argc) << "Specify level after --aec_suppression_level";
275 ASSERT_LT(i, argc) << "Specify filename after --aecm_echo_path_in_file";
280 ASSERT_LT(i, argc) << "Specify filename after --aecm_echo_path_out_file"
    [all...]
  /external/boringssl/src/crypto/
impl_dispatch_test.cc 64 ASSERT_LT(flag.first, sizeof(BORINGSSL_function_hit));
  /external/libchrome/base/threading/
thread_local_storage_unittest.cc 92 ASSERT_LT(kFinalTlsValue, *ptr);
168 ASSERT_LT(index, kKeyCount);
  /art/dex2oat/linker/arm/
relative_patcher_thumb2_test.cc 434 ASSERT_LT(diff_after >> 1, 1u << 8); // Simple encoding, (diff_after >> 1) fits into 8 bits.
490 ASSERT_LT(diff >> 1, 1u << 8); // Simple encoding, (diff >> 1) fits into 8 bits.
618 ASSERT_LT(diff >> 1, 1u << 8); // Simple encoding, (diff >> 1) fits into 8 bits.
627 ASSERT_LT(GetMethodOffset(1u), 0xfcu);
632 ASSERT_LT(GetMethodOffset(1u), 0xfcu);
637 ASSERT_LT(GetMethodOffset(1u), 0xfcu);
642 ASSERT_LT(GetMethodOffset(1u), 0xfcu);
647 ASSERT_LT(GetMethodOffset(1u), 0xfcu);
652 ASSERT_LT(GetMethodOffset(1u), 0xfcu);
657 ASSERT_LT(GetMethodOffset(1u), 0xfcu)
    [all...]
  /art/dex2oat/linker/arm64/
relative_patcher_arm64_test.cc 396 ASSERT_LT(b_diff, 128 * MB);
431 ASSERT_LT(method1_offset, adrp_offset);
457 ASSERT_LT(pcrel_disp, 0x100000);
470 ASSERT_LT(sprel_disp_in_load_units, 0x1000u);
481 ASSERT_LT(method1_offset, adrp_offset);
502 ASSERT_LT(pcrel_disp, 0x100000);
514 ASSERT_LT(sprel_disp_in_load_units, 0x1000u);
604 ASSERT_LT(diff_after >> 2, 1u << 8); // Simple encoding, (diff_after >> 2) fits into 8 bits.
657 ASSERT_LT(diff, 128 * MB);
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 370 ASSERT_LT((unsigned)0, memory_list->region_count());
465 ASSERT_LT((unsigned)0, memory_list->region_count());
553 ASSERT_LT((unsigned)0, memory_list->region_count());

Completed in 1487 milliseconds

1 2 3 4 5