HomeSort by relevance Sort by last modified time
    Searched full:asserts (Results 126 - 150 of 823) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Transforms/LoopUnswitch/
2008-11-03-Invariant.ll 1 ; REQUIRES: asserts
  /external/llvm/test/Transforms/TailCallElim/
ackermann.ll 1 ; REQUIRES: asserts
  /external/skia/include/core/
Sk64.h 36 /** Return the signed 32 bit integer equivalent. Asserts that is32() returns non-zero.
40 /** Return the number >> 16. Asserts that this does not loose any significant high bits.
53 /** Return the number >> 30. Asserts that this does not loose any
107 Asserts that no significant high bits were lost.
SkColorTable.h 43 /** Returns the specified color from the table. In the debug build, this asserts that
  /external/v8/test/mjsunit/compiler/
global-accessors.js 28 // This test tests that no bailouts are missing by not hitting asserts in debug
  /external/v8/test/mjsunit/regress/
regress-491.js 29 // This should not hit any asserts in debug mode on ARM.
regress-492.js 29 // This should not hit any asserts in debug mode on ARM.
  /frameworks/base/test-runner/src/android/test/
DatabaseTestUtils.java 33 * Compares the schema of two databases and asserts that they are equal.
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataUsageTest.java 95 * Updates multiple data ids at once. And asserts the update returned success.
110 * Updates a single data item usage. Asserts the update was successful. Asserts the usage
  /external/chromium/base/threading/
thread_collision_warner.h 107 // Asserts the call is never called simultaneously in two threads. Used at
111 // Asserts the call is never called simultaneously in two threads. Used at
115 // Asserts the code is always executed in the same thread.
  /external/chromium_org/base/threading/
thread_collision_warner.h 107 // Asserts the call is never called simultaneously in two threads. Used at
111 // Asserts the call is never called simultaneously in two threads. Used at
115 // Asserts the code is always executed in the same thread.
  /external/eigen/test/
mixingtypes.cpp 15 #define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them
68 #if 0 // we get other compilation errors here than just static asserts
  /frameworks/base/core/java/android/test/
AndroidTestCase.java 80 * Asserts that launching a given activity is protected by a particular permission by
109 * Asserts that reading from the content uri requires a particular permission by querying the
127 * Asserts that writing to the content uri requires a particular permission by inserting into
  /external/chromium_org/tools/clang/scripts/
update.sh 182 rm -rf "${LLVM_BUILD_DIR}/Release+Asserts"
183 mkdir -p "${LLVM_BUILD_DIR}/Release+Asserts"
184 tar -xzf "${CDS_OUTPUT}" -C "${LLVM_BUILD_DIR}/Release+Asserts"
251 export CC="${PWD}/${LLVM_BOOTSTRAP_DIR}/Release+Asserts/bin/clang"
252 export CXX="${PWD}/${LLVM_BOOTSTRAP_DIR}/Release+Asserts/bin/clang++"
276 strip ${STRIP_FLAGS} Release+Asserts/bin/clang
315 "${PLUGIN_SRC_DIR}/tests/test.sh" "${LLVM_BUILD_DIR}/Release+Asserts"
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceTest.java 63 * preferences and asserts they can no longer be retrieved.
  /external/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller_unittest.cc 37 // This test asserts that we haven't added a new valid ID without including it
  /external/chromium/testing/gtest/include/gtest/
gtest-death-test.h 154 // Asserts that a given statement causes the program to exit, with an
165 // Asserts that a given statement causes the program to exit, either by
202 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
220 // // Only asserts in dbg.
  /external/chromium_org/build/mac/
copy_asan_runtime_dylib.sh 42 "${BUILT_PRODUCTS_DIR}/../../third_party/llvm-build/Release+Asserts/lib/clang/" \
  /external/chromium_org/cc/output/
program_binding.cc 23 // If you hit these asserts, you initialized but forgot to call Cleanup().
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.h 85 // In the debug mode, asserts that |lock_| is not held by this thread. It's
  /external/chromium_org/chrome/browser/ui/views/
native_widget_win_interactive_uitest.cc 45 // minimized then restored and the test asserts focus is still on the child
  /external/chromium_org/chrome/test/functional/rlz/
rlztest.py 127 """ Asserts events in ping appended.
155 """ Asserts events reported in win registry.
168 """ Asserts RLZ values.
184 """ Asserts RLZ values.
  /external/chromium_org/content/renderer/media/
webmediaplayer_util.cc 14 // Compile asserts shared by all platforms.
  /external/chromium_org/net/cookies/
cookie_store_test_callbacks.h 21 // Asserts that the current thread is the expected invocation thread, sends a
  /external/chromium_org/ppapi/tests/clang/
Makefile 28 LLVM_LIB_PATHS?=-L$(LLVM_BUILD_ROOT)/Debug+Asserts/lib

Completed in 1732 milliseconds

1 2 3 4 56 7 8 91011>>