HomeSort by relevance Sort by last modified time
    Searched full:ensure (Results 76 - 100 of 9267) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
pagemap_unittest.cc 68 { // Test sequential ensure/assignment
71 map.Ensure(i, 1);
80 { // Test bulk Ensure
82 map.Ensure(0, limit);
95 CHECK_EQ(map.Ensure(limit, limit+1), limit_is_below_the_overflow_boundary);
106 map.Ensure(elements[i], 1);
133 map.Ensure(40, 1);
142 map.Ensure(41, 1);
143 map.Ensure(100, 3);
  /external/clang/test/Analysis/diagnostics/
shortest-path-suppression.c 7 // Use a float parameter to ensure that the value is unknown. This will create
  /external/clang/test/CodeGen/
2005-12-04-DeclarationLineNumbers.c 2 // PR664: ensure that line #'s are emitted for declarations
  /external/clang/test/SemaTemplate/
default-expr-arguments-2.cpp 3 // This is a wacky test to ensure that we're actually instantiating
  /external/llvm/test/Transforms/ConstProp/
remtest.ll 0 ; Ensure constant propagation of remainder instructions is working correctly.
  /external/llvm/test/Transforms/Inline/
inline_dce.ll 1 ; This checks to ensure that the inline pass deletes functions if they get
  /external/skia/include/images/
SkForceLinking.h 13 * Call this function with an expression that evaluates to false to ensure
  /external/valgrind/main/gdbserver_tests/
nlpasssigalrm.stdinB.gdb 7 # ensure SIGALRM can be passed directly to the process, without
  /frameworks/base/docs/html/training/
best-ux.jd 11 UI and navigation on an Android device. Follow these recommendations to ensure that
  /external/bison/m4/
fcntl_h.m4 16 dnl Ensure the type pid_t gets defined.
19 dnl Ensure the type mode_t gets defined.
  /external/chromium/chrome/browser/extensions/
extension_processes_apitest.cc 24 // Ensure task manager is not yet updating
35 // Ensure the task manager has started updating
  /external/chromium_org/chrome/browser/ui/ash/
shelf_browsertest.cc 24 // Ensure that the browser abuts the shelf.
39 // Ensure that status doesn't cause overlap.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_textfield_unittest.mm 30 // Test invalid, mostly to ensure nothing leaks or crashes.
38 // Test with icon, mostly to ensure nothing leaks or crashes.
  /external/chromium_org/chrome_frame/test/reliability/
run_all_unittests.cc 26 // If --register is passed, then we need to ensure that Chrome Frame is
38 // to ensure that the correct DLL remains registered during the tests.
  /external/chromium_org/media/audio/win/
avrt_wrapper_win.h 8 // applications to ensure that their time-sensitive processing receives
15 // for Windows to ensure that MMCSS can be enabled for all threads.
  /external/chromium_org/tools/gyp/test/msvs/missing_sources/
gyptest-missing.py 33 # also print a backtrace, ensure that TestGyp is not checking that stderr is
35 # Instead, stderr is checked below to ensure it contains the expected
  /external/clang/test/Misc/
dev-fd-fs.c 8 // it to ensure that /dev/fd/0 is a named pipe, not just a redirected file.
16 // Check writing to /dev/fd named pipes. We use cat here as before to ensure we
  /external/llvm/lib/Support/
IncludeFile.cpp 1 //===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
18 // This constructor is used to ensure linking of other modules. See the
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model_unittest.cc 61 // Ensure a single entry can be removed.
70 // Ensure an entry with children can't be removed.
78 // Ensure it can be removed if removing all children.
127 // Ensure the parent doesn't have any indentation.
131 // Ensure there's some indentation on the children nodes.
  /external/chromium_org/media/audio/
fake_audio_consumer_unittest.cc 96 // Ensure the fake audio stream runs on the audio thread and handles fires
105 // Ensure the time between callbacks is sane.
116 // Ensure callback time is no faster than the expected time between callbacks.
126 // Ensure Start()/Stop() on the stream doesn't generate too many callbacks. See
139 // EndTest() will ensure the proper number of callbacks have occurred.
  /external/chromium_org/sync/engine/
traffic_recorder_unittest.cc 19 // Ensure the number of records don't exceed |kMaxMessages|.
30 // Ensure records with size greater than |kMaxMessageSize| are truncated.
71 // Ensure that timestamp is recorded correctly in traffic record.
84 // Ensure that timestamps are recorded correctly in traffic records.
102 // Ensure that timestamp is added to ListValue of DictionaryValues in ToValue().
  /external/chromium_org/media/base/
audio_hash_unittest.cc 51 // Ensure the same data hashes the same.
62 // Ensure sample order matters to the hash.
76 // Ensure channel order matters to the hash.
94 // Ensure bus order matters to the hash.
107 // Ensure bus order matters to the hash even with empty buses.
122 // Where A = [0, n], ensure hash(A[0:n/2]), hash(A[n/2:n]) and hash(A) result
143 // Ensure approximate hashes pass verification.
  /external/chromium_org/chrome/browser/ui/cocoa/
gradient_button_cell_unittest.mm 37 // Test drawing, mostly to ensure nothing leaks or crashes.
47 // Test hover, mostly to ensure nothing leaks or crashes.
113 // Test drawing when first responder, mostly to ensure nothing leaks or
image_button_cell_unittest.mm 39 // Test drawing, mostly to ensure nothing leaks or crashes.
53 // Test drawing, mostly to ensure nothing leaks or crashes.
67 // Test drawing, mostly to ensure nothing leaks or crashes.
  /external/chromium_org/sync/internal_api/test/
test_user_share.cc 31 // scoped_ptr. We must be careful to ensure the scoped_ptr never deletes it.
36 // Ensure the scoped_ptr doesn't delete the memory we don't own.
50 // Ensure the scoped_ptr doesn't delete the memory we don't own.

Completed in 440 milliseconds

1 2 34 5 6 7 8 91011>>